2002-08-07 |
Chris Lattner | Only include the sparc.o file once! |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
tree | commitdiff |
2002-07-23 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-23 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-22 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-06-30 |
Chris Lattner | Strip the symbols out of the bytecode to inflate genera... |
tree | commitdiff |
2002-06-25 |
Anand Shukla | Changes for 64bit gcc |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-05-20 |
Chris Lattner | Fix tracing code support to link in the tracing routine... |
tree | commitdiff |
2002-05-19 |
Vikram S. Adve | Add libsparc.a a second time to resolve link errors. |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Merge all include/llvm/Transforms/Scalar/* into a singl... |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Straighten out makefiles after moving code to new Trans... |
tree | commitdiff |
2002-04-30 |
Chris Lattner | Remove unneccesary pass. |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Eliminate duplicate or unneccesary #include's |
tree | commitdiff |
2002-04-27 |
Chris Lattner | * Rename MethodPass class to FunctionPass |
tree | commitdiff |
2002-04-18 |
Chris Lattner | Make sure that there is no case where a signal can... |
tree | commitdiff |
2002-04-08 |
Chris Lattner | s/PrintMethodPass/PrintFunctionPass |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Remove asmwriter library from link line, because the... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Change references to the Method class to be references... |
tree | commitdiff |
2002-03-24 |
Vikram S. Adve | Rename pass to DecomposeMultiDimRefs. |
tree | commitdiff |
2002-02-26 |
Chris Lattner | * Make all command line arguments static |
tree | commitdiff |
2002-02-04 |
Chris Lattner | Trim down makefile, again. |
tree | commitdiff |
2002-02-04 |
Chris Lattner | Cut down number of times libraries are included to... |
tree | commitdiff |
2002-02-03 |
Chris Lattner | * Remove -noasm option. If we're not compiling, what... |
tree | commitdiff |
2002-02-03 |
Chris Lattner | Switch over to a model where we compile each method... |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Add dependency |
tree | commitdiff |
2002-01-31 |
Chris Lattner | PassManager is now in its own header file |
tree | commitdiff |
2002-01-22 |
Chris Lattner | In an amazing fit of stupidity, I flipped the condition... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Try again, now it works right |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Rename LowerAllocations.h to ChangeAllocations.h since... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Fix ordering dependency problem |
tree | commitdiff |
2002-01-21 |
Chris Lattner | Eliminate opt library |
tree | commitdiff |
2002-01-21 |
Chris Lattner | Implement a more powerful, simpler, pass system. This... |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Remove unneccesary retcode var |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Refactor Assembly/Bytecode writer code into Assembly... |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Bytecode writer is yanked out of Module printer |
tree | commitdiff |
2001-10-18 |
Vikram S. Adve | Move malloc/free lowering after tracing until lli supports |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Only output code if file open is successful |
tree | commitdiff |
2001-10-18 |
Vikram S. Adve | Trace code should always be exported just before code... |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Convert to new simpler, more powerful pass structure |
tree | commitdiff |
2001-10-18 |
Chris Lattner | Passes return true if they change something, not if... |
tree | commitdiff |
2001-10-15 |
Chris Lattner | ConcretePass should not be a templated class! |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Minor cleanups |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Use the new Pass infrastructure to clean up llc |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Add library |
tree | commitdiff |
2001-10-15 |
Chris Lattner | Minor code cleanups |
tree | commitdiff |
2001-10-14 |
Vikram S. Adve | *** empty log message *** |
tree | commitdiff |
2001-10-13 |
Chris Lattner | MethodTypes take an explicit isVarArg argument |
tree | commitdiff |
2001-10-10 |
Vikram S. Adve | Repeat some libs due to circular dependences between... |
tree | commitdiff |
2001-10-04 |
Chris Lattner | Add hack to get rid of malloc & free instructions for... |
tree | commitdiff |
2001-09-19 |
Chris Lattner | Add proper support to send output to the right place |
tree | commitdiff |
2001-09-19 |
Chris Lattner | Emit assembly language from the target... |
tree | commitdiff |
2001-09-18 |
Chris Lattner | C++ gives us auto_ptr's, so we might as well use them... |
tree | commitdiff |
2001-09-18 |
Vikram S. Adve | Minor changes. |
tree | commitdiff |
2001-09-15 |
Ruchira Sasanka | Added regalloc |
tree | commitdiff |
2001-09-14 |
Chris Lattner | Make a new llvm/Target #include directory. |
tree | commitdiff |
2001-09-14 |
Chris Lattner | Checkin changes to: |
tree | commitdiff |
2001-09-14 |
Chris Lattner | This checkin represents some cleanup of the backend... |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Make use of the new TOOLNAME/USEDLIBS options provided... |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Convert llc driver to standard tool format |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Clean up driver |
tree | commitdiff |
2001-08-28 |
Vikram S. Adve | Changed link line. |
tree | commitdiff |
2001-08-28 |
Vikram S. Adve | Add calls to NormalizeMethod() and to ScheduleInstructi... |
tree | commitdiff |
2001-07-23 |
Chris Lattner | CommandLine library cleanup. No longer use getValue... |
tree | commitdiff |
2001-07-23 |
Chris Lattner | -help is verbose enough that we don't need this anymore |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Moved inline/llvm/Tools/* to include/llvm/Support/* |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Removal of the redundant CompileContext wrapper |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Large scale changes to implement new command line argum... |
tree | commitdiff |
2001-07-22 |
Chris Lattner | Privatize LLCOptions. It had no business being visible... |
tree | commitdiff |
2001-07-22 |
Chris Lattner | Convert from using C style char*'s to strings. |
tree | commitdiff |
2001-07-21 |
Chris Lattner | Instructions for use |
tree | commitdiff |
2001-07-21 |
Chris Lattner | Renamed include/llvm/Codegen to include/llvm/CodeGen |
tree | commitdiff |
2001-07-21 |
Chris Lattner | Make the makefile work |
tree | commitdiff |
2001-07-21 |
Chris Lattner | Autodep functionality broken. Remove so we get success... |
tree | commitdiff |
2001-07-21 |
Vikram S. Adve | Driver and options for the llc compiler. |
tree | commitdiff |
|