OSDN Git Service

CODE_OWNERS: Take code ownership of instruction scheduling.
[android-x86/external-llvm.git] / test /
2017-03-10 Simon Pilgrim[X86][SSE] Added tests showing missed truncations for...
2017-03-10 Amaury Sechet[SelectionDAG] Make SelectionDAG aware of the known...
2017-03-10 Simon Pilgrim[X86][MMX] Add tests showing missed opportunities to...
2017-03-10 Amaury Sechet[SelectionDAG] Make SelectionDAG aware of the known...
2017-03-10 Simon Pilgrim[X86][MMX] Add tests showing missed opportunities to...
2017-03-10 Simon Pilgrim[X86][MMX] Updated bad stack spill shift value test...
2017-03-10 Simon Pilgrim[X86][MMX] Regenerate mmx bitcast tests
2017-03-10 Simon Pilgrim[X86][MMX] Add test showing bad stack spill of shift...
2017-03-10 Simon Pilgrim[X86][MMX] Regenerate mmx load folding tests
2017-03-10 Simon Dardis[mips][msa] Accept more values for constant splats
2017-03-10 Sanne Wouda[Assembler] Add location info to unary expressions.
2017-03-10 Simon Atanasyan[llvm-readobj] Support SHT_MIPS_DWARF section type...
2017-03-10 Simon Atanasyan[MC] Set SHT_MIPS_DWARF section type for all .debug_...
2017-03-10 Simon Atanasyan[MC] Accept a numeric value as an ELF section header...
2017-03-10 Artyom SkrobovFor Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless...
2017-03-10 Matt ArsenaultAMDGPU: Fix insertion point when reducing load intrinsics
2017-03-10 Sanjay Patel[x86] add tests for vec div/rem with 0 element in divis...
2017-03-10 Daniel BerlinNewGVN: Rewrite DCE during elimination so we do it...
2017-03-10 Ahmed Bougacha[GlobalISel] Fallback when failing to translate invoke.
2017-03-09 Tim NorthoverGlobalISel: support trivial inlineasm calls.
2017-03-09 Amaury Sechet[DAGCombiner] Do various combine on uaddo.
2017-03-09 Krzysztof Parzyszek[Hexagon] Fixes to the bitsplit generation
2017-03-09 Tim NorthoverGlobalISel: inform FrameLowering when we emit a functio...
2017-03-09 Sanjay Patel[InstSimplify] allow folds for bool vector div/rem
2017-03-09 Tim NorthoverGlobalISel: put debug info for static allocas in the...
2017-03-09 Sanjay Patel[ConstantFold] vector div/rem with any zero element...
2017-03-09 Matt ArsenaultAMDGPU: Support for SimplifyDemandedVectorElts for...
2017-03-09 Sanjay Patel[InstSimplify] add tests for vector constant folding...
2017-03-09 Amaury Sechet[DAGCombiner] Do various combine on usubo.
2017-03-09 Rong Xu[PGO] Refactor profile dumping function for ease of...
2017-03-09 Artem Belevich[FileCheck] Added --enable-var-scope option to enable...
2017-03-09 Krzysztof Parzyszek[Hexagon] Propagate zext of i1 into arithmetic code...
2017-03-09 Sanjay Patel[InstSimplify] vector div/rem with any zero element...
2017-03-09 Sam Parker[ARM] Remove t2xtpk feature from tests
2017-03-09 Sanjay Patel[DAG] recognize div/rem by 0 as undef before trying...
2017-03-09 Simon Dardis[mips] Revert fixes for PR32020.
2017-03-09 Sjoerd Meijer[ARM] remove FIXMEs and add vcmp MC test
2017-03-09 Chandler Carruth[PM/Inliner] Make the new PM's inliner process call...
2017-03-09 Simon Dardis[mips] Fix return lowering
2017-03-09 Adam Nemet[SSP] In opt remarks, stream Function directly
2017-03-09 Matt ArsenaultDAG: Check no signed zeros instead of unsafe math attribute
2017-03-09 Peter CollingbourneWholeProgramDevirt: Implement importing for uniform...
2017-03-09 Konstantin ZhuravlyovAMDGPU: add missing lit.local.cfg to test/DebugInfo...
2017-03-09 Peter CollingbourneWholeProgramDevirt: Implement importing for single...
2017-03-09 Teresa JohnsonPerform symbol binding for .symver versioned symbols
2017-03-09 Changpeng FangAMDGPU/SI: Disable unrolling in the loop vectorizer...
2017-03-09 Evgeniy StepanovDon't merge global constants with non-dbg metadata.
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-03-08 Javed Absar[ConstantFold] Fix defect in constant folding computati...
2017-03-08 Tim NorthoverGlobalISel: correctly handle trivial fcmp predicates.
2017-03-08 Matthew Simpson[LV] Select legal insert point when fixing first-order...
2017-03-08 Volkan Keles[GlobalISel] Add default action for G_FNEG
2017-03-08 Sanjay Patel[x86] regenerate checks; NFC
2017-03-08 Matthew Simpson[LV] Make the test case for PR30183 less fragile
2017-03-08 Matthew Simpson[LV] Add missing check labels to tests and reformat
2017-03-08 Krzysztof Parzyszek[Hexagon] Use correct offset when extracting from the...
2017-03-08 Daniel Cederman[Sparc] Check register use with isPhysRegUsed() instead...
2017-03-08 Jun Bum Lim[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
2017-03-08 Sanjay Patel[InstCombine] avoid crashing on shuffle shrinkage when...
2017-03-08 John Brawn[ARM] Split up lsl-zero test into two tests
2017-03-08 Sam Parker[LoopRotate] Propagate dbg.value intrinsics
2017-03-08 Tim ShenRevert "Revert "[PowerPC][ELFv2ABI] Allocate parameter...
2017-03-08 Sebastian PopHandle UnreachableInst in isGuaranteedToTransferExecuti...
2017-03-08 Matt ArsenaultAMDGPU: Don't wait at end of block with a trivial successor
2017-03-08 Eli Friedman[DAGCombine] Simplify ISD::AND in GetDemandedBits.
2017-03-08 Matt ArsenaultAMDGPU: Constant fold rcp node
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
2017-03-07 Changpeng FangAMDGPU/SI: Do not insert EndCf in an unreachable block
2017-03-07 Sanjay Patel[InstCombine] shrink truncated insertelement into undef...
2017-03-07 Krzysztof Parzyszek[Hexagon] Check for presence before looking registers...
2017-03-07 Krzysztof Parzyszek[Hexagon] Generate bitsplit instruction
2017-03-07 Tim NorthoverGlobalISel: use inserts for landingpad instead of seque...
2017-03-07 Evgeniy StepanovFix one-after-the-end type metadata handling in globals...
2017-03-07 Zachary TurnerFix source-lines test on Windows.
2017-03-07 Sanjay Patel[InstCombine] shrink truncated splat shuffle (2nd try)
2017-03-07 Chris Bieneman[ObjectYAML] Fix issue with DWARF2 AddrSize 8
2017-03-07 Tim NorthoverGlobalISel: fix legalization of G_INSERT
2017-03-07 Gor Nishanov[coroutines] Add handling for unwind coro.ends
2017-03-07 Ahmed Bougacha[GlobalISel] Don't translate intrinsics with metadata...
2017-03-07 Ahmed Bougacha[GlobalISel] Avoid invalidating ValToVReg when translat...
2017-03-07 Ahmed Bougacha[GlobalISel] Relax vector G_SELECT assertion.
2017-03-07 Ahmed Bougacha[GlobalISel] Add vector select translation test. NFC.
2017-03-07 Ahmed Bougacha[GlobalISel] Ignore %noreg when applying default regban...
2017-03-07 Ahmed Bougacha[GlobalISel] Emit DBG_VALUE %noreg for non-int/fp const...
2017-03-07 Ahmed Bougacha[GlobalISel] Add constant dbg.value translation tests...
2017-03-07 Artem Belevich[NVPTX] Fixed lowering of unaligned loads/stores of...
2017-03-07 Arnold SchwaighoferSjLjEHPrepare: Fix the pass for swifterror arguments
2017-03-07 Konstantin Zhuravlyovllvm-objdump: handle line numbers and source options...
2017-03-07 Joel Jones[AArch64] Vulcan is now ThunderXT99
2017-03-07 Chris Bieneman[ObjectYAML] Add support for DWARF5 Unit header
2017-03-07 Matthew Simpson[LV] Consider users that are memory accesses in uniform...
2017-03-07 Adrian PrantlFurther reduce testcase
2017-03-07 Teresa JohnsonFix test and add missing return for llvm-lto2 error...
2017-03-07 Volkan Keles[GlobalISel] Translate floating-point negation
2017-03-07 Adrian PrantlUpdate comment in testcase
2017-03-07 Sanjay Patelrevert r297155 because there's a clang test that depend...
2017-03-07 Adrian PrantlRevert "Strip debug info when inlining into a nodebug...
2017-03-07 Adrian PrantlRelax the conflicting function arg verifier to allow...
2017-03-07 Nico WeberRevert r297132, it caused PR32171
2017-03-07 Sanjay Patel[InstCombine] shrink truncated splat shuffle
next