aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken testcaseChris Lattner2001-10-031-1/+1
* Adjust test cases to match the fact that methods are now explicit pointer val...Chris Lattner2001-10-034-5/+5
* Modify testcases for new LLVM const syntaxChris Lattner2001-10-032-7/+7
* Add a test for the new null keywordChris Lattner2001-09-301-1/+7
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-182-3/+28
* Implement global variable supportChris Lattner2001-09-101-0/+14
* New testcase to deal with listsChris Lattner2001-09-071-0/+102
* Executables all live in a nice centralized location nowChris Lattner2001-09-072-12/+24
* Check opaque, abstract, and recursive type handlingChris Lattner2001-09-071-0/+57
* Symboltables are sorted in the bytecode, so no problems here!Chris Lattner2001-09-071-3/+1
* New test casesChris Lattner2001-07-281-0/+25
* Changes to make test scripts more reliableChris Lattner2001-07-282-3/+3
* Work around a few 'sorting issues' with the bytecode output that causes the b...Chris Lattner2001-07-262-4/+10
* New test for varargs functionsChris Lattner2001-07-251-0/+12
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-211-0/+23
* New test case for prototype supportChris Lattner2001-07-151-0/+10
* add coverage of newly implemented instructions.Chris Lattner2001-07-081-3/+7
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+11
* Put in test of SCCP. Watch out though, because we need to sort theChris Lattner2001-06-271-1/+9
* Updates to supportChris Lattner2001-06-112-2/+2
* inlining can change methods a second time, so don't rerun inliner when testin...Chris Lattner2001-06-071-1/+1
* Initial revisionChris Lattner2001-06-069-0/+190