Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b533df02b5eb87dbf037093b71a4913a924eaa39
/
llvm
/
lib
/
Transforms
/
Hello
/
Hello.cpp
1a25d73
Kill off more cerr/cout uses and prune includes a bit.
by Benjamin Kramer
· 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
38705d5
Remove use of SlowOperationInformer.
by Devang Patel
· 19 years ago
1fa216f
eliminate static ctor from example.
by Chris Lattner
· 19 years ago
f3baad3
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
700b873
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
ec58903
counter should be unsigned.
by Chris Lattner
· 19 years ago
a7459ca
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
by Bill Wendling
· 19 years ago
c2d3d31
eliminate RegisterOpt. It does the same thing as RegisterPass.
by Chris Lattner
· 19 years ago
2b6d18a
Make this example pass use some things from lib/Support (EscapeString,
by Reid Spencer
· 19 years ago
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
a7ba90e
Hrm, this pass didn't compile. This bugfix should go into 1.3!
by Chris Lattner
· 21 years ago
df3c342
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
ed7ac42
Initial checkin of the "Hello World" Pass.
by Chris Lattner
· 23 years ago