summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gold/gold-plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+3
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-4/+4
* Fix gold-plugin Windows buildYi Kong2019-07-231-2/+2
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+4
* Reland: [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-141-9/+9
* Revert "[Remarks] Refactor optimization remarks setup"Francis Visoiu Mistrih2019-06-141-9/+9
* [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-131-9/+9
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-1/+5
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-5/+1
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-1/+5
* Recommit r354930 "[PGO] Context sensitive PGO (part 1)"Rong Xu2019-02-271-1/+13
* Revert "[PGO] Context sensitive PGO (part 1)"Vlad Tsyrklevich2019-02-271-13/+1
* [PGO] Context sensitive PGO (part 1)Rong Xu2019-02-261-1/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [gold] emit assembly listing from gold plugin on LTO stageTeresa Johnson2019-01-021-1/+11
* [gold-plugin] allow function/data sections to be toggleableNick Desaulniers2018-12-051-2/+4
* [gold-plugin] Fix a bunch of build warningsMandeep Singh Grang2018-11-011-3/+2
* Silence -Wimplicit-fallthrough in gold pluginReid Kleckner2018-11-011-0/+1
* [gold] -thinlto-object-suffix-replace: don't append new suffix if path does n...Fangrui Song2018-08-221-7/+3
* [gold-plugin] Disable section ordering for relocatable linksBill Wendling2018-07-121-3/+5
* Temporarily reverting.Bill Wendling2018-07-111-5/+3
* gold: Add ability to toggle function/data sectionsBill Wendling2018-07-111-3/+5
* Set the code model when specified.Bill Wendling2018-06-131-0/+1
* Try to fix build.Zachary Turner2018-06-071-1/+1
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-061-1/+1
* LTO: Replace split dwarf implementation that uses objcopy with one that uses ...Peter Collingbourne2018-05-211-6/+0
* [LTO] Add stats-file option to LTO/Config.h.Florian Hahn2018-04-201-0/+5
* [gold/ThinLTO] Invoke llvm_shutdown when exiting after ThinLTO indexingTeresa Johnson2018-04-191-2/+1
* [gold] Add support for optimization remarksTeresa Johnson2018-04-181-0/+12
* Enable debug fission for thinLTO linked via gold-pluginYunlian Jiang2018-04-131-0/+12
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Revert r324557, "gold-plugin: Do not set codegen opt level based on LTO opt l...Peter Collingbourne2018-04-061-0/+15
* [gold] Add debug-pass-manager option, and use it to test new-pass-managerTeresa Johnson2018-04-051-0/+6
* [LTO/gold] Fix workaround for old plugin-api.h in --wrap supportTeresa Johnson2018-03-141-1/+1
* [LTO/gold] Support --wrapTeresa Johnson2018-03-141-0/+48
* Revert "[LTO/gold] Support --wrap"Teresa Johnson2018-03-131-35/+0
* [LTO/gold] Support --wrapTeresa Johnson2018-03-131-0/+35
* [ThinLTO/gold] Perform cache pruning when cache directory specifiedTeresa Johnson2018-02-221-1/+1
* [ThinLTO] Always create linked objects file for --thinlto-index-only=Vitaly Buka2018-02-221-7/+29
* [gold] Extract runLTO to avoid exit(0) from function with non-trivial objects...Vitaly Buka2018-02-221-17/+23
* [LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-201-2/+1
* [ThinLTO/gold] Avoid race with cache pruner by copying to temp filesTeresa Johnson2018-02-201-3/+1
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-3/+19
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* gold-plugin: Do not set codegen opt level based on LTO opt level.Peter Collingbourne2018-02-081-15/+0
* [ThinLTO/gold] Write empty imports even for modules with symbolsVitaly Buka2018-01-301-18/+23
* [LLVMgold] Don't set undefined symbol as prevailingEugene Leviant2017-12-151-3/+7
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-1/+1
OpenPOWER on IntegriCloud