fix indentation
[oota-llvm.git] / test /
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...
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Evan ChengA few more load instructions.
2009-06-30 Andreas BolkaArray accesses are independent if the underlying arrays...
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions for .org, assig...
2009-06-30 David GoodwinEnhance tests to include shifted-register operand testing.
2009-06-30 Daniel Dunbarllvm-mc: Parse symbol attribute directives.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 David GoodwinThumb-2 tests
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 David GreeneAdd some tests of advanced TableGen list functionality.
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-27 Dan GohmanDon't try to split a loop when the controlling icmp...
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-06-27 Dan GohmanWhen a value is used multiple times within a single...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris Lattnerremove some unneeded eh info.
2009-06-27 Chris Lattnertestcase for PR4466
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-26 David GoodwinThumb-2 tests
2009-06-26 Chris Lattnerremove unwind info, add test for asmprinting of jump...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 David GoodwinThumb-2 has CLZ.
next