Nick Lewycky
|
974e12b2d3
|
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.
llvm-svn: 85043
|
2009-10-25 06:57:41 +00:00 |
Nick Lewycky
|
02d5f77d26
|
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Chris claims we should never have visibility_hidden inside any .cpp file but
that's still not true even after this commit.
llvm-svn: 85042
|
2009-10-25 06:33:48 +00:00 |
Dan Gohman
|
f7db87f2dc
|
It's not necessary for PrintModulePass to flush the output streams
now that errs() is properly non-buffered.
llvm-svn: 69602
|
2009-04-20 16:26:25 +00:00 |
Dan Gohman
|
38a9631d5f
|
Eliminate several more unnecessary intptr_t casts.
llvm-svn: 64888
|
2009-02-18 05:09:16 +00:00 |
Daniel Dunbar
|
81b5fa5620
|
Move Print*Pass to use raw_ostream.
llvm-svn: 57946
|
2008-10-22 03:25:22 +00:00 |
Daniel Dunbar
|
54d5b9ea2c
|
Privatize PrintModulePass and PrintFunctionPass and add
createPrintModulePass and createPrintFunctionPass.
- So clients who compile w/o RTTI can use them.
llvm-svn: 57933
|
2008-10-21 23:33:38 +00:00 |