summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-181-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 LengthMehwish Nagda2002-07-251-18/+16
| | | | llvm-svn: 3089
* Adding code for outputing length in .sAnand Shukla2002-07-211-2/+20
| | | | llvm-svn: 2979
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+2
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
| | | | | | to make debugging output a lot nicer. llvm-svn: 2395
* Add #include that was removed from TargetMachine.hChris Lattner2002-04-281-0/+1
| | | | llvm-svn: 2381
* Fix include error.Vikram S. Adve2002-03-031-1/+1
| | | | llvm-svn: 1819
* Clean up std namespace issuesChris Lattner2002-02-241-8/+9
| | | | | | Silence warning llvm-svn: 1790
* Write llvm bytecode to output .s file as last step of LLC.Chris Lattner2002-02-111-0/+77
llvm-svn: 1728
OpenPOWER on IntegriCloud