summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression
Commit message (Collapse)AuthorAgeFilesLines
* add a new testcaseChris Lattner2005-04-231-0/+6
| | | | llvm-svn: 21469
* Add the RUN: prefix to the start of the run line so this test doesn't fail.Reid Spencer2005-04-221-1/+1
| | | | | | BTW .. isn't the date on this funky? We haven't reachec 2005-05-09 yet??? llvm-svn: 21432
* Remove trailing whitespaceMisha Brukman2005-04-2110-33/+33
| | | | llvm-svn: 21427
* Check for eqv matchingChris Lattner2005-04-211-0/+13
| | | | llvm-svn: 21414
* this passes on darwinChris Lattner2005-04-211-1/+0
| | | | llvm-svn: 21410
* New testcase for a changing values late and allowing them to propagateChris Lattner2005-04-191-0/+11
| | | | llvm-svn: 21343
* Make this significantly harderChris Lattner2005-04-191-0/+7
| | | | llvm-svn: 21342
* Add a real run lineChris Lattner2005-04-191-1/+1
| | | | llvm-svn: 21341
* fix this testcaseChris Lattner2005-04-191-0/+1
| | | | llvm-svn: 21340
* new testcaseChris Lattner2005-04-191-0/+9
| | | | llvm-svn: 21339
* add a run lineChris Lattner2005-04-191-1/+1
| | | | llvm-svn: 21338
* Tell dj to run the tests in this directoryChris Lattner2005-04-191-1/+1
| | | | llvm-svn: 21337
* Update dejagnu tests to use the new pattern isel flagNate Begeman2005-04-165-5/+5
| | | | llvm-svn: 21311
* new testcaseChris Lattner2005-04-152-0/+21
| | | | llvm-svn: 21304
* added a random and mask testAndrew Lenharth2005-04-141-0/+10
| | | | llvm-svn: 21301
* Add CodeGen tests for the recent SelectionDAG transformsNate Begeman2005-04-132-0/+53
| | | | llvm-svn: 21292
* regression case for faster call sequenceAndrew Lenharth2005-04-131-0/+15
| | | | llvm-svn: 21284
* check that casts still use zapAndrew Lenharth2005-04-131-0/+11
| | | | llvm-svn: 21283
* added s4addl matching testAndrew Lenharth2005-04-131-0/+14
| | | | llvm-svn: 21277
* fix this testcase so the regex doesn't match the function nameChris Lattner2005-04-101-1/+1
| | | | llvm-svn: 21210
* make this harderChris Lattner2005-04-101-0/+3
| | | | llvm-svn: 21201
* oops add ~Chris Lattner2005-04-101-1/+1
| | | | llvm-svn: 21200
* new testcase for previously unsupported unary complex operatorsChris Lattner2005-04-101-0/+6
| | | | llvm-svn: 21199
* new testcase that used to crash the ppc fe. It could effect any simpleiselChris Lattner2005-04-091-0/+21
| | | | | | that is not careful, so I'm checking it into the generic tests. llvm-svn: 21190
* Add a testcase to make sure that we don't emit two fneg instructions backNate Begeman2005-04-091-0/+8
| | | | | | to back for certain fsel instructions. llvm-svn: 21176
* Add cases to cover the rest of the patterns we should be matchingNate Begeman2005-04-091-6/+16
| | | | llvm-svn: 21175
* New testcase that the sparc backend crashes onChris Lattner2005-04-091-0/+12
| | | | llvm-svn: 21173
* make this test more interestingChris Lattner2005-04-091-1/+8
| | | | llvm-svn: 21170
* add a test for fnabsChris Lattner2005-04-091-0/+11
| | | | llvm-svn: 21169
* add a partial test for the fma operations that ppc supports. I'm sure I'mChris Lattner2005-04-091-0/+30
| | | | | | | missing some and not all of these match yet, but I'm sure that Nate will clean up my mess :) llvm-svn: 21168
* oopsAndrew Lenharth2005-04-083-3/+3
| | | | llvm-svn: 21155
* added some tests to check stupid pattern matching mistakesAndrew Lenharth2005-04-085-0/+52
| | | | llvm-svn: 21154
* new testcase that crashes the instcombiner.Chris Lattner2005-04-081-0/+7
| | | | llvm-svn: 21151
* match case change in codegenAndrew Lenharth2005-04-071-1/+1
| | | | llvm-svn: 21141
* new testChris Lattner2005-04-071-0/+5
| | | | llvm-svn: 21137
* new testcaseChris Lattner2005-04-071-0/+5
| | | | llvm-svn: 21135
* simplifiedAndrew Lenharth2005-04-061-5/+0
| | | | llvm-svn: 21119
* added first alpha codegen regression testAndrew Lenharth2005-04-061-0/+16
| | | | llvm-svn: 21117
* new testcaseChris Lattner2005-04-041-0/+13
| | | | llvm-svn: 21087
* this has now been fixedChris Lattner2005-04-021-4/+0
| | | | llvm-svn: 21026
* don't forget to use the right code generator :)Chris Lattner2005-04-021-1/+1
| | | | llvm-svn: 21017
* new testcaseChris Lattner2005-04-022-0/+36
| | | | llvm-svn: 21016
* new generic testcsaeChris Lattner2005-04-021-0/+11
| | | | llvm-svn: 20996
* For Sparc, this xfails. I don't think sparc has the C99 complex dataJohn Criswell2005-04-011-0/+8
| | | | | | type support. llvm-svn: 20993
* new testcaseChris Lattner2005-04-011-0/+16
| | | | llvm-svn: 20978
* fix the RUN line on this testcase so it passes.Chris Lattner2005-03-251-1/+1
| | | | llvm-svn: 20833
* New testcase that crashes licm.Chris Lattner2005-03-251-0/+10
| | | | llvm-svn: 20829
* new testcase that DS-AA is causing to be miscompiled.Chris Lattner2005-03-241-0/+26
| | | | llvm-svn: 20813
* GlobalMR should be able to analyze this function.Chris Lattner2005-03-231-0/+20
| | | | llvm-svn: 20795
* new testcase to verify that we have field sensitive alias analysis info. ThisChris Lattner2005-03-231-0/+21
| | | | | | test cannot be satisfied without interprocedural information. llvm-svn: 20778
OpenPOWER on IntegriCloud