aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* 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