summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-09
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-09
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-09
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-09
* remove eh, convert to FileCheck styleChris Lattner2009-07-09
* we have no tests for dllimport/export. Add one.Chris Lattner2009-07-09
* * add some assertions for sanity checking.Chris Lattner2009-07-09
* add a test for dale's recent change.Chris Lattner2009-07-09
* switch test to FileCheck-style and test the P and non-P cases.Chris Lattner2009-07-08
* rename a test to make it a feature test.Chris Lattner2009-07-08
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-08
* Drop "constant" from Devang Patel2009-07-08
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-08
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-08
* convert to FileCheck style.Chris Lattner2009-07-08
* Implement NEON vst1 instruction.Bob Wilson2009-07-08
* Support MDNode forward reference.Devang Patel2009-07-08
* add some more check for vector compares.Chris Lattner2009-07-08
* convert a test to "FileCheck" style.Chris Lattner2009-07-08
* Implement NEON vld1 instructions.Bob Wilson2009-07-08
* Add rev16 test... xfail for nowDavid Goodwin2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-08
* Change these tests to use [fi]cmp+sext instead of v[fi]cmp. NoChris Lattner2009-07-08
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-08
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-07
* add a trivial test that vector compares work.Chris Lattner2009-07-07
* implement support for spliting and scalarizing vector setcc's. ThisChris Lattner2009-07-07
* verify that the fcmp version of this works just as well as theChris Lattner2009-07-07
* Add Thumb2 movcc instructions.Evan Cheng2009-07-07
* Add missing tests.Evan Cheng2009-07-07
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* Add Thumb2 pkhbt / pkhtb.Evan Cheng2009-07-07
* Add some more Thumb2 multiplication instructions.Evan Cheng2009-07-07
* Add bfc to armv6t2.Evan Cheng2009-07-06
* Added ARM::mls for armv6t2.Evan Cheng2009-07-06
* Avoid adding a duplicate def. This fixes PR4478.Evan Cheng2009-07-06
* Mark this test as Darwin only. Patch by Bill Wendling.Stuart Hastings2009-07-06
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-04
* Add thumb2 sign / zero extend with rotate instructions.Evan Cheng2009-07-03
* Added indexed stores.Evan Cheng2009-07-03
* Sign extending pre/post indexed loads.Evan Cheng2009-07-02
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-02
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-02
* @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.Chris Lattner2009-07-02
* Fix yet-another bug I introduced into fastisel, this time handlingChris Lattner2009-07-02
* llvm-mc/x86: Test case for x86 operand parsing.Daniel Dunbar2009-07-02
* Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.Dan Gohman2009-07-01
* new test caseDevang Patel2009-07-01