aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Hello/Hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-2/+2
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+9
* Remove use of SlowOperationInformer.Devang Patel2007-04-131-3/+0
* eliminate static ctor from example.Chris Lattner2006-12-191-2/+3
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* counter should be unsigned.Chris Lattner2006-12-061-1/+1
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-261-3/+3
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+3
* Make this example pass use some things from lib/Support (EscapeString,Reid Spencer2006-08-071-2/+15
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Hrm, this pass didn't compile. This bugfix should go into 1.3!Chris Lattner2004-08-121-0/+1
* Finegrainify namespacificationChris Lattner2004-01-091-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Initial checkin of the "Hello World" Pass.Chris Lattner2002-08-081-0/+34