aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO/LTO.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-2/+2
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-2/+2
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-2/+2
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
2021-09-04[lld-macho] Initialize LTO backend with diagnostic handlerJez Ng1-0/+1
2021-07-15[lld-macho] Add LTO cache supportLeonard Grey1-6/+27
2021-07-06[lld/mac] Partially implement -export_dynamicNico Weber1-0/+1
2021-07-01[lld-macho] Add support for LTO optimization levelLeonard Grey1-0/+3
2021-04-21[lld-macho][nfc] Add accessors for commonly-used PlatformInfo fieldsJez Ng1-4/+3
2021-04-21[lld][MachO] Add support for LC_VERSION_MIN_* load commandsAlexander Shaposhnikov1-3/+4
2021-04-15[lld-macho] LTO: Unset VisibleToRegularObj where possibleJez Ng1-1/+10
2021-04-08[lld-macho] Support --thinlto-jobsJez Ng1-2/+2
2021-04-02[lld-macho][nfc] Refactor in preparation for 32-bit supportJez Ng1-0/+1
2021-03-26[lld-macho] Add time tracing for LTOJez Ng1-0/+2
2021-03-16[lld-macho][NFC] Drop unnecessary braces around simple if/for bodiesGreg McGary1-2/+1
2021-03-09[lld-macho][NFC] when reasonable, replace auto keyword with type namesGreg McGary1-1/+1
2021-03-04[lld-macho] Filter TAPI re-exports by targetJez Ng1-1/+2
2021-02-25[lld-macho] Basic support for linkage and visibility attributes in LTOJez Ng1-1/+10
2021-01-20[lld-macho] Run ObjCContractPass during LTOJez Ng1-0/+5
2021-01-09[lld-macho] Remove unnecessary llvm:: namespace prefixesJez Ng1-1/+1
2020-12-10[lld-macho] Add support for -mcpu, -mattr, -code-model in LTOJez Ng1-0/+3
2020-12-10[lld-macho] Implement -object_path_ltoJez Ng1-5/+23
2020-12-01[mac/lld] Include archive name in diagnosticsNico Weber1-1/+1
2020-12-01[lld-macho] Add archive name and file modtime to STABS outputJez Ng1-1/+3
2020-11-10[lld-macho] Add very basic support for LTOJez Ng1-0/+82