Add const version of getLiveRangeForValue().
[oota-llvm.git] / lib / CodeGen / RegAlloc /
2003-07-29 Vikram S. AdveAdd const version of getLiveRangeForValue().
2003-07-29 Vikram S. AdveCode to insert caller-saves moved here from SparcRegInf...
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
2003-07-25 Vikram S. AdveRemove unused field. Change the way unused regs. are...
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-07-10 Vikram S. AdvePrint out all neighbors in interference graph, not...
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
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-05-31 Vikram S. AdveMinor changes.
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris LattnerMove headers around
2003-01-15 Chris LattnerHeader is moved into local directory
2003-01-15 Chris LattnerAdd new method
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerRemvoe dependency on RegClass.h
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerFrame info moved out of MachineFunction into a seperate...
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove #include
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove forward decl
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-22 Chris Lattner*** empty log message ***
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-06-30 Chris LattnerRemove tag that just clutters diffs
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
2002-05-19 Vikram S. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerInclude appropriate file
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-15 Chris LattnerOnly emit message if DEBUG_RA is on
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattners/method/function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveBug fix: address used by indirect call instruction...
2002-03-24 Vikram S. AdveDestroy MethodLiveVarInfo after register allocation.
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
next