index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-1
/
+1
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Verify loop info.
Devang Patel
2007-07-19
1
-1
/
+2
*
Replace mysterious code causing a g++-4.2 warning
Duncan Sands
2007-07-19
1
-6
/
+3
*
CallGraphSCCPass manager may require other passes.
Devang Patel
2007-06-21
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
5
-10
/
+10
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
5
-11
/
+10
*
Fix build error.
Lauro Ramos Venancio
2007-05-02
1
-2
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
5
-2
/
+20
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-13
/
+12
*
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
1
-10
/
+5
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-0
/
+1
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-1
/
+1
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
3
-6
/
+10
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-3
/
+0
*
Dump function names when debug-pass=Executions is used.
Devang Patel
2007-02-01
1
-1
/
+5
*
Pretty print pass manager
Devang Patel
2007-02-01
1
-0
/
+4
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
3
-7
/
+7
*
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
1
-3
/
+2
*
Measure timings.
Devang Patel
2007-01-29
1
-2
/
+3
*
Remove dead code.
Devang Patel
2007-01-26
1
-9
/
+0
*
Fix typo.
Devang Patel
2007-01-23
1
-1
/
+1
*
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-23
1
-0
/
+38
*
Add CGPassManager.
Devang Patel
2007-01-17
1
-0
/
+124
*
For PR950:
Reid Spencer
2006-12-23
2
-3
/
+6
*
eliminate static ctors from Statistics
Chris Lattner
2006-12-19
2
-27
/
+14
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-2
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
2
-28
/
+28
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
2
-10
/
+10
*
Simplify code
Chris Lattner
2006-12-06
1
-10
/
+4
*
straighten out various memory ownership issues in the callgraph stuff.
Chris Lattner
2006-12-05
1
-3
/
+2
*
Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.
Chris Lattner
2006-12-04
1
-4
/
+5
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
2
-29
/
+33
*
For PR950:
Reid Spencer
2006-11-27
2
-14
/
+12
*
Replaced DEBUG(std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-6
/
+5
*
For PR950:
Reid Spencer
2006-11-08
1
-1
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Fix a bug pointed out by Zhongxing Xu
Chris Lattner
2006-10-09
1
-1
/
+1
*
Fixme is already done
Chris Lattner
2006-10-01
1
-1
/
+0
*
Teach globalsmodref-aa to track scalar pointer global variables which point
Chris Lattner
2006-10-01
1
-52
/
+209
*
For PR387:
Reid Spencer
2006-08-28
1
-1
/
+7
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
3
-3
/
+3
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
3
-5
/
+5
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
2
-18
/
+20
*
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
1
-1
/
+3
*
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1
-3
/
+2
*
For PR780:
Reid Spencer
2006-06-07
2
-9
/
+6
*
Fix -pedantic warning
Chris Lattner
2006-06-01
1
-1
/
+1
[next]