summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAge
...
* Avoid comparing invalid slot indexes.Jakob Stoklund Olesen2011-03-03
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-02
* Implement RAGreedy::splitAroundRegion and remove loop splitting.Jakob Stoklund Olesen2011-01-19
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-21
* Fix PR8815 by checking for an explicit clobber def tied to a use operand inCameron Zwarich2010-12-19
* Teach ConnectedVNInfoEqClasses::Classify to deal with unused values.Jakob Stoklund Olesen2010-10-29
* Fix broken equivalence class calculation. We could probably also useJakob Stoklund Olesen2010-10-29
* Silence compiler warning.Benjamin Kramer2010-10-09
* Classify value numbers into connected components in linear time.Jakob Stoklund Olesen2010-10-08
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-07
* Tweak VNInfo printing.Jakob Stoklund Olesen2010-10-05
* Add assert for valid slot indexes.Jakob Stoklund Olesen2010-10-05
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-01
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.Jakob Stoklund Olesen2010-09-21
* 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