OSDN Git Service

Merging r370271:
[android-x86/external-llvm.git] / tools / llvm-link /
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-13 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2018-04-18 Jonas Devlieghere[llvm-link] Use WithColor for printing errors
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-02-21 Rafael EspindolaRevert "[IRMover] Implement name based structure type...
2018-02-21 Eugene Leviant[IRMover] Implement name based structure type mapping
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-05-04 Peter CollingbourneRe-apply r302108, "IR: Use pointers instead of GUIDs...
2017-05-04 Eric LiuRevert "IR: Use pointers instead of GUIDs to represent...
2017-05-04 Peter CollingbourneIR: Use pointers instead of GUIDs to represent edges...
2017-05-01 NAKAMURA Takumillvm-link: Add BitReader to deps corresponding to r301832.
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-03-13 David BlaikieRemove unused lambda capture
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-01-04 Teresa Johnson[ThinLTO] Rework llvm-link to use the FunctionImporter
2016-11-19 Chris Bieneman[CMake] llvm-link depends on intrinsics_gen
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-10-09 Davide Italiano[llvm-link] Fix description of -disable-lazy-loading...
2016-09-14 Mehdi AminiFix auto-upgrade of TBAA tags in Bitcode Reader
2016-06-29 Rafael EspindolaDon't verify inputs to the Linker if ODR merging.
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-04-21 Mehdi AminiThinLTO/ModuleLinker: add a flag to not always pull...
2016-04-19 Duncan P. N. Exon... IR: Rename API for enabling ODR uniquing of DITypes...
2016-04-17 Duncan P. N. Exon... IR: Use an explicit map for debug info type uniquing
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-03-24 Teresa Johnson[ThinLTO] Use bulk importing in llvm-link
2016-03-19 Mehdi AminiAdd a dependency from llvm-link to TransformUtils follo...
2016-03-19 Mehdi AminiRework linkInModule(), making it oblivious to ThinLTO
2016-03-15 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Renaming of function index to module...
2016-03-14 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-02-16 Rafael EspindolaPass a std::unique_ptr to IRMover::move.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-21 Teresa JohnsonRevert obsolete llvm-link -preserve-modules option...
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-03 Mehdi AminiRename Set variable to be plural
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-23 Teresa JohnsonRemove unused function parameter (NFC)
2015-11-21 Teresa Johnsonllvm-link option and test for recent metadata mapping bug
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-03 Teresa JohnsonPass enum instead of bool to new linkInModule call...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-04-22 Duncan P. N. Exon... llvm-link: Factor out loop over input files, NFC
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-25 Duncan P. N. Exon... llvm-link: Verify input modules
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
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-10-23 Rafael EspindolaMake llvm-link behave a bit more like LTO.
2014-08-26 Rafael EspindolaInvert the condition to have a single return.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-06-17 Rafael EspindolaDon't use PathV1.h in llvm-link.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-05-04 Rafael EspindolaOptimize llvm-link too.
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-19 Eli BenderskyRemove stale comment
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
next