Dan Gohman
|
d78c400b5b
|
Clean up the use of static and anonymous namespaces. This turned up
several things that were neither in an anonymous namespace nor static
but not intended to be global.
llvm-svn: 51017
|
2008-05-13 00:00:25 +00:00 |
Dan Gohman
|
6a2da37c0e
|
Make several variable declarations static.
llvm-svn: 50696
|
2008-05-06 01:53:16 +00:00 |
Chris Lattner
|
f3ebc3f3d2
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
Devang Patel
|
e3206cb425
|
Use SmallPtrSet.
llvm-svn: 40560
|
2007-07-27 18:34:27 +00:00 |
Devang Patel
|
33227115b9
|
Add BasicInliner interface.
This interface allows clients to inline bunch of functions with module
level call graph information.:wq
llvm-svn: 40486
|
2007-07-25 18:00:25 +00:00 |