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
/
tools
/
opt
/
NewPMDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
1
-8
/
+6
*
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
Daniel Sanders
2019-11-07
1
-1
/
+1
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-1
/
+1
*
[PGO] Context sensitive PGO (part 3)
Rong Xu
2019-03-04
1
-5
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PGO] Make pgo related options in opt more consistent.
Wei Mi
2019-01-16
1
-13
/
+2
*
[newpm] Fix r346645: Missing consume of the Error return by the pipeline parser
Philip Pfaffe
2018-11-12
1
-2
/
+3
*
Add an OptimizerLast EP
Philip Pfaffe
2018-11-12
1
-0
/
+13
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-17
1
-38
/
+52
*
Revert "[NewPM] teach -passes= to emit meaningful error messages"
Fedor Sergeev
2018-10-15
1
-48
/
+36
*
[NewPM] teach -passes= to emit meaningful error messages
Fedor Sergeev
2018-10-15
1
-36
/
+48
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-4
/
+8
*
[New PM][PassInstrumentation] IR printing support for New Pass Manager
Fedor Sergeev
2018-09-24
1
-2
/
+7
*
[Debugify] Move interface definitions to a header, NFC
Vedant Kumar
2018-07-24
1
-0
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-1
/
+1
*
Re-land r329273: [Plugins] Add a slim plugin API to work together with the ne...
Philip Pfaffe
2018-04-05
1
-0
/
+17
*
Revert "[Plugins] Add a slim plugin API to work together with the new PM"
Philip Pfaffe
2018-04-05
1
-17
/
+0
*
[Plugins] Add a slim plugin API to work together with the new PM
Philip Pfaffe
2018-04-05
1
-0
/
+17
*
[opt] Port the debugify passes to the new pass manager
Vedant Kumar
2018-02-15
1
-1
/
+21
*
NewPM: Add an extension point for the start of the pipeline.
David Blaikie
2018-01-23
1
-0
/
+11
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-3
/
+2
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-0
/
+5
*
[Polly][PM] Register polly passes with the opt tool for the new-pm path
Philip Pfaffe
2017-08-04
1
-0
/
+11
*
Make new PM honor -fdebug-info-for-profiling
Dehao Chen
2017-07-26
1
-1
/
+7
*
Add test coverage for new PM PGOOpt handling.
Dehao Chen
2017-07-26
1
-1
/
+29
*
[PM] Another post-commit fix in NewPMDriver
Philip Pfaffe
2017-07-11
1
-18
/
+35
*
[PM] Fix a warning.
Philip Pfaffe
2017-07-10
1
-6
/
+6
*
[PM] Fix r307532: Get rid of a dangling reference.
Philip Pfaffe
2017-07-10
1
-22
/
+24
*
[PM] Enable registration of out-of-tree passes with PassBuilder
Philip Pfaffe
2017-07-10
1
-2
/
+80
*
[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
Tim Shen
2017-06-01
1
-3
/
+12
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[opt] Remove an unused argument to runPassPipeline().
Davide Italiano
2016-09-07
1
-1
/
+1
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-3
/
+4
*
[PM] Refactor cross-registration of AM into an helper.
Davide Italiano
2016-05-14
1
-10
/
+1
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-1
/
+1
*
PM: Implement a basic loop pass manager
Justin Bogner
2016-02-25
1
-0
/
+5
*
[PM/AA] Teach the new pass manager to use pass-by-lambda for registering
Chandler Carruth
2016-02-18
1
-6
/
+27
*
uselistorder: Pull the bit through PrintModulePass
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+3
*
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+4
*
[PM] Create a separate library for high-level pass management code.
Chandler Carruth
2015-03-07
1
-7
/
+7
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
1
-3
/
+5
*
[PM] Refactor the analysis registration and pass pipeline parsing to
Chandler Carruth
2015-02-01
1
-4
/
+7
*
[PM] Port domtree to the new pass manager (at last).
Chandler Carruth
2015-01-14
1
-0
/
+1
*
[PM] Push the debug option for the new pass manager into the opt tool
Chandler Carruth
2015-01-13
1
-5
/
+9
*
[PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
2015-01-06
1
-12
/
+4
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
1
-1
/
+1
*
[PM] Add a new-PM-style CGSCC pass manager using the newly added
Chandler Carruth
2014-04-21
1
-0
/
+10
*
[PM] Wire the analysis passes (such as they are) into the registry, and
Chandler Carruth
2014-04-21
1
-3
/
+7
*
[PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Chandler Carruth
2014-02-06
1
-0
/
+5
*
[PM] Back out one hunk of the patch in r200901 that was *supposed* to go
Chandler Carruth
2014-02-06
1
-4
/
+0
[next]