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
*
Rename a local variable counter to Counter.
Wei Mi
2019-03-08
1
-3
/
+3
*
[RegisterCoalescer][NFC] bind a DenseMap access to a reference to avoid
Wei Mi
2019-03-08
1
-2
/
+3
*
[RegisterCoalescer] Limit the number of joins for large live interval with
Wei Mi
2019-03-08
1
-0
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-1
/
+1
*
RegisterCoalescer: Assume CR_Replace for SubRangeJoin
Matt Arsenault
2019-01-08
1
-0
/
+6
*
RegisterCoalescer: Defer clearing implicit_def lanes
Matt Arsenault
2019-01-08
1
-16
/
+33
*
[RegisterCoalescer] dst register's live interval needs to be updated when
Wei Mi
2019-01-08
1
-0
/
+7
*
[RegisterCoalescer] Fix for assert in removePartialRedundancy
Tim Renouf
2018-08-23
1
-0
/
+14
*
[RegisterCoalescer] Use substPhysReg in reMaterializeTrivialDef
Bjorn Pettersson
2018-08-21
1
-1
/
+4
*
[RegisterCoalscer] Manually remove leftover segments when commuting def
Krzysztof Parzyszek
2018-08-21
1
-0
/
+12
*
[RegisterCoalescer] Do not assert when trying to remat dead values
Bjorn Pettersson
2018-08-21
1
-1
/
+2
*
[RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDef
Krzysztof Parzyszek
2018-08-16
1
-24
/
+54
*
[RegisterCoalescer] Ensure that both registers have subranges if one does
Krzysztof Parzyszek
2018-08-15
1
-1
/
+4
*
[RegisterCoalescer] Reset VNInfo def when copying segments over
Krzysztof Parzyszek
2018-08-15
1
-2
/
+6
*
Fix a -Wsign-compare
Reid Kleckner
2018-08-06
1
-1
/
+1
*
[RegisterCoalescer] Delay live interval update work until the rematerialization
Wei Mi
2018-08-06
1
-6
/
+57
*
[RegisterCoalescer] Fixed inconsistent followCopyChain with subreg
Tim Renouf
2018-07-26
1
-3
/
+8
*
More fixes for subreg join failure in RegCoalescer
Tim Renouf
2018-07-17
1
-4
/
+21
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
Improve handling of COPY instructions with identical value numbers
Krzysztof Parzyszek
2018-06-25
1
-28
/
+126
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-5
/
+5
*
Shrink interval after moving copy in removePartialRedundancy
Krzysztof Parzyszek
2018-06-18
1
-0
/
+2
*
Remove <undef> from rematerialized full register
Krzysztof Parzyszek
2018-06-15
1
-0
/
+5
*
Revert "Improve handling of COPY instructions with identical value numbers"
Krzysztof Parzyszek
2018-06-13
1
-53
/
+19
*
Improve handling of COPY instructions with identical value numbers
Krzysztof Parzyszek
2018-06-13
1
-19
/
+53
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-95
/
+101
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[RegisterCoalescing] Don't move COPY if it would interfere with another value
Mikael Holmen
2018-03-28
1
-2
/
+13
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-15
/
+15
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-5
/
+5
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-4
/
+3
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-27
/
+27
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-6
/
+6
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-23
/
+23
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
[RegisterCoalescer] Move debug value after rematerialize trivial def
Karl-Johan Karlsson
2017-11-10
1
-0
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
[RegisterCoalescer] Don't set read-undef in pruneValues, only clear
Mikael Holmen
2017-10-12
1
-2
/
+2
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
[SystemZ] implement shouldCoalesce()
Jonas Paulsson
2017-09-29
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-22
1
-32
/
+53
*
Fix typo
Matt Arsenault
2017-09-11
1
-1
/
+1
*
[RegisterCoalescer] Add wrapper for Erasing Instructions
Sameer AbuAsal
2017-08-03
1
-14
/
+16
*
Use LaneBitmask::getLane in a few more places
Krzysztof Parzyszek
2017-07-20
1
-2
/
+2
*
[RegisterCoalescer] Fix for SubRange join unreachable
David Stuttard
2017-07-06
1
-0
/
+28
*
[RegisterCoalescer] Account for instructions deleted by removePartialredundun...
Sameer AbuAsal
2017-06-30
1
-1
/
+8
*
LiveIntervalAnalysis: Fix missing case in pruneSubRegValues()
Matthias Braun
2017-05-19
1
-1
/
+7
[next]