index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
analyze
Age
Commit message (
Expand
)
Author
2006-08-18
For PR872:
Reid Spencer
2006-07-27
Undo last commit, which was committed accidentally.
Reid Spencer
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-04-18
fix printing call graphs
Andrew Lenharth
2006-03-03
Implemented -quiet feature for analyze
Robert Bocchino
2005-12-22
Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph
Chris Lattner
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-26
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-10-24
Link in datastructure as a relinked o file
Chris Lattner
2005-10-24
Use the new LinkAllAnalyses.h header instead of forcing passes to be
Chris Lattner
2005-04-22
Two changes:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-30
For PR351:
Reid Spencer
2004-12-07
For PR387:\
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-18
Actually link all the analysis passes and their dependencies.
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-12
Wrap lines at 80 cols
Misha Brukman
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
Finegrainify namespacification
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-07-18
Remove this printer
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-11
Add -load option
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-27
Right, globals aren't values yet..
Chris Lattner
2004-05-27
Add a simple pass.
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-04-12
finegrainify namespacification
Chris Lattner
2004-04-02
Remove obsolete analyses
Chris Lattner
2004-04-02
Tweak libraries for scev changes
Chris Lattner
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered
Chris Lattner
2003-12-23
Rename method
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
Delete the -print-cfg pass from this file
Chris Lattner
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
[next]