- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename...
[oota-llvm.git] / test /
2010-04-25 Chris Lattnertestcase for PR6913
2010-04-25 Chris Lattnerthis passes now.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-23 Chris Lattnerno longer xfail
2010-04-23 Stuart HastingsPer Chris, fuse four trivial tests using grep (r102199...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Chris Lattnerfix some failures my callgraph dump format change broke.
2010-04-23 Chris Lattnertestcase for the bug that required a patch to be reverted.
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-22 Devang PatelRemove the test for now.
2010-04-22 Devang PatelAdjust debug range offsets for isWeakForLinker() functions.
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-21 Evan ChengDo not try to optimize a copy that has already been...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Bill WendlingMove CodeGen/X86/2010-04-19-DAGCombineCrash.ll into...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Devang PatelAdd RUN:
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Chris LattnerRewriteLoopBodyWithConditionConstant can end up rewriti...
2010-04-20 Chris Lattnerreapply 'reject forward references to functions whose...
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-20 Chris LattnerFix rdar://7879828 - crash in CallGraph, a self host...
2010-04-20 Bob WilsonFix tests for Neon load/store intrinsics to match the...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-17 Daniel DunbarRevert "reject forward references to functions whose...
2010-04-17 Nick LewyckyFix intrinsic signature in this test.
2010-04-17 Chris Lattnerreject forward references to functions whose type don...
2010-04-17 Chris Lattnerdoh, didn't mean to check in my hackaround lit sucking. :)
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Chris Lattnertestcase for r101538, patch by Nico Schmidt!
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Chris Lattnera bunch of ssse3 instructions are misencoded to think...
2010-04-17 Evan ChengAdd nounwind.
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-16 Johnny ChenMinor change to make the test case comply with Vd<0...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-16 Dan GohmanRevert r101455, which fails on the llvm-arm-linux buildbot.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Bill WendlingAdd JIT exception handling test.
2010-04-16 Chris Lattnermove comment.
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-04-15 Johnny ChenAdded another test case for am3offset operand, testing...
2010-04-15 Jakob Stoklund OlesenAdd test case for machine-sink on critical edges
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-14 Jakob Stoklund OlesenRemove unneeded types from test.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Evan ChengTrim tests and convert to FileCheck.
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-13 Devang PatelXFAIL this test for powerpc.
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Bill WendlingThird time's a charm...
2010-04-12 Bill WendlingGenericize the label test.
2010-04-12 Bill WendlingCorrect test to test what I mean it to test.
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
next