aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for MemMove.llReid Spencer2005-04-261-0/+21
* Result of strlen is size_t which is either uint or ulong, not int.Reid Spencer2005-04-261-4/+4
* Add a new test case for the llvm.memcpy simplification case.Reid Spencer2005-04-261-0/+21
* * Add a test case for StrLenOptimizationReid Spencer2005-04-263-0/+21
* Fix RUN: line to not always pass.Reid Spencer2005-04-261-1/+1
* Update the test case to handle a few more (degenerate) cases and removeReid Spencer2005-04-251-3/+10
* rename fnChris Lattner2005-04-251-1/+1
* new testcaseChris Lattner2005-04-251-0/+8
* Make sure the target buffer is null terminated so we don't blow upReid Spencer2005-04-251-0/+1
* A test case for testing the StrCatOptimizer, currently XFAILed everywhere.Reid Spencer2005-04-251-0/+16
* Use the %name rather than the "name" format so those familiar with theReid Spencer2005-04-251-5/+5
* A test case for the the ExitInMain libcall simplification.Reid Spencer2005-04-252-0/+16
* Test that xor/select are folded into a select with inverted operands.Chris Lattner2005-04-241-1/+5
* unxfail this.Chris Lattner2005-04-241-6/+0
* add a new testcase which occurs in 181.mcfChris Lattner2005-04-241-0/+6
* Eliminate tabs and trailing spacesJeff Cohen2005-04-2318-78/+77
* add a new testcaseChris Lattner2005-04-231-0/+6
* Add the RUN: prefix to the start of the run line so this test doesn't fail.Reid Spencer2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-2110-33/+33
* Check for eqv matchingChris Lattner2005-04-211-0/+13
* this passes on darwinChris Lattner2005-04-211-1/+0
* New testcase for a changing values late and allowing them to propagateChris Lattner2005-04-191-0/+11
* Make this significantly harderChris Lattner2005-04-191-0/+7
* Add a real run lineChris Lattner2005-04-191-1/+1
* fix this testcaseChris Lattner2005-04-191-0/+1
* new testcaseChris Lattner2005-04-191-0/+9
* add a run lineChris Lattner2005-04-191-1/+1
* Tell dj to run the tests in this directoryChris Lattner2005-04-191-1/+1
* Update dejagnu tests to use the new pattern isel flagNate Begeman2005-04-165-5/+5
* new testcaseChris Lattner2005-04-152-0/+21
* added a random and mask testAndrew Lenharth2005-04-141-0/+10
* Add CodeGen tests for the recent SelectionDAG transformsNate Begeman2005-04-132-0/+53
* regression case for faster call sequenceAndrew Lenharth2005-04-131-0/+15
* check that casts still use zapAndrew Lenharth2005-04-131-0/+11
* added s4addl matching testAndrew Lenharth2005-04-131-0/+14
* fix this testcase so the regex doesn't match the function nameChris Lattner2005-04-101-1/+1
* make this harderChris Lattner2005-04-101-0/+3
* oops add ~Chris Lattner2005-04-101-1/+1
* new testcase for previously unsupported unary complex operatorsChris Lattner2005-04-101-0/+6
* new testcase that used to crash the ppc fe. It could effect any simpleiselChris Lattner2005-04-091-0/+21
* Add a testcase to make sure that we don't emit two fneg instructions backNate Begeman2005-04-091-0/+8
* Add cases to cover the rest of the patterns we should be matchingNate Begeman2005-04-091-6/+16
* New testcase that the sparc backend crashes onChris Lattner2005-04-091-0/+12
* make this test more interestingChris Lattner2005-04-091-1/+8
* add a test for fnabsChris Lattner2005-04-091-0/+11
* add a partial test for the fma operations that ppc supports. I'm sure I'mChris Lattner2005-04-091-0/+30
* oopsAndrew Lenharth2005-04-083-3/+3
* added some tests to check stupid pattern matching mistakesAndrew Lenharth2005-04-085-0/+52
* new testcase that crashes the instcombiner.Chris Lattner2005-04-081-0/+7
* match case change in codegenAndrew Lenharth2005-04-071-1/+1