brg
[oota-llvm.git] / include /
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!
2002-11-17 Chris LattnerMake sure that print gets a targetmachine
2002-11-17 Chris LattnerOmit the indirect node when printing call graphs
2002-11-17 Chris LattnerAdd machine independant printer interface
2002-11-17 Chris LattnerFinish enumating code
2002-11-17 Chris LattnerRemove unused methods
2002-11-17 Chris LattnerConvert to use an enum to access def/use/use&def inform...
2002-11-17 Chris LattnerReturn const refefrences to enable default construction
2002-11-15 Chris LattnerFix warning
2002-11-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-11-12 Chris LattnerRemove dead method, add new method
2002-11-11 Chris LattnerAlmost complete rewrite of BU closure code
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerRemove unneccesary #include
2002-11-09 Chris LattnerRemove GlobalDSGraph delcaration
2002-11-09 Chris LattnerFix release build
2002-11-08 Chris LattnerAdd new methods
2002-11-08 Chris LattnerAdd another option to cloneGraph
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-08 Vikram S. AdveRestore a #include because this header file needs the...
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerAdd new method
next