summaryrefslogtreecommitdiffstats
path: root/tools/gold
Commit message (Expand)AuthorAgeFilesLines
...
* [ThinLTO/gold] Handle bitcode archivesTeresa Johnson2016-05-262-53/+105
* Delete Reloc::Default.Rafael Espindola2016-05-181-1/+1
* [ThinLTO] Use semicolon to separate path prefix replacementReid Kleckner2016-05-171-4/+4
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-5/+56
* [ThinLTO] Use correct pipeline for ThinLTO in gold-plugin.Teresa Johnson2016-05-131-1/+4
* [ThinLTO] Add option to emit imports files for distributed backendsTeresa Johnson2016-05-101-0/+20
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-29/+72
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-72/+29
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-29/+72
* [gold] Fix linkInModule and extend common.ll test.Evgeniy Stepanov2016-04-251-3/+3
* [gold-plugin] Remove dead assignment. NFC.Davide Italiano2016-04-251-1/+0
* [gold] Gate value name discarding under save-tempsTeresa Johnson2016-04-231-8/+4
* Re-enable "[gold-plugin] Disable name for values other than GlobalValue"Teresa Johnson2016-04-201-0/+8
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-1/+0
* Revert "[gold-plugin] Disable name for values other than GlobalValue"Teresa Johnson2016-04-201-6/+0
* [gold-plugin] Disable name for values other than GlobalValueTeresa Johnson2016-04-201-0/+6
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+2
* Fix a use after move.Rafael Espindola2016-04-171-2/+2
* Keep only the splitCodegen version that takes a factory.Rafael Espindola2016-04-171-14/+19
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+2
* [gold] Save bitcode for module partitions (save-temps + split codegen).Evgeniy Stepanov2016-04-061-6/+21
* 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