index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
RegAllocGreedy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
1
-16
/
+5
*
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
1
-5
/
+16
*
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-14
1
-24
/
+31
*
Revert r135074 and r135080. They broke clamscan.
Jakob Stoklund Olesen
2011-07-13
1
-26
/
+24
*
Only keep the global split candidates that work out.
Jakob Stoklund Olesen
2011-07-13
1
-12
/
+15
*
Move the InterferenceCache cursor into the GlobalSplitCand struct.
Jakob Stoklund Olesen
2011-07-13
1
-16
/
+15
*
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
1
-59
/
+142
*
Break infinite loop when the Hopfield network oscillates.
Jakob Stoklund Olesen
2011-07-05
1
-8
/
+6
*
Tweak comment and debug output.
Jakob Stoklund Olesen
2011-07-05
1
-2
/
+3
*
Fix PR10244.
Jakob Stoklund Olesen
2011-07-04
1
-4
/
+4
*
Use a new strategy for preventing eviction loops in RAGreedy.
Jakob Stoklund Olesen
2011-07-02
1
-57
/
+74
*
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-30
1
-132
/
+262
*
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
1
-262
/
+132
*
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-29
1
-132
/
+262
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Simplify local live range splitting's safeguard to fix PR10070.
Jakob Stoklund Olesen
2011-06-06
1
-87
/
+57
*
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-06-03
1
-3
/
+1
*
Revert r132358 "Simplify the eviction policy by making the failsafe explicit."
Jakob Stoklund Olesen
2011-06-01
1
-97
/
+44
*
Simplify the eviction policy by making the failsafe explicit.
Jakob Stoklund Olesen
2011-05-31
1
-44
/
+97
*
Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.
Jakob Stoklund Olesen
2011-05-30
1
-10
/
+10
*
Revert r132245, "Create two BlockInfo entries when a live range is discontinu...
Jakob Stoklund Olesen
2011-05-29
1
-10
/
+10
*
Create two BlockInfo entries when a live range is discontinuous through a block.
Jakob Stoklund Olesen
2011-05-28
1
-10
/
+10
*
Add SplitAnalysis::getNumLiveBlocks().
Jakob Stoklund Olesen
2011-05-28
1
-1
/
+1
*
Add a RAGreedy::canEvict function.
Jakob Stoklund Olesen
2011-05-25
1
-4
/
+62
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
1
-3
/
+1
*
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-05-06
1
-1
/
+4
*
Update LiveDebugVariables after live range splitting.
Jakob Stoklund Olesen
2011-05-06
1
-1
/
+6
*
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
2011-05-03
1
-0
/
+13
*
Use hysteresis for local live range splitting as well.
Jakob Stoklund Olesen
2011-04-30
1
-4
/
+4
*
Add a safe-guard against repeated splitting for some rare cases.
Jakob Stoklund Olesen
2011-04-26
1
-3
/
+15
*
Always compare the cost of region splitting with the cost of per-block splitt...
Jakob Stoklund Olesen
2011-04-22
1
-6
/
+45
*
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-21
1
-5
/
+28
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
1
-6
/
+44
*
Stop using dead function.
Jakob Stoklund Olesen
2011-04-13
1
-3
/
+0
*
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
1
-48
/
+55
*
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
1
-21
/
+23
*
Speed up eviction by stopping collectInterferingVRegs as soon as the spill
Jakob Stoklund Olesen
2011-04-11
1
-10
/
+12
*
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-09
1
-41
/
+83
*
Extract SpillPlacement::addLinks for handling the special transparent blocks.
Jakob Stoklund Olesen
2011-04-07
1
-17
/
+27
*
Also account for the spill code that would be inserted in live-through blocks...
Jakob Stoklund Olesen
2011-04-06
1
-5
/
+16
*
Abort the constraint calculation early when all positive bias is lost.
Jakob Stoklund Olesen
2011-04-06
1
-33
/
+63
*
Keep track of the number of positively biased nodes when adding constraints.
Jakob Stoklund Olesen
2011-04-06
1
-0
/
+1
*
Break the spill placement algorithm into three parts: prepare, addConstraints...
Jakob Stoklund Olesen
2011-04-06
1
-1
/
+4
*
Oops. Scary.
Jakob Stoklund Olesen
2011-04-06
1
-1
/
+1
*
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
2011-04-06
1
-68
/
+83
*
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+7
*
Stop precomputing last split points, query the SplitAnalysis cache on demand.
Jakob Stoklund Olesen
2011-04-05
1
-10
/
+13
*
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-04
1
-18
/
+22
*
Use InterferenceCache in RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-02
1
-94
/
+46
[prev]
[next]