aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBigBlock.cpp
AgeCommit message (Expand)Author
2009-07-30Removed the BigBlock register allocator.Lang Hames
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-02-12Adjust the sizes for a few SmallVectors to reflect their usage.Dan Gohman
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2008-11-24Minor fix debug for register allocation debug output.Matthijs Kooijman
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-22Same isPhysRegAvailable bug as local register allocator.Evan Cheng
2008-02-20Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov
2008-02-15Remove unnecessary #include.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-08Forgot these files.Evan Cheng
2008-01-29RegAllocBigBlock doesn't need LiveVariables either.Owen Anderson
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.Owen Anderson
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng
2007-12-02Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng
2007-09-17Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner
2007-06-27ok, this is something of a dirty hack, but it seems to work. (fixes e.g.Duraid Madina
2007-06-27ok, this much doesn't seem to bork anythingDuraid Madina
2007-06-27revert evan's fixes (and my doofusness) since they had a huge codeDuraid Madina
2007-06-27pull evan's fixes - should help the nightly tester (but there are stillDuraid Madina
2007-06-26tidy this file up a bitDuraid Madina
2007-06-25A bunch of fixes to the BigBlock allocator improve compile-time by ~20%Duraid Madina
2007-06-22check in the BigBlock local register allocatorDuraid Madina