Introduce a pointertracking pass.
[oota-llvm.git] / test /
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-14 Chris LattnerTestcase for PR4556
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-14 Dan GohmanAdd a testcase for a bug fixed by r75634.
2009-07-14 Dale JohannesenRevert 75571; I'm convinced this isn't the right thing...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Eli FriedmanFix trivial todo in instcombine.
2009-07-14 Dan GohmanUpdate LoopSimplify and LoopUnswitch to use the new...
2009-07-14 Dan GohmanFix indvars to not assume that a loop with a single...
2009-07-14 David GoodwinFix detection of valid BFC immediates.
2009-07-14 Bill WendlingCheck for the correct unnamed name.
2009-07-14 Dale JohannesenDon't delete asm's just because their inputs are undefined;
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan GohmanCheck in a reduced version of this testcase.
2009-07-13 Chris LattnerTwo changes:
2009-07-13 Eli FriedmanPR4548: optimize zext+udiv+trunc to udiv.
2009-07-13 Eli FriedmanFix bug in run-line.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-13 Eli FriedmanCanonicalize boolean +/- a constant to a select.
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Chris LattnerMove the re-sort of invalidated NonLocalPointerDeps...
2009-07-12 Chris Lattnerremove tests for removed intrinsics.
2009-07-12 Chris Lattneradd nounwind
2009-07-11 Nick LewyckyDarwin prepends an _ to internal globals, Linux doesn't.
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris Lattnerthis test was incorrect for x86-64 static. It passed...
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-07-11 Chris LattnerWe get the P modifier wrong in a lot of cases, just...
2009-07-11 Evan ChengDon't put IT instruction before conditional branches.
2009-07-11 Evan ChengSmarter isel of ldrsb / ldrsh. Only make use of these...
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 Chris Lattnerconvert test to use FileCheck, which is much more preci...
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
2009-07-10 Evan ChengRemove a bogus assertion.
2009-07-09 Bob WilsonHandle 'a' modifier on inline assembly operands.
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 Nick LewyckyThere's no need to consider PHI nodes in the same block...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-09 Chris Lattnerremove eh, convert to FileCheck style
2009-07-09 Chris Lattnerwe have no tests for dllimport/export. Add one.
2009-07-09 Chris Lattner* add some assertions for sanity checking.
2009-07-09 Chris Lattneradd a test for dale's recent change.
2009-07-08 Chris Lattnerswitch test to FileCheck-style and test the P and non...
2009-07-08 Chris Lattnerrename a test to make it a feature test.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Chris LattnerSwitch all the MC tests to use FileCheck.
2009-07-08 Chris Lattnerconvert to FileCheck style.
2009-07-08 Bob WilsonImplement NEON vst1 instruction.
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-08 Chris Lattneradd some more check for vector compares.
2009-07-08 Chris Lattnerconvert a test to "FileCheck" style.
2009-07-08 Bob WilsonImplement NEON vld1 instructions.
2009-07-08 David GoodwinAdd rev16 test... xfail for now
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Chris Lattnereliminate the v[if]cmp versions of these tests, now...
2009-07-08 Chris LattnerChange these tests to use [fi]cmp+sext instead of v...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerverify that the fcmp version of this works just as...
2009-07-07 Evan ChengAdd Thumb2 movcc instructions.
2009-07-07 Evan ChengAdd missing tests.
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Evan ChengAdd Thumb2 pkhbt / pkhtb.
2009-07-07 Evan ChengAdd some more Thumb2 multiplication instructions.
2009-07-06 Evan ChengAdd bfc to armv6t2.
2009-07-06 Evan ChengAdded ARM::mls for armv6t2.
2009-07-06 Evan ChengAvoid adding a duplicate def. This fixes PR4478.
2009-07-06 Stuart HastingsMark this test as Darwin only. Patch by Bill Wendling.
2009-07-04 Nick LewyckyWhen comparing constants, consider a less wide constant...
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 Chris Lattnerdo not try to analyze bitcasts from i64 to <2 x i32...
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Daniel Dunbarllvm-mc/x86: Test case for x86 operand parsing.
2009-07-01 Dan GohmanFix an instcombine abort on a scalar-to-vector bitcast...
2009-07-01 Devang Patelnew test case
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-07-01 Stuart HastingsInsure that __block_holder_tmp is allocated on the...
2009-07-01 Evan ChengCommuteChangesDestination() should check if to-be-commu...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
next