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
/
RegisterCoalescer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-3
/
+3
*
[regalloc] Make RegMask clobbers prevent merging vreg's into PhysRegs when ho...
Daniel Sanders
2015-07-31
1
-0
/
+8
*
RegisterCoalescer: Cleanup empty subranges after shrinkToUses()
Matthias Braun
2015-06-30
1
-0
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
TargetRegisterInfo: Make the concept of imprecise lane masks explicit
Matthias Braun
2015-06-16
1
-1
/
+2
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-13
/
+13
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-1
/
+1
*
RegisterCoalescer: Improve a comment.
Matthias Braun
2015-05-19
1
-6
/
+5
*
[RegisterCoalescer] Make sure each live-range has only one component, as
Quentin Colombet
2015-05-06
1
-4
/
+30
*
RegisterCoalescer: hide terminal rule option by default
Matthias Braun
2015-04-28
1
-1
/
+1
*
RegisterCoalescer: implicit phsreg uses are fine when rematerializing
Matthias Braun
2015-04-24
1
-2
/
+2
*
RegisterCoalescer: Avoid unnecessary register class widening for some remater...
Matthias Braun
2015-04-23
1
-3
/
+25
*
[RegisterCoalescer] Fix a potential misuse of direct operand index in the
Quentin Colombet
2015-03-30
1
-4
/
+6
*
[RegisterCoalescer] Refine the terminal rule to still consider the terminal
Quentin Colombet
2015-03-27
1
-8
/
+32
*
[RegisterCoalescer] Add a rule to consider more profitable copies first when
Quentin Colombet
2015-03-26
1
-2
/
+72
*
RegisterCoalescer: Fix implicit def handling in register coalescer
Matthias Braun
2015-03-25
1
-1
/
+23
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-2
/
+2
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
1
-1
/
+1
*
RegisterCoalescer: Gracefully continue if subrange merging fails.
Matthias Braun
2015-03-04
1
-18
/
+48
*
Rename UpdateRegAllocHint to match style guidelines.
Eric Christopher
2015-02-24
1
-1
/
+1
*
RegisterCoalescer: Don't rematerialize subregister definitions.
Matthias Braun
2015-02-16
1
-0
/
+18
*
RegisterCoalescer: Do not look for regclass of IMPLICIT_DEF.
Matthias Braun
2015-02-16
1
-6
/
+7
*
RegisterCoalescer: Improve previous fix for wrong def after.
Matthias Braun
2015-02-16
1
-3
/
+2
*
Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
2015-01-27
1
-5
/
+4
*
MachineRegisterInfo can access TII off of the MachineFunction's
Eric Christopher
2015-01-27
1
-1
/
+1
*
LiveIntervalAnalysis: Factor out code to update liveness on vreg def removal
Matthias Braun
2015-01-21
1
-32
/
+18
*
LiveIntervalAnalysis: Factor out code to update liveness on physreg def removal
Matthias Braun
2015-01-21
1
-9
/
+5
*
RegisterCoalescer: Cleanup and improved comment for a subtle detail.
Matthias Braun
2015-01-17
1
-6
/
+8
*
RegisterCoalescer: Cleanup by factoring out a common expression
Matthias Braun
2015-01-17
1
-5
/
+6
*
RegisterCoalescer: Cleanup comment style
Matthias Braun
2015-01-17
1
-190
/
+174
*
RegisterCoalescer: Drive-by typo + whitespace fix
Matthias Braun
2015-01-17
1
-2
/
+2
*
Revert "r226086 - Revert "r226071 - [RegisterCoalescer] Remove copies to rese...
Hal Finkel
2015-01-15
1
-5
/
+47
*
Revert "r226071 - [RegisterCoalescer] Remove copies to reserved registers"
Hal Finkel
2015-01-15
1
-15
/
+5
*
[RegisterCoalescer] Remove copies to reserved registers
Hal Finkel
2015-01-15
1
-5
/
+15
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
RegisterCoalescer: Turn some impossible conditions into asserts
Matthias Braun
2015-01-12
1
-17
/
+11
*
Revert r225500, it leads to infinite loops.
Joerg Sonnenberger
2015-01-10
1
-9
/
+15
*
RegisterCoalescer: Fix removeCopyByCommutingDef with subreg liveness
Matthias Braun
2015-01-09
1
-1
/
+3
*
RegisterCoalescer: Some cleanup in removeCopyByCommutingDef(), NFC
Matthias Braun
2015-01-09
1
-15
/
+19
*
RegisterCoalescer: No need to set kill flags, they are recompute later anyway
Matthias Braun
2015-01-09
1
-2
/
+0
*
RegisterCoalescer: Turn some impossible conditions into asserts
Matthias Braun
2015-01-09
1
-15
/
+9
*
RegisterCoalescer: Do not remove IMPLICIT_DEFS if they are required for subra...
Matthias Braun
2015-01-08
1
-1
/
+7
*
RegisterCoalescer: Fix valuesIdentical() in some subrange merge cases.
Matthias Braun
2015-01-07
1
-90
/
+81
*
Silence GCC's -Wparentheses warning
David Majnemer
2014-12-25
1
-1
/
+1
*
RegisterCoalescer: With subrange liveness there may be no RedefVNI for unused...
Matthias Braun
2014-12-24
1
-3
/
+6
*
RegisterCoalescer: rewrite eliminateUndefCopy().
Matthias Braun
2014-12-19
1
-29
/
+64
*
RegisterCoalescer: Fix stripCopies() picking up main range instead of subregi...
Matthias Braun
2014-12-17
1
-50
/
+78
*
RegisterCoalescer: Sprinkle some const modifiers.
Matthias Braun
2014-12-17
1
-11
/
+12
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-75
/
+61
[next]