OSDN Git Service

android-x86/external-llvm.git
2018-09-17 Jonas Devlieghere[DebugInfo] Remove redundant argument. [NFC]
2018-09-17 Sam Parker[ARM] Cleanup ARM CGP isSupportedValue
2018-09-17 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2018-09-17 Sam Parker[ARM] Disallow icmp with negative imm and overflow
2018-09-17 Matt ArsenaultFix vectorization of canonicalize
2018-09-17 Alexandros... [GVNHoist] Re-enable GVNHoist by default
2018-09-17 Alexander KornienkoUse createTemporaryFile in SampleProfTest
2018-09-17 Guillaume Chatelet[llvm-exegesis] Add predefined floating point values...
2018-09-17 Strahinja Petrovic[PowerPC] Fix label address calculation for ppc64
2018-09-17 James HendersonReland r342233: [ThinLTO] Allow setting of maximum...
2018-09-17 Alexander Shaposhnikov[llvm-objcopy] Add missing alias for --strip-all-gnu
2018-09-17 Max Kazantsev[NFC] Turn unsigned counters into boolean flags
2018-09-16 Kristina Brooks[DebugInfo] Fix build when std::vector::iterator is...
2018-09-16 Simon Pilgrim[X86][SSE] Always enable ISD::SRL -> ISD::MULHU for...
2018-09-16 Simon Pilgrim[X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16
2018-09-16 Sanjay Patel[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
2018-09-16 Sanjay Patel[x86] fix uses check in broadcast transform (PR38949)
2018-09-16 Sanjay Patel[x86] add failure to splat test (PR38949); NFC
2018-09-16 Roman Lebedev[NFC][InstCombine] One more test pattern for comparison...
2018-09-16 Simon PilgrimFix -Wdangling-else gcc warning. NFCI.
2018-09-16 Roman Lebedev[NFC][InstCombine] Some more tests for comparisons...
2018-09-15 Fangrui Song[llvm-readobj] Make some commonly used short options...
2018-09-15 Nico WeberRevert r342148 (and follow-on fix attempts r342154...
2018-09-15 Craig Topper[InstCombine] Support (sub (sext x), (sext y)) -->...
2018-09-15 Nico WeberGive InfoStreamBuilder an opt-in method to write a...
2018-09-15 Nico WeberUpdate microsoftDemangle() to work more like itaniumDem...
2018-09-15 Simon Pilgrim[X86][SSE] Fix insertps load combine test name
2018-09-15 Craig Topper[X86] Remove an fp->int->fp domain crossing in LowerUIN...
2018-09-15 Craig Topper[X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -...
2018-09-15 Fedor Sergeev[NFC] minor cleanup in PassManagerInternal.h
2018-09-15 Sanjay Patel[InstCombine][x86] try harder to convert blendv intrins...
2018-09-15 Simon PilgrimFix line endings. NFCI.
2018-09-15 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-15 Vedant Kumar[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
2018-09-15 Thomas Lively[WebAssembly][NFC] Generalize operand numbers in SIMD...
2018-09-15 Thomas Lively[WebAssembly] SIMD shifts
2018-09-15 Wei MiFix filesystem race issue in SampleProfTest introduced...
2018-09-14 Thomas Lively[WebAssembly] SIMD neg
2018-09-14 Zachary Turner[PDB] Make the pretty dumper output modified types.
2018-09-14 Craig Topper[BreakFalseDeps] Fix bad formatting. NFC
2018-09-14 Sanjay Patel[InstCombine] refactor mul narrowing folds; NFCI
2018-09-14 Adrian PrantlAttempt to unbreak the build after r342286.
2018-09-14 Sanjay Patel[InstCombine] add/use overflowing math helper functions...
2018-09-14 Lion Yang[PowerPC] Fix the calling convention for i1 arguments...
2018-09-14 Thomas Lively[WebAssembly][NFC] Move SIMD encoding tests to dedicate...
2018-09-14 Zachary TurnerAdd missing include.
2018-09-14 Reid Kleckner[codeview] Remove dead code
2018-09-14 Zachary Turner[PDB] Refactor a little of the Symbol creation code.
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-14 Fangrui Songtest/Other/can-execute.txt: delete %t after the test
2018-09-14 Sanjay Patel[InstCombine] refactor add narrowing folds; NFCI
2018-09-14 Sebastian PopHotColdSplit: fix invalid SSA due to outlining
2018-09-14 Sebastian PopHotColdSplit: fix isSingleEntrySingleExit
2018-09-14 Sebastian PopHotColdSplit: add back propagation to extend cold regions
2018-09-14 Sanjay Patel[InstCombine] add more tests for add narrowing folds...
2018-09-14 Thomas Lively[WebAssembly][NFC] Fix unconventional test names
2018-09-14 Reid KlecknerRemove unused DIASession field
2018-09-14 Konstantin... AMDGPU: Clear the bits before they are being set in...
2018-09-14 Alex LangfordFix lit/example/many-tests pickling issue
2018-09-14 Lion YangTest commit access
2018-09-14 Reid KlecknerRevert r342183 "[DAGCombine] Fix crash when store mergi...
2018-09-14 Adrian PrantlFix debug info for SelectionDAG legalization of DAG...
2018-09-14 Steven Wu[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
2018-09-14 Reid KlecknerRevert r342210 "[ARM] bottom-top mul support in ARMPara...
2018-09-14 Simon PilgrimRevert a line-endings change that somehow got included...
2018-09-14 Simon Pilgrim[X86][SSE] Lower shuffles to permute(unpack(x,y)) ...
2018-09-14 Craig Topper[X86] Re-generate test checks using current version...
2018-09-14 Sanjay Patel[InstCombine] rename test file to better describe the...
2018-09-14 Sanjay Patel[InstCombine] remove unnecessary target constraints...
2018-09-14 Sanjay Patel[InstCombine] move test next to related tests; NFC
2018-09-14 Sanjay Patel[InstCombine] remove stall comment from test file; NFC
2018-09-14 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-14 Adrian Prantlfix noasserts build
2018-09-14 Adrian PrantlSelectionDAG: Add compact SDDbgValue representation...
2018-09-14 James HendersonRevert r342233.
2018-09-14 Adrian Prantlfix typos
2018-09-14 Sanjay Patel[InstCombine] add more tests for x86 blendv (PR38814...
2018-09-14 Simon Pilgrim[X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on...
2018-09-14 Simon Pilgrim[X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR...
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-09-14 David Stuttard[AMDGPU] Ensure trig range reduction only used for...
2018-09-14 Wolfgang Pieb[DWARF] reposting r342048, which was reverted in r34205...
2018-09-14 Sam Parker[ARM] bottom-top mul support in ARMParallelDSP
2018-09-14 Florian Hahn[LoopInterchange] Preserve ScalarEvolution, by forgetti...
2018-09-14 Jonas Paulsson[SystemZ] Adjust cost functions for subtargets that...
2018-09-14 Martin Storsjo[Support] Treat null bytes as separator in windows...
2018-09-14 Craig Topper[InstCombine] Add some test cases for (add (sext x...
2018-09-14 Max Kazantsev[NFC] Remove meaningless code from GVN
2018-09-14 Hideki SaitoFix for the buildbot failure lab.llvm.org:8011/builders...
2018-09-14 Hideki Saito[VPlan] Implement initial vector code generation suppor...
2018-09-13 Richard Diamond[NFC] Link LLVMCore into LLVMExegesisARMTests.
2018-09-13 Tim Renouf[AMDGPU] Removed unused method
2018-09-13 Matt Morehouse[SanitizerCoverage] Create comdat for global arrays.
2018-09-13 Roman Lebedev[NFC][InstCombine] PR38708 - inefficient pattern for...
2018-09-13 Amara Emerson[DAGCombine] Fix crash when store merging created an...
2018-09-13 Roman LebedevLLVMExegesisX86Tests: link to LLVMCore, too.
2018-09-13 Sam Clegg[llvm-exegesis] Add missing MC dependency to CMakeLists.txt
2018-09-13 Peter Collingbourne[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()
2018-09-13 Richard SmithAdd dependency on new llvm-cxxmap tool to check-llvm.
next