aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change errs() to dbgs().David Greene2010-01-041-2/+3
* Added a new "splitting" spiller.Lang Hames2009-12-091-1/+1
* The Indexes Patch.Lang Hames2009-11-031-58/+31
* Oops. Renamed remaining MachineInstrIndex references.Lang Hames2009-10-031-3/+3
* Renamed MachineInstrIndex to LiveIndex.Lang Hames2009-10-031-23/+23
* Moved some more index operations over to LiveIntervals.Lang Hames2009-09-121-1/+1
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-041-46/+64
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-231-15/+1
* Modified VNInfo. The "copy" member is now a union which holds the copy for a ...Lang Hames2009-08-101-1/+1
* More move to raw_ostream.Daniel Dunbar2009-07-241-4/+3
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-241-0/+13
* Reorder if-else branches as suggested by Bill.David Greene2009-07-221-4/+4
* Make some changes suggested by Bill and Evan.David Greene2009-07-221-17/+24
* Add some support for iterative coalescers to calculate a joined liveDavid Greene2009-07-211-1/+17
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-091-3/+6
* Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...Lang Hames2009-06-241-1/+2
* VNInfo cleanup.Lang Hames2009-06-171-19/+17
* Part 1.Evan Cheng2009-06-151-7/+5
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-141-5/+21
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-021-0/+23
* Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.Evan Cheng2009-04-281-1/+1
* Also delete last unused val#.Evan Cheng2009-04-271-0/+6
* Reuse unused val#'s to avoid running out of memory in extreme cases.Evan Cheng2009-04-251-1/+5
* Do not share a single unknown val# for all the live ranges merged into a phys...Evan Cheng2009-04-251-19/+13
* Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...Evan Cheng2009-04-181-0/+16
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-081-16/+33
* Two coalescer fixes in one.Evan Cheng2009-03-111-2/+41
* MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-021-1/+3
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-291-0/+10
* Fix comment about removeRange.Evan Cheng2009-01-291-1/+1
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-241-4/+0
* Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysisDale Johannesen2008-09-191-0/+4
* Use empty() instead of begin() == end().Dan Gohman2008-08-141-1/+1
* Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...Evan Cheng2008-06-231-2/+2
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-041-2/+18
* Rename PrintableName to Name.Bill Wendling2008-02-261-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-1/+1
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-201-1/+2
* - Removing the infamous r2rMap_ and rep() method. Now the coalescer will updateEvan Cheng2008-02-151-0/+21
* - Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng2008-02-131-7/+61
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-4/+5
* Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val...Evan Cheng2008-01-301-3/+3
* remove dead #includeChris Lattner2008-01-141-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Replace the odd kill# hack with something less fragile.Evan Cheng2007-11-291-1/+3
* Kill info update bug.Evan Cheng2007-11-291-0/+3
* Fix MergeValueInAsValue(). It allows overlapping live ranges but should replaceEvan Cheng2007-10-171-7/+57
* When coalescing an EXTRACT_SUBREG and the dst register is a physical register,Evan Cheng2007-10-141-1/+1
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-121-0/+37
* Constify to catch bugs.David Greene2007-09-061-2/+2