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