summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix buggy testChris Lattner2005-05-13
* Fix buggy testChris Lattner2005-05-13
* let dj run thisChris Lattner2005-05-13
* fixed test caseAndrew Lenharth2005-05-13
* disable this test for now.Chris Lattner2005-05-13
* add a correct run lineChris Lattner2005-05-13
* reg testChris Lattner2005-05-12
* Fix this test on Solaris.John Criswell2005-05-12
* Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) isNate Begeman2005-05-11
* Regression test for PR#563.John Criswell2005-05-11
* Legalize for CTLZ generates a ctpop, but this ctpop is not expanded.Andrew Lenharth2005-05-11
* include the other bit count intrinsicsChris Lattner2005-05-11
* new testcaseChris Lattner2005-05-11
* new testcase for PR562Chris Lattner2005-05-10
* new testcaseChris Lattner2005-05-10
* testcase I've had in my treeChris Lattner2005-05-09
* Tell tblgen exactly where to find the include file.John Criswell2005-05-09
* new testcaseChris Lattner2005-05-09
* tweak test to accept the (good) code emitted by the pattern iselChris Lattner2005-05-09
* New testcaseChris Lattner2005-05-09
* Add note to self to complete the testing of all intrinsic functions asReid Spencer2005-05-09
* New testcase that crashes the pattern iselChris Lattner2005-05-09
* New testacse for information exposed by the 'tail' call marker.Chris Lattner2005-05-08
* add a testcase for a case we do not handle yetChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcases for PR557Chris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* * Break tests into individual cases so its easier to see what's going on.Reid Spencer2005-05-07
* test that reassociate can handle shiftsChris Lattner2005-05-07
* new testcaseChris Lattner2005-05-07
* new testcaseChris Lattner2005-05-06
* Make sure to not accidentally get a bogus tail markerChris Lattner2005-05-06
* test that tail call survives bytecodificationChris Lattner2005-05-06
* new testcasesChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcase for unneeded andChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcase for PR541Chris Lattner2005-05-05
* new testcaseChris Lattner2005-05-05
* new testcase for a bug Jim foundChris Lattner2005-05-05
* new testcaseChris Lattner2005-05-04
* Make sure both optimization cases get tested.Reid Spencer2005-05-04
* Add a test case for the IsDigitOptimization class.Reid Spencer2005-05-04
* comment fixAndrew Lenharth2005-05-04
* see if the legalize code propery compensates for the additional zeros introducedAndrew Lenharth2005-05-04
* added a use of ctpop to debug stuff withAndrew Lenharth2005-05-04
* Fix this test to succeed even if "strchr" is on a call instruction.Reid Spencer2005-05-03