OSDN Git Service

vs integration: bump version nbr
[android-x86/external-llvm.git] / tools / llvm-lto2 /
2019-06-17 Francis Visoiu Mistrih[Remarks] Extend -fsave-optimization-record to specify...
2019-06-14 Francis Visoiu MistrihReland: [Remarks] Refactor optimization remarks setup
2019-06-14 Francis Visoiu MistrihRevert "[Remarks] Refactor optimization remarks setup"
2019-06-13 Francis Visoiu Mistrih[Remarks] Refactor optimization remarks setup
2019-05-24 Daniel SandersFix BUILD_SHARED_LIBS builds after r361567
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
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...
2018-10-16 Teresa Johnson[LTO] Call InitLLVM from llvm-lto2
2018-05-04 Teresa Johnson[LTO] Allow pass remarks with hotness to be set when...
2018-04-20 Florian Hahn[LTO] Add stats-file option to LTO/Config.h.
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-02-22 Vitaly Buka[ThinLTO] Always create linked objects file for --thinl...
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
2018-01-30 Vitaly Buka[ThinLTO/gold] Write empty imports even for modules...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-09-05 Peter CollingbourneLTO: Try to open cache files before renaming them.
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-08-02 Dehao ChenFix the bug that parseAAPipeline is not invoked in...
2017-07-28 Tobias Edler von... [LTO] llvm-lto2: Add option to load sample profile
2017-07-25 Teresa Johnson[LTO] Prevent dead stripping and internalization of...
2017-06-28 Hiroshi InoueAdd missing library dependency to fix build break in...
2017-06-27 Peter CollingbourneObject: Teach irsymtab::read() to try to use the irsymt...
2017-06-05 Dmitry MikulinSymbols re-defined with -wrap and -defsym need to be...
2017-06-01 Tim Shen[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change...
2017-04-14 Peter CollingbourneObject, LTO: Add target triple to irsymtab and LTO...
2017-04-13 Tobias Edler von... LTO: Pass SF_Executable flag through to InputFile:...
2017-04-12 Peter Collingbournellvm-lto2: Add a dump-symtab subcommand.
2017-04-11 Peter Collingbournellvm-lto2: Move the LTO::run() action behind a subcommand.
2017-03-28 Peter CollingbourneMore accurate header inclusions. NFC.
2017-03-17 Peter CollingbourneLTO: Fix a potential race condition in the caching...
2017-03-07 Teresa JohnsonFix test and add missing return for llvm-lto2 error...
2017-03-02 Peter CollingbourneLTO: When creating a local cache, create the cache...
2017-02-15 Tobias Edler von... [LTO] Add ability to emit assembly to new LTO API
2017-02-13 Davide Italiano[llvm-lto2] Fix typo spotted by Teresa (r294885 post...
2017-02-12 Davide Italiano[lib/LTO] Add support for hotness optremarks in the...
2017-02-12 Davide Italiano[llvm-lto2] Fix typo in error message.
2017-02-12 Davide Italiano[lib/LTO] Initial support for optimization remarks...
2016-12-23 Mehdi Aminillvm-lto2: remove leading '-' for cl::opt declaration
2016-12-23 Mehdi Aminillvm-lto2: Print diagnostics before exiting (NFC)
2016-12-08 Peter CollingbourneLTO: Hash the parts of the LTO configuration that affec...
2016-11-30 Peter Collingbournellvm-lto2: Simpler workaround for PR30396.
2016-11-19 Chris Bieneman[CMake] llvm-lto2 depends on intrinsics_gen
2016-10-31 Teresa Johnson[ThinLTO] Disable importing and other cross-module...
2016-10-19 Teresa Johnson[ThinLTO] Default backend threads to heavyweight_hardwa...
2016-10-12 Teresa Johnson[ThinLTO] Fix bot failure due to unused variable with...
2016-10-12 Teresa Johnson[ThinLTO] Don't link module level assembly when importing
2016-09-23 Peter CollingbourneLTO: Simplify caching interface.
2016-09-16 Davide Italiano[LTO] Add ability to parse AA pipelines.
2016-09-07 Davide Italiano[lib/LTO] Add a way to run a custom pipeline
2016-08-26 Teresa Johnson[ThinLTO] Move loading of cache entry to client
2016-08-23 Mehdi Amini[ThinLTO] Add caching to the new LTO API
2016-08-19 Mehdi Amini[LTO] Add the ability to test -thinlto-emit-imports...
2016-08-18 Mehdi Amini[LTO] Change addSaveTemps API: do not add dot to the...
2016-08-17 Chandler Carruth[LTO] Fix a use-after-free introduced in r278907 and...
2016-08-17 Mehdi Amini[LTO] Introduce an Output class to wrap the output...
2016-08-11 Teresa JohnsonAdd (hopefully last) remaining missing dependences...
2016-08-11 Teresa JohnsonMore missing llvm-lto2 dependencies
2016-08-11 Teresa JohnsonFix bot failure from r278338 due to missing dependences
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.