index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocGreedy.cpp
Age
Commit message (
Expand
)
Author
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-02-21
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-14
Fix details in local live range splitting with regmasks.
Jakob Stoklund Olesen
2012-02-11
Handle register masks in local live range splitting.
Jakob Stoklund Olesen
2012-02-10
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
Add register mask support to RAGreedy.
Jakob Stoklund Olesen
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
Moving options declarations around.
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-12
Make SplitAnalysis::UseSlots private.
Jakob Stoklund Olesen
2012-01-11
Make data structures private.
Jakob Stoklund Olesen
2011-11-13
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-01
Update split candidate correctly when interference cache is full.
Jakob Stoklund Olesen
2011-09-14
Ignore the cloning of unknown registers.
Jakob Stoklund Olesen
2011-09-12
Remove the -compact-regions flag.
Jakob Stoklund Olesen
2011-09-12
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
2011-08-19
Make a bunch of symbols private.
Benjamin Kramer
2011-08-09
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-06
Fix typo. Thanks, Andy!
Jakob Stoklund Olesen
2011-08-05
Reject RS_Spill ranges from local splitting as well.
Jakob Stoklund Olesen
2011-08-05
Only mark remainder intervals as RS_Spill after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
Remember to update LiveDebugVariables after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
Extract per-block splitting into its own method.
Jakob Stoklund Olesen
2011-08-05
Also use shouldSplitSingleBlock() in the fallback splitting mode.
Jakob Stoklund Olesen
2011-08-05
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-03
Enable compact region splitting by default.
Jakob Stoklund Olesen
2011-08-03
Be more conservative when forming compact regions.
Jakob Stoklund Olesen
2011-08-03
Fix some warnings from Clang in release builds:
Chandler Carruth
2011-08-02
Use the precomputed def presence in RAGreedy::calcSpillCost.
Jakob Stoklund Olesen
2011-08-02
Inform SpillPlacement about blocks with defs.
Jakob Stoklund Olesen
2011-08-02
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-07-31
Time the emission of debug values.
Jakob Stoklund Olesen
2011-07-30
Revert r136528 "Enable compact region splitting by default."
Jakob Stoklund Olesen
2011-07-29
Enable compact region splitting by default.
Jakob Stoklund Olesen
2011-07-28
Reverse order of RS_Split live ranges under -compact-regions.
Jakob Stoklund Olesen
2011-07-26
Add support for multi-way live range splitting.
Jakob Stoklund Olesen
2011-07-26
Revert to RA_Assign when a virtreg separates into components.
Jakob Stoklund Olesen
2011-07-25
Add an RS_Split2 stage used for loop prevention.
Jakob Stoklund Olesen
2011-07-25
Rename live range stages to better reflect how they are used.
Jakob Stoklund Olesen
2011-07-23
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
Prepare RAGreedy::growRegion for compact regions.
Jakob Stoklund Olesen
2011-07-18
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-16
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-14
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
[next]