Added LLVM copyright notice.
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc /
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-24 Brian GaekeUpdate head-of-file comment.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-24 Brian GaekeUse getRegClassID() instead of getRegClass()->getID...
2003-09-24 Brian GaekeRemove some unused methods of class IGNode.
2003-09-23 Chris LattnerMove getAnalysisUsage method from header to .cpp file...
2003-09-21 Brian GaekeUse C++ math header instead of C version.
2003-09-21 Brian GaekeErase now-unused prototypes.
2003-09-21 Brian GaekeRearrange #includes ... since there are fewer now I...
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeI tried to standardize the formatting and tidy up the...
2003-09-21 Brian GaekeConvert PhyRegAlloc into a proper pass.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-15 Brian GaekeFix typos in comments.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-12 Vikram S. AdveFor instructions in a delay slot of another instruction,
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-08-05 Chris LattnerPhysical registers no longer live in the regsUsed set...
2003-07-29 Vikram S. Adve1. Bug fix: Don't use branch operand reg. as temp...
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...
next