[ADT] Apply a large hammer to StringRef functions: attribute always_inline.
[oota-llvm.git] / include / llvm / Linker /
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-08-21 Peter CollingbourneLinker: Remove empty destructor.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-12-03 Rafael EspindolaSplit the set of identified struct types into opaque...
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-21 Rafael EspindolaFix formatting. NFC.
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-12 Rafael EspindolaRevert "Use a function_ref now that it works (r221753)."
2014-11-12 Rafael EspindolaUse a function_ref now that it works (r221753).
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...