summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/Generic
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1796-4345/+0
| | | | llvm-svn: 33296
* new testcase for PR1114Chris Lattner2007-01-161-0/+12
| | | | llvm-svn: 33250
* Fix this test case. It is no longer permissible to have undefined typesReid Spencer2007-01-031-0/+4
| | | | | | in function parameters. Fix by just defining the type as opaque. llvm-svn: 32837
* For PR1070:Reid Spencer2007-01-021-0/+1
| | | | | | | Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. llvm-svn: 32814
* For PR950:Reid Spencer2006-12-313-8/+7
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-292-2/+2
| | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768
* add a generic component to this testChris Lattner2006-12-221-1/+2
| | | | llvm-svn: 32747
* let this pass for ppc/linuxChris Lattner2006-12-221-1/+1
| | | | llvm-svn: 32746
* This test needs to be upgraded for the forthcoming FCmpInst patch.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32682
* This test needs to be upgraded for the FCmpInst patch.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32677
* This test needs to be upgraded in preparation for the SETCC patch.Reid Spencer2006-12-197-7/+7
| | | | llvm-svn: 32667
* testcase for pr1049Chris Lattner2006-12-161-0/+34
| | | | llvm-svn: 32632
* Fix the intrinsic debug call to make this match current definition.Reid Spencer2006-12-041-2/+2
| | | | llvm-svn: 32190
* Duplicate of Regression/Debugger/funccall.ll.Jim Laskey2006-12-041-122/+0
| | | | llvm-svn: 32175
* Run llvm-upgrade on this test and/or upgrade intrinsic function calls.Reid Spencer2006-12-0218-77/+77
| | | | llvm-svn: 32133
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0265-73/+73
| | | | llvm-svn: 32115
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-235-109/+109
| | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
* Testcase for PR1011Chris Lattner2006-11-201-0/+44
| | | | llvm-svn: 31877
* new testcaseChris Lattner2006-11-101-0/+14
| | | | llvm-svn: 31643
* wrong bug #Chris Lattner2006-11-071-1/+1
| | | | llvm-svn: 31488
* new testcaseChris Lattner2006-11-071-0/+12
| | | | llvm-svn: 31486
* this started failing due to Reid's changes in the bc format. insulate itChris Lattner2006-11-031-1/+1
| | | | | | from future changes. llvm-svn: 31428
* new testcaseChris Lattner2006-10-291-0/+21
| | | | llvm-svn: 31280
* new testcaseChris Lattner2006-10-281-0/+55
| | | | llvm-svn: 31259
* new testcaseChris Lattner2006-10-271-0/+21
| | | | llvm-svn: 31241
* new testcase for PR964Chris Lattner2006-10-221-0/+27
| | | | llvm-svn: 31117
* New testcase for a switch lowering bug.Chris Lattner2006-09-071-0/+96
| | | | llvm-svn: 30141
* Testcase (distilled from crafty) that crashed the local RA on X86.Chris Lattner2006-09-031-0/+115
| | | | llvm-svn: 30063
* Bugfix for recent coallescer crashChris Lattner2006-08-301-0/+115
| | | | llvm-svn: 29990
* Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64,Chris Lattner2006-08-271-0/+16
| | | | | | but that's not the ppc backend's fault. llvm-svn: 29914
* Applying for all.Jim Laskey2006-08-031-6/+6
| | | | llvm-svn: 29512
* Make all the schedulers continue to work.Jim Laskey2006-08-031-0/+40
| | | | llvm-svn: 29510
* Testcase that crashes the ppc backend.Chris Lattner2006-06-281-0/+281
| | | | llvm-svn: 28964
* My original test case was bogus. Reverting to crasher case.Jim Laskey2006-06-131-47/+34
| | | | llvm-svn: 28767
* Tests to make sure that ComputeMaskedBits discards bits for shifts.Jim Laskey2006-06-131-0/+50
| | | | llvm-svn: 28766
* New testcase that crashes llcChris Lattner2006-06-121-0/+10
| | | | llvm-svn: 28754
* New testcaseChris Lattner2006-05-241-0/+9
| | | | llvm-svn: 28444
* new testcaseChris Lattner2006-05-061-0/+33
| | | | llvm-svn: 28142
* testcase that crashes the ppc backend, which can't sextinreg(i1)Chris Lattner2006-04-281-0/+10
| | | | llvm-svn: 28016
* new testcaseChris Lattner2006-04-271-0/+43
| | | | llvm-svn: 27986
* Force a specific config, because this test fails in certain configs otherwise.Chris Lattner2006-04-141-1/+1
| | | | llvm-svn: 27694
* Oops, move misplaced testChris Lattner2006-04-131-0/+12
| | | | llvm-svn: 27659
* Add a run with an unusual target triple, revert the patch that sent output toChris Lattner2006-04-131-5/+6
| | | | | | dev null as it broke the test and doesn't add anything. llvm-svn: 27656
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-122-2/+2
| | | | llvm-svn: 27635
* Don't dump the llc assembly output to stdout.Reid Spencer2006-04-121-5/+5
| | | | llvm-svn: 27631
* new testcaseChris Lattner2006-04-121-0/+12
| | | | llvm-svn: 27601
* An identity shuffle shouldn't generate any permute code.Chris Lattner2006-03-311-0/+16
| | | | llvm-svn: 27316
* Make this test harder, always check generic x86 and SSE-enabled x86.Chris Lattner2006-03-311-1/+10
| | | | llvm-svn: 27295
* new testcaseChris Lattner2006-03-291-0/+10
| | | | llvm-svn: 27242
* Regression test for the handling of nulls as arguments to debug intrinsics.Jim Laskey2006-03-281-0/+10
| | | | llvm-svn: 27204
OpenPOWER on IntegriCloud