Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PeepholeOpts.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-27 Brian GaekeTargetInstrInfo::getNOPOpCode() has been replaced by...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2003-12-17 Misha Brukman* Converted C-style comments to C++
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanWe accept TargetMachine as a const reference.
2003-10-21 Vikram S. AdveWhen opcodes like ADD were split into reg. and immed...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerSimplify code a bit
2003-08-14 Chris LattnerRestore 'nice name' to pass
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-05-23 Misha BrukmanCleaned up code layout; no functional changes.
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.