summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Expand)AuthorAge
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-06
* Remove old crusty testChris Lattner2002-10-06
* Test "external" modifier on global variableChris Lattner2002-10-06
* Covnert tests to not use indexed load/storesChris Lattner2002-08-22
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-21
* Fix typoChris Lattner2002-08-16
* Convert constexpr over to new syntaxChris Lattner2002-08-15
* Make 'features' testsuite work with the /shared changes.Chris Lattner2002-08-15
* Convert testcase to use correct syntaxChris Lattner2002-08-15
* Remove invokation of cleangcc pass which has been renamed, and is unneccesary...Chris Lattner2002-07-30
* New testcaseChris Lattner2002-07-23
* Added duplicate constant expressions to test uniqueness support.Vikram S. Adve2002-07-15
* Minor additions.Vikram S. Adve2002-07-14
* Test the handling of constant expressions.Vikram S. Adve2002-07-14
* Remove spaces from function namesChris Lattner2002-05-22
* New testcaseChris Lattner2002-05-22
* Eliminate usage of function level constant poolChris Lattner2002-05-02
* Use unified diffs with gnu diff instead of old diffsChris Lattner2002-05-02
* Fix for buggy testChris Lattner2002-04-16
* test/Features should not contain whole programsChris Lattner2002-02-12
* Added command to build SPARC executable.Vikram S. Adve2002-02-11
* Simple fibonacci test.Vikram S. Adve2002-02-11
* Testcase broken - Entry node of method cannot have predecessors!Chris Lattner2002-01-31
* Failure.sh moved up a levelChris Lattner2002-01-23
* Initial checkinChris Lattner2002-01-23
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-23
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-21
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-14
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-26
* MAke sure diffs matchChris Lattner2001-11-26
* Test array indexingChris Lattner2001-11-26
* Start testing the new cleangcc passChris Lattner2001-10-31
* Test bitwise operationsChris Lattner2001-10-29
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-28
* Added a string global variable.Vikram S. Adve2001-10-14
* New testcase for testing constant pointers to globalsChris Lattner2001-10-13
* Use null keyword instead of kludgeChris Lattner2001-10-13
* Add more function call and prototype specific testsChris Lattner2001-10-13
* Moved first function to "simpleadd.ll".Vikram S. Adve2001-10-10
* Fix broken testcaseChris Lattner2001-10-03
* Adjust test cases to match the fact that methods are now explicit pointer val...Chris Lattner2001-10-03
* Modify testcases for new LLVM const syntaxChris Lattner2001-10-03
* Add a test for the new null keywordChris Lattner2001-09-30
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-18
* Implement global variable supportChris Lattner2001-09-10
* New testcase to deal with listsChris Lattner2001-09-07
* Executables all live in a nice centralized location nowChris Lattner2001-09-07
* Check opaque, abstract, and recursive type handlingChris Lattner2001-09-07
* Symboltables are sorted in the bytecode, so no problems here!Chris Lattner2001-09-07
* New test casesChris Lattner2001-07-28