Added LLVM copyright header.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PrologEpilogInserter.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-07-26 Chris LattnerThis code doesn't modify the LLVM structure, keep stuff...
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-25 Vikram S. AdveAdd support for compiling varargs functions.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-28 Chris Lattner* Changes to be a MachineFunctionPass
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...