Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / CodeGen /
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Chris LattnerActually share constants local to a function!
2003-10-20 Chris LattnerAdd a new map
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-16 Brian GaekeThis file has funny include guards and funny extra...
2003-10-15 Chris LattnerWe'll need this soon as well
2003-10-08 Alkis EvlogimenosForward declare class Type since it is used in this...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-09-30 Chris LattnerForward declare a class
2003-09-30 Chris LattnerThis got merged into Passes.h
2003-09-30 Chris LattnerInclude the sparc register in this file
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerFix header comment
2003-09-30 Chris LattnerFix header, remove dead decl
2003-09-30 Chris LattnerFix header file comment
2003-09-01 Chris LattnerRemove header files that were privatized
2003-09-01 Chris LattnerThis file is never #included
2003-08-28 Tanya LattnerMoved index in BB to common graph class.
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Tanya LattnerCleaned up the code (spacing, not needed headers) and...
2003-08-25 Tanya LattnerSchedGraphCommon header file. Contains class definition...
2003-08-22 Chris LattnerAdd missing #include
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-15 Chris LattnerAdd support for basic blocks, unary/binary unspecs...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
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...
next