summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ModuleMaker/ModuleMaker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR950:Reid Spencer2006-12-311-3/+3
| | | | | | Convert signed integer types to signless. llvm-svn: 32786
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-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
* For PR950:Reid Spencer2006-10-201-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
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-281-6/+1
| | | | llvm-svn: 29397
* Catch a potentially thrown exception.Chris Lattner2006-05-141-1/+6
| | | | llvm-svn: 28295
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-201-11/+11
| | | | llvm-svn: 21380
* add missing copyright headerChris Lattner2005-03-151-0/+7
| | | | llvm-svn: 20614
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-111-1/+1
| | | | llvm-svn: 16295
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-0/+55
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
OpenPOWER on IntegriCloud