summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Use error_code in Module::materializeAll.Rafael Espindola2014-01-141-9/+7
* Re-remove dead code.Nadav Rotem2014-01-091-45/+0
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-091-0/+45
* Remove dead code.Rafael Espindola2014-01-091-45/+0
* When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko2013-12-201-1/+1
* Correctly apply the default pointer sizeDmitri Gribenko2013-12-201-1/+1
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-021-5/+10
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-4/+15
* Reuse variableMatt Arsenault2013-09-301-1/+1
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-301-2/+4
* Fix typoMatt Arsenault2013-09-281-1/+1
* Make these methods const correct.Rafael Espindola2013-07-251-2/+1
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-161-0/+13
OpenPOWER on IntegriCloud