summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-171-0/+8
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-6/+6
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-101-10/+0
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-101-4/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-061-1/+1
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-041-1/+1
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-251-1/+5
* Store a DataLayout in Module.Rafael Espindola2014-02-251-2/+26
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-7/+5
OpenPOWER on IntegriCloud