Remove unused header and function
[oota-llvm.git] / include /
2003-01-14 Chris LattnerREmove unused header file
2003-01-14 Chris LattnerRemove unused header
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove llvm/Annotation.h to Support/Annotation.h
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMust #include assert.h
2003-01-13 Chris LattnerAdd new files
2003-01-13 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Start renaming MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerAdd new getName method
2003-01-13 Chris LattnerSimplify interface to creating a register
2003-01-13 Chris Lattner* Add support for new types of operands
2003-01-13 Chris Lattner* Add 3 new types of MachineOperand: ConstantPoolIndex...
2003-01-13 Chris Lattner* Add a constant pool to hold per-function constants...
2003-01-13 Chris Lattner* Add utility methods which make common cases easier
2003-01-13 Chris Lattner* Add support for values in the constant pool
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* doxygenize comment
2002-12-28 Chris LattnerSparc specific methods default to abort rather than...
2002-12-28 Chris LattnerExpose some very simple information about the frame...
2002-12-28 Chris Lattner* Keep track of register alignment as well as register...
2002-12-28 Chris LattnerDescriptor object used to manage abstract frame references
2002-12-28 Chris LattnerState for frame and constant pool information pulled...
2002-12-28 Chris Lattner* Frame indices are signed
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-28 Chris LattnerInitial check in of MachineFunctionPass.h
2002-12-25 Chris LattnerSimplify spill interface methods
2002-12-25 Chris LattnerAdd comment
2002-12-25 Chris LattnerAdd abstract frame index capability
2002-12-25 Chris LattnerRemove default ctor
2002-12-25 Chris Lattner*** empty log message ***
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-17 Chris LattnerSimplify interface to remove virtual function references
2002-12-16 Chris LattnerAdd support for register alias set description
2002-12-15 Chris LattnerExport well known instruction opcodes usable by target...
2002-12-15 Chris LattnerAdd new opIsUse method
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris LattnerSimplify TargetRegisterClass a bit, also eliminating...
2002-12-15 Chris Lattner* Rename const_regclass_begin/end to just regclass_begi...
2002-12-15 Chris LattnerAdd capability to have a MachineBasicBlock as an operan...
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-13 Chris LattnerFinal version of BuildMI for symmetry and because I...
2002-12-13 Chris LattnerGet rid of deprecated function
2002-12-12 Misha BrukmanDefine the 2-address flag used by X86 instructions...
2002-12-12 Chris LattnerMake a release build compile. This field is not really...
2002-12-12 Misha BrukmanNo need to specify the class if the method is within...
2002-12-12 Chris LattnerFix header
2002-12-10 Vikram S. AdveThis file provides the function DemoteRegToStack()...
2002-12-10 Vikram S. AdveThe pass Parallelize automatically parallelizes a progr...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-07 Chris LattnerGive better error message if two passes of the same...
2002-12-06 Vikram S. AdveStronger assertion in getNodeId(): node id must exist...
2002-12-06 Vikram S. AdveAdded static helper method MergeNodes(). See DataStruc...
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-12-06 Chris LattnerMake sure to print indirect node again
2002-12-04 Misha BrukmanAdded prototypes for emitting prologue and epilogue...
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-04 Chris LattnerAdd support for direct global references
2002-12-04 Chris LattnerExpose target data through a method for uniformity
2002-12-03 Misha BrukmanRegisterInfo now supports handing out caller- and calle...
2002-12-03 Chris LattnerAdd virtual dtor, expose a debug impl
2002-12-03 Chris LattnerAdd entries to track information about implicit uses...
2002-12-02 Chris LattnerMore support
2002-12-02 Chris LattnerStart adding to the meat of MachineCodeEmitter
2002-12-02 Chris LattnerInitial version of MachineCodeEmitter interface: empty
2002-12-02 Chris LattnerThe hopefully final version of addPassesToEmitMachineCo...
2002-12-02 Chris LattnerAdd comment about ownership semantics
2002-12-02 Chris LattnerAdd stub to emit machine code for JIT
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-27 Vikram S. AdveAdded flags to CloneFlags to strip/keep Mod/Ref bits...
2002-11-27 Vikram S. AdveNo longer need local graph to find call sites.
2002-11-22 Misha BrukmanAdded virtual functions for storing and retrieving...
2002-11-22 Misha BrukmanInstead of checking op.getType() against MO_VirtualRegi...
2002-11-22 Misha BrukmanSet SSARegMap to NULL after deleting it.
2002-11-20 Chris LattnerCloning stuff doesn't modify the source module
2002-11-20 Misha BrukmanMRegisterInfo.h - Added prototypes for functions we...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-20 Chris LattnerEliminate the concept of a deferred symbol table. ...
2002-11-20 Misha BrukmanSSARegMap -- the mapping between SSARegisters and their...
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerExtend function cloning interface to support inlining
2002-11-19 Chris LattnerThis file is supersumed by Utils/Cloning.h
2002-11-19 Chris LattnerMerge cloning and inlining utilities
2002-11-19 Chris LattnerMove inlining pass to IPO.h
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-11-19 Chris LattnerAdd a new Module::getNamedFunction method
2002-11-19 Chris LattnerIgnore options that are ""
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-18 Chris LattnerInline DSTypeRec stuff into DSNode
2002-11-18 Chris LattnerInline DSTypeRec into DSNode
2002-11-18 Chris LattnerTemplatize graph traits and iterator to work with const...
2002-11-18 Chris LattnerAdd helper method
2002-11-17 Chris LattnerPrint is const!
next