aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Print machine frame objects with the frame offset intrinsic to the machineChris Lattner2003-01-161-3/+4
* Move sparc specific code into the Sparc backendChris Lattner2003-01-151-44/+0
* Simplify the interfaceChris Lattner2003-01-151-9/+1
* Move private headers into private regalloc directoryChris Lattner2003-01-152-177/+0
* Move private header to private dirChris Lattner2003-01-151-21/+0
* Remove obsolete ctorChris Lattner2003-01-151-1/+0
* Remove internal helper fnChris Lattner2003-01-151-20/+0
* ADd support for CC registers for Sparc BEChris Lattner2003-01-151-0/+8
* Add support for the CC registers for Sparc BEChris Lattner2003-01-151-0/+8
* Remove more unused methodsChris Lattner2003-01-151-42/+0
* Remove a ton of functions that are no longer used, instead using BuildMIChris Lattner2003-01-151-149/+0
* Add new helper method addRegDefChris Lattner2003-01-151-6/+4
* * Eliminate a bunch of inline functions.Chris Lattner2003-01-151-72/+13
* Move to include/llvm/CodeGenChris Lattner2003-01-141-122/+0
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-144-22/+7
* New headerChris Lattner2003-01-141-0/+19
* Move to Instrumentation.hChris Lattner2003-01-141-15/+0
* REmove unused header fileChris Lattner2003-01-141-16/+0
* Remove unused headerChris Lattner2003-01-141-37/+0
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-144-401/+12
* Move llvm/Annotation.h to Support/Annotation.hChris Lattner2003-01-141-213/+0
* Move annotation to support libraryChris Lattner2003-01-147-25/+20
* Must #include assert.hChris Lattner2003-01-141-0/+1
* Add new filesChris Lattner2003-01-133-0/+214
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-131-3/+3
* * Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-132-64/+86
* Add new getName methodChris Lattner2003-01-131-0/+7
* Simplify interface to creating a registerChris Lattner2003-01-131-3/+5
* * Add support for new types of operandsChris Lattner2003-01-131-2/+19
* * Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...Chris Lattner2003-01-131-23/+111
* * Add a constant pool to hold per-function constants which must be spilled to...Chris Lattner2003-01-131-4/+11
* * Add utility methods which make common cases easierChris Lattner2003-01-131-2/+12
* * Add support for values in the constant poolChris Lattner2003-01-131-1/+16
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-294-53/+38
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-293-15/+14
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-282-8/+8
* * doxygenize commentChris Lattner2002-12-281-16/+10
* Sparc specific methods default to abort rather than being pure virtualChris Lattner2002-12-282-42/+72
* Expose some very simple information about the frame, rather than in-depthChris Lattner2002-12-281-46/+65
* * Keep track of register alignment as well as register sizeChris Lattner2002-12-281-35/+105
* Descriptor object used to manage abstract frame referencesChris Lattner2002-12-281-0/+204
* State for frame and constant pool information pulled out of MachineFunctionChris Lattner2002-12-281-0/+108
* * Frame indices are signedChris Lattner2002-12-281-22/+32
* * Pull a bunch of frame and constant pool state out into a newChris Lattner2002-12-281-106/+30
* Initial check in of MachineFunctionPass.hChris Lattner2002-12-281-0/+33
* Simplify spill interface methodsChris Lattner2002-12-251-21/+21
* Add commentChris Lattner2002-12-252-2/+2
* Add abstract frame index capabilityChris Lattner2002-12-251-1/+6
* Remove default ctorChris Lattner2002-12-251-2/+0
* *** empty log message ***Chris Lattner2002-12-251-12/+20