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
/
TailDuplicator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-13
/
+50
*
Revert "Codegen: Tail-duplicate during placement."
Daniel Jasper
2016-10-11
1
-50
/
+13
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
1
-13
/
+50
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-08
1
-46
/
+13
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-07
1
-13
/
+46
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-05
1
-46
/
+13
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-13
/
+46
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-04
1
-46
/
+13
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
1
-13
/
+46
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
TailDuplication: Extract Indirect-Branch block limit as option. NFC
Kyle Butt
2016-08-30
1
-3
/
+9
*
TailDuplication: Record blocks that received the duplicated block. NFC.
Kyle Butt
2016-08-26
1
-2
/
+10
*
TailDuplication: Don't pass MMI separately from MF. NFC
Kyle Butt
2016-08-25
1
-2
/
+1
*
TailDuplication: Save MF and reduce number of parameters. NFC
Kyle Butt
2016-08-25
1
-22
/
+21
*
TailDuplicator: Fix crash after r278974
Matthias Braun
2016-08-18
1
-1
/
+1
*
Tail Duplication: Accept explicit threshold for duplicating.
Kyle Butt
2016-08-17
1
-4
/
+8
*
TailDuplicator: Use optForSize instead of hasFnAttribute.
Kyle Butt
2016-08-17
1
-1
/
+1
*
Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
Kyle Butt
2016-08-16
1
-0
/
+10
*
TailDuplicator: Use range loops
Matt Arsenault
2016-08-16
1
-42
/
+23
*
Revert "Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough."
Diana Picus
2016-08-14
1
-10
/
+0
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
Kyle Butt
2016-08-10
1
-0
/
+10
*
Codegen: Tail Duplication: Only duplicate into layout pred if it is a CFG Pred.
Kyle Butt
2016-07-20
1
-0
/
+2
*
Codegen: Factor out canTailDuplicate
Kyle Butt
2016-07-19
1
-9
/
+19
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-5
/
+5
*
TailDuplicator: Remove live-in updating logic
Matthias Braun
2016-07-06
1
-18
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
[TailDuplication] Split up NumInstrDups statistic.
Geoff Berry
2016-06-14
1
-3
/
+6
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[Tail duplication] Handle source registers with subregisters
Krzysztof Parzyszek
2016-04-26
1
-34
/
+80
*
CodeGen: Fix a use-after-free in TailDuplication
Justin Bogner
2016-04-11
1
-2
/
+0
*
Codegen: Factor tail duplication into a utility class. NFC
Kyle Butt
2016-04-08
1
-0
/
+903