OSDN Git Service

android-x86/external-llvm.git
2018-07-03 Hans Wennborgbuild_llvm_package.bat: Re-try the build steps
2018-07-03 Bjorn Pettersson[DebugInfo] Corrections for salvageDebugInfo
2018-07-03 Benjamin KramerRevert "[X86][SSE] Blend any v8i16/v4i32 shift with...
2018-07-03 John Brawn[llvm-exegesis] Adjust AArch64 unit test
2018-07-03 John Brawn[llvm-exegesis] Add an AArch64 target
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for saturing ADD/SUB instru...
2018-07-03 Petar Jovanovic[MIPS GlobalISel] Lower arguments using stack
2018-07-03 Chandler Carruth[PM/LoopUnswitch] Fix PR37651 by correctly invalidating...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for vector element FP compare.
2018-07-03 Chandler Carruth[ADT] Disable the single callback optimization on Windows.
2018-07-03 Shiva Chen[DebugInfo] Fix PR37395.
2018-07-03 Chandler Carruth[Support] This sanity check in the test only works...
2018-07-03 Max Kazantsev[InstCombine] Delay foldICmpUsingKnownBits until simple...
2018-07-03 Clement Courbet[llvm-exegesis] ExegisX86Target::setRegToConstant(...
2018-07-03 Chandler Carruth[ADT] Try to work around a crash in MSVC.
2018-07-03 Craig Topper[X86] Add avx512vl command line to break-false-dep.ll
2018-07-03 Chandler Carruth[ADT] Switch another place to `llvm::is_trivially_move_...
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-03 Erik PilkingtonRevert r336159, r336157. Some bots failed on qualified...
2018-07-03 Chandler Carruth[Support] Fix llvm::unique_function when building with...
2018-07-03 Teresa Johnson[ThinLTO] Fix printing of aliases for distributed backe...
2018-07-03 Erik PilkingtonSome buildbots were choking on std::max_align_t, try...
2018-07-03 Erik Pilkington[demangler] Fix a MSVC alignment warning.
2018-07-02 Chandler Carruth[ADT] Add llvm::unique_function which is like std:...
2018-07-02 Teresa JohnsonRemove absolute path in test
2018-07-02 Lang Hames[ORC] Verify modules when running LLLazyJIT in LLI...
2018-07-02 Teresa Johnson[ThinLTO] Fix printing of module paths for distributed...
2018-07-02 Heejin Ahn[WebAssembly] Support for atomic stores
2018-07-02 Vadzim Dambrouski[ARM] Fix PR37382: Don't optimize mul.with.overflow...
2018-07-02 Andrea Di Biagio[llvm-mca] Clear the content of map VariantDescriptors...
2018-07-02 Tim Shen[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
2018-07-02 Dan Gohman[WebAssembly] Fix fast-isel optimization of branch...
2018-07-02 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-07-02 Alina SbirleaReplace "Replacable" with "Replaceable". [NFC]
2018-07-02 Fangrui SongReplace unused output filenames with /dev/null in tests
2018-07-02 Farhana Aleen[SLP] Recognize min/max pattern using instructions...
2018-07-02 Sanjay Patel[InstCombine] reverse canonicalization of add --> or...
2018-07-02 Francis Visoiu... [MC] Error on a .zerofill directive in a non-virtual...
2018-07-02 Dave Leenm: Add -no-weak flag for hiding weak symbols
2018-07-02 Simon Pilgrim[SLPVectorizer][X86] Begin adding alternate tests for...
2018-07-02 Vedant KumarTighten up a test for -check-debugify, NFC
2018-07-02 Simon Pilgrim[CostModel][X86] Add cost tests for fp rounding intrinsics
2018-07-02 Craig Topper[X86] Don't use aligned load/store instructions for...
2018-07-02 Amara Emerson[AArch64][GlobalISel] Any-extend vararg parameters...
2018-07-02 Jakub KuderskiRevert "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Sam Clegg[WebAssembly] Convert remaining tests from elf to wasm...
2018-07-02 Sjoerd MeijerFollow up of r335953 - [ARM][AArch64] Armv8.4-A Enablement
2018-07-02 Jakub Kuderski[Dominators] Add the DomTreeUpdater class
2018-07-02 Simon Pilgrim[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift...
2018-07-02 Simon Pilgrim[X86][SSE] Add v8i16 shift test for 2 shift values...
2018-07-02 Sanjay Patel[ValueTracking] allow undef elements when matching...
2018-07-02 Yaron KerenDisable failing test on x86_64-pc-windows-gnu, see...
2018-07-02 David Stenberg[CodeGen] Make block removal order deterministic in...
2018-07-02 Alex Bradbury[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
2018-07-02 John Brawn[llvm-exegesis] Change how the native architecture...
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-07-02 Alex BradburyRevert r336100
2018-07-02 Simon Pilgrim[SLPVectorizer] Remove nullptr early-outs from Instruct...
2018-07-02 Sanjay Patel[InstCombine] adjust shuffle tests with IR flags; NFC
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-07-02 John Brawn[llvm-exegesis] Delegate the decision of cycle counter...
2018-07-02 Florian HahnRecommit r328307: [IPSCCP] Use constant range informati...
2018-07-02 Sanjay Patel[InstCombine] add tests for shuffle-binop; NFC
2018-07-02 Simon Pilgrim[SLPVectorizer] Fix alternate opcode + shuffle cost...
2018-07-02 Simon Pilgrim[SLPVectorizer] Only Alternate opcodes use ShuffleVecto...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (saturating) vector...
2018-07-02 Simon Pilgrim[X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters...
2018-07-02 Petar Jovanovic[Mips][FastISel] Do not duplicate condition while lower...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares...
2018-07-02 Sander de SmalenReapply r334980 and r334983.
2018-07-02 Max Kazantsev[NFC] Test that shows unprofitability of instcombine...
2018-07-02 Craig Topper[X86] Put some cases in switch statements back on one...
2018-07-02 Clement Courbet[llvm-exegesis][NFC] Cleanup useless braces.
2018-07-02 Craig Topper[X86] Remove FMA3Info DenseMap. Break into sorted table...
2018-07-02 QingShan Zhang[PowerPC] Don't make it as pre-inc candidate if displac...
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-07-01 Craig Topper[X86] Fix a few test names in avx512-intrinsics-fast...
2018-07-01 Craig Topper[X86] Remove the places that return nullptr from X86Ins...
2018-07-01 Simon Pilgrim[SLPVectorizer] Call InstructionsState.isOpcodeOrAlt...
2018-07-01 Simon Pilgrim[SLPVectorizer] Replace sameOpcodeOrAlt with Instructio...
2018-07-01 Craig Topper[X86][Disassembler] Remove TYPE_BNDR from translateImme...
2018-07-01 Sanjay Patel[InstCombine] add abs tests with undef elts; NFC
2018-07-01 Sanjay Patel[PatternMatch] allow undef elements in vectors with...
2018-07-01 Simon Pilgrim[SLPVectorizer] Use InstructionsState Op/Alt opcodes...
2018-07-01 David Green[UnrollAndJam] New Unroll and Jam pass
2018-07-01 Paul SemelRevert "[llvm-readobj] Fix printing format"
2018-07-01 Simon Pilgrim[SLPVectorizer][X86] Add some alternate tests for cast...
2018-07-01 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-07-01 Paul Semel[llvm-readobj] Fix printing format
2018-07-01 Craig Topper[X86] Remove unnecessary include. NFC
2018-07-01 Craig Topper[X86] Move the memory unfolding table creation into...
2018-06-30 Craig Topper[X86] Move the X86InstrFMA3Info class into the cpp...
2018-06-30 Craig Topper[X86] Remove the AsmName from the HAX,HDX,HCX,HBX,HSI...
2018-06-30 Craig Topper[X86] Use MVT::i8 for scalar shift amounts since that...
2018-06-30 Craig Topper[X86] When combining load to BZHI, make sure we create...
2018-06-30 Sanjay Patel[InstCombine] add tests for negate vector with undef...
2018-06-30 Simon PilgrimFix Wdocumentation compiler warning. NFCI.
2018-06-30 Simon Pilgrim[DAGCombiner] Handle correctly non-splat power of 2...
next