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
*
[RegAlloc] Make tryInstructionSplit less aggressive.
Quentin Colombet
2014-01-02
1
-3
/
+37
*
[block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...
Michael Gottesman
2013-12-14
1
-1
/
+1
*
[block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...
Michael Gottesman
2013-12-14
1
-4
/
+7
*
Add TargetRegisterInfo::reverseLocalAssignment hook.
Andrew Trick
2013-12-11
1
-1
/
+8
*
Check hint registers for interference only once before evictions
Aditya Nandakumar
2013-12-05
1
-1
/
+1
*
Reverse the order of eviction checks for possible compile time savings. No fu...
Andrew Trick
2013-11-29
1
-3
/
+3
*
DEBUG shouldEvict decisions
Andrew Trick
2013-11-22
1
-1
/
+5
*
Minor cleanup. EvictionCost ctor was confusing relative to the other costs fl...
Andrew Trick
2013-11-22
1
-3
/
+9
*
Fixed an extra for(typo) in the comments
Aditya Nandakumar
2013-11-19
1
-1
/
+1
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
1
-3
/
+3
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
1
-1
/
+1
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
1
-2
/
+2
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-3
/
+3
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
1
-1
/
+1
*
Fix unused variables.
Eli Friedman
2013-09-10
1
-0
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-29
/
+29
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-1
/
+1
*
RegAllocGreedy comment.
Andrew Trick
2013-07-25
1
-1
/
+2
*
Evict local live ranges if they can be reassigned.
Andrew Trick
2013-07-25
1
-1
/
+29
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
1
-4
/
+27
*
Dump LIS before regalloc. MI sched changes them.
Andrew Trick
2013-07-25
1
-0
/
+2
*
Remove floats from live range splitting costs.
Jakob Stoklund Olesen
2013-07-16
1
-22
/
+26
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-1
/
+6
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-3
/
+3
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Limit the search space in RAGreedy::tryEvict().
Jakob Stoklund Olesen
2013-01-12
1
-1
/
+18
*
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
1
-2
/
+2
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+6
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
1
-1
/
+1
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+3
*
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
1
-55
/
+75
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-1
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-19
/
+1
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-1
/
+0
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-5
/
+5
*
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+7
*
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
1
-1
/
+65
*
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
1
-4
/
+4
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
1
-2
/
+2
*
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
1
-4
/
+4
[next]