summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* No longer need scalaropts libChris Lattner2003-01-13
* Add fixmeChris Lattner2003-01-13
* Fix static initializer ordering dependencyChris Lattner2003-01-13
* Add debugging helperChris Lattner2003-01-13
* Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner2003-01-13
* * No longer need lowerallocation passChris Lattner2003-01-13
* rename FP -> fp*Chris Lattner2003-01-13
* * Move frame and constant pool indexes to first argument of memory referenceChris Lattner2003-01-13
* * Some instructions take 64 bit integers, add an Arg type for itChris Lattner2003-01-13
* * Function calls clobber fp registersChris Lattner2003-01-13
* Add support for frame and constant pool referencesChris Lattner2003-01-13
* Move passes out to Passes.hChris Lattner2003-01-13
* Add speculationChris Lattner2003-01-13
* * Implement rudimentary output of the constant poolChris Lattner2003-01-13
* * Add support for FP registers ST*Chris Lattner2003-01-13
* * Adjust to use new interfaces, eliminating CurReg stuffChris Lattner2003-01-13
* Fix references to functionsChris Lattner2003-01-13
* Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-13
* * Use the PHI Elimination passChris Lattner2003-01-13
* * Convert to use LiveVariable analysisChris Lattner2003-01-13
* Convert to MachineFunctionPassChris Lattner2003-01-13
* Add support for 3 new forms of MachineOperandChris Lattner2003-01-13
* Add support for constant poolChris Lattner2003-01-13
* Add support for global address by string and constant pool valuesChris Lattner2003-01-13
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-29
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-29
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-29
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-28
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-28
* Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner2002-12-28
* Initial checkin of Prolog/Epilog code inserter, which is an important partChris Lattner2002-12-28
* Put class in anonymous namespaceChris Lattner2002-12-28
* * Convert to be a MachineFunctionPass instanceChris Lattner2002-12-28
* * Convert to be a MachineFunctionPass instanceChris Lattner2002-12-28
* * Add printing support for FrameIndex operandsChris Lattner2002-12-28
* * A bunch of functionality and data was removed from MachineFunction and putChris Lattner2002-12-28
* Frame info moved out of MachineFunction into a seperate objectChris Lattner2002-12-28
* Eliminate unneccesary fileChris Lattner2002-12-28
* Capture more information in ctorChris Lattner2002-12-28
* Implement the TargetFrameInfo interfaceChris Lattner2002-12-28
* * Initialize new FrameInfo memberChris Lattner2002-12-28
* Changes to match new MRegisterInfo apiChris Lattner2002-12-28
* *** Implement frame pointer elimination on X86!Chris Lattner2002-12-28
* Contents merged with X86RegisterInfo.cppChris Lattner2002-12-28
* * Remove implementations of previously pure virtual functions that are not an...Chris Lattner2002-12-28
* * Minor reformattingChris Lattner2002-12-28
* New addFrameReference functionChris Lattner2002-12-28
* * Most pass ctor functions don't take TM arguments anymoreChris Lattner2002-12-28
* * Convert to a MachineFunctionPassChris Lattner2002-12-28
* * Convert to a MachineFunctionPassChris Lattner2002-12-28