[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / lib / LTO / LTOCodeGenerator.cpp
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-10 Duncan P. N. Exon... LTO: whitespace changes
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-12 Yi JiangAdd TargetLibraryInfo in LTO passes builder
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-11-16 Duncan P. N. Exon... Use array_pod_sort instead of std::sort
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-16 Bill WendlingAdd a 'deleteModule' method to the Linker class.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Rafael EspindolaFix option parsing in the gold plugin.
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...