summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a nan, stop testing isnanChris Lattner2004-06-151-6/+1
| | | | llvm-svn: 14183
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-121-0/+5
| | | | llvm-svn: 14159
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-111-6/+7
| | | | | | | | | | isunordered(X, Y) === isnan(X) | isnan(Y) Remove isunordered, add isnan. Modernize testcase llvm-svn: 14133
* Add feature test for llvm intrinsics. It currently contains only the ↵Alkis Evlogimenos2004-06-111-0/+12
| | | | | | "isunordered" intrinsic llvm-svn: 14126
* Update test to new styleChris Lattner2003-10-211-11/+9
| | | | llvm-svn: 9327
* These scripts are no longer needed. They have been replaced by QMTest.John Criswell2003-10-072-59/+0
| | | | llvm-svn: 8929
* Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.John Criswell2003-09-251-0/+0
| | | | llvm-svn: 8711
* Removing Makefile. The QMTest program now handles the running of these tests.John Criswell2003-09-151-46/+0
| | | | llvm-svn: 8547
* New testcase for non-simple variable and type namesChris Lattner2003-08-221-0/+5
| | | | llvm-svn: 8048
* Add test for new zeroinitializer tokenChris Lattner2003-06-281-0/+3
| | | | llvm-svn: 6936
* Remove obsolete support for LD_LIBRARY_PATHChris Lattner2003-06-203-28/+2
| | | | llvm-svn: 6815
* Updated to the new Makefile.common.John Criswell2003-06-201-2/+2
| | | | llvm-svn: 6814
* The modifications to LD_LIBRARY_PATH now add the specified paths to theJohn Criswell2003-06-202-2/+23
| | | | | | | | beginning of LD_LIBRARY_PATH as opposed to simply replacing it. This allows users to use LD_LIBRARY_PATH when running tests (useful for when they have installed their own version of GCC). llvm-svn: 6800
* Fix to mesh with Johns recent changesChris Lattner2003-06-171-2/+2
| | | | llvm-svn: 6754
* Test the whole range of varargs handling stuffChris Lattner2003-05-081-2/+14
| | | | llvm-svn: 6034
* New testcaseChris Lattner2003-05-081-0/+9
| | | | llvm-svn: 6025
* Add testcase for target informationChris Lattner2003-04-221-0/+4
| | | | llvm-svn: 5842
* ADd newline to end of fileChris Lattner2003-04-221-1/+2
| | | | llvm-svn: 5841
* Add a simple test for hex constant integersChris Lattner2003-04-171-0/+3
| | | | llvm-svn: 5803
* Fix testcaseChris Lattner2003-03-181-6/+6
| | | | llvm-svn: 5746
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-067-36/+38
| | | | | | getelementptr instructions and not to add pointers. llvm-svn: 4049
* Remove old crusty testChris Lattner2002-10-061-25/+0
| | | | llvm-svn: 4048
* Test "external" modifier on global variableChris Lattner2002-10-061-2/+2
| | | | | | Fix getelementptr instruction to use long isntead of uint index llvm-svn: 4047
* Covnert tests to not use indexed load/storesChris Lattner2002-08-224-7/+14
| | | | llvm-svn: 3454
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-211-1/+7
| | | | llvm-svn: 3437
* Fix typoChris Lattner2002-08-161-1/+1
| | | | llvm-svn: 3361
* Convert constexpr over to new syntaxChris Lattner2002-08-151-14/+14
| | | | llvm-svn: 3359
* Make 'features' testsuite work with the /shared changes.Chris Lattner2002-08-153-9/+9
| | | | llvm-svn: 3357
* Convert testcase to use correct syntaxChris Lattner2002-08-151-14/+16
| | | | llvm-svn: 3356
* Remove invokation of cleangcc pass which has been renamed, and is ↵Chris Lattner2002-07-301-2/+2
| | | | | | unneccesary anyway llvm-svn: 3159
* New testcaseChris Lattner2002-07-231-0/+21
| | | | llvm-svn: 3022
* Added duplicate constant expressions to test uniqueness support.Vikram S. Adve2002-07-151-0/+14
| | | | llvm-svn: 2908
* Minor additions.Vikram S. Adve2002-07-141-0/+6
| | | | llvm-svn: 2903
* Test the handling of constant expressions.Vikram S. Adve2002-07-142-0/+113
| | | | llvm-svn: 2889
* Remove spaces from function namesChris Lattner2002-05-222-4/+4
| | | | | | While I was at it, I converted functions to new style % name llvm-svn: 2725
* New testcaseChris Lattner2002-05-221-0/+25
| | | | llvm-svn: 2724
* Eliminate usage of function level constant poolChris Lattner2002-05-022-10/+7
| | | | llvm-svn: 2450
* Use unified diffs with gnu diff instead of old diffsChris Lattner2002-05-021-2/+2
| | | | llvm-svn: 2449
* Fix for buggy testChris Lattner2002-04-161-1/+1
| | | | llvm-svn: 2267
* test/Features should not contain whole programsChris Lattner2002-02-122-33/+0
| | | | llvm-svn: 1734
* Added command to build SPARC executable.Vikram S. Adve2002-02-111-0/+6
| | | | llvm-svn: 1730
* Simple fibonacci test.Vikram S. Adve2002-02-111-0/+28
| | | | llvm-svn: 1729
* Testcase broken - Entry node of method cannot have predecessors!Chris Lattner2002-01-311-1/+3
| | | | llvm-svn: 1597
* Failure.sh moved up a levelChris Lattner2002-01-233-4/+4
| | | | llvm-svn: 1569
* Initial checkinChris Lattner2002-01-232-0/+44
| | | | llvm-svn: 1564
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-232-35/+40
| | | | | | an error message llvm-svn: 1563
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-212-2/+2
| | | | llvm-svn: 1505
* Update LLVM tests to use new pointer indexing, and remove unsized array test ↵Chris Lattner2001-12-147-40/+32
| | | | | | support llvm-svn: 1474
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-261-0/+53
| | | | llvm-svn: 1387
* MAke sure diffs matchChris Lattner2001-11-261-4/+5
| | | | llvm-svn: 1386
OpenPOWER on IntegriCloud