summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAge
...
* Don't pollute the global namespace.Jakob Stoklund Olesen2010-09-21
* MSVC9 does not support upper_bound with an asymmetric comparator.Jakob Stoklund Olesen2010-09-21
* Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen2010-09-21
* Remove dead method.Jakob Stoklund Olesen2010-09-21
* Remove dead code.Jakob Stoklund Olesen2010-09-08
* Remove dead code.Jakob Stoklund Olesen2010-09-04
* Also recompute HasPHIKill flags in LiveInterval::RenumberValues.Jakob Stoklund Olesen2010-08-12
* Remove trailing whitespace.Jakob Stoklund Olesen2010-08-12
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-10
* Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen2010-08-06
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Factored out a bit of common code to mark VNInfos for deletion.Lang Hames2010-07-26
* Print VNInfo flags.Jakob Stoklund Olesen2010-07-13
* Add an assertion to make PR7542 fail consistently.Jakob Stoklund Olesen2010-07-13
* Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.Jakob Stoklund Olesen2010-07-13
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-29
* Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen2010-06-25
* Make sure all eliminated kills are removed from VNInfo lists.Jakob Stoklund Olesen2010-06-24
* Add a few VNInfo data structure checks.Jakob Stoklund Olesen2010-06-23
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-30
* Fix -Asserts warning.Daniel Dunbar2010-03-30
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-30
* Fix a comment typo.Bob Wilson2010-01-12
* Change errs() to dbgs().David Greene2010-01-04
* Added a new "splitting" spiller.Lang Hames2009-12-09
* The Indexes Patch.Lang Hames2009-11-03
* Oops. Renamed remaining MachineInstrIndex references.Lang Hames2009-10-03
* Renamed MachineInstrIndex to LiveIndex.Lang Hames2009-10-03
* Moved some more index operations over to LiveIntervals.Lang Hames2009-09-12
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-04
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-23
* Modified VNInfo. The "copy" member is now a union which holds the copy for a ...Lang Hames2009-08-10
* More move to raw_ostream.Daniel Dunbar2009-07-24
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-24
* Reorder if-else branches as suggested by Bill.David Greene2009-07-22
* Make some changes suggested by Bill and Evan.David Greene2009-07-22
* Add some support for iterative coalescers to calculate a joined liveDavid Greene2009-07-21
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-09
* Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...Lang Hames2009-06-24
* VNInfo cleanup.Lang Hames2009-06-17
* Part 1.Evan Cheng2009-06-15
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-14
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-02
* Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's.Evan Cheng2009-04-28
* Also delete last unused val#.Evan Cheng2009-04-27
* Reuse unused val#'s to avoid running out of memory in extreme cases.Evan Cheng2009-04-25
* Do not share a single unknown val# for all the live ranges merged into a phys...Evan Cheng2009-04-25
* Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...Evan Cheng2009-04-18
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-08
* Two coalescer fixes in one.Evan Cheng2009-03-11