summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ModuleMaker/ModuleMaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update examples for API change. NFC.Rafael Espindola2018-02-141-1/+1
* Fix examples files to reflect header split in r286566.Teresa Johnson2016-11-111-1/+1
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-251-0/+6
* 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
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-0/+55
OpenPOWER on IntegriCloud