Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -119/+0 |
| | | | | llvm-svn: 11826 | ||||
* | The function to create an instance of this pass is no longer a method of | Misha Brukman | 2003-11-13 | 1 | -1/+1 |
| | | | | | | the UltraSparc class. llvm-svn: 9952 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Make the symbol prologue/epilogue stuff redundant with MappingInfo, in | Brian Gaeke | 2003-09-18 | 1 | -20/+31 |
| | | | | | | | preparation for refactoring. Rename the pass creator fn to mimic the other creator fn names. llvm-svn: 8596 | ||||
* | changed implementation of LLVM BYTECODE Length | Mehwish Nagda | 2002-07-25 | 1 | -18/+16 |
| | | | | llvm-svn: 3089 | ||||
* | Adding code for outputing length in .s | Anand Shukla | 2002-07-21 | 1 | -2/+20 |
| | | | | llvm-svn: 2979 | ||||
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -2/+2 |
| | | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778 | ||||
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
| | | | | | | to make debugging output a lot nicer. llvm-svn: 2395 | ||||
* | Add #include that was removed from TargetMachine.h | Chris Lattner | 2002-04-28 | 1 | -0/+1 |
| | | | | llvm-svn: 2381 | ||||
* | Fix include error. | Vikram S. Adve | 2002-03-03 | 1 | -1/+1 |
| | | | | llvm-svn: 1819 | ||||
* | Clean up std namespace issues | Chris Lattner | 2002-02-24 | 1 | -8/+9 |
| | | | | | | Silence warning llvm-svn: 1790 | ||||
* | Write llvm bytecode to output .s file as last step of LLC. | Chris Lattner | 2002-02-11 | 1 | -0/+77 |
llvm-svn: 1728 |