OSDN Git Service

Revert "[llvm-objdump] errorToErrorCode+message -> toString"
[android-x86/external-llvm.git] / tools / gold /
2019-03-12 Francis Visoiu MistrihReland "[Remarks] Add -foptimization-record-passes...
2019-03-12 Francis Visoiu MistrihRevert "[Remarks] Add -foptimization-record-passes...
2019-03-12 Francis Visoiu Mistrih[Remarks] Add -foptimization-record-passes to filter...
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-26 Rong Xu[PGO] Context sensitive PGO (part 1)
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-02 Teresa Johnson[gold] emit assembly listing from gold plugin on LTO...
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2018-12-05 Nick Desaulniers[gold-plugin] allow function/data sections to be toggleable
2018-11-01 Mandeep Singh Grang[gold-plugin] Fix a bunch of build warnings
2018-11-01 Reid KlecknerSilence -Wimplicit-fallthrough in gold plugin
2018-08-22 Fangrui Song[gold] -thinlto-object-suffix-replace: don't append...
2018-07-12 Bill Wendling[gold-plugin] Disable section ordering for relocatable...
2018-07-11 Bill WendlingTemporarily reverting.
2018-07-11 Bill Wendlinggold: Add ability to toggle function/data sections
2018-06-13 Bill WendlingSet the code model when specified.
2018-06-07 Zachary TurnerTry to fix build.
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-05-21 Peter CollingbourneLTO: Replace split dwarf implementation that uses objco...
2018-04-20 Florian Hahn[LTO] Add stats-file option to LTO/Config.h.
2018-04-19 Teresa Johnson[gold/ThinLTO] Invoke llvm_shutdown when exiting after...
2018-04-18 Teresa Johnson[gold] Add support for optimization remarks
2018-04-13 Yunlian JiangEnable debug fission for thinLTO linked via gold-plugin
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-06 Peter CollingbourneRevert r324557, "gold-plugin: Do not set codegen opt...
2018-04-05 Teresa Johnson[gold] Add debug-pass-manager option, and use it to...
2018-03-14 Teresa Johnson[LTO/gold] Fix workaround for old plugin-api.h in ...
2018-03-14 Teresa Johnson[LTO/gold] Support --wrap
2018-03-13 Teresa JohnsonRevert "[LTO/gold] Support --wrap"
2018-03-13 Teresa Johnson[LTO/gold] Support --wrap
2018-02-22 Teresa Johnson[ThinLTO/gold] Perform cache pruning when cache directo...
2018-02-22 Vitaly Buka[ThinLTO] Always create linked objects file for --thinl...
2018-02-22 Vitaly Buka[gold] Extract runLTO to avoid exit(0) from function...
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
2018-02-20 Teresa Johnson[ThinLTO/gold] Avoid race with cache pruner by copying...
2018-02-16 Vitaly Buka[ThinLTO] Allow indexing to request backend to ignore...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-08 Peter Collingbournegold-plugin: Do not set codegen opt level based on...
2018-01-30 Vitaly Buka[ThinLTO/gold] Write empty imports even for modules...
2017-12-15 Eugene Leviant[LLVMgold] Don't set undefined symbol as prevailing
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-10-05 Sean FertileEnabling new pass manager in LTO (and thinLTO) link...
2017-10-04 George Rimar[gold-plugin] - Fix compilation after LLVM update ...
2017-09-18 Yi Kong[ThinLTO/gold] Implement ThinLTO cache pruning support
2017-09-05 Peter CollingbourneLTO: Try to open cache files before renaming them.
2017-08-10 Benjamin Kramer[gold-plugin] Use more StringRef. No functionality...
2017-08-10 Benjamin Kramer[gold-plugin] Avoid race condition when creating tempor...
2017-07-31 NAKAMURA Takumigold/CMakeLists.txt: Prune (-D_LARGEFILE_SOURCE -D_FILE...
2017-07-31 NAKAMURA TakumiPrune trailing linefeed at eof.
2017-07-26 Davide Italiano[gold] Enable data-sections by default for the gold...
2017-07-25 Davide Italiano[gold] Enable function-sections by default.
2017-07-25 Teresa Johnson[LTO] Prevent dead stripping and internalization of...
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)
next