Remove redundant argument. NFC.
[oota-llvm.git] / lib / IR / Module.cpp
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-03 Easwaran RamanInterface to attach maximum function count from PGO...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-07-03 David MajnemerIR: cleanup Module::dropReferences
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-10 Duncan P. N. Exon... Module: Don't rename in getOrInsertFunction()
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 Rafael EspindolaRemove dead code.
2013-12-20 Dmitri GribenkoWhen parsing data layout string looking for endianness...
2013-12-20 Dmitri GribenkoCorrectly apply the default pointer size
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-09-30 Matt ArsenaultReuse variable
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-28 Matt ArsenaultFix typo
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-05-15 Eli BenderskyRemove dead code.
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.