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
/
Transforms
/
IPO
/
PassManagerBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
1
-0
/
+6
*
Schedule Hot Cold Splitting pass after most optimization passes
Aditya Kumar
2018-10-21
1
-3
/
+3
*
Temporarily revert "[GVNHoist] Re-enable GVNHoist by default"
Eric Christopher
2018-10-01
1
-2
/
+2
*
Recommit r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-10-01
1
-4
/
+2
*
Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"
whitequark
2018-09-28
1
-7
/
+0
*
[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints
whitequark
2018-09-28
1
-0
/
+7
*
Revert r343308: [LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-2
/
+4
*
[LoopInterchange] Turn into a loop pass.
Florian Hahn
2018-09-28
1
-4
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-09-17
1
-2
/
+2
*
Revert "[GVNHoist] Re-enable GVNHoist by default"
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
1
-0
/
+7
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+8
*
Revert r340922 "[GVNHoist] Re-enable GVNHoist by default"
Alexandros Lamprineas
2018-08-29
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-08-29
1
-2
/
+2
*
Revert "[GVNHoist] Re-enable GVNHoist by default"
Vlad Tsyrklevich
2018-07-30
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-07-30
1
-2
/
+2
*
[ThinLTO] Ensure the TargetLibraryInfo is constructed early enough
Teresa Johnson
2018-07-23
1
-0
/
+2
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+11
*
[instsimplify] Move the instsimplify pass to use more obvious file names
Chandler Carruth
2018-06-29
1
-1
/
+2
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
1
-1
/
+5
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
1
-2
/
+0
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
1
-0
/
+2
*
[PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule
Chandler Carruth
2018-05-30
1
-4
/
+19
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-11
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+11
*
Revert "Enable EliminateAvailableExternally pass for -O1"
Vlad Tsyrklevich
2018-04-26
1
-1
/
+1
*
Enable EliminateAvailableExternally pass for -O1
Vlad Tsyrklevich
2018-04-26
1
-1
/
+1
*
Fix some layering in AggressiveInstCombine (avoiding inclusion of Scalar.h)
David Blaikie
2018-04-24
1
-0
/
+1
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
1
-0
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Another try to commit 323321 (aggressive instruction combine).
Amjad Aboud
2018-01-25
1
-0
/
+4
*
Reverted 323321.
Amjad Aboud
2018-01-24
1
-4
/
+0
*
[InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...
Amjad Aboud
2018-01-24
1
-0
/
+4
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-3
/
+7
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-0
/
+1
*
[ThinLTO] Ensure sanitizer passes are run
Teresa Johnson
2017-11-08
1
-0
/
+3
*
Recommit r317351 : Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+6
*
Revert "Add CallSiteSplitting pass"
Jun Bum Lim
2017-11-03
1
-6
/
+0
*
Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+6
*
LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.
Peter Collingbourne
2017-11-01
1
-0
/
+8
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-1
/
+3
*
Add CalledValuePropagation pass
Matthew Simpson
2017-10-25
1
-0
/
+5
*
[PM] Retire disable unit-at-a-time switch.
Davide Italiano
2017-10-06
1
-33
/
+24
*
[PassManager] Improve the interaction between -O2 and ThinLTO.
Davide Italiano
2017-10-05
1
-13
/
+11
*
[PassManager] Run global optimizations after the inliner.
Davide Italiano
2017-10-05
1
-0
/
+14
*
[PassManager] Retire cl::opt that have been set for a while. NFCI.
Davide Italiano
2017-10-02
1
-33
/
+21
*
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
Sanjay Patel
2017-09-09
1
-0
/
+5
*
Avoid constructing GlobalExtensions only to find out it is empty.
Frederich Munch
2017-07-06
1
-4
/
+14
[next]