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
/
Passes
/
PassBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar
2018-03-12
1
-4
/
+2
*
Another try to commit 323321 (aggressive instruction combine).
Amjad Aboud
2018-01-25
1
-0
/
+5
*
Reverted 323321.
Amjad Aboud
2018-01-24
1
-5
/
+0
*
[InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...
Amjad Aboud
2018-01-24
1
-0
/
+5
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
1
-1
/
+1
*
NewPM: Add an extension point for the start of the pipeline.
David Blaikie
2018-01-23
1
-1
/
+8
*
Add a pass to generate synthetic function entry counts.
Easwaran Raman
2018-01-09
1
-0
/
+10
*
[PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonical...
Fedor Sergeev
2017-12-29
1
-7
/
+10
*
[PM] port Rewrite Statepoints For GC to the new pass manager.
Fedor Sergeev
2017-12-15
1
-0
/
+1
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-8
/
+11
*
Remove redundant includes from various places.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
Add a new pass to speculate around PHI nodes with constant (integer) operands...
Chandler Carruth
2017-11-28
1
-0
/
+6
*
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
Sanjay Patel
2017-11-15
1
-2
/
+7
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-0
/
+1
*
[PM] Port BoundsChecking to the new PM.
Chandler Carruth
2017-11-14
1
-0
/
+1
*
[PassManager, SimplifyCFG] Revert r316908 and r316869.
David L. Jones
2017-11-06
1
-7
/
+2
*
Recommit r317351 : Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-1
/
+8
*
Revert "Add CallSiteSplitting pass"
Jun Bum Lim
2017-11-03
1
-8
/
+1
*
Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-1
/
+8
*
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
Sanjay Patel
2017-10-29
1
-2
/
+7
*
Add CalledValuePropagation pass
Matthew Simpson
2017-10-25
1
-0
/
+9
*
[PM] Add pgo-memop-opt pass to the new pass manager
Rong Xu
2017-10-23
1
-0
/
+6
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[NewPassManager] Run global dead code elimination after the inliner.
Davide Italiano
2017-10-05
1
-0
/
+1
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
1
-1
/
+2
*
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
Sanjay Patel
2017-09-09
1
-0
/
+6
*
[PM] Switch the CGSCC debug messages to use the standard LLVM debug
Chandler Carruth
2017-08-11
1
-7
/
+5
*
Revert part of r310296 to make it really NFC for instrumentation PGO.
Dehao Chen
2017-08-10
1
-1
/
+1
*
Move the SampleProfileLoader right after EarlyFPM.
Dehao Chen
2017-08-07
1
-20
/
+31
*
[PM] Split LoopUnrollPass and make partial unroller a function pass
Teresa Johnson
2017-08-02
1
-2
/
+2
*
Update the new PM pipeline to make ICP aware if it is SamplePGO build.
Dehao Chen
2017-08-02
1
-21
/
+25
*
Refactor the build{Module|Function}SimplificationPipeline to expose optimizat...
Dehao Chen
2017-07-30
1
-18
/
+19
*
Refine the PGOOpt and SamplePGOSupport handling.
Dehao Chen
2017-07-29
1
-7
/
+12
*
Update the assertion to meet with the changes in r309121. (NFC)
Dehao Chen
2017-07-26
1
-1
/
+1
*
Make new PM honor -fdebug-info-for-profiling
Dehao Chen
2017-07-26
1
-0
/
+2
*
[PM] Enable registration of out-of-tree passes with PassBuilder
Philip Pfaffe
2017-07-10
1
-34
/
+187
*
Add sample PGO support to ThinLTO new pass manager.
Dehao Chen
2017-07-07
1
-13
/
+28
*
Hook the sample PGO machinery in the new PM
Dehao Chen
2017-06-29
1
-9
/
+13
*
[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
Tim Shen
2017-06-29
1
-3
/
+0
*
Create inliner params based on size and opt levels.
Easwaran Raman
2017-06-28
1
-3
/
+11
*
[EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...
Geoff Berry
2017-06-27
1
-2
/
+2
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
1
-0
/
+5
*
Remove the LoadCombine pass. It was never enabled and is unsupported.
Eric Christopher
2017-06-22
1
-3
/
+0
*
[EarlyCSE] Add option to use MemorySSA for function simplification run of Ear...
Geoff Berry
2017-06-10
1
-1
/
+5
*
[PM] Add GVNSink to the pipeline.
Davide Italiano
2017-06-03
1
-0
/
+10
*
Move GVNHoist to the right position in the new pass manager pipeline.
Davide Italiano
2017-06-01
1
-2
/
+4
*
[PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.
Chandler Carruth
2017-06-01
1
-18
/
+123
*
[PM] Enable the new simple loop unswitch pass in the new pass manager
Chandler Carruth
2017-05-26
1
-4
/
+1
*
[PM] Teach the PGO instrumentation pasess to run GlobalDCE before
Chandler Carruth
2017-05-25
1
-0
/
+5
*
[NewPM] Fix an innocent but silly typo. Reported by Craig Topper.
Davide Italiano
2017-05-22
1
-1
/
+1
[next]