[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
[oota-llvm.git] / include / llvm / IR / Module.h
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-06-26 Mehdi AminiDataLayout now returns a const ref to its member string...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-12 Yaron KerenReplace duplicated iplist<T> types with the correspondi...
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-13 Joerg SonnenbergerImprove wording of newline handling.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 NAKAMURA TakumiAvoid angle brackets in comment. [-Wdocumentation-html]
2014-12-05 Chad RosierUpdate TargetTriple format info.
2014-12-05 Chad RosierFix typos in llvm/IR/Module.h
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
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-28 Duncan P. N. Exon... IR: Expose Module::rbegin() and rend()
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-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
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-09 Chandler Carruth[C++11] Add range views for various parts of a Module.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
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-11 Eric ChristopherFix odd whitespace.
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 GribenkoRemove the AnyPointerSize and AnyEndianness enumerators...
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
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-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...