aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Add test for new zeroinitializer tokenChris Lattner2003-06-281-0/+3
* Remove obsolete support for LD_LIBRARY_PATHChris Lattner2003-06-203-28/+2
* Updated to the new Makefile.common.John Criswell2003-06-201-2/+2
* The modifications to LD_LIBRARY_PATH now add the specified paths to theJohn Criswell2003-06-202-2/+23
* Fix to mesh with Johns recent changesChris Lattner2003-06-171-2/+2
* Test the whole range of varargs handling stuffChris Lattner2003-05-081-2/+14
* New testcaseChris Lattner2003-05-081-0/+9
* Add testcase for target informationChris Lattner2003-04-221-0/+4
* ADd newline to end of fileChris Lattner2003-04-221-1/+2
* Add a simple test for hex constant integersChris Lattner2003-04-171-0/+3
* Fix testcaseChris Lattner2003-03-181-6/+6
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-067-36/+38
* Remove old crusty testChris Lattner2002-10-061-25/+0
* Test "external" modifier on global variableChris Lattner2002-10-061-2/+2
* Covnert tests to not use indexed load/storesChris Lattner2002-08-224-7/+14
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-211-1/+7
* Fix typoChris Lattner2002-08-161-1/+1
* Convert constexpr over to new syntaxChris Lattner2002-08-151-14/+14
* Make 'features' testsuite work with the /shared changes.Chris Lattner2002-08-153-9/+9
* Convert testcase to use correct syntaxChris Lattner2002-08-151-14/+16
* Remove invokation of cleangcc pass which has been renamed, and is unneccesary...Chris Lattner2002-07-301-2/+2
* New testcaseChris Lattner2002-07-231-0/+21
* Added duplicate constant expressions to test uniqueness support.Vikram S. Adve2002-07-151-0/+14
* Minor additions.Vikram S. Adve2002-07-141-0/+6
* Test the handling of constant expressions.Vikram S. Adve2002-07-142-0/+113
* Remove spaces from function namesChris Lattner2002-05-222-4/+4
* New testcaseChris Lattner2002-05-221-0/+25
* Eliminate usage of function level constant poolChris Lattner2002-05-022-10/+7
* Use unified diffs with gnu diff instead of old diffsChris Lattner2002-05-021-2/+2
* Fix for buggy testChris Lattner2002-04-161-1/+1
* test/Features should not contain whole programsChris Lattner2002-02-122-33/+0
* Added command to build SPARC executable.Vikram S. Adve2002-02-111-0/+6
* Simple fibonacci test.Vikram S. Adve2002-02-111-0/+28
* Testcase broken - Entry node of method cannot have predecessors!Chris Lattner2002-01-311-1/+3
* Failure.sh moved up a levelChris Lattner2002-01-233-4/+4
* Initial checkinChris Lattner2002-01-232-0/+44
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-232-35/+40
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-212-2/+2
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-147-40/+32
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-261-0/+53
* MAke sure diffs matchChris Lattner2001-11-261-4/+5
* Test array indexingChris Lattner2001-11-261-2/+13
* Start testing the new cleangcc passChris Lattner2001-10-311-2/+2
* Test bitwise operationsChris Lattner2001-10-291-0/+10
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-281-0/+50
* Added a string global variable.Vikram S. Adve2001-10-141-2/+4
* New testcase for testing constant pointers to globalsChris Lattner2001-10-131-0/+23
* Use null keyword instead of kludgeChris Lattner2001-10-131-2/+1
* Add more function call and prototype specific testsChris Lattner2001-10-131-3/+18
* Moved first function to "simpleadd.ll".Vikram S. Adve2001-10-101-24/+0