Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fdbe4f9dc2bef59d6b03af3c99a31b532aa91330
/
llvm
/
lib
/
Transforms
/
Scalar
/
BasicBlockPlacement.cpp
6c18d1a
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
by Owen Anderson
· 15 years ago
8ac477f
Begin adding static dependence information to passes, which will allow us to
by Owen Anderson
· 15 years ago
df7a4f2
Now with fewer extraneous semicolons!
by Owen Anderson
· 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
2dd09db
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
by Chris Lattner
· 16 years ago
3b5008e
More ProfileInfo improvements.
by Daniel Dunbar
· 16 years ago
a79db30
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
d78c400
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
e7da2d6
Fix typo in comment.
by Nick Lewycky
· 19 years ago
8c78a0b
Drop 'const'
by Devang Patel
· 19 years ago
e95c6ad
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 19 years ago
09f162c
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 19 years ago
557ab15
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
by Reid Spencer
· 19 years ago
79a42ac
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
by Chris Lattner
· 19 years ago
700b873
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
c2d3d31
eliminate RegisterOpt. It does the same thing as RegisterPass.
by Chris Lattner
· 19 years ago
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
677babc
Add more missing createXxxPass functions.
by Jeff Cohen
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
d4b36cf
Remove obsolete comment. Unreachable blocks will automatically be left at the
by Chris Lattner
· 22 years ago
5add051
Add an _embarassingly simple_ implementation of basic block layout. This is
by Chris Lattner
· 22 years ago