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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+1
*
[FIX] Forces shrink wrapping to consider any memory access as aliasing with t...
Diogo N. Sampaio
2019-06-13
1
-0
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ShrinkWrap] Add optimization remarks to the shrink-wrapping pass
Francis Visoiu Mistrih
2018-06-05
1
-6
/
+27
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-24
/
+28
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
Fix incorrect choice of callee-saved registers save/restore points
Momchil Velikov
2018-04-17
1
-2
/
+14
*
[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
Jun Bum Lim
2018-04-03
1
-0
/
+5
*
[ShrinkWrap] Take into account landing pad
Quentin Colombet
2018-03-20
1
-0
/
+16
*
[LV][CFG] Add irreducible CFG detection for outer loops
Florian Hahn
2018-03-02
1
-36
/
+3
*
[CodeGen] Skip some instructions that shouldn't affect shrink-wrapping
Francis Visoiu Mistrih
2018-01-16
1
-5
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-5
/
+5
*
Ignore metainstructions during the shrink wrap analysis
Adrian Prantl
2017-12-13
1
-0
/
+4
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-10
/
+11
*
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