OSDN Git Service

Resubmit "Add pdb-diff test."
[android-x86/external-llvm.git] / tools / gold /
2017-07-10 Dehao ChenUse emplace_back to replace size() and resize().
2017-05-22 Evgeniy StepanovInfer relocation model from module flags in relocatable...
2017-03-31 Peter CollingbourneRe-apply r299168 and r299169 now that the libdeps are...
2017-03-31 Peter CollingbourneRevert r299168 and r299169 due to library dependency...
2017-03-31 Peter CollingbourneLTO: Reduce memory consumption by creating an in-memory...
2017-03-28 Peter CollingbourneMore accurate header inclusions. NFC.
2017-03-28 Peter CollingbourneLTO: Replace InputFile::Symbol::getFlags() with predica...
2017-03-23 Teresa Johnson[ThinLTO] Add support for emitting minimized bitcode...
2017-03-17 Peter CollingbourneLTO: Fix a potential race condition in the caching...
2017-03-02 Peter CollingbourneLTO: When creating a local cache, create the cache...
2017-02-28 Peter Collingbournegold-plugin: Remove unused variable.
2017-02-02 Teresa Johnson[ThinLTO] PrintStatistics when we exit early for thinlt...
2017-01-26 Peter Collingbournegold-plugin: Simplify naming of object files created...
2017-01-25 Peter Collingbournegold-plugin: Add the file path to the file open error...
2016-12-16 Dehao ChenPass sample pgo flags to thinlto.
2016-11-30 Benjamin KramerApply clang-tidy's 'performance-faster-string-find...
2016-11-11 Mehdi AminiFix gold plugin after Error API changes
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-09 Peter CollingbourneBitcode: Remove the remnants of the BitcodeDiagnosticIn...
2016-10-25 Rafael EspindolaMake the LTO comdat api more symbol table friendly.
2016-10-19 Teresa Johnson[ThinLTO] Default backend threads to heavyweight_hardwa...
2016-10-17 Rafael EspindolaReturn a StringRef instead of a Comdat*.
2016-09-23 Peter CollingbourneLTO: Simplify caching interface.
2016-09-23 Teresa Johnson[gold] Split plugin options controlling ThinLTO and...
2016-09-21 Teresa Johnson[ThinLTO] Emit files for distributed builds for all...
2016-09-14 Peter Collingbournegold: Simplify. Do not unnecessarily enumerate Obj...
2016-08-26 Teresa Johnson[ThinLTO] Move loading of cache entry to client
2016-08-24 Teresa Johnson[ThinLTO/gold] Add caching support to gold-plugin
2016-08-22 Mehdi AminiFix Gold Plugin after API change in the LTO API (consti...
2016-08-22 Mehdi Amini[LTO] Handles commons in monolithic LTO
2016-08-20 Teresa Johnson[gold/ThinLTO] Restore ThinLTO file management in gold...
2016-08-18 Teresa Johnson[ThinLTO] Keep common symbols in ThinLTO modules
2016-08-18 Mehdi Amini[LTO] Change addSaveTemps API: do not add dot to the...
2016-08-17 Mehdi Amini[LTO] Introduce an Output class to wrap the output...
2016-08-14 Saleem AbdulrasoolRevert "gold: add a cast to appease std::max NFC"
2016-08-12 Saleem Abdulrasoolgold: add a cast to appease std::max NFC
2016-08-11 Teresa JohnsonRestore "Resolution-based LTO API."
2016-08-11 Teresa JohnsonRevert "Resolution-based LTO API."
2016-08-11 Teresa JohnsonResolution-based LTO API.
2016-07-22 Teresa Johnson[ThinLTO/gold] Support for getting list of included...
2016-07-14 Teresa Johnson[ThinLTO/gold] Perform index-based weak/linkonce resolution
2016-07-13 Teresa Johnson[ThinLTO/gold] Enable symbol resolution in distributed...
2016-07-13 Teresa Johnson[ThinLTO/gold] ThinLTO internalization fixes
2016-06-17 Rafael EspindolaDon't use the new x86 relax relocations on the gold...
2016-06-14 Peter CollingbourneIR: Introduce local_unnamed_addr attribute.
2016-06-09 Teresa Johnson[ThinLTO/gold] Enable summary-based internalization
2016-06-03 Teresa Johnson[ThinLTO/gold] Pass import lists by reference (NFC)
2016-06-03 Teresa Johnson[ThinLTO/gold] Pass down the imports lists from the...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-27 Peter CollingbourneLinker: teach the IR mover to return llvm::Error.
2016-05-26 Teresa Johnson[ThinLTO/gold] Handle bitcode archives
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-05-17 Reid Kleckner[ThinLTO] Use semicolon to separate path prefix replacement
2016-05-17 Teresa Johnson[ThinLTO] Option to control path of distributed backend...
2016-05-13 Teresa Johnson[ThinLTO] Use correct pipeline for ThinLTO in gold...
2016-05-10 Teresa Johnson[ThinLTO] Add option to emit imports files for distribu...
2016-05-10 Teresa JohnsonRestore "[ThinLTO] Emit individual index files for...
2016-05-05 Vitaly BukaRevert "[ThinLTO] Emit individual index files for distr...
2016-05-05 Teresa Johnson[ThinLTO] Emit individual index files for distributed...
2016-04-25 Evgeniy Stepanov[gold] Fix linkInModule and extend common.ll test.
2016-04-25 Davide Italiano[gold-plugin] Remove dead assignment. NFC.
2016-04-23 Teresa Johnson[gold] Gate value name discarding under save-temps
2016-04-20 Teresa JohnsonRe-enable "[gold-plugin] Disable name for values other...
2016-04-20 Teresa Johnson[ThinLTO] Prevent importing of "llvm.used" values
2016-04-20 Teresa JohnsonRevert "[gold-plugin] Disable name for values other...
2016-04-20 Teresa Johnson[gold-plugin] Disable name for values other than Global...
2016-04-19 Duncan P. N. Exon... IR: Rename API for enabling ODR uniquing of DITypes...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-17 Rafael EspindolaFix a use after move.
2016-04-17 Rafael EspindolaKeep only the splitCodegen version that takes a factory.
2016-04-17 Duncan P. N. Exon... IR: Use an explicit map for debug info type uniquing
2016-04-06 Evgeniy Stepanov[gold] Save bitcode for module partitions (save-temps...
2016-03-30 Marianne Mailhot... gold-plugin: Fixed typo in an error message.
2016-03-20 Davide Italiano[gold] Emit a diagnostic in case we fail to remove...
2016-03-19 Davide Italiano[gold] Use early return to simplify.
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-03-11 Teresa Johnson[ThinLTO] Support for reference graph in per-module...
2016-03-11 Evgeniy Stepanov[gold] Fix common symbols handling.
2016-03-09 Mehdi AminiFix GOLD plugin build after r262976
2016-03-08 Benjamin Kramer[gold] Avoid assertion failures when taking a pointer...
2016-03-04 Teresa JohnsonFix bot failure from r262721: unintented change in...
2016-03-04 Teresa Johnson[ThinLTO] Ensure prevailing linkonce emitted as weak...
2016-03-04 Teresa Johnson[ThinLTO] Launch importing backends in parallel threads...
2016-03-04 Teresa JohnsonRefactor gold-plugin codegen to prepare for ThinLTO...
2016-03-04 Evgeniy Stepanov[gold] Handle modules that are not included in the...
2016-02-16 Rafael EspindolaPass a std::unique_ptr to IRMover::move.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-22 Davide Italiano[gold] Remove inconsistent llvm_unreachable().
2015-12-22 Rafael EspindolaDisable use list order on the gold plugin.
2015-12-16 Teresa JohnsonUse LLVM style variable name (NFC)
2015-12-16 Teresa JohnsonAdd RAII wrapper for gold plugin file management
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-10 Teresa Johnson[ThinLTO] Release files in gold plugin during combined...
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-09 Teresa Johnson[ThinLTO] Release files read when creating combined...
2015-12-09 Teresa JohnsonDelay context construction to when/if it is needed...
2015-12-09 Teresa Johnsonclang-format order of gold-plugin includes (NFC)
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
next