summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello/Hello.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Remove use of SlowOperationInformer.Devang Patel2007-04-13
* eliminate static ctor from example.Chris Lattner2006-12-19
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* counter should be unsigned.Chris Lattner2006-12-06
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-26
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Make this example pass use some things from lib/Support (EscapeString,Reid Spencer2006-08-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Hrm, this pass didn't compile. This bugfix should go into 1.3!Chris Lattner2004-08-12
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Initial checkin of the "Hello World" Pass.Chris Lattner2002-08-08