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
/
ShrinkWrap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-17
/
+38
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+2
*
ShrinkWrap: Add skipFunction() call
Matthias Braun
2017-05-16
1
-1
/
+1
*
[ShrinkWrapping] Handle restores on no-return paths
Francis Visoiu Mistrih
2017-05-15
1
-2
/
+8
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
[ShrinkWrapping] Give up on irreducible CFGs.
Quentin Colombet
2016-01-07
1
-0
/
+47
*
[ShrinkWrap] Fix FindIDom to only have one kind of failure.
Michael Kuperstein
2016-01-06
1
-6
/
+4
*
Typo. NFC.
Chad Rosier
2015-12-22
1
-1
/
+1
*
[ShrinkWrapping] Do not choose restore point inside loops.
Quentin Colombet
2015-12-15
1
-5
/
+21
*
[ShrinkWrap] Teach ShrinkWrap to handle targets requiring a register scavenger.
Arnaud A. de Grandmaison
2015-11-20
1
-15
/
+22
*
[ShrinkWrapping] Disable the optimization for functions with sanitize like
Quentin Colombet
2015-11-14
1
-1
/
+8
*
[ShrinkWrap] Fix a typo in a comment.
Quentin Colombet
2015-11-12
1
-1
/
+1
*
[ShrinkWrap] Make sure we do not mess up with EH funclet lowering.
Quentin Colombet
2015-11-12
1
-1
/
+11
*
[ShrinkWrapping] Teach shrink-wrapping how to analyze RegMask.
Quentin Colombet
2015-11-06
1
-8
/
+38
*
[ShrinkWrap] Refactor the handling of infinite loop in the analysis.
Quentin Colombet
2015-09-17
1
-9
/
+11
*
[ShrinkWrapping] Fix an infinite loop while looking for restore point.
Quentin Colombet
2015-09-15
1
-0
/
+8
*
Rework of the new interface for shrink wrapping
Kit Barton
2015-08-31
1
-1
/
+26
*
Reverting patch r244235.
Kit Barton
2015-08-14
1
-47
/
+1
*
ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-W...
NAKAMURA Takumi
2015-08-07
1
-2
/
+2
*
Fix possible infinite loop in shrink wrapping when searching for save/restore
Kit Barton
2015-08-06
1
-6
/
+24
*
This patch changes the interface to enable the shrink wrapping optimization.
Kit Barton
2015-08-06
1
-1
/
+47
*
[ShrinkWrap] Add a target hook to check whether or not
Quentin Colombet
2015-05-27
1
-5
/
+10
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-2
/
+2
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-0
/
+383