| Commit message (Expand) | Author | Age | Files | Lines |
* | Trim down makefile, again. | Chris Lattner | 2002-02-04 | 1 | -1/+1 |
* | Cut down number of times libraries are included to link a little bit faster | Chris Lattner | 2002-02-04 | 1 | -1/+1 |
* | * Remove -noasm option. If we're not compiling, what's the point? | Chris Lattner | 2002-02-03 | 1 | -109/+27 |
* | Switch over to a model where we compile each method, emit assembly, then free | Chris Lattner | 2002-02-03 | 1 | -7/+35 |
* | Add dependency | Chris Lattner | 2002-01-31 | 1 | -1/+2 |
* | PassManager is now in its own header file | Chris Lattner | 2002-01-31 | 1 | -2/+2 |
* | In an amazing fit of stupidity, I flipped the conditional and didn't test | Chris Lattner | 2002-01-22 | 1 | -3/+3 |
* | Try again, now it works right | Chris Lattner | 2002-01-22 | 1 | -1/+2 |
* | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Fix ordering dependency problem | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -20/+18 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -14/+34 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | Remove unneccesary retcode var | Chris Lattner | 2001-10-18 | 1 | -2/+1 |
* | Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries | Chris Lattner | 2001-10-18 | 1 | -2/+3 |
* | Bytecode writer is yanked out of Module printer | Chris Lattner | 2001-10-18 | 1 | -25/+22 |
* | Move malloc/free lowering after tracing until lli supports | Vikram S. Adve | 2001-10-18 | 1 | -4/+7 |
* | Only output code if file open is successful | Chris Lattner | 2001-10-18 | 1 | -6/+4 |
* | Trace code should always be exported just before code generation; | Vikram S. Adve | 2001-10-18 | 2 | -26/+29 |
* | Convert to new simpler, more powerful pass structure | Chris Lattner | 2001-10-18 | 1 | -11/+6 |
* | Passes return true if they change something, not if they fail | Chris Lattner | 2001-10-18 | 1 | -2/+5 |
* | ConcretePass should not be a templated class! | Chris Lattner | 2001-10-15 | 1 | -2/+2 |
* | Minor cleanups | Chris Lattner | 2001-10-15 | 1 | -12/+10 |
* | Use the new Pass infrastructure to clean up llc | Chris Lattner | 2001-10-15 | 1 | -261/+117 |
* | Add library | Chris Lattner | 2001-10-15 | 1 | -1/+1 |
* | Minor code cleanups | Chris Lattner | 2001-10-15 | 1 | -8/+6 |
* | *** empty log message *** | Vikram S. Adve | 2001-10-14 | 2 | -40/+168 |
* | MethodTypes take an explicit isVarArg argument | Chris Lattner | 2001-10-13 | 1 | -2/+3 |
* | Repeat some libs due to circular dependences between Sparc and other | Vikram S. Adve | 2001-10-10 | 1 | -1/+1 |
* | Add hack to get rid of malloc & free instructions for code generation | Chris Lattner | 2001-10-04 | 1 | -4/+123 |
* | Add proper support to send output to the right place | Chris Lattner | 2001-09-19 | 1 | -3/+36 |
* | Emit assembly language from the target... | Chris Lattner | 2001-09-19 | 1 | -0/+1 |
* | C++ gives us auto_ptr's, so we might as well use them. :) | Chris Lattner | 2001-09-18 | 1 | -30/+24 |
* | Minor changes. | Vikram S. Adve | 2001-09-18 | 1 | -21/+33 |
* | Added regalloc | Ruchira Sasanka | 2001-09-15 | 1 | -1/+1 |
* | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 1 | -31/+23 |
* | Checkin changes to: | Chris Lattner | 2001-09-14 | 1 | -2/+4 |
* | This checkin represents some cleanup of the backend, implementing the followi... | Chris Lattner | 2001-09-14 | 2 | -14/+3 |
* | 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 |