aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put this change back in after testing from Reid proved its innocence. getSpi...Nate Begeman2004-08-291-2/+2
* Back out change to divide getSpillSize by 8 until I figure out why it breaks ...Nate Begeman2004-08-271-2/+2
* Register sizes are in bits, not bytesNate Begeman2004-08-271-2/+2
* Register info alignment is in bits, frame object alignment is (currently) inChris Lattner2004-08-211-1/+1
* Now that we have per-register spill size/alignment info, remove more usesChris Lattner2004-08-211-4/+5
* Stop using CreateStackObject(RegClass*)Chris Lattner2004-08-151-1/+1
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-151-6/+3
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-2/+2
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-141-1/+1
* Split saveCallerSavedRegisters into two methods for clarity, and add comments.Chris Lattner2004-08-121-9/+52
* Ok get rid of the REST of the tabsChris Lattner2004-08-071-11/+11
* Death to tabsChris Lattner2004-08-071-14/+14
* Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ...Chris Lattner2004-06-111-2/+2
* Fix the prolog epilog code inserter to match the documentation and supportChris Lattner2004-06-101-9/+33
* Adjust to new TargetMachine interfaceChris Lattner2004-06-021-4/+4
* Make dense maps keyed on physical registers smallerusingAlkis Evlogimenos2004-02-151-1/+1
* Allow for fixed objects to reside in the local area, and if they don't to notChris Lattner2004-02-151-6/+13
* There is no reason to align the stack pointer if there are no callees of this...Chris Lattner2004-02-141-2/+5
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-12/+13
* Do not use MachineOperand::isVirtualRegister either!Chris Lattner2004-02-101-5/+5
* Eliminate users of MachineOperand::isPhysicalRegisterChris Lattner2004-02-101-1/+2
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-141-2/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-081-3/+6
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-1/+2
* Fix a bug which occurred with empty basic blocksChris Lattner2003-05-021-1/+1
* Fix problems with empty basic blocksChris Lattner2003-01-161-1/+1
* Arg, fix bugs in previous checkin...Chris Lattner2003-01-161-2/+2
* Add assertionChris Lattner2003-01-161-2/+5
* * Insert prolog/epilog code before rewriting indexesChris Lattner2003-01-151-23/+23
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-5/+5
* Convert to MachineFunctionPassChris Lattner2003-01-131-7/+6
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-281-3/+3
* Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner2002-12-281-1/+1
* Initial checkin of Prolog/Epilog code inserter, which is an important partChris Lattner2002-12-281-0/+247