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
/
tools
/
analyze
/
analyze.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header file moved
Chris Lattner
2004-05-27
1
-1
/
+1
*
Make sure to print a stack trace whenever an error signal is delivered
Chris Lattner
2004-02-19
1
-0
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+1
*
fix file headers
Chris Lattner
2003-10-20
1
-3
/
+1
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Add a disable-verify option
Chris Lattner
2003-05-12
1
-1
/
+5
*
Move static stuff to an anonymous namespace
Chris Lattner
2003-05-12
1
-15
/
+14
*
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
1
-0
/
+4
*
Make printing messages nicer
Chris Lattner
2003-02-24
1
-4
/
+3
*
Disable timing of bytecode loader
Chris Lattner
2002-12-03
1
-0
/
+2
*
Add a timer to evaluate bytecode load time and space requirements
Chris Lattner
2002-11-10
1
-0
/
+4
*
Give passnames to the printer classes
Chris Lattner
2002-11-06
1
-0
/
+6
*
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
Chris Lattner
2002-08-30
1
-0
/
+4
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-6
/
+6
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
1
-2
/
+2
*
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-30
1
-3
/
+4
*
Use a module analysis
Chris Lattner
2002-07-29
1
-4
/
+9
*
Seperate analysis wrapper stuff to AnalysisWrappers.cpp
Chris Lattner
2002-07-29
1
-120
/
+0
*
Make analyze use the Pass repository to populate it's command line argument list
Chris Lattner
2002-07-27
1
-151
/
+70
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-8
/
+4
*
Be more namespace correct
Chris Lattner
2002-07-25
1
-2
/
+1
*
Add description to Enum options.
Chris Lattner
2002-07-22
1
-1
/
+2
*
Convert command line option processing code over to use the syntax supported
Chris Lattner
2002-07-22
1
-31
/
+28
*
Add support for bottom up closure of ds analysis
Chris Lattner
2002-07-18
1
-1
/
+8
*
Rename DataStructure to LocalDataStructures
Chris Lattner
2002-07-10
1
-3
/
+3
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-20
/
+19
*
Remove InstForest from analysis namespace
Chris Lattner
2002-04-29
1
-3
/
+3
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-3
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-1
/
+11
*
Rename functions to be more consistend with other pass constructors
Chris Lattner
2002-04-28
1
-5
/
+4
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+9
*
Eliminate the cfg namespace
Chris Lattner
2002-04-28
1
-14
/
+14
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-30
/
+25
*
Add #includes
Chris Lattner
2002-04-08
1
-1
/
+3
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-18
/
+18
*
* Add support for DataStructure analysis
Chris Lattner
2002-03-26
1
-28
/
+56
*
Pull callgraph out of Cfg namespace
Chris Lattner
2002-03-06
1
-1
/
+1
*
Cleanup to build with GCC 3.0.4
Chris Lattner
2002-02-24
1
-1
/
+1
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-4
/
+3
*
Catch the parse exception if bad input is provided. Much better than an abort
Chris Lattner
2002-02-01
1
-3
/
+8
*
Convert analyze over to use new pass framework for its analyses
Chris Lattner
2002-01-31
1
-148
/
+192
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+6
*
Induction variables must be phi nodes
Chris Lattner
2001-12-03
1
-5
/
+7
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+1
*
Add hooks to print natural loop information and induction variables
Chris Lattner
2001-11-26
1
-1
/
+21
*
Add hooks for the FindUsedTypes pass
Chris Lattner
2001-11-09
1
-2
/
+13
*
Add analysis pass.
Chris Lattner
2001-11-07
1
-1
/
+10
*
Add support to print a call graph, and also add support for module level inte...
Chris Lattner
2001-09-28
1
-7
/
+37
*
Export the instruction forest support from the analysis library
Chris Lattner
2001-09-14
1
-1
/
+7
*
Parenthesize output for expranalyze so that pointer stuff being multiplied is...
Chris Lattner
2001-07-25
1
-2
/
+2
[next]