summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* 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
* remove attribution from lib Makefiles.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
* Undo previous check-in.Devang Patel2007-04-13
* Hello uses LLVMSupport.a (SlowerOperationInformer)Devang Patel2007-04-13
* Don't link against System or Support library. These things will alreadyReid Spencer2007-04-09
* 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
* 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