aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
AgeCommit message (Expand)Author
2003-12-14Change interface of MachineOperand as follows:Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-08Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-05-27(1) Added special register class containing (for now) %fsr.Vikram S. Adve
2003-05-02Fix a bug which occurred with empty basic blocksChris Lattner
2003-01-16Fix problems with empty basic blocksChris Lattner
2003-01-16Arg, fix bugs in previous checkin...Chris Lattner
2003-01-16Add assertionChris Lattner
2003-01-15* Insert prolog/epilog code before rewriting indexesChris Lattner
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2003-01-13Convert to MachineFunctionPassChris Lattner
2002-12-28 Rename FunctionFrameInfo to MachineFrameInfoChris Lattner
2002-12-28Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner
2002-12-28Initial checkin of Prolog/Epilog code inserter, which is an important partChris Lattner