Eliminate tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / EmitBytecodeToAssembly.cpp
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2003-11-13 Misha BrukmanThe function to create an instance of this pass is...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-18 Brian GaekeMake the symbol prologue/epilogue stuff redundant with...
2002-07-25 Mehwish Nagdachanged implementation of LLVM BYTECODE Length
2002-07-21 Anand ShuklaAdding code for outputing length in .s
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerAdd #include that was removed from TargetMachine.h
2002-03-03 Vikram S. AdveFix include error.
2002-02-24 Chris LattnerClean up std namespace issues
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...