summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Collapse)AuthorAgeFilesLines
* Fix this test case to actually test the new va_arg instruction not theReid Spencer2005-06-181-1/+1
| | | | | | old vaarg instruction. llvm-svn: 22256
* new vararg testAndrew Lenharth2005-06-181-0/+33
| | | | llvm-svn: 22252
* Add note to self to complete the testing of all intrinsic functions asReid Spencer2005-05-091-0/+2
| | | | | | specified in the LangRef document. llvm-svn: 21807
* new testcaseChris Lattner2005-05-061-0/+42
| | | | llvm-svn: 21750
* test that tail call survives bytecodificationChris Lattner2005-05-061-3/+3
| | | | llvm-svn: 21728
* yea yea yeaAndrew Lenharth2005-05-031-3/+3
| | | | llvm-svn: 21673
* pre add count testsAndrew Lenharth2005-05-031-0/+7
| | | | llvm-svn: 21671
* This file is all commented out.Chris Lattner2005-03-051-45/+0
| | | | llvm-svn: 20454
* Add a test for llvm.prefetch.Chris Lattner2005-02-281-0/+3
| | | | llvm-svn: 20379
* Update testcaseAlkis Evlogimenos2004-12-101-2/+2
| | | | llvm-svn: 18742
* Simple testcase for quoted label.Chris Lattner2004-12-101-0/+10
| | | | llvm-svn: 18740
* Test floating point constantsReid Spencer2004-11-201-0/+6
| | | | llvm-svn: 18045
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Fix for objdir != srcdir.Tanya Lattner2004-11-071-1/+1
| | | | llvm-svn: 17597
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-0732-0/+128
| | | | llvm-svn: 17568
* testcases for undefined and unreachableChris Lattner2004-10-162-0/+28
| | | | llvm-svn: 17058
* Added a test case for packed types. Test case kindly provided by Brad JonesReid Spencer2004-08-201-0/+15
| | | | llvm-svn: 15939
* bug 263:Reid Spencer2004-07-251-0/+2
| | | | | | Add target triple and dependent libraries support to this test. llvm-svn: 15213
* You cannot pass functions by value, what does that even mean??Chris Lattner2004-07-141-2/+2
| | | | llvm-svn: 14833
* New, horrible, testcaseChris Lattner2004-07-141-0/+18
| | | | llvm-svn: 14829
* Right, stop being sillyChris Lattner2004-06-151-1/+1
| | | | llvm-svn: 14184
* 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
OpenPOWER on IntegriCloud