Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 96 | -4345/+0 |
| | | | | llvm-svn: 33296 | ||||
* | new testcase for PR1114 | Chris Lattner | 2007-01-16 | 1 | -0/+12 |
| | | | | llvm-svn: 33250 | ||||
* | Fix this test case. It is no longer permissible to have undefined types | Reid Spencer | 2007-01-03 | 1 | -0/+4 |
| | | | | | | in function parameters. Fix by just defining the type as opaque. llvm-svn: 32837 | ||||
* | For PR1070: | Reid Spencer | 2007-01-02 | 1 | -0/+1 |
| | | | | | | | Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. llvm-svn: 32814 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 3 | -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 necessary | Reid Spencer | 2006-12-29 | 2 | -2/+2 |
| | | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768 | ||||
* | add a generic component to this test | Chris Lattner | 2006-12-22 | 1 | -1/+2 |
| | | | | llvm-svn: 32747 | ||||
* | let this pass for ppc/linux | Chris Lattner | 2006-12-22 | 1 | -1/+1 |
| | | | | llvm-svn: 32746 | ||||
* | This test needs to be upgraded for the forthcoming FCmpInst patch. | Reid Spencer | 2006-12-19 | 1 | -1/+1 |
| | | | | llvm-svn: 32682 | ||||
* | This test needs to be upgraded for the FCmpInst patch. | Reid Spencer | 2006-12-19 | 1 | -1/+1 |
| | | | | llvm-svn: 32677 | ||||
* | This test needs to be upgraded in preparation for the SETCC patch. | Reid Spencer | 2006-12-19 | 7 | -7/+7 |
| | | | | llvm-svn: 32667 | ||||
* | testcase for pr1049 | Chris Lattner | 2006-12-16 | 1 | -0/+34 |
| | | | | llvm-svn: 32632 | ||||
* | Fix the intrinsic debug call to make this match current definition. | Reid Spencer | 2006-12-04 | 1 | -2/+2 |
| | | | | llvm-svn: 32190 | ||||
* | Duplicate of Regression/Debugger/funccall.ll. | Jim Laskey | 2006-12-04 | 1 | -122/+0 |
| | | | | llvm-svn: 32175 | ||||
* | Run llvm-upgrade on this test and/or upgrade intrinsic function calls. | Reid Spencer | 2006-12-02 | 18 | -77/+77 |
| | | | | llvm-svn: 32133 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 65 | -73/+73 |
| | | | | llvm-svn: 32115 | ||||
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 5 | -109/+109 |
| | | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896 | ||||
* | Testcase for PR1011 | Chris Lattner | 2006-11-20 | 1 | -0/+44 |
| | | | | llvm-svn: 31877 | ||||
* | new testcase | Chris Lattner | 2006-11-10 | 1 | -0/+14 |
| | | | | llvm-svn: 31643 | ||||
* | wrong bug # | Chris Lattner | 2006-11-07 | 1 | -1/+1 |
| | | | | llvm-svn: 31488 | ||||
* | new testcase | Chris Lattner | 2006-11-07 | 1 | -0/+12 |
| | | | | llvm-svn: 31486 | ||||
* | this started failing due to Reid's changes in the bc format. insulate it | Chris Lattner | 2006-11-03 | 1 | -1/+1 |
| | | | | | | from future changes. llvm-svn: 31428 | ||||
* | new testcase | Chris Lattner | 2006-10-29 | 1 | -0/+21 |
| | | | | llvm-svn: 31280 | ||||
* | new testcase | Chris Lattner | 2006-10-28 | 1 | -0/+55 |
| | | | | llvm-svn: 31259 | ||||
* | new testcase | Chris Lattner | 2006-10-27 | 1 | -0/+21 |
| | | | | llvm-svn: 31241 | ||||
* | new testcase for PR964 | Chris Lattner | 2006-10-22 | 1 | -0/+27 |
| | | | | llvm-svn: 31117 | ||||
* | New testcase for a switch lowering bug. | Chris Lattner | 2006-09-07 | 1 | -0/+96 |
| | | | | llvm-svn: 30141 | ||||
* | Testcase (distilled from crafty) that crashed the local RA on X86. | Chris Lattner | 2006-09-03 | 1 | -0/+115 |
| | | | | llvm-svn: 30063 | ||||
* | Bugfix for recent coallescer crash | Chris Lattner | 2006-08-30 | 1 | -0/+115 |
| | | | | llvm-svn: 29990 | ||||
* | Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64, | Chris Lattner | 2006-08-27 | 1 | -0/+16 |
| | | | | | | but that's not the ppc backend's fault. llvm-svn: 29914 | ||||
* | Applying for all. | Jim Laskey | 2006-08-03 | 1 | -6/+6 |
| | | | | llvm-svn: 29512 | ||||
* | Make all the schedulers continue to work. | Jim Laskey | 2006-08-03 | 1 | -0/+40 |
| | | | | llvm-svn: 29510 | ||||
* | Testcase that crashes the ppc backend. | Chris Lattner | 2006-06-28 | 1 | -0/+281 |
| | | | | llvm-svn: 28964 | ||||
* | My original test case was bogus. Reverting to crasher case. | Jim Laskey | 2006-06-13 | 1 | -47/+34 |
| | | | | llvm-svn: 28767 | ||||
* | Tests to make sure that ComputeMaskedBits discards bits for shifts. | Jim Laskey | 2006-06-13 | 1 | -0/+50 |
| | | | | llvm-svn: 28766 | ||||
* | New testcase that crashes llc | Chris Lattner | 2006-06-12 | 1 | -0/+10 |
| | | | | llvm-svn: 28754 | ||||
* | New testcase | Chris Lattner | 2006-05-24 | 1 | -0/+9 |
| | | | | llvm-svn: 28444 | ||||
* | new testcase | Chris Lattner | 2006-05-06 | 1 | -0/+33 |
| | | | | llvm-svn: 28142 | ||||
* | testcase that crashes the ppc backend, which can't sextinreg(i1) | Chris Lattner | 2006-04-28 | 1 | -0/+10 |
| | | | | llvm-svn: 28016 | ||||
* | new testcase | Chris Lattner | 2006-04-27 | 1 | -0/+43 |
| | | | | llvm-svn: 27986 | ||||
* | Force a specific config, because this test fails in certain configs otherwise. | Chris Lattner | 2006-04-14 | 1 | -1/+1 |
| | | | | llvm-svn: 27694 | ||||
* | Oops, move misplaced test | Chris Lattner | 2006-04-13 | 1 | -0/+12 |
| | | | | llvm-svn: 27659 | ||||
* | Add a run with an unusual target triple, revert the patch that sent output to | Chris Lattner | 2006-04-13 | 1 | -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 version | Tanya Lattner | 2006-04-12 | 2 | -2/+2 |
| | | | | llvm-svn: 27635 | ||||
* | Don't dump the llc assembly output to stdout. | Reid Spencer | 2006-04-12 | 1 | -5/+5 |
| | | | | llvm-svn: 27631 | ||||
* | new testcase | Chris Lattner | 2006-04-12 | 1 | -0/+12 |
| | | | | llvm-svn: 27601 | ||||
* | An identity shuffle shouldn't generate any permute code. | Chris Lattner | 2006-03-31 | 1 | -0/+16 |
| | | | | llvm-svn: 27316 | ||||
* | Make this test harder, always check generic x86 and SSE-enabled x86. | Chris Lattner | 2006-03-31 | 1 | -1/+10 |
| | | | | llvm-svn: 27295 | ||||
* | new testcase | Chris Lattner | 2006-03-29 | 1 | -0/+10 |
| | | | | llvm-svn: 27242 | ||||
* | Regression test for the handling of nulls as arguments to debug intrinsics. | Jim Laskey | 2006-03-28 | 1 | -0/+10 |
| | | | | llvm-svn: 27204 |