OSDN Git Service

android-x86/external-llvm.git
2019-02-22 Matt ArsenaultDAG: Add helper for creating shifts with correct type
2019-02-22 Craig Topper[X86] Add a DAG combine for (aext_vector_inreg (aext_ve...
2019-02-22 Craig Topper[LegalizeTypes] When promoting the result of EXTRACT_SU...
2019-02-22 Lang HamesAdd 'Windows' to the disabled platforms list for the...
2019-02-22 Lang HamesDisable Kaleidoscope tests on Win32 -- looks like they...
2019-02-22 Craig Topper[X86] Fix some copy/paste mistakes that caused a VR128...
2019-02-21 Evgeniy Stepanov[gn] Add LLVM_BUILD_EXAMPLES.
2019-02-21 Matt ArsenaultAMDGPU: Remove debugger related subtarget features
2019-02-21 Lang Hames[Kaleidoscope] Re-enable Kaleidoscope tests.
2019-02-21 Evgeniy StepanovRevert "[asan] Fix vfork handling.", +1
2019-02-21 Craig Topper[X86] Remove hasSideEffects=1 from the X87 pseudos...
2019-02-21 Evgeniy Stepanov[hwasan,asan] Intercept vfork.
2019-02-21 Alina Sbirlea[MemorySSA & LoopPassManager] Update MemorySSA in formD...
2019-02-21 Konstantin... AMDGPU/NFC: Cleanup subtarget predicates
2019-02-21 Sanjay Patel[x86] vectorize more cast ops in lowering to avoid...
2019-02-21 Evgeniy Stepanov[gn] Add target flags to asmflags.
2019-02-21 Amara EmersonRe-land "[AArch64][GlobalISel] Implement partial suppor...
2019-02-21 Mandeep Singh... [llvm] Fix typo: 's/ ot / to /' [NFC]
2019-02-21 Alina Sbirlea[LoopSimplifyCFG] Update MemorySSA after r353911.
2019-02-21 Alina Sbirlea[EarlyCSE] Cleanup deadcode. [NFCI]
2019-02-21 Krzysztof Parzyszek[Hexagon] Use misaligned load instead of trap0(#0)...
2019-02-21 Krzysztof ParzyszekRevert r354606, it breaks asan tests
2019-02-21 Krzysztof Parzyszek[Hexagon] Use misaligned load instead of trap0(#0)...
2019-02-21 Mark Searles[AMDGPU] remove unused AssemblerPredicates
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] Add std::move() to fix older BB
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] More error cleanup
2019-02-21 Sam Clegg[WebAssembly] Don't create MSSymbolWasm object for...
2019-02-21 Lang Hames[Kaleidoscope] Fix symbol resolver to search in reverse...
2019-02-21 Jordan Rupprecht[llvm-objcopy] Make removeSectionReferences batched
2019-02-21 Nirav Dave[PPC] Add store merging testcase.
2019-02-21 Sanjay Patel[DAGCombiner] prevent infinite looping by truncating...
2019-02-21 Matt ArsenaultAMDGPU/GlobalISel: Make phis legal
2019-02-21 Matt ArsenaultRegBankSelect: Allow targets to introduce control flow...
2019-02-21 Matt ArsenaultFix missing C++ mode comments
2019-02-21 Sanjay Patel[x86] regenerate checks; NFC
2019-02-21 Nirav Dave[X86] Fix copy-paste error in @ccz flag.
2019-02-21 Matt ArsenaultAMDGPU/GlobalISel: Fix bit count ops for non-power...
2019-02-21 Ilya Biryukov[llvm-readobj] Weaken a check in the test added by...
2019-02-21 Alex Bradbury[RISCV][NFC] IsEligibleForTailCallOptimization -> isEli...
2019-02-21 Alex Bradbury[RISCV] Add implied zero offset load/store alias patterns
2019-02-21 Joey Gouly[InferAddressSpaces] Fix fallthrough error
2019-02-21 Diana Picus[ARM GlobalISel] Support G_FRAME_INDEX for Thumb2
2019-02-21 Clement CourbetRe-land part of r354244 "[DAGCombiner] Eliminate dead...
2019-02-21 James Henderson[llvm-readobj]Add testing for ELF symbol and section...
2019-02-21 Joey Gouly[InferAddressSpaces] Fix crash on select of non-ptr...
2019-02-21 Simon Pilgrim[X86][SSE] combineX86ShufflesRecursively - moved to...
2019-02-21 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu...
2019-02-21 Fangrui Song[llvm-readobj] Change "SHT_MIPS_DWARF" to "MIPS_DWARF"
2019-02-21 David GreenRevert 354564: [ARM] Add some missing thumb1 opcodes...
2019-02-21 James Henderson[llvm-readobj]Test basic command-line handling
2019-02-21 James Henderson[yaml2obj]Allow symbol Index field to take values lower...
2019-02-21 David Spickett[AArch64] Print instruction before atomic semantic...
2019-02-21 David Green[ARM] Add some missing thumb1 opcodes to enable peephol...
2019-02-21 Fangrui Song[ObjectYAML] Support SHT_MIPS_DWARF section type flag
2019-02-21 Max Kazantsev[NFC] Replace EOL in test file
2019-02-21 Max Kazantsev[TEST] Add failing test that shows problems with MSSA...
2019-02-21 Sam Parker[ARM] Negative constants mishandled in ARM CGP
2019-02-21 Markus Lavin[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
2019-02-21 Fangrui SongFix file header issues in fuzzers. NFC
2019-02-21 Fangrui SongFix some include order and file headers issues. NFC
2019-02-21 Max Kazantsev[LoopSimplifyCFG] Add missing MSSA edge deletion
2019-02-21 Sam Clegg[WebAssembly] Default to something reasonable in WebAss...
2019-02-21 Stanislav Mekhanoshin[AMDGPU] fix commuted case of sub combine
2019-02-21 Wei Mi[Inliner] Pass nullptr for the ORE param of getInlineCo...
2019-02-21 Xin TongAdd skipFunction to PostRA machine sinking pass.
2019-02-21 Kostya Serebryany[libFuzzer] fix the docs
2019-02-21 Kostya Serebryany[libFuzzer] document -fork=N
2019-02-21 Amara EmersonRevert "[AArch64][GlobalISel] Implement partial support...
2019-02-20 Amara Emerson[GlobalISel] Add -O0 to some tests to see if it fixes...
2019-02-20 Petr Hosek[CMake][runtimes] Set clang-header dependency for builtins
2019-02-20 Sam Clegg[WebAssembly] Don't error on conflicting uses of protot...
2019-02-20 Amara Emerson[AArch64][GlobalISel] Implement partial support for...
2019-02-20 Craig Topper[X86] Add test cases to show missed opportunities to...
2019-02-20 Sanjay Patel[CGP] match a special-case of unsigned subtract overflow
2019-02-20 Nirav Dave[DAGCombine] Generalize Dead Store to overlapping stores.
2019-02-20 Tom StellardAMDGPU/GlobalISel: Move SMRD selection logic to TableGen
2019-02-20 Craig Topper[SelectionDAG] Teach GetDemandedBits to look at the...
2019-02-20 Nikita Popov[SDAG] Support vector UMULO/SMULO
2019-02-20 Craig Topper[X86] Add more load folding patterns for blend instruct...
2019-02-20 Tom StellardAdd support for pointer types in patterns
2019-02-20 Nirav DaveFix testcase.
2019-02-20 Ilya Biryukov[clangd] Store index in '.clangd/index' instead of...
2019-02-20 Nirav DaveAdd test case.
2019-02-20 Craig Topper[X86] Add test case to show missed opportunity to remov...
2019-02-20 Craig TopperRevert r354498 "[X86] Add test case to show missed...
2019-02-20 Craig Topper[X86] Add test case to show missed opportunity to remov...
2019-02-20 Tom StellardAArch64/test: Add check for function name to machine...
2019-02-20 Puyan LotfiFixing NDEBUG typo in include/llvm/Support/raw_ostream.h
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Correctly initialize field NumDispatch...
2019-02-20 Daniel SandersAdd partial implementation of std::to_address() as...
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Collect resource pressure and memory...
2019-02-20 Simon Pilgrim[X86][SSE] combineX86ShufflesRecursively - begin genera...
2019-02-20 James Henderson[llvm-readelf]Test a couple of corner-cases for --secti...
2019-02-20 Matt ArsenaultGlobalISel: Fix fewerElementsVector for ctlz with diffe...
2019-02-20 Matt ArsenaultGlobalISel: Implement moreElementsVector for g_insert...
2019-02-20 Clement CourbetRe-land the refactoring part of r354244 "[DAGCombiner...
2019-02-20 Sanjay Patel[CGP][x86] add tests for usubo special-case; NFC
2019-02-20 James Henderson[obj2yaml][yaml2obj]Locate all .yaml and .test tests
2019-02-20 Krzysztof Parzyszek[Hexagon] Split vector pairs for ISD::SIGN_EXTEND and...
2019-02-20 Hans WennborgSpeculative buildfix for Mac
next