Fix grammar, add comment
[oota-llvm.git] / lib / CodeGen / PrologEpilogInserter.cpp
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-02 Chris LattnerFix a bug which occurred with empty basic blocks
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-16 Chris LattnerArg, fix bugs in previous checkin...
2003-01-16 Chris LattnerAdd assertion
2003-01-15 Chris Lattner* Insert prolog/epilog code before rewriting indexes
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerConvert to MachineFunctionPass
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerInitial checkin of Prolog/Epilog code inserter, which...