aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
AgeCommit message (Expand)Author
2003-01-15Move private headers into private regalloc directoryChris Lattner
2003-01-15Move private header to private dirChris Lattner
2003-01-15Remove obsolete ctorChris Lattner
2003-01-15Remove internal helper fnChris Lattner
2003-01-15ADd support for CC registers for Sparc BEChris Lattner
2003-01-15Add support for the CC registers for Sparc BEChris Lattner
2003-01-15Remove more unused methodsChris Lattner
2003-01-15Remove a ton of functions that are no longer used, instead using BuildMIChris Lattner
2003-01-15Add new helper method addRegDefChris Lattner
2003-01-15* Eliminate a bunch of inline functions.Chris Lattner
2003-01-14Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13Add new filesChris Lattner
2003-01-13Simplify interface to creating a registerChris Lattner
2003-01-13* Add support for new types of operandsChris Lattner
2003-01-13* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...Chris Lattner
2003-01-13* Add a constant pool to hold per-function constants which must be spilled to...Chris Lattner
2003-01-13* Add utility methods which make common cases easierChris Lattner
2003-01-13* Add support for values in the constant poolChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-12-28Rename FunctionFrameInfo to MachineFrameInfoChris Lattner
2002-12-28Descriptor object used to manage abstract frame referencesChris Lattner
2002-12-28State for frame and constant pool information pulled out of MachineFunctionChris Lattner
2002-12-28* Frame indices are signedChris Lattner
2002-12-28* Pull a bunch of frame and constant pool state out into a newChris Lattner
2002-12-28Initial check in of MachineFunctionPass.hChris Lattner
2002-12-25Add abstract frame index capabilityChris Lattner
2002-12-25Remove default ctorChris Lattner
2002-12-25*** empty log message ***Chris Lattner
2002-12-25Remove dependency on SSARegMap.hChris Lattner
2002-12-15Add new opIsUse methodChris Lattner
2002-12-15Add capability to have a MachineBasicBlock as an operand to a MachineInstrChris Lattner
2002-12-13Final version of BuildMI for symmetry and because I want to use itChris Lattner
2002-12-13Get rid of deprecated functionChris Lattner
2002-12-04Add support for direct global referencesChris Lattner
2002-12-03Add virtual dtor, expose a debug implChris Lattner
2002-12-02More supportChris Lattner
2002-12-02Start adding to the meat of MachineCodeEmitterChris Lattner
2002-12-02Initial version of MachineCodeEmitter interface: emptyChris Lattner
2002-11-22Instead of checking op.getType() against MO_VirtualRegister andMisha Brukman
2002-11-22Set SSARegMap to NULL after deleting it.Misha Brukman
2002-11-20SSARegMap -- the mapping between SSARegisters and their RegisterClasses, whichMisha Brukman
2002-11-18Add helper methodChris Lattner
2002-11-17Print is const!Chris Lattner
2002-11-17Finish enumating codeChris Lattner
2002-11-17Remove unused methodsChris Lattner
2002-11-17Convert to use an enum to access def/use/use&def information. These makeChris Lattner
2002-11-17Return const refefrences to enable default constructionChris Lattner
2002-11-14include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke
2002-10-30Bug fix: need to initialize new CallArgsDescriptor pointer.Vikram S. Adve