Regenerated using autoconf-2.57 and autoheader-2.57.
[oota-llvm.git] / include / llvm / CodeGen /
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-28 Chris Lattneradd argument
2003-12-28 Chris LattnerABC's must have virtual dtors! Shame on me!
2003-12-28 Chris LattnerMove header into top-level llvm dir
2003-12-28 Chris LattnerAdd new interface that allows removal of some code...
2003-12-21 Alkis EvlogimenosChange weight into a float so that we can take into...
2003-12-21 Alkis EvlogimenosAdd support for inactive intervals. This effectively...
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
2003-12-20 Chris LattnerRemove a horrible API
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-18 Alkis EvlogimenosHandle multiple virtual register definitions gracefully.
2003-12-14 Alkis EvlogimenosI wonder how this didn't cause any tests to fail...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-13 Alkis EvlogimenosIgnore non-allocatable physical registers in live inter...
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-12-01 Chris LattnerAdd some "useful" methods
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
next