summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-6/+7
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-0/+5
* Remove interface to get/set MaxFunctionCountEaswaran Raman2016-06-201-12/+0
* [Codegen] Change PICLevel.Davide Italiano2016-06-171-1/+1
* Add "PIE Level" metadata to module flags.Sriraman Tallam2016-04-281-0/+14
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+16
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Support the Nodebug emission kind for DICompileUnits.Adrian Prantl2016-04-081-0/+14
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+9
* Interface to get/set profile summary metadata to moduleEaswaran Raman2016-03-181-0/+8
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-1/+1
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-1/+1
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-1/+1
* Bring back "Assert that we have all use/users in the getters."Rafael Espindola2016-01-151-4/+2
* Revert "Assert that we have all use/users in the getters."Michael Zolotukhin2016-01-141-2/+4
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-4/+2
* Remove redundant argument. NFC.Rafael Espindola2015-12-181-1/+1
* Drop materializeAllPermanently.Rafael Espindola2015-12-181-7/+2
* Drop support for dematerializing.Rafael Espindola2015-12-181-11/+0
* Interface to attach maximum function count from PGO to module as module flags.Easwaran Raman2015-12-031-0/+12
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-1/+1
* IR: Create SymbolTableList wrapper around iplist, NFCDuncan P. N. Exon Smith2015-10-071-3/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-2/+2
* [IR] Add operand bundles to CallInst and InvokeInst.Sanjoy Das2015-09-241-0/+3
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-1/+8
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-151-3/+3
* Be lazy about loading metadata in IRObjectFile.Rafael Espindola2015-03-131-0/+6
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-22/+2
* Verifier: Check for null operands in !llvm.module.flagsDavid Majnemer2015-02-111-2/+2
* The leak detector is dead, long live asan and valgrind.Rafael Espindola2014-12-221-1/+0
* Random Number Generator Refactoring (removing from Module)JF Bastien2014-12-171-12/+20
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-13/+18
* Ask the module for its the identified types.Rafael Espindola2014-12-031-0/+14
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-3/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+1
* Add Position-independent Code model Module API.Justin Hibbits2014-11-071-0/+13
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-1/+2
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-241-9/+4
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-241-6/+0
* Be more careful in parsing Module::ModFlagBehavior valueAlexey Samsonov2014-09-081-4/+15
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-4/+1
* IR: cleanup Module::dropReferencesDavid Majnemer2014-07-031-6/+6
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+8
* Random Number Generator (llvm)JF Bastien2014-06-251-1/+14
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-1/+4
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-181-14/+1
* Random Number Generator (llvm)JF Bastien2014-06-181-1/+14
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-7/+6
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-2/+2
OpenPOWER on IntegriCloud