Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PeepholeOpts.cpp
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.