OSDN Git Service

android-x86/external-llvm.git
2018-02-19 Pavel Labath[CodeGen] Refactor AppleAccelTable
2018-02-19 Sanjay Patel[TTI CostModel] change default cost of FP ops to 1...
2018-02-19 Rafael EspindolaBring back r323297.
2018-02-19 Francis Visoiu... [CodeGen] Fix tests breaking after r325505
2018-02-19 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-19 Francis Visoiu... Revert "[CodeGen] Move printing '\n' from MachineInstr...
2018-02-19 Simon Pilgrim[X86][SSE] combineTruncateWithSat - use truncateVectorW...
2018-02-19 Ivan A. Kosarev[Transforms] Propagate new-format TBAA tags on simplifi...
2018-02-19 Igor Laevsky[llvm-opt-fuzzer] Add another pack of passes for contin...
2018-02-19 Dylan McKay[AVR] Set the program address space in the data layout
2018-02-19 Dylan McKayAdd default address space for functions to the data...
2018-02-19 Dylan McKay[AVR] Fix a lowering bug in AVRISelLowering.cpp
2018-02-19 Eric ChristopherAdd LanaiMCTargetDesc.h to LanaiInstrInfo.h to make...
2018-02-18 Craig Topper[X86] Correct a typo I made in combineToExtendCMOV...
2018-02-18 Sanjay Patel[PatternMatch, InstSimplify] enhance m_AllOnes() to...
2018-02-18 Sanjay Patel[InstSimplify] add tests with vector undef elts; NFC
2018-02-18 Amara EmersonFix unused assertion variable warning.
2018-02-18 Amara Emerson[AArch64][GlobalISel] Fix an assert fail/miscompile...
2018-02-18 Amara Emerson[AArch64][GlobalISel] Support G_INSERT/G_EXTRACT of...
2018-02-18 Sanjay Patel[PatternMatch] reformatting and comment clean-ups; NFC
2018-02-18 Benjamin Kramer[Support] Replace hand-written scope_exit with make_sco...
2018-02-18 Haicheng Wu[AArch64] Coalesce Copy Zero during instruction selection
2018-02-18 Jonas Paulsson[BPF] Return true in enableMultipleCopyHints().
2018-02-18 Craig Topper[X86] Make masked pcmpeq commutable during isel so...
2018-02-18 Craig Topper[X86] Add -show-mc-encoding to the avx512-vec-cmp.ll...
2018-02-18 Simon PilgrimRevert: [llvm] r325448 - [ThinLTO] Add GraphTraits...
2018-02-17 Simon PilgrimFix Wparentheses warning. NFCI
2018-02-17 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - add support for...
2018-02-17 Simon Pilgrim[SelectionDAG] SimplifyDemandedVectorElts - add support...
2018-02-17 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-17 Simon Pilgrim[MIPS][MSA] Convert vector integer min/max opcodes...
2018-02-17 Sjoerd Meijer[ARM] Add LLVM tests for the vcvtr builtins
2018-02-17 Alex Bradbury[RISCV] Revert r324172 now r323991 was reverted
2018-02-17 Sander de SmalenMade test dbg_value_fastisel.ll specific to AArch64...
2018-02-17 Craig Topper[X86] Add 'sahf' to getHostCPUFeatures so -march=native...
2018-02-17 Sander de Smalen[DebugInfo][FastISel] Fix dropping dbg.value()
2018-02-17 Sanjay Patel[PatternMatch] enhance m_One() to ignore undef elements...
2018-02-17 Sanjay Patel[InstSimplify, InstCombine] add tests with vector undef...
2018-02-17 Simon Pilgrim[X86][3DNow!] Add PFRCP reg-reg disassembler test case...
2018-02-17 Sanjay Patel[InstSimplify] move select undef cond fold with other...
2018-02-17 Martin Storsjo[AArch64] Implement dynamic stack probing for windows
2018-02-17 Simon PilgrimFix unused variable warning. NFCI.
2018-02-17 Jonas Devlieghere[dwarfdump] Fix spurious verification errors for DW_AT_...
2018-02-17 Simon Pilgrim[DAGCombiner] Remove simplifyShuffleMask - now handled...
2018-02-17 Simon PilgrimFix signed/unsigned comparison warning in AsmGenMatcher...
2018-02-17 Sander de Smalen[DebugInfo] Removed assert on missing CountVarDIE
2018-02-17 Serge PavlovReport fatal error in the case of out of memory
2018-02-17 Jonas Paulsson[AMDGPU] Return true in enableMultipleCopyHints().
2018-02-17 Quentin ColombetRevert "[MachineCopyPropagation] Extend pass to do...
2018-02-17 Chandler Carruth[DAG, X86] Revert r324797, r324491, and r324359.
2018-02-17 Sanjay Patel[InstSimplify] add vector select tests with undef elts...
2018-02-17 Craig Topper[X86] Turn selects with constant condition into vector...
2018-02-16 Rui UeyamaRemove "--full-shutdown" and instead use an environment...
2018-02-16 Vitaly Buka[ThinLTO] Allow indexing to request backend to ignore...
2018-02-16 Konstantin... AMDGPU: Remove unused private member of AMDGPUTargetELF...
2018-02-16 Eric ChristopherRun these tests, the errors were old and not valid...
2018-02-16 Eric ChristopherRemove an unused function.
2018-02-16 Eric ChristopherSilence an unsigned vs signed compare warning.
2018-02-16 Aditya Nandakumar[GISel]: Make GlobalISelEmitter rule prioritization...
2018-02-16 Konstantin... AMDGPU: Bring elf flags in sync with the spec
2018-02-16 Sanjay Patel[Constant] add floating-point helpers for normal/finite...
2018-02-16 Rui UeyamaMake sure we invoke ld64.lld and ld-wasm in the build...
2018-02-16 Craig Topper[X86] In lowerVSELECTtoVectorShuffle, don't map undef...
2018-02-16 Konstantin... AMDGPU: Bring processors and features in sync with...
2018-02-16 Zachary TurnerTry again to fix the build.
2018-02-16 Zachary TurnerTry to fix broken build with some compilers.
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-02-16 Simon PilgrimRemove useless comment - seems to be a copy+paste typo...
2018-02-16 Evandro Menezes[AArch64] Fix BITCAST lowering crash
2018-02-16 Changpeng FangAMDGPU/SI: Extend promoting alloca to vector to arrays...
2018-02-16 Craig Topper[X86] Only reorder srl/and on last DAG combiner run
2018-02-16 Craig Topper[X86] Remove call to ShrinkDemandedCosntant from the...
2018-02-16 Sam Clegg[WebAssembly] MC: Make explicit our current lack of...
2018-02-16 Sanjay Patel[InstCombine] clean up fdiv-with-fdiv folds; NFCI
2018-02-16 Sanjay Patel[InstCombine] add FMF to better show current fdiv fold...
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test #2
2018-02-16 Eugene Leviant[ThinLTO] Fix data race in test
2018-02-16 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2018-02-16 Sanjay Patel[InstCombine] remove redundant debug info setting; NFC
2018-02-16 Brian M. Rzycki[JumpThreading] PR36133 enable/disable DominatorTree...
2018-02-16 Changpeng FangAMDGPU/SI: Turn off GPR Indexing Mode immediately after...
2018-02-16 Simon Pilgrim[SelectionDAG] Enable SimplifyDemandedVectorElts suppor...
2018-02-16 Sanjay Patel[InstCombine] reduce code duplication; NFC
2018-02-16 Simon Pilgrim[X86][SSE] Allow float domain crossing if we are mergin...
2018-02-16 Nemanja Ivanovic[PowerPC] Fix transform in table gen file causing UB
2018-02-16 Simon Dardis[mips] Remove codegen support from some 16 bit instructions
2018-02-16 Simon Pilgrim[SelectionDAG] Add initial SimplifyDemandedVectorElts...
2018-02-16 Ivan A. Kosarev[Transforms] Propagate TBAA info in SROA
2018-02-16 Jonas Paulsson[ARM] Return true in enableMultipleCopyHints().
2018-02-16 Mikhail Maltsev[LegalizeDAG] Fix legalization of SETCC
2018-02-16 Roger Ferrer... [ARM] Materialise some boolean values to avoid a branch
2018-02-16 Eugene Leviant[ThinLTO] Import global variables
2018-02-16 Craig Topper[X86] Allow CMOVs of constants to be sign extended...
2018-02-16 Craig Topper[X86] Don't zero_extend cmov up to i64, stop at i32.
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-16 Vedant KumarRemove brittle check lines from a test, NFC
2018-02-16 Vedant Kumar[GVN] Partially revert debug info salvage change (r325063)
2018-02-16 Craig Topper[X86] Add the test cases that were supposed to go with...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
next