summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Collapse)AuthorAgeFilesLines
...
* Test array indexingChris Lattner2001-11-261-2/+13
| | | | llvm-svn: 1349
* Start testing the new cleangcc passChris Lattner2001-10-311-2/+2
| | | | llvm-svn: 1067
* Test bitwise operationsChris Lattner2001-10-291-0/+10
| | | | llvm-svn: 1025
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-281-0/+50
| | | | | | indirectcall is the same as fib but uses function pointers. llvm-svn: 996
* Added a string global variable.Vikram S. Adve2001-10-141-2/+4
| | | | llvm-svn: 796
* New testcase for testing constant pointers to globalsChris Lattner2001-10-131-0/+23
| | | | llvm-svn: 784
* Use null keyword instead of kludgeChris Lattner2001-10-131-2/+1
| | | | llvm-svn: 778
* Add more function call and prototype specific testsChris Lattner2001-10-131-3/+18
| | | | llvm-svn: 777
* Moved first function to "simpleadd.ll".Vikram S. Adve2001-10-101-24/+0
| | | | llvm-svn: 716
* Fix broken testcaseChris Lattner2001-10-031-1/+1
| | | | llvm-svn: 705
* Adjust test cases to match the fact that methods are now explicit pointer ↵Chris Lattner2001-10-034-5/+5
| | | | | | values, not explicit llvm-svn: 702
* Modify testcases for new LLVM const syntaxChris Lattner2001-10-032-7/+7
| | | | llvm-svn: 698
* Add a test for the new null keywordChris Lattner2001-09-301-1/+7
| | | | llvm-svn: 669
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-182-3/+28
| | | | | | Test constants llvm-svn: 600
* Implement global variable supportChris Lattner2001-09-101-0/+14
| | | | llvm-svn: 530
* New testcase to deal with listsChris Lattner2001-09-071-0/+102
| | | | llvm-svn: 503
* Executables all live in a nice centralized location nowChris Lattner2001-09-072-12/+24
| | | | llvm-svn: 500
* Check opaque, abstract, and recursive type handlingChris Lattner2001-09-071-0/+57
| | | | llvm-svn: 479
* Symboltables are sorted in the bytecode, so no problems here!Chris Lattner2001-09-071-3/+1
| | | | llvm-svn: 468
* New test casesChris Lattner2001-07-281-0/+25
| | | | llvm-svn: 329
* Changes to make test scripts more reliableChris Lattner2001-07-282-3/+3
| | | | llvm-svn: 319
* Work around a few 'sorting issues' with the bytecode output that causes the ↵Chris Lattner2001-07-262-4/+10
| | | | | | | | bytecode not to be bit for bit identical. This is a hack and should be fixed in the future llvm-svn: 306
* New test for varargs functionsChris Lattner2001-07-251-0/+12
| | | | llvm-svn: 301
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-211-0/+23
| | | | llvm-svn: 238
* New test case for prototype supportChris Lattner2001-07-151-0/+10
| | | | llvm-svn: 199
* add coverage of newly implemented instructions.Chris Lattner2001-07-081-3/+7
| | | | llvm-svn: 165
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+11
| | | | llvm-svn: 156
* Put in test of SCCP. Watch out though, because we need to sort theChris Lattner2001-06-271-1/+9
| | | | | | constant pool for the final check to work. :( llvm-svn: 93
* Updates to supportChris Lattner2001-06-112-2/+2
| | | | | | | | * Changes in PHI node structure * We now run DCE after inlining because it helps clean up LOTS of inlining gunk. llvm-svn: 26
* inlining can change methods a second time, so don't rerun inliner when ↵Chris Lattner2001-06-071-1/+1
| | | | | | | | testing for differences in optimizations llvm-svn: 12
* Initial revisionChris Lattner2001-06-069-0/+190
llvm-svn: 2
OpenPOWER on IntegriCloud