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
/
AnalysisWrappers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
Chandler Carruth
2016-03-10
1
-20
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-6
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-4
/
+4
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2014-01-20
1
-3
/
+3
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
1
-6
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
1
-2
/
+2
*
Remove unnecessary uses of <iostream>.
Daniel Dunbar
2010-04-15
1
-1
/
+0
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-20
/
+24
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-2
/
+3
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-2
/
+2
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-2
/
+3
*
Teach -callgraph to always print the callgraph (as the
Duncan Sands
2008-09-19
1
-6
/
+5
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+7
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
This needs the callgraph data structure to stick around as long as the
Chris Lattner
2006-12-05
1
-1
/
+1
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-2
/
+2
*
For PR872:
Reid Spencer
2006-08-18
1
-0
/
+81