aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2005-05-15add test to check for tail callsChris Lattner
2005-05-14Make sure this is not eligible for tail-call-elimination so that we testChris Lattner
2005-05-14new testcaseChris Lattner
2005-05-14Ensure these casts are done with the hardware fildll instructionChris Lattner
2005-05-14this passesChris Lattner
2005-05-13new testcaseChris Lattner
2005-05-13fix regression testsAndrew Lenharth
2005-05-13These tests are currently expected to fail.John Criswell
2005-05-13Force x86 backendChris Lattner
2005-05-13let dj run thisChris Lattner
2005-05-13fixed test caseAndrew Lenharth
2005-05-13add a correct run lineChris Lattner
2005-05-12reg testChris Lattner
2005-05-12Fix this test on Solaris.John Criswell
2005-05-11Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) isNate Begeman
2005-05-11Regression test for PR#563.John Criswell
2005-05-11Legalize for CTLZ generates a ctpop, but this ctpop is not expanded.Andrew Lenharth
2005-05-11include the other bit count intrinsicsChris Lattner
2005-05-11new testcaseChris Lattner
2005-05-09new testcaseChris Lattner
2005-05-09tweak test to accept the (good) code emitted by the pattern iselChris Lattner
2005-05-09New testcase that crashes the pattern iselChris Lattner
2005-05-05new testcaseChris Lattner
2005-05-04comment fixAndrew Lenharth
2005-05-04see if the legalize code propery compensates for the additional zeros introducedAndrew Lenharth
2005-05-04added a use of ctpop to debug stuff withAndrew Lenharth
2005-04-30add sin/cos testsChris Lattner
2005-04-30Add a test for llvm.sqrtChris Lattner
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Check for eqv matchingChris Lattner
2005-04-21this passes on darwinChris Lattner
2005-04-16Update dejagnu tests to use the new pattern isel flagNate Begeman
2005-04-14added a random and mask testAndrew Lenharth
2005-04-13Add CodeGen tests for the recent SelectionDAG transformsNate Begeman
2005-04-13regression case for faster call sequenceAndrew Lenharth
2005-04-13check that casts still use zapAndrew Lenharth
2005-04-13added s4addl matching testAndrew Lenharth
2005-04-10fix this testcase so the regex doesn't match the function nameChris Lattner
2005-04-09new testcase that used to crash the ppc fe. It could effect any simpleiselChris Lattner
2005-04-09Add a testcase to make sure that we don't emit two fneg instructions backNate Begeman
2005-04-09Add cases to cover the rest of the patterns we should be matchingNate Begeman
2005-04-09New testcase that the sparc backend crashes onChris Lattner
2005-04-09make this test more interestingChris Lattner
2005-04-09add a test for fnabsChris Lattner
2005-04-09add a partial test for the fma operations that ppc supports. I'm sure I'mChris Lattner
2005-04-08oopsAndrew Lenharth
2005-04-08added some tests to check stupid pattern matching mistakesAndrew Lenharth
2005-04-07match case change in codegenAndrew Lenharth
2005-04-06simplifiedAndrew Lenharth
2005-04-06added first alpha codegen regression testAndrew Lenharth