summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gold
Commit message (Expand)AuthorAgeFilesLines
* gold-plugin: Fixed typo in an error message.Marianne Mailhot-Sarrasin2016-03-301-1/+1
* [gold] Emit a diagnostic in case we fail to remove a file.Davide Italiano2016-03-201-2/+6
* [gold] Use early return to simplify.Davide Italiano2016-03-191-10/+5
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-21/+23
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-23/+21
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-21/+23
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-2/+2
* [gold] Fix common symbols handling.Evgeniy Stepanov2016-03-111-20/+40
* Fix GOLD plugin build after r262976Mehdi Amini2016-03-091-1/+1
* [gold] Avoid assertion failures when taking a pointer to an empty vector.Benjamin Kramer2016-03-081-1/+1
* Fix bot failure from r262721: unintented change in gold-plugin save-tempsTeresa Johnson2016-03-041-1/+3
* [ThinLTO] Ensure prevailing linkonce emitted as weak in ThinLTO backendsTeresa Johnson2016-03-041-0/+10
* [ThinLTO] Launch importing backends in parallel threads from gold pluginTeresa Johnson2016-03-041-13/+202
* Refactor gold-plugin codegen to prepare for ThinLTO threads (NFC)Teresa Johnson2016-03-041-92/+181
* [gold] Handle modules that are not included in the link.Evgeniy Stepanov2016-03-041-75/+92
* Pass a std::unique_ptr to IRMover::move.Rafael Espindola2016-02-161-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-31/+0
* [gold] Remove inconsistent llvm_unreachable().Davide Italiano2016-01-221-1/+0
* Disable use list order on the gold plugin.Rafael Espindola2015-12-221-1/+1
* Use LLVM style variable name (NFC)Teresa Johnson2015-12-161-4/+4
* Add RAII wrapper for gold plugin file managementTeresa Johnson2015-12-161-23/+31
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-1/+1
* [ThinLTO] Release files in gold plugin during combined index (take 2)Teresa Johnson2015-12-101-4/+2
* Slit lib/Linker in two.Rafael Espindola2015-12-101-157/+97
* [ThinLTO] Release files read when creating combined index in gold pluginTeresa Johnson2015-12-091-0/+3
* Delay context construction to when/if it is needed in gold plugin (NFC)Teresa Johnson2015-12-091-3/+3
* clang-format order of gold-plugin includes (NFC)Teresa Johnson2015-12-091-2/+2
* Always pass a diagnostic handler to the linker.Rafael Espindola2015-12-041-1/+1
* Use references now that it is natural to do so.Rafael Espindola2015-12-011-3/+3
* Simplify the linking of recursive data.Rafael Espindola2015-11-271-2/+2
* Don't create implicit comdats.Rafael Espindola2015-11-231-2/+0
* [ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2015-11-211-0/+12
* Remove unused function parameter (NFC)Mehdi Amini2015-11-191-3/+2
* gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540.NAKAMURA Takumi2015-11-191-4/+9
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-3/+5
* Make class final to pacify -Wnon-virtual-dtor.Manuel Klimek2015-10-201-1/+1
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-1/+1
* Convert gold-plugin unnecessary unique_ptr into local (NFC)Teresa Johnson2015-10-191-3/+3
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-0/+64
* Disable the second verification run when performing LTO throughTeresa Johnson2015-09-161-1/+10
* gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.Peter Collingbourne2015-09-011-34/+47
* Replace &vector[0] with vector.data() to avoid invalid dereference caught by ...Nick Lewycky2015-08-051-4/+5
* Update for r243115 which changed the DataLayout API on TargetMachine butChandler Carruth2015-07-241-2/+1
* gold-plugin: save the .o when given -save-temps.Rafael Espindola2015-06-151-3/+8
* Fix build error from r234957Duncan P. N. Exon Smith2015-04-151-2/+1
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-2/+3
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-3/+2
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-2/+3
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-3/+2
* Fix PR23045.Rafael Espindola2015-03-301-5/+3
OpenPOWER on IntegriCloud