aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/LTO.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-03-09[lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg1-4/+2
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder1-1/+1
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata1-3/+4
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-6/+6
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev1-6/+6
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-6/+6
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-6/+6
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu1-6/+6
2022-11-14[ThinLTO] a ThinLTO warning is added if cache_size_bytes or cache_size_files ...Ying Yi1-1/+1
2022-04-07[lld] Remove support for legacy pass managerNikita Popov1-1/+0
2021-11-04[Support] Improve Caching conformance with Support library behaviorNoah Shutty1-2/+2
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-8/+8
2021-10-18Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"Petr Hosek1-8/+8
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-8/+8
2020-12-01[LTO][wasm][NewPM] Allow using new pass manager for wasm LTOArthur Eubanks1-0/+2
2020-03-27[ThinLTO] Allow usage of all hardware threads in the systemAlexandre Ganea1-4/+2
2020-02-19[WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC.Sam Clegg1-2/+2
2019-10-17[lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg1-3/+2
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song1-2/+5
2019-08-29[WebAssembly] Implement NO_STRIPDan Gohman1-0/+1
2019-08-14[LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-74/+74
2019-05-24[WebAssebmly] Add support for --wrapSam Clegg1-0/+5
2019-02-28[WebAssembly] Remove uses of ThreadModelThomas Lively1-3/+0
2019-02-07[WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman1-1/+2
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-1/+1
2019-02-01[WebAssembly] Support imports from custom module namesSam Clegg1-2/+2
2019-02-01Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg1-2/+2
2019-01-30[LTO] Set CGOptLevel in LTO config.Sam Clegg1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn1-1/+1
2018-11-21[WebAssembly] Delete unused using statements (NFC)Heejin Ahn1-2/+0
2018-11-15[WebAssembly] Initial support for shared objects (-shared)Sam Clegg1-0/+7
2018-11-01Set MAttrs in LTO modeFangrui Song1-0/+1
2018-09-28[WebAssembly] Preserve function signatures during LTOSam Clegg1-3/+4
2018-07-02[WebAssembly] Set threadmodel during LTOSam Clegg1-1/+4
2018-06-28[WebAssembly] Add support for bitcode archive membersSam Clegg1-1/+2
2018-05-30[WebAssembly] Initial support for LTOSam Clegg1-0/+151