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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-3
/
+3
*
[PM] Port SimplifyCFG to the new pass manager.
Chandler Carruth
2015-02-01
2
-0
/
+2
*
[PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
2015-02-01
2
-0
/
+2
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
6
-14
/
+27
*
[PM] Refactor the analysis registration and pass pipeline parsing to
Chandler Carruth
2015-02-01
3
-71
/
+96
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-9
/
+4
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-0
/
+5
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
1
-0
/
+1
*
[PM] Port LowerExpectIntrinsic to the new pass manager.
Chandler Carruth
2015-01-24
2
-0
/
+2
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
2
-0
/
+2
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
2
-3
/
+4
*
[PM] Actually add the new pass manager support for the assumption cache.
Chandler Carruth
2015-01-22
2
-0
/
+3
*
[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysis
Chandler Carruth
2015-01-20
2
-0
/
+3
*
[PM] Port TargetLibraryInfo to the new pass manager, provided by the
Chandler Carruth
2015-01-15
2
-0
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[PM] Port domtree to the new pass manager (at last).
Chandler Carruth
2015-01-14
3
-0
/
+5
*
[PM] Push the debug option for the new pass manager into the opt tool
Chandler Carruth
2015-01-13
3
-29
/
+40
*
[PM] Fold all three analysis managers into a single AnalysisManager
Chandler Carruth
2015-01-13
1
-4
/
+2
*
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
2015-01-07
1
-6
/
+6
*
[PM] Hide a function we only use in an assert behind NDEBUG.
Chandler Carruth
2015-01-06
1
-0
/
+2
*
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
2015-01-06
1
-0
/
+3
*
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
2015-01-06
1
-25
/
+14
*
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
2015-01-06
1
-3
/
+15
*
[PM] Simplify how we use the registry by including it only once. Still
Chandler Carruth
2015-01-06
1
-18
/
+0
*
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
2015-01-06
2
-0
/
+39
*
[PM] Sink the no-op pass parsing logic into the .def-based registry to
Chandler Carruth
2015-01-06
2
-21
/
+3
*
[PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
2015-01-06
3
-12
/
+46
*
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
2015-01-06
1
-0
/
+42
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
2
-4
/
+4
*
[PM] Wire up support for explicitly running the verifier pass.
Chandler Carruth
2015-01-05
1
-0
/
+2
*
Use make_unique instead of reset() and 'new'
Craig Topper
2014-12-12
1
-1
/
+2
*
Use range-based for loop.
Craig Topper
2014-12-12
1
-2
/
+2
*
Remove unnecessary calls to unique_ptr::get.
Craig Topper
2014-12-12
1
-7
/
+7
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
1
-1
/
+0
*
Make StringSet::insert return pair<iterator, bool> like other self-associativ...
David Blaikie
2014-11-19
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
1
-0
/
+1
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
1
-41
/
+2
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-2
/
+2
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-10
/
+8
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-11
/
+5
*
llvm-gcc is dead.
Rafael Espindola
2014-08-21
1
-4
/
+3
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-1
/
+3
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
[next]