summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
Commit message (Expand)AuthorAge
* 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
* For PR780:Reid Spencer2006-08-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add the LOADABLE_MODULE=1 directive to indicate that this shared library isReid Spencer2005-01-11
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Add a newlineChris Lattner2004-09-15
* 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 copyright notice to Makefiles.John Criswell2003-10-20
* 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