aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/ModuleMaker/ModuleMaker.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-2/+2
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
2007-05-06switch this to bitcode instead of bytecodeChris Lattner1-3/+3
llvm-svn: 36867
2006-12-31For PR950:Reid Spencer1-3/+3
Convert signed integer types to signless. llvm-svn: 32786
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-1/+1
now cerr, cout, and NullStream resp. llvm-svn: 32298
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-3/+2
adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990
2006-10-20For PR950:Reid Spencer1-2/+2
This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
2006-07-28WriteBytecodeToFile actually can't throw.Chris Lattner1-6/+1
llvm-svn: 29397
2006-05-14Catch a potentially thrown exception.Chris Lattner1-1/+6
llvm-svn: 28295
2005-04-20Remove trailing whitespace at the end of linesMisha Brukman1-11/+11
llvm-svn: 21380
2005-03-15add missing copyright headerChris Lattner1-0/+7
llvm-svn: 20614
2004-09-11Correct the file header to reflect the new "examples" home for the file.Reid Spencer1-1/+1
llvm-svn: 16295
2004-08-23Moved small examples from /projects/SmallExamples to /examples.Reid Spencer1-0/+55
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003