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