aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc
AgeCommit message (Expand)Author
2002-10-11Major bug fix: spill code for an instruction in a delay slot wasVikram S. Adve
2002-09-28Added a couple of helper methods for live range construction.Vikram S. Adve
2002-09-28Live ranges for Return value and return address of a Call are nowVikram S. Adve
2002-09-28Fixed incorrect assertion: spill code for function ptr should beVikram S. Adve
2002-09-20Add method IGNode::getCombinedDegree to count the sum of the degreesVikram S. Adve
2002-09-20Allow copy coalescing in more cases: if sum of node degrees is more thanVikram S. Adve
2002-09-15Fix typos in previous checkin.Vikram S. Adve
2002-09-15RegAllocCommon no longer includes CommandLine.h so we have to include itChris Lattner
2002-09-14Break RA_DEBUG option into several levels to get better control overVikram S. Adve
2002-09-14Remove unnecessary include.Vikram S. Adve
2002-09-14Break RA_DEBUG option into several levels to get better output.Vikram S. Adve
2002-09-14Moving to lib/CodeGen/RegAlloc.Vikram S. Adve
2002-08-09* Removed extraneous #includesChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-24Non-standard hash classes are not in the std:: namespaceChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-09changed mem_fun to std::mem_funAnand Shukla
2002-07-08Significant changes to correctly spill CC registers and to correctlyVikram S. Adve
2002-07-08MachineInstr* in vector are not const (and never really were)Vikram S. Adve
2002-07-08getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve
2002-07-08MachineInstr* in vector are not const (and never really were)Vikram S. Adve
2002-06-30Remove tag that just clutters diffsChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-23Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner
2002-05-22Move debug options out of header files so that the header does not haveChris Lattner
2002-05-22Avoid #including CommandLine.hChris Lattner
2002-05-20Hide debugging optionsChris Lattner
2002-05-20Don't lose namespace qualifications on previous patch.Chris Lattner
2002-05-19InstrnsBefore and InstrnsAfter are now vectors instead of deques.Vikram S. Adve
2002-05-19Numerous bug fixes:Vikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Include appropriate fileChris Lattner
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner
2002-04-28Remove all contents of the cfg namespace to the global namespaceChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-25Don't record instructions for copying method arguments in theVikram S. Adve
2002-04-25Don't record instructions for copying method arguments in theVikram S. Adve
2002-04-15Only emit message if DEBUG_RA is onChris Lattner
2002-04-09Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08s/method/functionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-31Add method clearCallInterference().Vikram S. Adve
2002-03-31Bug fix: address used by indirect call instruction should alsoVikram S. Adve
2002-03-24Destroy MethodLiveVarInfo after register allocation.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve