aboutsummaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)Author
2001-11-26MAke sure diffs matchChris Lattner
2001-11-26Test array indexingChris Lattner
2001-10-31Start testing the new cleangcc passChris Lattner
2001-10-29Test bitwise operationsChris Lattner
2001-10-28Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve
2001-10-14Added a string global variable.Vikram S. Adve
2001-10-13New testcase for testing constant pointers to globalsChris Lattner
2001-10-13Use null keyword instead of kludgeChris Lattner
2001-10-13Add more function call and prototype specific testsChris Lattner
2001-10-10Moved first function to "simpleadd.ll".Vikram S. Adve
2001-10-03Fix broken testcaseChris Lattner
2001-10-03Adjust test cases to match the fact that methods are now explicit pointer val...Chris Lattner
2001-10-03Modify testcases for new LLVM const syntaxChris Lattner
2001-09-30Add a test for the new null keywordChris Lattner
2001-09-18Fix testcases to handle new syntax for construction and initializeationChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07New testcase to deal with listsChris Lattner
2001-09-07Executables all live in a nice centralized location nowChris Lattner
2001-09-07Check opaque, abstract, and recursive type handlingChris Lattner
2001-09-07Symboltables are sorted in the bytecode, so no problems here!Chris Lattner
2001-07-28New test casesChris Lattner
2001-07-28Changes to make test scripts more reliableChris Lattner
2001-07-26Work around a few 'sorting issues' with the bytecode output that causes the b...Chris Lattner
2001-07-25New test for varargs functionsChris Lattner
2001-07-21Version of testmemory to test alloca, load and store.Vikram S. Adve
2001-07-15New test case for prototype supportChris Lattner
2001-07-08add coverage of newly implemented instructions.Chris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-06-27Put in test of SCCP. Watch out though, because we need to sort theChris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-07inlining can change methods a second time, so don't rerun inliner when testin...Chris Lattner
2001-06-06Initial revisionChris Lattner