Printing support for more stuff
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PrologEpilogInserter.cpp
2002-10-28 Chris LattnerUse BuildMI instead of explicit code.
2002-10-28 Misha BrukmanRewrote uses of deprecated `MachineFunction::get(BasicB...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-08-12 Chris Lattner - Clean up interface to Sparc register handling a...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-01 Vikram S. AdveBug fix: incorrect SAVE instruction when using register...
2002-07-10 Vikram S. AdveStop using pseudo-instructions (SETX, SETUW, SETSW)
2002-07-08 Vikram S. Adveclass MachineCodeForBasicBlock is now an annotation...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattneriUse new form of pop_back to make code more concise
2002-04-09 Chris LattnerDelete NOP instructions as they are eliminated.
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...