aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2003-11-13The function to create an instance of this pass is no longer a method ofMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-18Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke
2002-07-25changed implementation of LLVM BYTECODE LengthMehwish Nagda
2002-07-21Adding code for outputing length in .sAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Add #include that was removed from TargetMachine.hChris Lattner
2002-03-03Fix include error.Vikram S. Adve
2002-02-24Clean up std namespace issuesChris Lattner
2002-02-11Write llvm bytecode to output .s file as last step of LLC.Chris Lattner