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
/
DataStructure
/
IPModRef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-1
/
+1
*
Adjust for new DSGraph API
Chris Lattner
2003-06-30
1
-1
/
+1
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+2
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-3
/
+3
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-2
/
+2
*
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-27
1
-77
/
+201
*
Fix bug
Chris Lattner
2002-11-11
1
-3
/
+2
*
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
1
-1
/
+2
*
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-08
1
-8
/
+1
*
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...
Chris Lattner
2002-11-07
1
-4
/
+56
*
Fix problem with dangling referrers
Chris Lattner
2002-11-07
1
-1
/
+4
*
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
1
-6
/
+18
*
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
1
-12
/
+23
*
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
1
-4
/
+6
*
Remove a couple of #includes, move some code from .h file
Chris Lattner
2002-11-06
1
-8
/
+32
*
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve
2002-11-06
1
-0
/
+218