aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveInterval.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...Jakob Stoklund Olesen2011-03-081-0/+3
* Revert "Make a comparator's argument `const'. This fixes the build forOscar Fuentes2011-03-081-1/+1
* Make a comparator's argument `const'. This fixes the build for MSVC 9.Oscar Fuentes2011-03-081-1/+1
* Avoid comparing invalid slot indexes.Jakob Stoklund Olesen2011-03-031-4/+6
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-021-0/+16
* Implement RAGreedy::splitAroundRegion and remove loop splitting.Jakob Stoklund Olesen2011-01-191-1/+3
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-091-6/+1
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-091-3/+1
* Use IntEqClasses to compute connected components of live intervals.Jakob Stoklund Olesen2010-12-211-49/+9
* Fix PR8815 by checking for an explicit clobber def tied to a use operand inCameron Zwarich2010-12-191-0/+8
* Teach ConnectedVNInfoEqClasses::Classify to deal with unused values.Jakob Stoklund Olesen2010-10-291-1/+15
* Fix broken equivalence class calculation. We could probably also useJakob Stoklund Olesen2010-10-291-11/+8
* Silence compiler warning.Benjamin Kramer2010-10-091-1/+1
* Classify value numbers into connected components in linear time.Jakob Stoklund Olesen2010-10-081-23/+15
* After splitting, the remaining LiveInterval may be fragmented into multipleJakob Stoklund Olesen2010-10-071-0/+110
* Tweak VNInfo printing.Jakob Stoklund Olesen2010-10-051-0/+2
* Add assert for valid slot indexes.Jakob Stoklund Olesen2010-10-051-0/+1
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-011-0/+3
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-251-4/+1
* Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.Jakob Stoklund Olesen2010-09-211-7/+5
* Don't pollute the global namespace.Jakob Stoklund Olesen2010-09-211-0/+2
* MSVC9 does not support upper_bound with an asymmetric comparator.Jakob Stoklund Olesen2010-09-211-6/+10
* Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen2010-09-211-68/+8
* Remove dead method.Jakob Stoklund Olesen2010-09-211-21/+0
* Remove dead code.Jakob Stoklund Olesen2010-09-081-11/+0
* Remove dead code.Jakob Stoklund Olesen2010-09-041-97/+0
* Also recompute HasPHIKill flags in LiveInterval::RenumberValues.Jakob Stoklund Olesen2010-08-121-1/+22
* Remove trailing whitespace.Jakob Stoklund Olesen2010-08-121-22/+22
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-101-12/+0
* Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen2010-08-061-0/+15
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-021-5/+5
* Factored out a bit of common code to mark VNInfos for deletion.Lang Hames2010-07-261-40/+22
* Print VNInfo flags.Jakob Stoklund Olesen2010-07-131-0/+4
* Add an assertion to make PR7542 fail consistently.Jakob Stoklund Olesen2010-07-131-0/+1
* Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.Jakob Stoklund Olesen2010-07-131-10/+2
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-1/+0
* Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen2010-06-251-27/+33
* Make sure all eliminated kills are removed from VNInfo lists.Jakob Stoklund Olesen2010-06-241-0/+2
* Add a few VNInfo data structure checks.Jakob Stoklund Olesen2010-06-231-2/+5
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-301-3/+3
* Fix -Asserts warning.Daniel Dunbar2010-03-301-4/+0
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-301-5/+0
* Fix a comment typo.Bob Wilson2010-01-121-1/+1
* 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