summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/Generic
Commit message (Collapse)AuthorAgeFilesLines
...
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-232-0/+6
| | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009
* add some tests for typecasts and extract_elementChris Lattner2006-03-231-0/+23
| | | | llvm-svn: 26998
* Add an integer splat testChris Lattner2006-03-211-0/+19
| | | | llvm-svn: 26923
* add a new testcase. This insertelement should be a noop on SSE.Chris Lattner2006-03-191-0/+6
| | | | llvm-svn: 26859
* add another testcase, explicitly check stuff works with G5 and G3 codegen onChris Lattner2006-03-191-1/+17
| | | | | | PPC. llvm-svn: 26854
* add two new insert_element testsChris Lattner2006-03-191-0/+12
| | | | llvm-svn: 26850
* Add three new testcasesChris Lattner2006-03-191-0/+25
| | | | llvm-svn: 26844
* new testcaseChris Lattner2006-03-171-0/+41
| | | | llvm-svn: 26832
* Remove the use of llvm.dbg.declare.Jim Laskey2006-03-141-6/+3
| | | | llvm-svn: 26744
* new testcaseChris Lattner2006-03-011-0/+98
| | | | llvm-svn: 26458
* Code sufficiently protected against this test.Jim Laskey2006-02-151-1/+0
| | | | llvm-svn: 26213
* Reduce this testcase a bit more, with the help of llvm-extract and some hand ↵Chris Lattner2006-02-131-12/+8
| | | | | | tweaks llvm-svn: 26139
* Added a test case for a libcall insertion bug.Evan Cheng2006-02-121-0/+64
| | | | llvm-svn: 26137
* this apparently passes on linuxChris Lattner2006-02-091-1/+1
| | | | llvm-svn: 26082
* Disable this test for the time being as debug is brought up to speed.Jim Laskey2006-02-081-0/+1
| | | | llvm-svn: 26063
* this testcase sent the dag combiner spinning into an infinite loopChris Lattner2006-01-181-0/+19
| | | | llvm-svn: 25418
* Test case for a SETCC / BRCOND folding bug.Evan Cheng2006-01-131-0/+39
| | | | llvm-svn: 25258
* new testcase, fails on X86 and probably othersChris Lattner2005-12-211-0/+125
| | | | llvm-svn: 24894
* Testcase for a problem that reid ran intoChris Lattner2005-12-121-0/+7
| | | | llvm-svn: 24676
* New testcase that crashes llcChris Lattner2005-12-011-0/+23
| | | | llvm-svn: 24570
* this is no apparently passing on alphaChris Lattner2005-11-121-1/+1
| | | | llvm-svn: 24331
* The pass was removed, but the spirit lives onChris Lattner2005-10-301-1/+1
| | | | llvm-svn: 24108
* add the xfail linesChris Lattner2005-10-281-0/+2
| | | | llvm-svn: 24066
* New testcase. Probably many targets don't support this, so they should probablyChris Lattner2005-10-281-0/+8
| | | | | | add themselves as xfails until they do (at least for the release). llvm-svn: 24065
* New testcase that crashes the ppc backendChris Lattner2005-10-211-0/+12
| | | | llvm-svn: 23871
* This is a generic test for all code generators. It originally came fromJohn Criswell2005-10-191-0/+13
| | | | | | Regression/Codegen/X86. llvm-svn: 23826
* new testcaseChris Lattner2005-10-181-0/+6
| | | | llvm-svn: 23798
* test broken in the IA64 backend.Chris Lattner2005-10-071-0/+5
| | | | llvm-svn: 23651
* remove dead argsChris Lattner2005-08-192-30/+0
| | | | llvm-svn: 22900
* new reg test for a failure last night on ppc/darwinChris Lattner2005-08-091-0/+6
| | | | llvm-svn: 22725
* this tests every fp-to-integer conversionChris Lattner2005-07-301-0/+67
| | | | llvm-svn: 22562
* new testcase that crashes llc on x86/ppc. Not generated by C/C++ or LLVMChris Lattner2005-07-131-0/+11
| | | | | | though. llvm-svn: 22416
* include the other bit count intrinsicsChris Lattner2005-05-111-0/+38
| | | | llvm-svn: 21863
* new testcaseChris Lattner2005-05-111-0/+21
| | | | llvm-svn: 21854
* new testcaseChris Lattner2005-05-091-0/+19
| | | | llvm-svn: 21819
* new testcaseChris Lattner2005-05-051-0/+19
| | | | llvm-svn: 21699
* add sin/cos testsChris Lattner2005-04-301-3/+21
| | | | llvm-svn: 21635
* Add a test for llvm.sqrtChris Lattner2005-04-301-0/+13
| | | | llvm-svn: 21628
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-2/+2
| | | | llvm-svn: 21479
* this passes on darwinChris Lattner2005-04-211-1/+0
| | | | llvm-svn: 21410
* 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
* new testcaseChris Lattner2005-04-021-0/+26
| | | | llvm-svn: 21016
* new generic testcsaeChris Lattner2005-04-021-0/+11
| | | | llvm-svn: 20996
* new testcaseChris Lattner2005-04-011-0/+16
| | | | llvm-svn: 20978
* execution tests shouldn't go here. This was killing the PPC nightly tester.Chris Lattner2005-02-141-1/+1
| | | | llvm-svn: 20186
* Cleanup a bunch of tests. In particular do not allow target directives inChris Lattner2005-01-079-241/+5
| | | | | | | the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir, so there is no use in doing that. llvm-svn: 19355
* Make this test a bit more interesting by making there actually be a use of theChris Lattner2005-01-071-1/+1
| | | | | | PHI node. llvm-svn: 19351
* modernize and clean up this test.Chris Lattner2005-01-071-13/+6
| | | | llvm-svn: 19347
* This passes on darwin nowChris Lattner2004-11-301-1/+0
| | | | llvm-svn: 18380
* Adding missing dg file.Tanya Lattner2004-11-201-0/+3
| | | | llvm-svn: 18062
OpenPOWER on IntegriCloud