OSDN Git Service

android-x86/external-llvm.git
2017-08-07 Matt ArsenaultAMDGPU: Implement getMinimumNopSize
2017-08-07 Reid Kleckner[Object] Initialize LoadConfig member to null
2017-08-07 George KarpenkovDo not instrument libFuzzer itself when built with...
2017-08-07 Zachary Turner[llvm-pdbutil] Don't crash when a section contrib's...
2017-08-07 Dehao ChenMove the SampleProfileLoader right after EarlyFPM.
2017-08-07 Evgeny StupachenkoReapply fix PR23384 (part 3 of 3) r304824 (was reverted...
2017-08-07 Aaron BallmanRemoving an unused variable that was missed with the...
2017-08-07 Connor Abbott[AMDGPU] Add pseudo "old" source to all DPP instructions
2017-08-07 Matt ArsenaultAMDGPU: Remove -mcpu=SI
2017-08-07 Matt ArsenaultAMDGPU: Remove redundant opt level check
2017-08-07 Matt ArsenaultAMDGPU: Remove FixControlFlowLiveIntervals pass
2017-08-07 Craig Topper[InstCombine] Support (X | C1) & C2 --> (X & C2^(C1...
2017-08-07 Matt ArsenaultAMDGPU: Use a custom areInlineCompatible
2017-08-07 Simon Pilgrim[X86][AVX] Add full test coverage of subvector_broadcas...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Address paulr's comment on rL310253.
2017-08-07 Simon Pilgrim[X86][AVX] Cleanup subvector broadcast tests - remove...
2017-08-07 Sanjay Patel[x86] revert r310208 to investigate test-suite failures...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Correct some usages of PRIx32 to...
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Matt ArsenaultFix typo in comment
2017-08-07 Matt ArsenaultAMDGPU: Cleanup subtarget features
2017-08-07 Alexey BataevRevert "[SLP] General improvements of SLP vectorization...
2017-08-07 Nirav Dave[DAG] Extend visitSCALAR_TO_VECTOR optimization to...
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Nirav Dave[TableGen] AsmMatcher: fix OpIdx computation when HasOp...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Use PRIx64 explicitly in output.
2017-08-07 Michael Zuckerman[X86][LLVM]Expanding Supports lowerInterleavedStore...
2017-08-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected VOP3 version of v_interp_* instr...
2017-08-07 Simon Dardis[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
2017-08-07 Simon Pilgrim[X86][AVX] Added test for broadcast shuffle with undefs...
2017-08-07 Andre Vieira[ARM] Fix assembly and disassembly for VMRS/VMSR
2017-08-07 Vitaly Buka[asan] Fix asan dynamic shadow check before copyArgsPas...
2017-08-07 Vitaly Buka[asan] Disable checking of arguments passed by value...
2017-08-07 Vitaly BukaAdd -asan-force-dynamic-shadow test
2017-08-07 Guy Blank[SelectionDAG] reset NewNodesMustHaveLegalTypes flag...
2017-08-07 Davide Italiano[Reassociate] Use a range loop for clarity. NFCI.
2017-08-07 Davide Italiano[Reassociate] Try to bail out early when canonicalizing.
2017-08-06 Craig Topper[InstCombine] Remove shift handling from OptAndOp.
2017-08-06 Craig Topper[InstCombine] Support (X ^ C1) & C2 --> (X & C2) ^...
2017-08-06 Craig Topper[InstCombine] Support '(C - X) ^ signmask -> (C + signm...
2017-08-06 Simon Pilgrim[SLPVectorizer][X86] Cleanup test case. NFCI
2017-08-06 Martin Storsjo[llvm-dlltool] Map the "arm64" machine type
2017-08-06 Matt ArsenaultAMDGPU: Fix typo in feature description
2017-08-06 Sanjay Patel[x86] use more shift or LEA for select-of-constants
2017-08-06 Simon Pilgrim[X86] Add comment to match closing Defs = [FPSW]. NFCI.
2017-08-06 Simon Pilgrim[X86][X87] Regenerate inline-asm tests
2017-08-06 Meador Inge[AVR] Compute code model if one is not provided
2017-08-06 Simon Pilgrim[X86][X87] Add test case for PR34080
2017-08-06 Craig Topper[InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c...
2017-08-05 Craig Topper[X86] Enable isel to use the PAUSE instruction even...
2017-08-05 Chandler Carruth[ADT] Add a much simpler loop to DenseMap::clear when...
2017-08-05 Craig Topper[InstCombine] Regenerate test28_sub test case in xor...
2017-08-05 Craig Topper[InstCombine] Fold (C - X) ^ signmask -> (C + signmask...
2017-08-05 Craig Topper[InstCombine] Teach the code that pulls logical operato...
2017-08-05 Craig Topper[InstCombine] Support vector splats in foldSelectICmpAnd.
2017-08-05 Dinar Temirbulatov[SLPVectorizer] Add extra parameter to setInsertPointAf...
2017-08-05 Sanjay Patel[InstCombine] refactor trunc(binop) transforms; NFCI
2017-08-05 Florian Hahn[ARM] The ARM backend is MachineVerifier clean now.
2017-08-05 Florian Hahn[ARM] Add registers to debuginfo MIR test cases.
2017-08-05 Chandler Carruth[LCG] Remove yet another variable only used inside...
2017-08-05 Benjamin Kramer[LCG] Fold otherwise unused variable into assert.
2017-08-05 Matt ArsenaultIPRA: Don't crash on null getCallPreservedMask
2017-08-05 Chandler Carruth[LCG] Completely remove the parent set and leaf trackin...
2017-08-05 Chandler Carruth[LCG] Re-implement the basic isParentOf, isAncestorOf...
2017-08-05 Chandler Carruth[LCG] Add the concept of a "dead" node and use it to...
2017-08-05 Joel Jones[AArch64] LSE Atomics reorg - part 1
2017-08-05 Chandler Carruth[LCG] Replace an implicit bool operator with a named...
2017-08-05 Chandler Carruth[LCG] When removing a dead function and clearing out...
2017-08-05 Chandler Carruth[LCG] Rather than walking the directed graph structure...
2017-08-05 Chandler Carruth[LCG] Remove the complex walk of the parent sets to...
2017-08-05 Chandler Carruth[LCG] Remove the use of the parent sets to compute...
2017-08-05 Craig Topper[InstCombine] In foldSelectICmpAnd, if we need to to...
2017-08-05 Reid KlecknerCommit the local change I had to make my test pass
2017-08-05 Reid Kleckner[X86] Teach fastisel to select calls to dllimport functions
2017-08-04 Kostya Serebryany[libFuzzer] use the in-binary pc table (instead of...
2017-08-04 Craig Topper[X86] Regenerate the fsin/fcos instruction test using...
2017-08-04 Petr Hosek[llvm][llvm-objcopy] When outputting to binary don...
2017-08-04 Kostya Serebryany[libFuzzer] print PCs using the in-binary PC-table...
2017-08-04 Adrian McCarthyEnable llvm-pdbutil to list enumerations using native...
2017-08-04 Sanjay Patel[InstCombine] narrow truncated add/sub/mul with constant
2017-08-04 Reid Kleckner[Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSign...
2017-08-04 Zachary TurnerFix broken PDB tests.
2017-08-04 Kyle ButtBlockPlacement: add a flag to force cold block outlinin...
2017-08-04 Zachary Turner[pdbutil] When dumping section contribs, show the secti...
2017-08-04 Petr HosekReland "[llvm][llvm-objcopy] Added support for outputti...
2017-08-04 Kostya Serebryany[libFuzzer] re-enable fuzzer-printcovpcs.test
2017-08-04 Adrian PrantlRemove unused include directive and un-break the module...
2017-08-04 Nico WeberRevert r310055, it caused PR34074.
2017-08-04 Sanjay Patel[InstCombine] add vector tests for truncated math; NFC
2017-08-04 Nico WeberRevert r310058, it caused PR34073.
2017-08-04 Amara Emerson[SCEV] Preserve NSW information for sext(subtract).
2017-08-04 Quentin Colombet[GlobalISel] Remove the GISelAccessor API.
2017-08-04 Quentin Colombet[GlobalISel] Remove a stall comment in CMake.
2017-08-04 Kostya Serebryany[libFuzzer] make a test more robust
2017-08-04 Kostya Serebryany[libFuzzer] remove the now redundant 'LLVMFuzzer-'...
2017-08-04 Zachary Turner[llvm-pdbutil] Dump image section headers.
2017-08-04 Kostya Serebryany[libFuzzer] split one test into several
2017-08-04 Sanjay Patel[InstCombine] auto-generate test checks; NFC
2017-08-04 George Karpenkov[libFuzzer tests] Only enable libFuzzer tests if
2017-08-04 Ulrich Weigand[SystemZ] Add support for 128-bit atomic load/store...
next