Squelch warning
[oota-llvm.git] / include /
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-03 Chris LattnerRemove pool alloc accessor
2003-02-03 Chris LattnerExpose information about pool allocation
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd hash_multimap support
2003-02-01 Chris LattnerAdd new composition mask
2003-02-01 Joel StanleyAdded protos for two alternate, convenient CallInst...
2003-01-30 Chris LattnerAdd new function to allow removal of typed named elements
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2003-01-27 Chris LattnerNew helper header
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerSimplify the interface
2003-01-15 Chris LattnerMove private headers into private regalloc directory
2003-01-15 Chris LattnerMove private header to private dir
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerRemove internal helper fn
2003-01-15 Chris LattnerADd support for CC registers for Sparc BE
2003-01-15 Chris LattnerAdd support for the CC registers for Sparc BE
2003-01-15 Chris LattnerRemove more unused methods
2003-01-15 Chris LattnerRemove a ton of functions that are no longer used,...
2003-01-15 Chris LattnerAdd new helper method addRegDef
2003-01-15 Chris Lattner* Eliminate a bunch of inline functions.
2003-01-14 Chris LattnerMove to include/llvm/CodeGen
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerNew header
2003-01-14 Chris LattnerMove to Instrumentation.h
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
next