| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 39 | -962/+0 |
| | | | | | llvm-svn: 33296 | ||||
| * | For PR950: | Reid Spencer | 2006-12-31 | 14 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | For PR950: | Reid Spencer | 2006-12-19 | 3 | -3/+3 |
| | | | | | | | Test needs to be upgraded for the forthcoming FCmpInst patch. llvm-svn: 32683 | ||||
| * | For PR950: | Reid Spencer | 2006-12-19 | 6 | -9/+6 |
| | | | | | | | These tests need to be upgraded in preparation for the SETCC patch. llvm-svn: 32668 | ||||
| * | These tests need llvm-upgrade. This fixes last night's nightly test fallout. | Reid Spencer | 2006-12-03 | 12 | -12/+12 |
| | | | | | llvm-svn: 32154 | ||||
| * | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 3 | -3/+3 |
| | | | | | llvm-svn: 32115 | ||||
| * | Don't test an example | Chris Lattner | 2006-07-26 | 1 | -3/+0 |
| | | | | | llvm-svn: 29301 | ||||
| * | This test is buggy: printf is a varargs function. This fixes the test with | Chris Lattner | 2006-05-17 | 1 | -2/+2 |
| | | | | | | | the PPC JIT llvm-svn: 28375 | ||||
| * | PR736 has already been fixed. Remove XFAIL marker. | Evan Cheng | 2006-05-17 | 1 | -3/+0 |
| | | | | | llvm-svn: 28362 | ||||
| * | Try xfailing this | Chris Lattner | 2006-04-13 | 1 | -1/+3 |
| | | | | | llvm-svn: 27669 | ||||
| * | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 27635 | ||||
| * | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
| | | | | | | | | | 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 | ||||
| * | Fix a bug in the testcase | Chris Lattner | 2005-12-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 24579 | ||||
| * | new testcase for PR672 | Chris Lattner | 2005-12-03 | 1 | -0/+22 |
| | | | | | llvm-svn: 24577 | ||||
| * | Merged from RELEASE_16. | John Criswell | 2005-11-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 24243 | ||||
| * | Add a test that runs the ParallelJIT example program to ensure that the | Reid Spencer | 2005-07-13 | 1 | -0/+3 |
| | | | | | | | | | JIT can run against a multi-threaded program without getting its data structures messed up. Also had to add the examples directory to the path for the tests so that ParallelJIT can be found. llvm-svn: 22415 | ||||
| * | Fix misspellings, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 20341 | ||||
| * | Make this test actually capable of passing. | Chris Lattner | 2004-12-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 18536 | ||||
| * | Remove unneeded code | Alkis Evlogimenos | 2004-12-05 | 1 | -3/+0 |
| | | | | | llvm-svn: 18516 | ||||
| * | Match codegen string better | Alkis Evlogimenos | 2004-12-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 18514 | ||||
| * | Add testcast for bug475 | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+36 |
| | | | | | llvm-svn: 18513 | ||||
| * | These tests pass on darwin now that the __ thing is fixed. | Chris Lattner | 2004-12-04 | 2 | -2/+0 |
| | | | | | llvm-svn: 18508 | ||||
| * | These lookup symbols with leading underscores, which currently fails in | John Criswell | 2004-12-02 | 2 | -0/+2 |
| | | | | | | | | the PowerPC JIT. Hence, they are XFAILs. llvm-svn: 18443 | ||||
| * | Exit only with a value from 0-255. | Chris Lattner | 2004-11-22 | 1 | -2/+3 |
| | | | | | llvm-svn: 18119 | ||||
| * | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 18020 | ||||
| * | Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵ | Tanya Lattner | 2004-11-13 | 1 | -0/+3 |
| | | | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 33 | -0/+99 |
| | | | | | llvm-svn: 17536 | ||||
| * | Add more casts. You can never have enough casts. | Brian Gaeke | 2004-05-07 | 1 | -1/+49 |
| | | | | | llvm-svn: 13408 | ||||
| * | Renamed intermediate values that used the same type and name as previous | John Criswell | 2003-11-26 | 3 | -15/+15 |
| | | | | | | | values. All of these files should assemble now. llvm-svn: 10239 | ||||
| * | update test | Chris Lattner | 2003-11-19 | 1 | -2/+0 |
| | | | | | llvm-svn: 10092 | ||||
| * | Genericize tests | Chris Lattner | 2003-11-19 | 35 | -0/+759 |
| llvm-svn: 10091 | |||||

