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
...
*
[RegAllocGreedy] Fix the list of NewVRegs for last chance recoloring.
Quentin Colombet
2016-09-16
1
-2
/
+22
*
[RegAllocGreedy] Fix an assertion and condition when last chance recoloring i...
Quentin Colombet
2016-09-16
1
-2
/
+3
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+5
*
Allow dead insts to be kept in DeadRemat only when they are rematerializable.
Wei Mi
2016-07-08
1
-1
/
+3
*
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
Wei Mi
2016-04-13
1
-14
/
+17
*
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...
Hans Wennborg
2016-04-08
1
-17
/
+14
*
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
2016-04-06
1
-14
/
+17
*
Revert r265309 and r265312 because they caused some errors I need to investig...
Wei Mi
2016-04-04
1
-17
/
+14
*
Replace analyzeSiblingValues with new algorithm to fix its compile
Wei Mi
2016-04-04
1
-14
/
+17
*
Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty
Derek Schuff
2016-03-29
1
-4
/
+0
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+4
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-12
/
+20
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
Trace copies when checking for rematerializability in spill weight calculation
Robert Lougher
2015-08-10
1
-1
/
+1
*
[RAGreedy] Add an experimental deferred spilling feature.
Quentin Colombet
2015-07-17
1
-6
/
+37
*
TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...
Matthias Braun
2015-07-15
1
-2
/
+2
*
RAGreedy: Keep track of allocated PhysRegs internally
Matthias Braun
2015-07-14
1
-18
/
+24
*
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
2015-03-31
1
-3
/
+4
*
RegAllocGreedy: Improve live interval order in ReverseLocal mode
Matthias Braun
2015-03-31
1
-1
/
+1
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-1
/
+2
*
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
2015-01-08
1
-2
/
+207
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
[PBQP] Tweak spill costs and coalescing benefits
Arnaud A. de Grandmaison
2014-11-04
1
-3
/
+5
*
Grab the subtarget and subtarget dependent variables off of
Eric Christopher
2014-10-14
1
-4
/
+4
*
Revert 202433 - Provide a target override for the latest regalloc heuristic
Renato Golin
2014-10-03
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-5
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
[RegAllocGreedy] Provide a subtarget hook to disable the local reassignment
Quentin Colombet
2014-07-02
1
-4
/
+14
*
[RegAllocGreedy] Provide a flag to disable the local reassignment heuristic.
Quentin Colombet
2014-07-01
1
-1
/
+7
*
[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
[prev]
[next]