OSDN Git Service

android-x86/external-llvm.git
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...
2018-06-30 Craig Topper[X86] Update some avx512 fast-isel tests to match their...
2018-06-30 Craig Topper[X86] Change some chec-prefixes from X32 to X86 to...
2018-06-30 Craig Topper[X86] Remove test cases from avx512vl-intrinsics-fast...
2018-06-30 Tom StellardAMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes ...
2018-06-30 Jessica Paquette[MachineOutliner] Add support for target-default outlining.
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
2018-06-29 Heejin Ahn[WebAssembly] Update comments for non-splat pow2 vector...
2018-06-29 Heejin Ahn[WebAssembly] Comment out a switch block in ISelDAGToDAG
2018-06-29 Alina Sbirlea[MemorySSA] Add APIs to MemoryPhis to delete incoming...
2018-06-29 Alex Shlyapnikov[HWASan] Do not retag allocas before return from the...
2018-06-29 Vedant Kumar[LLVMContext] Detecting leaked instructions with metadata
2018-06-29 Paul RobinsonPass DWARFUnit to verifier by reference not by value...
2018-06-29 Sean FertileRevert "Extend CFGPrinter and CallPrinter with Heat...
2018-06-29 Matt ArsenaultAMDGPU: Don't use struct type for argument layout
2018-06-29 Craig Topper[X86] Limit the number of target specific nodes emitted...
2018-06-29 Sean FertileExtend CFGPrinter and CallPrinter with Heat Colors
2018-06-29 Jonas Devlieghere[dsymutil] Rename conflicting declaration
2018-06-29 Craig Topper[X86] Use a std::vector for the memory unfolding table.
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Jonas Devlieghere[dsymutil] Introduce a new CachedBinaryHolder
2018-06-29 Petar Jovanovic[mips] Support shrink-wrapping
2018-06-29 Stanislav Mekhanoshin[AMDGPU] Enable LICM in the BE pipeline
2018-06-29 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-29 Sanjay Patel[InstCombine] add more tests for shuffle-binop folds...
2018-06-29 Andrea Di Biagio[llvm-mca] Remove field HasReadAdvanceEntries from...
2018-06-29 Alexey Bataev[DEBUG_INFO, NVPTX] Do not emit .debug_loc section.
2018-06-29 Krzysztof Parzyszek[Hexagon] Remove unused instruction itineraties, NFC
2018-06-29 Sanjay Patel[InstCombine] enhance shuffle-of-binops to allow differ...
2018-06-29 Roman ShirokiyFix overconfident assert in ScalarEvolution::isImpliedV...
2018-06-29 Sjoerd Meijer[AArch64] Armv8.4-A: Virtualization system registers
2018-06-29 Filipe Cabecinhas[cmake] Change WIN32 test to CMAKE_HOST_WIN32
2018-06-29 Simon Pilgrim[X86][SSE] Support v16i8/v32i8 vector rotations
2018-06-29 Sjoerd Meijer[ARM][AArch64] Armv8.4-A Enablement
2018-06-29 Roman LebedevSCEVExpander::expandAddRecExprLiterally(): check before...
2018-06-29 Kristof BeylsMake email options of find_interesting_reviews more...
2018-06-29 Craig Topper[X86] Remove masking from the avx512 packed sqrt intrin...
2018-06-28 Tom StellardAMDGPU: Separate R600 and GCN TableGen files
2018-06-28 Sterling AugustineRequire x86 for this test.
2018-06-28 Eli Friedman[ARM] Assert that ARMDAGToDAGISel creates valid UBFX...
next