aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
AgeCommit message (Expand)Author
2006-08-07Make this example pass use some things from lib/Support (EscapeString,Reid Spencer
2006-08-07For PR780:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-11Add the LOADABLE_MODULE=1 directive to indicate that this shared library isReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-15Add a newlineChris Lattner
2004-08-12Hrm, this pass didn't compile. This bugfix should go into 1.3!Chris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2002-08-08Initial checkin of the "Hello World" Pass.Chris Lattner