| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common | Chris Lattner | 2001-09-07 | 1 | -9/+3 |
* | Convert llc driver to standard tool format | Chris Lattner | 2001-09-07 | 1 | -15/+8 |
* | Clean up driver | Chris Lattner | 2001-09-07 | 1 | -34/+21 |
* | Changed link line. | Vikram S. Adve | 2001-08-28 | 1 | -3/+3 |
* | Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA(). | Vikram S. Adve | 2001-08-28 | 1 | -14/+42 |
* | CommandLine library cleanup. No longer use getValue/setValue, instead, just ... | Chris Lattner | 2001-07-23 | 1 | -28/+15 |
* | -help is verbose enough that we don't need this anymore | Chris Lattner | 2001-07-23 | 1 | -14/+0 |
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
* | Removal of the redundant CompileContext wrapper | Chris Lattner | 2001-07-23 | 1 | -8/+4 |
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 4 | -217/+14 |
* | Privatize LLCOptions. It had no business being visible to the entire | Chris Lattner | 2001-07-22 | 3 | -55/+107 |
* | Convert from using C style char*'s to strings. | Chris Lattner | 2001-07-22 | 1 | -2/+2 |
* | Instructions for use | Chris Lattner | 2001-07-21 | 1 | -0/+14 |
* | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 1 | -2/+2 |
* | Make the makefile work | Chris Lattner | 2001-07-21 | 1 | -7/+2 |
* | Autodep functionality broken. Remove so we get successful builds | Chris Lattner | 2001-07-21 | 1 | -1/+1 |
* | Driver and options for the llc compiler. | Vikram S. Adve | 2001-07-21 | 3 | -0/+251 |