Misha Brukman
|
6ed546e3d2
|
Doxygenified and cleand up comments.
llvm-svn: 12294
|
2004-03-11 23:08:20 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
John Criswell
|
16c6cda9d5
|
Added LLVM copyright header (for lack of a better term).
llvm-svn: 9304
|
2003-10-20 20:19:47 +00:00 |
|
Chris Lattner
|
b12a8a6177
|
Switch from using CallInst's to represent call sites to using the LLVM
CallSite class. Now we can represent function calls by invoke instructions
too!
llvm-svn: 8629
|
2003-09-20 16:34:13 +00:00 |
|
Chris Lattner
|
6c12776232
|
Remove a ton of extraneous #includes
llvm-svn: 6842
|
2003-06-22 03:08:05 +00:00 |
|
John Criswell
|
4781723de6
|
Included assert.h so that the code compiles under newer versions of GCC.
llvm-svn: 6682
|
2003-06-11 14:01:36 +00:00 |
|
Chris Lattner
|
7aec6c471b
|
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
This change provides a small (3%) but consistent speedup
llvm-svn: 5460
|
2003-02-01 04:52:08 +00:00 |
|
Vikram S. Adve
|
183ea76dc4
|
Stronger assertion in getNodeId(): node id must exist in the map.
llvm-svn: 4949
|
2002-12-06 21:19:07 +00:00 |
|
Vikram S. Adve
|
98df15e927
|
No longer need local graph to find call sites.
Also some major fixes within IPModRef.cpp.
llvm-svn: 4834
|
2002-11-27 17:38:56 +00:00 |
|
Chris Lattner
|
adac673c17
|
Add interfaces for ResolveCallSiteModRefInfo
llvm-svn: 4601
|
2002-11-07 07:11:49 +00:00 |
|
Chris Lattner
|
9870fb032e
|
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
implement the mod/ref bit masking
llvm-svn: 4578
|
2002-11-06 19:59:33 +00:00 |
|
Chris Lattner
|
f7e839f435
|
Add a stub to implement the context sensitive mod/ref info for call sites
llvm-svn: 4577
|
2002-11-06 19:38:43 +00:00 |
|
Chris Lattner
|
00de4338dc
|
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
llvm-svn: 4576
|
2002-11-06 19:07:13 +00:00 |
|
Chris Lattner
|
a90e3aa6b2
|
Remove a couple of #includes, move some code to .cpp file
llvm-svn: 4574
|
2002-11-06 18:38:10 +00:00 |
|
Vikram S. Adve
|
2a1c1171e7
|
An interprocedural analysis pass that computes flow-insensitive
IP Mod and Ref information for every function and every call site.
llvm-svn: 4567
|
2002-11-06 17:02:03 +00:00 |
|