aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-8/+4
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-7/+7
* The function to create an instance of this pass is no longer a method ofMisha Brukman2003-11-131-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-181-20/+31
* changed implementation of LLVM BYTECODE LengthMehwish Nagda2002-07-251-18/+16
* Adding code for outputing length in .sAnand Shukla2002-07-211-2/+20
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+2
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Add #include that was removed from TargetMachine.hChris Lattner2002-04-281-0/+1
* Fix include error.Vikram S. Adve2002-03-031-1/+1
* Clean up std namespace issuesChris Lattner2002-02-241-8/+9
* Write llvm bytecode to output .s file as last step of LLC.Chris Lattner2002-02-111-0/+77