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
*
[LTO] Load sample profile in LTO link step.
Xin Tong
2018-11-15
1
-0
/
+7
*
Add an OptimizerLast EP
Philip Pfaffe
2018-11-12
1
-0
/
+3
*
[LoopUnroll] allow customization for new-pass-manager version of LoopUnroll
Fedor Sergeev
2018-10-31
1
-1
/
+1
*
Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...
Leonard Chan
2018-10-26
1
-2
/
+1
*
[hot-cold-split] Only perform splitting in ThinLTO backend post-link
Teresa Johnson
2018-10-23
1
-1
/
+3
*
Schedule Hot Cold Splitting pass after most optimization passes
Aditya Kumar
2018-10-21
1
-3
/
+3
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-17
1
-155
/
+211
*
Revert "[NewPM] teach -passes= to emit meaningful error messages"
Fedor Sergeev
2018-10-15
1
-211
/
+155
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-15
1
-155
/
+211
*
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...
Leonard Chan
2018-10-11
1
-1
/
+2
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-3
/
+6
*
Add support for new pass manager
Aditya Kumar
2018-10-03
1
-0
/
+6
*
Temporarily revert "[GVNHoist] Re-enable GVNHoist by default"
Eric Christopher
2018-10-01
1
-2
/
+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
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+9
*
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] Enable ThinLTO WholeProgramDevirt and LowerTypeTests in new PM
Teresa Johnson
2018-07-19
1
-19
/
+32
*
Recommit r335794 "Add support for generating a call graph profile from Branch...
Michael J. Spencer
2018-07-16
1
-0
/
+3
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+10
*
[instsimplify] Move the instsimplify pass to use more obvious file names
Chandler Carruth
2018-06-29
1
-4
/
+4
*
Add a PhiValuesAnalysis pass to calculate the underlying values of phis
John Brawn
2018-06-28
1
-0
/
+1
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
1
-3
/
+0
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
1
-0
/
+3
*
[PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule
Chandler Carruth
2018-05-30
1
-5
/
+13
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-10
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+10
*
Restore the LoopInstSimplify pass, reverting r327329 that removed it.
Chandler Carruth
2018-05-25
1
-2
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-8
/
+8
*
Fix Layering, move instrumentation transform headers into Instrumentation sub...
David Blaikie
2018-03-23
1
-3
/
+3
*
Move SampleProfile.h into IPO along with the rest of the IPO pass headers
David Blaikie
2018-03-22
1
-1
/
+1
*
[New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass...
Fedor Sergeev
2018-03-15
1
-0
/
+1
*
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
[next]