[libFuzzer] move the mutators to public interface so that custom mutators may reuse...
[oota-llvm.git] / lib / Linker /
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Peter CollingbourneLinker: Do not expect comdat to exist in source module.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-15 Yaron KerenRangify several for loops, NFC.
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... Linker: Copy over function metadata attachments
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-03-26 Duncan P. N. Exon... Reapply "Linker: Drop function pointers for overridden...
2015-03-26 Duncan P. N. Exon... Revert "Linker: Drop function pointers for overridden...
2015-03-25 Duncan P. N. Exon... Linker: Drop function pointers for overridden subprograms
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-19 Duncan P. N. Exon... Rename MapValue(Metadata*) to MapMetadata()
2014-12-18 Duncan P. N. Exon... Reapply "Linker: Drop superseded subprograms"
2014-12-17 Duncan P. N. Exon... Revert "Linker: Drop superseded subprograms"
2014-12-16 Duncan P. N. Exon... Linker: Drop superseded subprograms
2014-12-16 Rafael EspindolaMake the assert a bit stronger.
2014-12-15 Michael IlsemanSink the isa into the assert
2014-12-15 Michael IlsemanClean up warning about unused variable
2014-12-15 Michael IlsemanRevert of r223763, in spirit.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Michael IlsemanSkip declarations in the case of functions.
2014-12-08 Rafael EspindolaLazily link GlobalVariables and GlobalAliases.
2014-12-08 Rafael EspindolaDon't crash when the key of a comdat is lazily linked.
2014-12-08 Rafael EspindolaMove the ValueMap lookup inside linkFunctionBody. NFC.
2014-12-08 Rafael EspindolaUse range loops. NFC.
2014-12-08 Rafael EspindolaUse range loops. NFC.
2014-12-08 Rafael EspindolaFix linking of prologue data.
2014-12-08 Rafael EspindolaSimple style fixes.
2014-12-08 Rafael EspindolaMove materialize/Dematerialize calls to linkFunctionBod...
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-12-05 Rafael EspindolaRemove dead code. We are only lazy about functions...
2014-12-05 Rafael EspindolaSimplify the loop linking function bodies. NFC.
2014-12-05 Rafael EspindolaRemove unused arguments. NFC.
2014-12-05 Rafael EspindolaRefactor duplicated code. NFC.
2014-12-05 Rafael EspindolaSmall cleanup on how we clear constant variables. NFC.
2014-12-05 Rafael EspindolaUse an early return. NFC.
2014-12-05 Rafael EspindolalinkGlobalVariableProto never returns null. Simplify...
2014-12-05 Rafael EspindolaMove merging of alignment to a central location. NFC.
2014-12-03 Rafael EspindolaSplit the set of identified struct types into opaque...
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Rafael EspindolaUse a continue to reduce indentation and clang-format...
2014-12-01 Rafael EspindolaUse a range loop. NFC.
2014-12-01 Rafael EspindolaDrop SrcStructTypesSet. It is redundant.
2014-12-01 Rafael EspindolaPartial revert of r222986.
2014-12-01 Rafael EspindolaChange how we keep track of which types are in the...
2014-11-28 Rafael EspindolaAdd back r222727 with a fix.
2014-11-28 Rafael EspindolaAdd an assert and use a range loop. NFC.
2014-11-27 Duncan P. N. Exon... Revert "Fix overly aggressive type merging."
2014-11-25 Rafael EspindolaSet the body of a new struct as soon as it is created.
2014-11-25 Rafael EspindolaMisc style fixes. NFC.
2014-11-25 Rafael EspindolaRemove a bit of duplicated code.
2014-11-25 Rafael EspindolaUse a range loop. NFC.
2014-11-25 Rafael EspindolaStyle fix: don't indent inside a namemespace.
2014-11-25 Rafael EspindolaRemove a nested anonymous namespace.
2014-11-25 Rafael EspindolaFix overly aggressive type merging.
2014-11-25 Rafael EspindolaLink the type of aliases.
2014-11-25 Rafael EspindolaDon't repeat name in comment or duplicate comment....
2014-11-25 Rafael EspindolaUse range loops. NFC.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-02 Rafael EspindolaRevert r221096 bringing back r221014 with a fix.
2014-11-02 Chandler CarruthRevert r221014: "Refactor duplicated code in liking...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-31 Rafael EspindolaRefactor duplicated code in liking GlobalValues.
2014-10-31 Rafael EspindolaMark a few variables const. NFC.
2014-10-31 Rafael EspindolaMove definition closer to use. NFC.
2014-10-30 Rafael EspindolaFix the merging of the constantness of declarations.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-27 Rafael EspindolaLinkModules.cpp: don't repeat names in comments.
2014-10-25 Rafael EspindolaAllow the C API users to keep relying on the OutMessage...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
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-09 Rafael EspindolaMerge alignment of common GlobalValue.
2014-09-09 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
next