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
/
CallGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is a disgusting hack that improves code substantially, by making
Chris Lattner
2003-10-22
1
-2
/
+122
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
These two conditions are not exclusive!!
Chris Lattner
2003-09-15
1
-3
/
+6
*
Make the print output more useful
Chris Lattner
2003-09-15
1
-3
/
+7
*
Replace M with F when refering to functions
Chris Lattner
2003-08-31
1
-11
/
+11
*
Allow the call graph to be called from analyze naturally with print implemented
Chris Lattner
2002-11-04
1
-6
/
+5
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-2
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-3
/
+2
*
* s/method/function
Chris Lattner
2002-07-18
1
-52
/
+53
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-9
/
+8
*
Print out what the root of the call graph is.
Chris Lattner
2002-04-10
1
-0
/
+2
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+1
*
s/Method/Function
Chris Lattner
2002-03-29
1
-2
/
+2
*
change refs to Method to Function
Chris Lattner
2002-03-26
1
-13
/
+13
*
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...
Chris Lattner
2002-03-06
1
-30
/
+88
*
Move call graph printing support out of Writer.h into Callgraph.h
Chris Lattner
2002-03-06
1
-22
/
+2
*
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner
2002-03-06
1
-12
/
+12
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-4
/
+3
*
Convert analyses to new pass structure
Chris Lattner
2002-01-31
1
-2
/
+10
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Implement a new entry node that has edges to all external methods in the module
Chris Lattner
2001-11-26
1
-13
/
+58
*
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-22
1
-0
/
+23
*
* Add support for Invoke instructions
Chris Lattner
2001-10-13
1
-3
/
+11
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-3
/
+1
*
Initial support for construction of a call graph
Chris Lattner
2001-09-28
1
-0
/
+66