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
*
[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
*
[PM] Wire up the analysis managers in the opt driver. This isn't really
Chandler Carruth
2014-02-06
1
-2
/
+12
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
1
-2
/
+10
*
[PM] Wire up support for writing bitcode with new PM.
Chandler Carruth
2014-01-13
1
-1
/
+3
*
[PM] Wire up support for printing assembly output from the opt command.
Chandler Carruth
2014-01-13
1
-3
/
+16
*
[PM] Add an enum for describing the desired output strategy, and run
Chandler Carruth
2014-01-13
1
-2
/
+3
*
[PM] Add (very skeletal) support to opt for running the new pass
Chandler Carruth
2014-01-11
1
-0
/
+46