Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test array indexing | Chris Lattner | 2001-11-26 | 1 | -2/+13 | |
| | | | | llvm-svn: 1349 | |||||
* | Start testing the new cleangcc pass | Chris Lattner | 2001-10-31 | 1 | -2/+2 | |
| | | | | llvm-svn: 1067 | |||||
* | Test bitwise operations | Chris Lattner | 2001-10-29 | 1 | -0/+10 | |
| | | | | llvm-svn: 1025 | |||||
* | Add calls to print results in fib, simpleadd and sumarray. | Vikram S. Adve | 2001-10-28 | 1 | -0/+50 | |
| | | | | | | indirectcall is the same as fib but uses function pointers. llvm-svn: 996 | |||||
* | Added a string global variable. | Vikram S. Adve | 2001-10-14 | 1 | -2/+4 | |
| | | | | llvm-svn: 796 | |||||
* | New testcase for testing constant pointers to globals | Chris Lattner | 2001-10-13 | 1 | -0/+23 | |
| | | | | llvm-svn: 784 | |||||
* | Use null keyword instead of kludge | Chris Lattner | 2001-10-13 | 1 | -2/+1 | |
| | | | | llvm-svn: 778 | |||||
* | Add more function call and prototype specific tests | Chris Lattner | 2001-10-13 | 1 | -3/+18 | |
| | | | | llvm-svn: 777 | |||||
* | Moved first function to "simpleadd.ll". | Vikram S. Adve | 2001-10-10 | 1 | -24/+0 | |
| | | | | llvm-svn: 716 | |||||
* | Fix broken testcase | Chris Lattner | 2001-10-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 705 | |||||
* | Adjust test cases to match the fact that methods are now explicit pointer ↵ | Chris Lattner | 2001-10-03 | 4 | -5/+5 | |
| | | | | | | values, not explicit llvm-svn: 702 | |||||
* | Modify testcases for new LLVM const syntax | Chris Lattner | 2001-10-03 | 2 | -7/+7 | |
| | | | | llvm-svn: 698 | |||||
* | Add a test for the new null keyword | Chris Lattner | 2001-09-30 | 1 | -1/+7 | |
| | | | | llvm-svn: 669 | |||||
* | Fix testcases to handle new syntax for construction and initializeation | Chris Lattner | 2001-09-18 | 2 | -3/+28 | |
| | | | | | | Test constants llvm-svn: 600 | |||||
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -0/+14 | |
| | | | | llvm-svn: 530 | |||||
* | New testcase to deal with lists | Chris Lattner | 2001-09-07 | 1 | -0/+102 | |
| | | | | llvm-svn: 503 | |||||
* | Executables all live in a nice centralized location now | Chris Lattner | 2001-09-07 | 2 | -12/+24 | |
| | | | | llvm-svn: 500 | |||||
* | Check opaque, abstract, and recursive type handling | Chris Lattner | 2001-09-07 | 1 | -0/+57 | |
| | | | | llvm-svn: 479 | |||||
* | Symboltables are sorted in the bytecode, so no problems here! | Chris Lattner | 2001-09-07 | 1 | -3/+1 | |
| | | | | llvm-svn: 468 | |||||
* | New test cases | Chris Lattner | 2001-07-28 | 1 | -0/+25 | |
| | | | | llvm-svn: 329 | |||||
* | Changes to make test scripts more reliable | Chris Lattner | 2001-07-28 | 2 | -3/+3 | |
| | | | | llvm-svn: 319 | |||||
* | Work around a few 'sorting issues' with the bytecode output that causes the ↵ | Chris Lattner | 2001-07-26 | 2 | -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 functions | Chris Lattner | 2001-07-25 | 1 | -0/+12 | |
| | | | | llvm-svn: 301 | |||||
* | Version of testmemory to test alloca, load and store. | Vikram S. Adve | 2001-07-21 | 1 | -0/+23 | |
| | | | | llvm-svn: 238 | |||||
* | New test case for prototype support | Chris Lattner | 2001-07-15 | 1 | -0/+10 | |
| | | | | llvm-svn: 199 | |||||
* | add coverage of newly implemented instructions. | Chris Lattner | 2001-07-08 | 1 | -3/+7 | |
| | | | | llvm-svn: 165 | |||||
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -0/+11 | |
| | | | | llvm-svn: 156 | |||||
* | Put in test of SCCP. Watch out though, because we need to sort the | Chris Lattner | 2001-06-27 | 1 | -1/+9 | |
| | | | | | | constant pool for the final check to work. :( llvm-svn: 93 | |||||
* | Updates to support | Chris Lattner | 2001-06-11 | 2 | -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 Lattner | 2001-06-07 | 1 | -1/+1 | |
| | | | | | | | | testing for differences in optimizations llvm-svn: 12 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 9 | -0/+190 | |
llvm-svn: 2 |