aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ModuleMaker/ModuleMaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-5/+5
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-4/+4
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-2/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-5/+5
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-2/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-3/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+4
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-2/+1
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-3/+3
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* switch this to bitcode instead of bytecodeChris Lattner2007-05-061-3/+3
* For PR950:Reid Spencer2006-12-311-3/+3
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-3/+2
* For PR950:Reid Spencer2006-10-201-2/+2
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-281-6/+1
* Catch a potentially thrown exception.Chris Lattner2006-05-141-1/+6
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-201-11/+11
* add missing copyright headerChris Lattner2005-03-151-0/+7
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-111-1/+1
* Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2004-07-041-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Initial checkin of ModuleMaker projectChris Lattner2003-08-211-0/+52