summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/ModuleMaker.cpp
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-12-31
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-10-20
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-28
* Catch a potentially thrown exception.Chris Lattner2006-05-14
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-20
* add missing copyright headerChris Lattner2005-03-15
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-11
* Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2004-07-04
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Initial checkin of ModuleMaker projectChris Lattner2003-08-21