summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocGreedy.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reverse order of RS_Split live ranges under -compact-regions.Jakob Stoklund Olesen2011-07-281-3/+6
* Add support for multi-way live range splitting.Jakob Stoklund Olesen2011-07-261-64/+165
* Revert to RA_Assign when a virtreg separates into components.Jakob Stoklund Olesen2011-07-261-1/+3
* Add an RS_Split2 stage used for loop prevention.Jakob Stoklund Olesen2011-07-251-15/+24
* Rename live range stages to better reflect how they are used.Jakob Stoklund Olesen2011-07-251-32/+40
* Add RAGreedy::calcCompactRegion.Jakob Stoklund Olesen2011-07-231-0/+46
* Prepare RAGreedy::growRegion for compact regions.Jakob Stoklund Olesen2011-07-231-1/+8
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-4/+3
* Remove unused LoopRanges from RegAllocGreedy.Jakub Staszak2011-07-161-6/+0
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-151-299/+13
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-141-5/+16
* Revert r135121 which broke a gcc-4.2 builder.Jakob Stoklund Olesen2011-07-141-16/+5
* Count references to interference cache entries.Jakob Stoklund Olesen2011-07-141-5/+16
* Reapply r135074 and r135080 with a fix.Jakob Stoklund Olesen2011-07-141-24/+31
* Revert r135074 and r135080. They broke clamscan.Jakob Stoklund Olesen2011-07-131-26/+24
* Only keep the global split candidates that work out.Jakob Stoklund Olesen2011-07-131-12/+15
* Move the InterferenceCache cursor into the GlobalSplitCand struct.Jakob Stoklund Olesen2011-07-131-16/+15
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-081-59/+142
* Break infinite loop when the Hopfield network oscillates.Jakob Stoklund Olesen2011-07-051-8/+6
* Tweak comment and debug output.Jakob Stoklund Olesen2011-07-051-2/+3
* Fix PR10244.Jakob Stoklund Olesen2011-07-041-4/+4
* Use a new strategy for preventing eviction loops in RAGreedy.Jakob Stoklund Olesen2011-07-021-57/+74
* Reapply r134047 now that the world is ready for it.Jakob Stoklund Olesen2011-06-301-132/+262
* Revert r134047 while investigating a llvm-gcc-i386-linux-selfhostJakob Stoklund Olesen2011-06-291-262/+132
* Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen2011-06-291-132/+262
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-261-1/+1
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-261-1/+1
* Simplify local live range splitting's safeguard to fix PR10070.Jakob Stoklund Olesen2011-06-061-87/+57
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-3/+1
* Revert r132358 "Simplify the eviction policy by making the failsafe explicit."Jakob Stoklund Olesen2011-06-011-97/+44
* Simplify the eviction policy by making the failsafe explicit.Jakob Stoklund Olesen2011-05-311-44/+97
* Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.Jakob Stoklund Olesen2011-05-301-10/+10
* Revert r132245, "Create two BlockInfo entries when a live range is discontinu...Jakob Stoklund Olesen2011-05-291-10/+10
* Create two BlockInfo entries when a live range is discontinuous through a block.Jakob Stoklund Olesen2011-05-281-10/+10
* Add SplitAnalysis::getNumLiveBlocks().Jakob Stoklund Olesen2011-05-281-1/+1
* Add a RAGreedy::canEvict function.Jakob Stoklund Olesen2011-05-251-4/+62
* Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen2011-05-101-3/+1
* Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen2011-05-061-1/+4
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-061-1/+6
* Gracefully handle invalid live ranges. Fix PR9831.Jakob Stoklund Olesen2011-05-031-0/+13
* Use hysteresis for local live range splitting as well.Jakob Stoklund Olesen2011-04-301-4/+4
* Add a safe-guard against repeated splitting for some rare cases.Jakob Stoklund Olesen2011-04-261-3/+15
* Always compare the cost of region splitting with the cost of per-block splitt...Jakob Stoklund Olesen2011-04-221-6/+45
* Allow allocatable ranges from global live range splitting to be split again.Jakob Stoklund Olesen2011-04-211-5/+28
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-201-6/+44
* Stop using dead function.Jakob Stoklund Olesen2011-04-131-3/+0
* SparseBitVector is SLOW.Jakob Stoklund Olesen2011-04-121-48/+55
* Create new intervals for isolated blocks during region splitting.Jakob Stoklund Olesen2011-04-121-21/+23
* Speed up eviction by stopping collectInterferingVRegs as soon as the spillJakob Stoklund Olesen2011-04-111-10/+12
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-091-41/+83
OpenPOWER on IntegriCloud