summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/ExecutionEngine
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1739-962/+0
| | | | llvm-svn: 33296
* For PR950:Reid Spencer2006-12-3114-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 Spencer2006-12-193-3/+3
| | | | | | Test needs to be upgraded for the forthcoming FCmpInst patch. llvm-svn: 32683
* For PR950:Reid Spencer2006-12-196-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 Spencer2006-12-0312-12/+12
| | | | llvm-svn: 32154
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-023-3/+3
| | | | llvm-svn: 32115
* Don't test an exampleChris Lattner2006-07-261-3/+0
| | | | llvm-svn: 29301
* This test is buggy: printf is a varargs function. This fixes the test withChris Lattner2006-05-171-2/+2
| | | | | | the PPC JIT llvm-svn: 28375
* PR736 has already been fixed. Remove XFAIL marker.Evan Cheng2006-05-171-3/+0
| | | | llvm-svn: 28362
* Try xfailing thisChris Lattner2006-04-131-1/+3
| | | | llvm-svn: 27669
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-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 testcaseChris Lattner2005-12-031-1/+1
| | | | llvm-svn: 24579
* new testcase for PR672Chris Lattner2005-12-031-0/+22
| | | | llvm-svn: 24577
* Merged from RELEASE_16.John Criswell2005-11-081-1/+1
| | | | llvm-svn: 24243
* Add a test that runs the ParallelJIT example program to ensure that theReid Spencer2005-07-131-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 Lattner2005-02-271-1/+1
| | | | llvm-svn: 20341
* Make this test actually capable of passing.Chris Lattner2004-12-051-1/+1
| | | | llvm-svn: 18536
* Remove unneeded codeAlkis Evlogimenos2004-12-051-3/+0
| | | | llvm-svn: 18516
* Match codegen string betterAlkis Evlogimenos2004-12-051-1/+1
| | | | llvm-svn: 18514
* Add testcast for bug475Alkis Evlogimenos2004-12-051-0/+36
| | | | llvm-svn: 18513
* These tests pass on darwin now that the __ thing is fixed.Chris Lattner2004-12-042-2/+0
| | | | llvm-svn: 18508
* These lookup symbols with leading underscores, which currently fails inJohn Criswell2004-12-022-0/+2
| | | | | | | the PowerPC JIT. Hence, they are XFAILs. llvm-svn: 18443
* Exit only with a value from 0-255.Chris Lattner2004-11-221-2/+3
| | | | llvm-svn: 18119
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* Adding RUN lines.Tanya Lattner2004-11-0633-0/+99
| | | | llvm-svn: 17536
* Add more casts. You can never have enough casts.Brian Gaeke2004-05-071-1/+49
| | | | llvm-svn: 13408
* Renamed intermediate values that used the same type and name as previousJohn Criswell2003-11-263-15/+15
| | | | | | values. All of these files should assemble now. llvm-svn: 10239
* update testChris Lattner2003-11-191-2/+0
| | | | llvm-svn: 10092
* Genericize testsChris Lattner2003-11-1935-0/+759
llvm-svn: 10091
OpenPOWER on IntegriCloud