aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocBigBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust the sizes for a few SmallVectors to reflect their usage.Dan Gohman2009-02-121-1/+1
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+3
* Minor fix debug for register allocation debug output.Matthijs Kooijman2008-11-241-2/+2
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-8/+8
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* Rename PrintableName to Name.Bill Wendling2008-02-261-7/+7
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-7/+7
* Same isPhysRegAvailable bug as local register allocator.Evan Cheng2008-02-221-1/+1
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-201-2/+3
* Remove unnecessary #include.Evan Cheng2008-02-151-1/+0
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-13/+13
* Forgot these files.Evan Cheng2008-02-081-1/+1
* RegAllocBigBlock doesn't need LiveVariables either.Owen Anderson2008-01-291-13/+2
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-3/+3
* Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.Owen Anderson2008-01-071-2/+2
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-2/+6
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-17/+19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-1/+1
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-1/+3
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-0/+1
* ok, this is something of a dirty hack, but it seems to work. (fixes e.g.Duraid Madina2007-06-271-2/+16
* ok, this much doesn't seem to bork anythingDuraid Madina2007-06-271-25/+48
* revert evan's fixes (and my doofusness) since they had a huge codeDuraid Madina2007-06-271-63/+31
* pull evan's fixes - should help the nightly tester (but there are stillDuraid Madina2007-06-271-48/+63
* tidy this file up a bitDuraid Madina2007-06-261-54/+82
* A bunch of fixes to the BigBlock allocator improve compile-time by ~20%Duraid Madina2007-06-251-72/+65
* check in the BigBlock local register allocatorDuraid Madina2007-06-221-0/+852