OSDN Git Service

android-x86/external-llvm.git
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...
2018-02-15 Vedant Kumar[DCE] Salvage debug info from dead insts
2018-02-15 Stanislav Mekhanoshin[AMDGPU] Combine adjacent waitcounts in a single strong...
2018-02-15 Vedant Kumar[Debugify] Don't check functions which were skipped
2018-02-15 Reid KlecknerDon't make PDBs by default in Release mode
2018-02-15 Rafael Auler[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
2018-02-15 Vedant Kumar[opt] Port the debugify passes to the new pass manager
2018-02-15 Craig Topper[X86] Enable BT to be used in place of TEST for single...
2018-02-15 Craig Topper[DAGCombiner] Call ExtendUsesToFormExtLoad in (zext...
2018-02-15 Craig Topper[X86] Use btc/btr/bts to implement xor/and/or that...
2018-02-15 Brian Gesiak[Coroutines] Don't move stores for allocator args
2018-02-15 Pablo Barrio[ARM] Fix redirect in inline assembly test
2018-02-15 Vedant Kumar[SCCP] Test that constant propagation updates debug...
2018-02-15 Vedant Kumar[Utils] salvageDI: Add a comment and move a call earlie...
2018-02-15 Craig Topper[X86] Add test cases for opportunities for using BT...
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-02-15 Zachary TurnerCall FlushFileBuffers on output files.
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-15 Simon Pilgrim[X86][SSE] Add saturated truncation tests for storing...
2018-02-15 Krzysztof ParzyszekRecommit [Hexagon] Make the vararg handling a bit more...
2018-02-15 Alexey Bataev[SLP] Fix the test for the reversed stores, NFC.
2018-02-15 Yonghong Songbpf: fix a bug in dag2dag optimization for loads from...
next