| Commit message (Expand) | Author | Age | Files | Lines |
* | Function.h is unnecessary when Module.h is included. | Misha Brukman | 2002-09-14 | 1 | -1/+0 |
* | Added mapping lib in llc makefile | Anand Shukla | 2002-08-27 | 1 | -1/+1 |
* | Only include the sparc.o file once! | Chris Lattner | 2002-08-07 | 1 | -1/+1 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 1 | -4/+6 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 2 | -3/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -2/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 1 | -9/+20 |
* | Strip the symbols out of the bytecode to inflate generated executables less. | Chris Lattner | 2002-06-30 | 1 | -0/+3 |
* | Changes for 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -0/+1 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -6/+6 |
* | Fix tracing code support to link in the tracing routines if neccesary. | Chris Lattner | 2002-05-20 | 1 | -37/+74 |
* | Add libsparc.a a second time to resolve link errors. | Vikram S. Adve | 2002-05-19 | 1 | -1/+1 |
* | Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
* | Straighten out makefiles after moving code to new Transform Utils library | Chris Lattner | 2002-05-07 | 1 | -2/+2 |
* | Remove unneccesary pass. | Chris Lattner | 2002-04-30 | 1 | -4/+0 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -1/+1 |
* | Make sure that there is no case where a signal can occur leaving a partially | Chris Lattner | 2002-04-18 | 1 | -0/+8 |
* | s/PrintMethodPass/PrintFunctionPass | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
* | Remove asmwriter library from link line, because the useful contents of it | Chris Lattner | 2002-04-07 | 1 | -1/+1 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -6/+6 |
* | Rename pass to DecomposeMultiDimRefs. | Vikram S. Adve | 2002-03-24 | 1 | -3/+9 |
* | * Make all command line arguments static | Chris Lattner | 2002-02-26 | 1 | -14/+24 |
* | 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 |