Eliminate all remaining tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / PhyRegAlloc.cpp
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-17 Tanya LattnerAdded statistic to count number of spills.
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-24 Brian GaekeFix bug in PhyRegAlloc::setCallInterferences() handling...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Brian GaekeThe SparcV9 target no longer uses any pseudoinstruction...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-06 Brian GaekedumpSavedState has outlived its usefulness.
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h instead of llvm/CodeGen/Instr...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-27 Brian GaekeTargetInstrInfo::getNOPOpCode() has been replaced by...
2004-07-18 Reid Spencerbug 122:
2004-07-16 Chris LattnerIA64 compat
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-30 Brian GaekeReduce the amount of LLVM Values for which we save...
2004-05-30 Brian GaekeRename verifySavedState to dumpSavedState. Give it...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-03-31 Chris LattnerMBB::remove should not modify the iterator passed in
2004-03-29 Brian GaekeDon't warn about a null live range if the Value is...
2004-03-11 Brian GaekeGet rid of the abort in PhyRegAlloc::finishSavingState().
2004-03-11 Brian GaekeIn PhyRegAlloc::saveState(), dump Arguments' saved...
2004-03-10 Brian GaekeMove all the SaveState options and stuff inton one...
2004-03-10 Brian GaekeOnly call verifySavedState if SaveRegAllocState is...
2004-03-08 Brian GaekeSave argument list alloc state by recording it as the...
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Brian GaekeRemove this MachineOpCodeFlags assertion - its test...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Brian GaekeFix problems linking against the reoptimizer; _llvm_reg...
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-10-30 Brian GaekeInclude llvm/CodeGen/MachineCodeForInstruction.h. ...
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-22 Brian GaekeDon't worry about converting each function's reg. alloc...
2003-10-22 Brian GaekeDoxygenify method comments.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
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-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 GaekeRearrange #includes ... since there are fewer now I...
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-11 Misha BrukmanFixed spelling and grammar.
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-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 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-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
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-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 Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerUse buildmi not MI ctor directly
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
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 LattnerAdd #includes that were eliminated from headers
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 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. AdveFixed incorrect assertion: spill code for function...
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-08-09 Chris Lattner* Removed extraneous #includes
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-22 Chris Lattner*** empty log message ***
next