index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocGreedy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
1
-2
/
+2
*
Moving options declarations around.
Andrew Trick
2012-01-17
1
-0
/
+7
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+3
*
Make SplitAnalysis::UseSlots private.
Jakob Stoklund Olesen
2012-01-12
1
-3
/
+3
*
Make data structures private.
Jakob Stoklund Olesen
2012-01-11
1
-2
/
+2
*
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-6
/
+0
*
Update split candidate correctly when interference cache is full.
Jakob Stoklund Olesen
2011-11-01
1
-0
/
+2
*
Ignore the cloning of unknown registers.
Jakob Stoklund Olesen
2011-09-14
1
-0
/
+4
*
Remove the -compact-regions flag.
Jakob Stoklund Olesen
2011-09-12
1
-11
/
+5
*
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
2011-09-12
1
-2
/
+11
*
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
1
-1
/
+1
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
1
-2
/
+1
*
Fix typo. Thanks, Andy!
Jakob Stoklund Olesen
2011-08-06
1
-1
/
+1
*
Reject RS_Spill ranges from local splitting as well.
Jakob Stoklund Olesen
2011-08-05
1
-4
/
+4
*
Only mark remainder intervals as RS_Spill after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-2
/
+12
*
Remember to update LiveDebugVariables after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-1
/
+5
*
Extract per-block splitting into its own method.
Jakob Stoklund Olesen
2011-08-05
1
-23
/
+36
*
Also use shouldSplitSingleBlock() in the fallback splitting mode.
Jakob Stoklund Olesen
2011-08-05
1
-8
/
+18
*
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-05
1
-1
/
+7
*
Enable compact region splitting by default.
Jakob Stoklund Olesen
2011-08-03
1
-1
/
+1
*
Be more conservative when forming compact regions.
Jakob Stoklund Olesen
2011-08-03
1
-1
/
+3
*
Fix some warnings from Clang in release builds:
Chandler Carruth
2011-08-03
1
-0
/
+2
*
Use the precomputed def presence in RAGreedy::calcSpillCost.
Jakob Stoklund Olesen
2011-08-02
1
-11
/
+2
*
Inform SpillPlacement about blocks with defs.
Jakob Stoklund Olesen
2011-08-02
1
-0
/
+1
*
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-08-02
1
-10
/
+12
*
Time the emission of debug values.
Jakob Stoklund Olesen
2011-07-31
1
-1
/
+4
*
Revert r136528 "Enable compact region splitting by default."
Jakob Stoklund Olesen
2011-07-30
1
-1
/
+1
*
Enable compact region splitting by default.
Jakob Stoklund Olesen
2011-07-29
1
-1
/
+1
*
Reverse order of RS_Split live ranges under -compact-regions.
Jakob Stoklund Olesen
2011-07-28
1
-3
/
+6
*
Add support for multi-way live range splitting.
Jakob Stoklund Olesen
2011-07-26
1
-64
/
+165
*
Revert to RA_Assign when a virtreg separates into components.
Jakob Stoklund Olesen
2011-07-26
1
-1
/
+3
*
Add an RS_Split2 stage used for loop prevention.
Jakob Stoklund Olesen
2011-07-25
1
-15
/
+24
*
Rename live range stages to better reflect how they are used.
Jakob Stoklund Olesen
2011-07-25
1
-32
/
+40
*
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
1
-0
/
+46
*
Prepare RAGreedy::growRegion for compact regions.
Jakob Stoklund Olesen
2011-07-23
1
-1
/
+8
*
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
1
-4
/
+3
*
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-16
1
-6
/
+0
*
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
1
-299
/
+13
*
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
1
-5
/
+16
*
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
[next]