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
...
*
[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
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
1
-1
/
+1
*
RegisterCoalescer: Simplify subrange splitting code; NFC
Matthias Braun
2017-03-03
1
-67
/
+16
*
RegisterCoalescer: Fix joinReservedPhysReg()
Matthias Braun
2017-02-07
1
-0
/
+5
*
[RegisterCoalescer] Do not call getInstructionIndex with DBG_VALUE
Brendon Cahoon
2017-02-04
1
-1
/
+1
*
RegisterCoalescer: Cleanup joinReservedPhysReg(); NFC
Matthias Braun
2017-02-02
1
-9
/
+24
*
[RegisterCoalescing] Recommit the patch "Remove partial redundent copy".
Quentin Colombet
2017-01-28
1
-0
/
+188
*
Revert rL292621. Caused some internal build bot failures in apple.
Wei Mi
2017-01-24
1
-171
/
+0
*
[RegisterCoalescing] Recommit the patch "Remove partial redundent copy".
Wei Mi
2017-01-20
1
-0
/
+171
*
Revert rL292292 since it causes a SEGV on sanitizer-x86_64-linux-fuzzer build...
Wei Mi
2017-01-18
1
-171
/
+0
*
[RegisterCoalescing] Remove partial redundent copy.
Wei Mi
2017-01-17
1
-0
/
+171
*
Check for register clobbers when merging a vreg live range with a
James Y Knight
2017-01-13
1
-8
/
+8
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-12
/
+12
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-37
/
+38
*
RegisterCoalscer: Only coalesce complete reserved registers.
Matthias Braun
2016-12-01
1
-1
/
+7
*
RegisterCoalescer: Ignore interferences for constant physregs
Matthias Braun
2016-11-10
1
-21
/
+25
*
Missed a semicolon in r279835
Krzysztof Parzyszek
2016-08-26
1
-1
/
+1
*
Add some more detailed debugging information in RegisterCoalescer
Krzysztof Parzyszek
2016-08-26
1
-5
/
+19
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-7
/
+109
*
Reset "undef" flag when coalescing subregister into whole register
Krzysztof Parzyszek
2016-08-19
1
-0
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
CodeGen: Use MachineInstr& in RegisterCoalescer, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-38
/
+37
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+5
*
Fix typo
Krzysztof Parzyszek
2016-06-28
1
-1
/
+1
*
CodeGen: Don't iterate over operands after we've erased an MI
Justin Bogner
2016-03-25
1
-13
/
+20
*
RegisterCoalescer: Remap subregister lanemasks before exchanging operands
Matthias Braun
2016-03-05
1
-1
/
+6
*
RegisterCoalescer: Need to check DstReg+SrcReg for missing undef flags
Matthias Braun
2016-03-05
1
-20
/
+50
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-26
/
+26
*
RegCoalescer: Making sure re-materialization defines all subranges
Marcello Maggioni
2016-02-03
1
-0
/
+30
*
[RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDef
David Majnemer
2016-02-02
1
-0
/
+2
*
[NFC] Fix whitespace.
Chad Rosier
2016-01-11
1
-1
/
+1
*
Assume lane masks are always precise
Matthias Braun
2015-11-17
1
-40
/
+17
*
TableGen: Emit LaneMask for register classes without subregisters as ~0u
Matthias Braun
2015-11-10
1
-10
/
+13
*
CodeGen: Avoid more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-9
/
+14
[prev]
[next]