aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* convert to FileCheck style.Chris Lattner2009-07-081-11/+10
* Implement NEON vst1 instruction.Bob Wilson2009-07-081-0/+77
* Support MDNode forward reference.Devang Patel2009-07-081-0/+5
* add some more check for vector compares.Chris Lattner2009-07-081-2/+36
* convert a test to "FileCheck" style.Chris Lattner2009-07-081-3/+27
* Implement NEON vld1 instructions.Bob Wilson2009-07-081-0/+67
* Add rev16 test... xfail for nowDavid Goodwin2009-07-081-0/+32
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-081-0/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-082-18/+18
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-083-42/+1
* Change these tests to use [fi]cmp+sext instead of v[fi]cmp. NoChris Lattner2009-07-086-128/+191
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-081-1/+1
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-071-0/+7
* add a trivial test that vector compares work.Chris Lattner2009-07-071-0/+7
* implement support for spliting and scalarizing vector setcc's. ThisChris Lattner2009-07-071-0/+28
* verify that the fcmp version of this works just as well as theChris Lattner2009-07-071-0/+12
* Add Thumb2 movcc instructions.Evan Cheng2009-07-072-0/+71
* Add missing tests.Evan Cheng2009-07-072-0/+48
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+8
* Add Thumb2 pkhbt / pkhtb.Evan Cheng2009-07-071-0/+73
* Add some more Thumb2 multiplication instructions.Evan Cheng2009-07-073-0/+53
* Add bfc to armv6t2.Evan Cheng2009-07-061-0/+19
* Added ARM::mls for armv6t2.Evan Cheng2009-07-061-0/+14
* Avoid adding a duplicate def. This fixes PR4478.Evan Cheng2009-07-061-0/+137
* Mark this test as Darwin only. Patch by Bill Wendling.Stuart Hastings2009-07-061-1/+4
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-041-0/+16
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-034-1/+135
* Added indexed stores.Evan Cheng2009-07-032-0/+39
* Sign extending pre/post indexed loads.Evan Cheng2009-07-021-1/+10
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-021-0/+15
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-022-0/+31
* @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.Chris Lattner2009-07-021-1/+1
* Fix yet-another bug I introduced into fastisel, this time handlingChris Lattner2009-07-021-0/+17
* llvm-mc/x86: Test case for x86 operand parsing.Daniel Dunbar2009-07-021-0/+36
* Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.Dan Gohman2009-07-011-0/+14
* new test caseDevang Patel2009-07-011-0/+3
* Support stand alone metadata syntax.Devang Patel2009-07-011-0/+7
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-011-0/+69
* Insure that __block_holder_tmp is allocated on the stack when a byrefStuart Hastings2009-07-011-0/+8
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-011-0/+130
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-011-0/+99
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-011-0/+24
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-012-0/+256
* Add PIC load and store patterns for Thumb-2.David Goodwin2009-07-013-2/+51
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-0/+7
* Add thumb-2 store word, halfword, and byte.David Goodwin2009-06-303-0/+189
* Improve Thumb-2 jump table support.David Goodwin2009-06-301-0/+26
* Fix PR4485.Rafael Espindola2009-06-302-1/+16
* Fix PR4484.Rafael Espindola2009-06-301-0/+15
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-301-0/+116