OSDN Git Service

[GlobalISel] Accept multiple vregs in lowerFormalArgs
[android-x86/external-llvm.git] / test /
2019-06-27 Diana Picus[GlobalISel] Accept multiple vregs in lowerFormalArgs
2019-06-27 Jay Foad[AMDGPU] Fix +DumpCode to print an entry label for...
2019-06-27 Djordje Todorovic[MachineFunction] Base support for call site info tracking
2019-06-27 Djordje Todorovic[IR] Add DISuprogram and DIE for a func decl
2019-06-27 Craig Topper[X86] Teach selectScalarSSELoad to not narrow volatile...
2019-06-27 Huihui Zhang[InstCombine][NFCI] Fix test comments.
2019-06-26 Eli Friedman[ARM] Don't reserve R12 on Thumb1 as an emergency spill...
2019-06-26 JF BastienFix Bitcode/invalid.test
2019-06-26 Vasileios Porpodas[SLP] Look-ahead operand reordering heuristic.
2019-06-26 Sanjay Patel[InstCombine] change 'tmp' variable names; NFC
2019-06-26 Matt Arsenault[AMDGPU] Fix Livereg computation during epilogue insertion
2019-06-26 Craig Topper[X86] Rework the logic in LowerBuildVectorv16i8 to...
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-26 Simon Pilgrim[X86][SSE] getFauxShuffleMask - handle OR(x,y) where...
2019-06-26 Sanjay PatelRevert [InstCombine] change 'tmp' variable names; NFC
2019-06-26 Simon Pilgrim[X86][AVX] Add reduced test case for PR41545
2019-06-26 Sanjay Patel[InstCombine] change 'tmp' variable names; NFC
2019-06-26 Ryan Taylor[AMDGPU] Fix for branch offset hardware workaround
2019-06-26 Ulrich WeigandAllow matching extend-from-memory with strict FP nodes
2019-06-26 Thomas Lively[WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when...
2019-06-26 Thomas Lively[WebAssembly] Implement tail calls and unify tablegen...
2019-06-26 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-06-26 Evandro Menezes[CodeGen] Improve formatting of jump tables (NFC)
2019-06-26 Roman Lebedev[NFC][InstCombine] Revisit one-use tests in shift-amoun...
2019-06-26 Simon Pilgrim[X86][SSE] X86TargetLowering::isCommutativeBinOp -...
2019-06-26 Simon Pilgrim[X86][SSE] X86TargetLowering::isBinOp - add PCMPGT
2019-06-26 Roman Lebedev[NFC][InstCombine] Add shift amount reassociation in...
2019-06-26 Fedor Sergeev[InlineCost] cleanup calculations of Cost and Threshold
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern c...
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern b...
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern a...
2019-06-26 Clement CourbetRevert "r364412 [ExpandMemCmp][MergeICmps] Move passes...
2019-06-26 Clement Courbet[ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
2019-06-26 Simon Pilgrim[X86][AVX] combineExtractSubvector - 'little to big...
2019-06-26 Djordje Todorovic[IR/DIVar] Add the flag for params that have unmodified...
2019-06-26 Mikhail Maltsev[ARM] Handle fixup_arm_pcrel_9 correctly on big-endian...
2019-06-26 Lewis Revill[RISCV] Add pseudo instruction for calls with explicit...
2019-06-26 Simon Pilgrim[X86][AVX] truncateVectorWithPACK - avoid bitcasted...
2019-06-26 Florian Hahn[LoopUnroll] Add support for loops with exiting headers...
2019-06-26 Roman Lebedev[NFC][InstCombine] Add shift amount reassociation tests...
2019-06-26 Clement Courbet[ExpandMemCmp] Honor prefer-vector-width.
2019-06-26 QingShan ZhangTeach the DAGCombine to fold this pattern(c1 and c2...
2019-06-26 Nemanja Ivanovic[NFC] Fix buildbot breaks due to r364375
2019-06-26 Nemanja Ivanovic[PowerPC][NFC] Add a TOC save test case prior to postin...
2019-06-26 Nemanja Ivanovic[PowerPC] Mark FCOPYSIGN legal for FP vectors
2019-06-26 Saleem AbdulrasoolMC: correct the emission of weak aliases in COFF
2019-06-26 Erich KeaneTeach TableGen Intrin Emitter to handle LLVMPointerType...
2019-06-25 Jinsong Ji[MachinePipeliner] Fix risky iterator usage R++, --R
2019-06-25 Jinsong Ji[PowerPC][NFC]Add a test for MachinePipeliner bug
2019-06-25 Huihui Zhang[InstCombine] Simplify icmp ult/uge (shl %x, C2), C1...
2019-06-25 Diego NovilloUpdate phis in AMDGPUUnifyDivergentExitNodes
2019-06-25 Sanjay Patel[InstCombine] reduce checks for power-of-2-or-zero...
2019-06-25 Philip Reames[Peephole] Allow folding loads into instructions w...
2019-06-25 Craig Topper[X86] Add a DAG combine to turn vzmovl+load into vzload...
2019-06-25 Simon Tatham[ARM] Support inline assembler constraints for MVE.
2019-06-25 Simon Tatham[ARM] Code-generation infrastructure for MVE.
2019-06-25 Simon Pilgrim[DAGCombine] combineRepeatedFPDivisors - recognize...
2019-06-25 Fangrui Song[PPC32] Support PLT calls for -msecure-plt -fpic
2019-06-25 Sam Parker[ARM] Fix for DLS/LE CodeGen
2019-06-25 Simon Pilgrim[SLPVectorizer] Precommit of supernode.ll test for...
2019-06-25 Sanjay Patel[SDAG] expand ctpop != 1
2019-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix broken test
2019-06-25 Sanjay Patel[AArch64][x86] add tests for ctpop != 1; NFC
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add ANY_EXTEND_...
2019-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix duplicated test
2019-06-25 Matt ArsenaultAMDGPU: Select G_SEXT/G_ZEXT/G_ANYEXT
2019-06-25 Simon Tatham[ARM] Re-enable misspelled RUN: lines in fullfp16.s.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ZERO_EXTEND_VECTO...
2019-06-25 Simon PilgrimFix frame.s test dir-separator checks
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits SIGN_EXTEND_VECTO...
2019-06-25 Sjoerd Meijer[ARM] MVE VPT Blocks
2019-06-25 Nicolai HaehnleAMDGPU: Write LDS objects out as global symbols in...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
2019-06-25 Simon Tatham[ARM] Explicit lowering of half <-> double conversions.
2019-06-25 Simon Tatham[ARM] Extra MVE-related testing.
2019-06-25 Simon Tatham[ARM] Add remaining miscellaneous MVE instructions.
2019-06-25 Simon Tatham[ARM] Add MVE vector load/store instructions.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - legal checks...
2019-06-25 Nemanja Ivanovic[PowerPC] Emit XXSEL for vec_sel and code that has...
2019-06-25 Sam Parker[ARM] DLS/LE low-overhead loop code generation
2019-06-25 Roman Lebedev[Codegen] TargetLowering::SimplifySetCC(): omit urem...
2019-06-25 George Rimar[yaml2obj/obj2yaml] - Allow having the symbols and...
2019-06-25 Craig Topper[X86] Add test case that led to the revert of r363802...
2019-06-25 Craig TopperRevert r363802, r363850, and r363856 "[TargetLowering...
2019-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix regbankselect for amdgcn.class
2019-06-25 Huihui Zhang[InstCombine][NFC] Add test to show missing fold for...
2019-06-25 Huihui Zhang[InstCombine] Fold icmp eq/ne (and %x, C), 0 iff ...
2019-06-24 Douglas Yung[NFC] Fix tests added in r364225 which failed on Window...
2019-06-24 Sanjay Patel[InstCombine] squash is-not-power-of-2 using ctpop
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Add tests for regbankselect of v2s16...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Cameron McInally[NFC][Reassociate] Add unary FNeg tests to fast-Reassoc...
2019-06-24 Nikita Popov[CVP] Reenable nowrap flag inference
2019-06-24 Sanjay Patel[InstCombine] add tests for more variants of isPowerOf2...
2019-06-24 Peter Collingbournellvm-symbolizer: Add a FRAME command.
2019-06-24 Huihui Zhang[InstCombine] Regenerate test pr17827. NFCI.
2019-06-24 Roland Froese[CodeGen] Add missing vector type legalization for...
2019-06-24 Philip Reames[Tests] Add cases where we're failing to discharge...
next