Factory methods for FunctionPasses now return type FunctionPass *.
[oota-llvm.git] / include / llvm / CodeGen /
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-12 Vikram S. AdveMake MInst2LVSetBI and MInst2LVSetAI be hash_maps inste...
2003-08-11 Chris LattnerInitial checkin of SelectionDAG header file
2003-08-07 Chris LattnerThere was no reason for these to be bit-fields, they...
2003-08-05 Chris LattnerCompletely eliminate the per-machine-instruction regsUs...
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 Chris LattnerRemove unused method
2003-08-05 Chris LattnerAll callers of these methods actually wanted them to...
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 Chris LattnerFix copy and paste-o
2003-07-29 Chris LattnerDefine target value types in a form usable by target...
2003-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2003-07-26 Chris LattnerWhoops, this one was needed
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-25 Vikram S. AdveAdd an assertion.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-07-02 Vikram S. AdveLeak fix: delete old objects before reallocation in...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove use of enum
2003-06-03 Chris LattnerRemove noncopyable base class as it was making the...
2003-06-02 Chris LattnerRemove NonCopyable base class to clean up doxygen output
2003-06-01 Chris LattnerHack up MachineCodeEmitter to actually be target indepe...
2003-05-31 Vikram S. AdveRenamed a variable.
2003-05-31 Vikram S. AdveSupport for annul/pred and other future flags on op...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-30 Misha BrukmanAdded saveBBreferences() for BasicBlock resolution.
2003-05-27 Misha BrukmanDefines a pass-through debugging emitter -- it writes...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-12 Chris LattnerBeef up interface, move getVarInfo out-of-line.
2003-05-12 Chris LattnerExpand API for updating live var info.
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerFix bug in last checkin
2003-05-08 Chris LattnerAdd new methods for stub generation
2003-05-07 Chris LattnerAdd comments, add a vector to keep track of which regis...
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 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 llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris LattnerAdd new files
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-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
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 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-15 Chris LattnerAdd new opIsUse method
2002-12-15 Chris LattnerAdd capability to have a MachineBasicBlock as an operan...
2002-12-13 Chris LattnerFinal version of BuildMI for symmetry and because I...
2002-12-13 Chris LattnerGet rid of deprecated function
2002-12-04 Chris LattnerAdd support for direct global references
2002-12-03 Chris LattnerAdd virtual dtor, expose a debug impl
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-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 Misha BrukmanSSARegMap -- the mapping between SSARegisters and their...
2002-11-18 Chris LattnerAdd helper method
2002-11-17 Chris LattnerPrint is const!
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-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerX86 merge complete, eliminate dead code
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
next