aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBigBlock.cpp
AgeCommit message (Expand)Author
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