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
*
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
*
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
2015-09-25
1
-13
/
+14
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-44
/
+45
*
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
Matthias Braun
2015-09-22
1
-19
/
+6
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
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
[next]