aboutsummaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/ModuleMaker.cpp
AgeCommit message (Expand)Author
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