Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f901b719214d0bd4d42d85e9b5bbbc95d1ee3479
/
llvm
/
lib
/
IR
/
PrintModulePass.cpp
cd1201b
Enable *BasicBlockPass::createPrinterPass()
by Sergei Larin
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ef860a2
Rename VMCore directory to IR.
by Chandler Carruth
· 13 years ago
[Renamed (97%) from llvm/lib/VMCore/PrintModulePass.cpp]
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
df7a4f2
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
3061485
Remove redundant inline keywords.
by Dan Gohman
· 15 years ago
a7aed18
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
bda59bd
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
755aceb
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
a57b97e
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
9b063df
by David Greene
· 16 years ago
389525b
Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen.
by Evan Cheng
· 16 years ago
8f32cb9
by David Greene
· 16 years ago
5342dda
Revert r100143.
by Eric Christopher
· 16 years ago
6789e21
by David Greene
· 16 years ago
5f2433e
Change errs() to dbgs().
by David Greene
· 16 years ago
974e12b
Remove includes of Support/Compiler.h that are no longer needed after the
by Nick Lewycky
· 16 years ago
02d5f77
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 16 years ago
f7db87f
It's not necessary for PrintModulePass to flush the output streams
by Dan Gohman
· 17 years ago
38a9631
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 17 years ago
81b5fa5
Move Print*Pass to use raw_ostream.
by Daniel Dunbar
· 17 years ago
54d5b9e
Privatize PrintModulePass and PrintFunctionPass and add
by Daniel Dunbar
· 17 years ago