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
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
[RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...
Quentin Colombet
2014-04-11
1
-1
/
+1
*
[RegAllocGreedy][Last Chance Recoloring] Addition of
Quentin Colombet
2014-04-11
1
-6
/
+14
*
RegAlloc: Account for a variable entry block frequency
Duncan P. N. Exon Smith
2014-04-08
1
-9
/
+36
*
[RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
2014-04-04
1
-1
/
+35
*
Revert r205599, the commit was not intended to have so many changes
Quentin Colombet
2014-04-04
1
-35
/
+1
*
[RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance
Quentin Colombet
2014-04-04
1
-1
/
+35
*
Provide a target override for the cost of using a callee-saved register
Manman Ren
2014-03-27
1
-2
/
+6
*
Register Allocator: refactoring and add comments.
Manman Ren
2014-03-27
1
-35
/
+58
*
Add comments. Addressing review comments from Evan on r204690.
Manman Ren
2014-03-26
1
-0
/
+5
*
Register Allocator: check other options before using a CSR for the first time.
Manman Ren
2014-03-25
1
-6
/
+57
*
Register Allocator: refactoring (no functionality change).
Manman Ren
2014-03-24
1
-6
/
+30
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-12
/
+11
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+3
*
[C++11] Use std::tie to simplify compare operators.
Benjamin Kramer
2014-03-03
1
-3
/
+2
*
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
Alp Toker
2014-03-02
1
-1
/
+1
*
Provide a target override for the latest regalloc heuristic.
Andrew Trick
2014-02-27
1
-1
/
+1
*
Add a limit to the heuristic that register allocates instructions in local or...
Andrew Trick
2014-02-26
1
-2
/
+8
*
Remove outdated comments.
Manman Ren
2014-02-25
1
-1
/
+1
*
Fix typos
Alp Toker
2014-02-25
1
-1
/
+1
*
[RegAlloc] Fix the assertion in the last chance recoloring to match the
Quentin Colombet
2014-02-13
1
-1
/
+1
*
[RegAlloc] Add a last chance recoloring mechanism when everything else failed to
Quentin Colombet
2014-02-05
1
-8
/
+263
*
RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath...
NAKAMURA Takumi
2014-02-04
1
-1
/
+1
*
[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
[next]