| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New testcase for globaldce | Chris Lattner | 2001-11-26 | 1 | -0/+17 |
* | Add testcases for internal | Chris Lattner | 2001-11-26 | 2 | -0/+15 |
* | Rename irreducible to cfgstructures.ll Include other interesting structures | Chris Lattner | 2001-11-26 | 2 | -14/+53 |
* | MAke sure diffs match | Chris Lattner | 2001-11-26 | 1 | -4/+5 |
* | Test array indexing | Chris Lattner | 2001-11-26 | 1 | -2/+13 |
* | Only use one form of printVal per program to avoid spurious link errors | Chris Lattner | 2001-11-13 | 2 | -5/+5 |
* | Overwrite files when linked | Chris Lattner | 2001-11-13 | 2 | -4/+4 |
* | Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS. | Vikram S. Adve | 2001-11-12 | 2 | -8/+8 |
* | Use cc instead of gcc to compile *.native | Vikram S. Adve | 2001-11-10 | 2 | -2/+2 |
* | Testcase for structure field reordering | Chris Lattner | 2001-11-10 | 1 | -0/+30 |
* | Added function LL__main. | Vikram S. Adve | 2001-11-09 | 1 | -0/+5 |
* | Eliminate cleaning step for individual %.bc files created by our gcc. | Vikram S. Adve | 2001-11-08 | 2 | -6/+4 |
* | Took out .clean.bc target. | Vikram S. Adve | 2001-11-08 | 2 | -6/+0 |
* | Run cleaning pass only when linking multiple files. | Vikram S. Adve | 2001-11-08 | 2 | -4/+2 |
* | Add cleaning pass after linking. | Vikram S. Adve | 2001-11-08 | 2 | -4/+8 |
* | Keep *.s files while we're debugging the native code. | Vikram S. Adve | 2001-11-08 | 2 | -6/+6 |
* | Add rule for %.clean.bc. | Vikram S. Adve | 2001-11-08 | 2 | -0/+6 |
* | Roll back all these changes that have broken Makefile.target again. | Vikram S. Adve | 2001-11-07 | 2 | -26/+16 |
* | Minor fixes | Chris Lattner | 2001-11-06 | 2 | -6/+12 |
* | Build .bc from .c better. | Chris Lattner | 2001-11-06 | 2 | -10/+6 |
* | Don't forget to make the clean version. | Chris Lattner | 2001-11-06 | 2 | -2/+10 |
* | Really fix Makefile to compile individual tests and Olden codes. | Vikram S. Adve | 2001-11-06 | 2 | -46/+68 |
* | Moved *.c files into subdirectory TestSources to avoid overwriting | Vikram S. Adve | 2001-11-06 | 7 | -436/+0 |
* | Reorder paramters to make the command line more easily modifiable | Chris Lattner | 2001-11-06 | 2 | -2/+2 |
* | Fix makefile to compile olden and main benchmarks | Chris Lattner | 2001-11-05 | 2 | -26/+26 |
* | Make the olden benchmarks compile again | Chris Lattner | 2001-11-05 | 2 | -12/+18 |
* | Put it back! | Vikram S. Adve | 2001-11-05 | 1 | -0/+99 |
* | Removed by mistake; will add it back immediately. | Vikram S. Adve | 2001-11-05 | 1 | -99/+0 |
* | Make gcc generate assembly files (%.ll) until Chris has a stable | Vikram S. Adve | 2001-11-05 | 2 | -4/+16 |
* | Delete rule to disassemble %.bc -- need to make it effective only when | Vikram S. Adve | 2001-11-05 | 2 | -6/+0 |
* | Replaced another HERE. | Vikram S. Adve | 2001-11-05 | 1 | -1/+1 |
* | Put common rules for compiling programs into Makefile.target. | Vikram S. Adve | 2001-11-05 | 3 | -48/+199 |
* | Start testing the new cleangcc pass | Chris Lattner | 2001-10-31 | 1 | -2/+2 |
* | Initial checkin of heapsort benchmark | Chris Lattner | 2001-10-31 | 1 | -0/+75 |
* | Initial checkin of ary3 "benchmark" from prog lang shootout | Chris Lattner | 2001-10-30 | 1 | -0/+41 |
* | Add testcase for missed SCCP optimization | Chris Lattner | 2001-10-30 | 1 | -0/+25 |
* | Test bitwise operations | Chris Lattner | 2001-10-29 | 1 | -0/+10 |
* | Added printPointer. | Vikram S. Adve | 2001-10-28 | 1 | -2/+10 |
* | Runtime routines implementing print<TYPE> for all basic types. | Vikram S. Adve | 2001-10-28 | 1 | -0/+91 |
* | Add calls to print results in fib, simpleadd and sumarray. | Vikram S. Adve | 2001-10-28 | 2 | -1/+59 |
* | Added rules for building sparc executable with and without tracing, | Vikram S. Adve | 2001-10-28 | 1 | -20/+36 |
* | Disable alloca code gen tests until size of extra args in stack frame | Vikram S. Adve | 2001-10-22 | 1 | -1/+1 |
* | *** empty log message *** | Vikram S. Adve | 2001-10-18 | 1 | -5/+5 |
* | Check in new testcase based on .c file. Adapted to run with lli | Chris Lattner | 2001-10-18 | 2 | -0/+115 |
* | Fix null termination issue | Chris Lattner | 2001-10-18 | 1 | -1/+1 |
* | Add new testcase from C source | Chris Lattner | 2001-10-18 | 2 | -0/+91 |
* | Reverse previous change. | Vikram S. Adve | 2001-10-18 | 1 | -2/+2 |
* | Generate assembly code for testcodegen. | Vikram S. Adve | 2001-10-18 | 1 | -2/+2 |
* | Added several cases where a constant must be forwarded into a use. | Vikram S. Adve | 2001-10-18 | 1 | -0/+27 |
* | Disable codgen test for calltest.ll. | Vikram S. Adve | 2001-10-17 | 1 | -1/+1 |