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
/
include
/
llvm
/
Analysis
/
IPModRef.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doxygenified and cleand up comments.
Misha Brukman
2004-03-11
1
-65
/
+51
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
1
-6
/
+14
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-1
/
+2
*
Stronger assertion in getNodeId(): node id must exist in the map.
Vikram S. Adve
2002-12-06
1
-2
/
+2
*
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-27
1
-7
/
+5
*
Add interfaces for ResolveCallSiteModRefInfo
Chris Lattner
2002-11-07
1
-1
/
+6
*
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
1
-2
/
+3
*
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
1
-0
/
+1
*
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
1
-0
/
+2
*
Remove a couple of #includes, move some code to .cpp file
Chris Lattner
2002-11-06
1
-31
/
+15
*
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve
2002-11-06
1
-0
/
+235