aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/LTO
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Reapply 215b8f1e252, reverted in c3f7fb1421eJeremy Morse1-0/+8
2024-01-25Revert "[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode ...Jeremy Morse1-8/+0
2024-01-25[DebugInfo][RemoveDIs] Convert debug-info modes when loading bitcode (#78967)Jeremy Morse1-0/+8
2023-11-21[LLD] [COFF] Add tests to observe details about LTO and __imp_ prefixes. NFC....Martin Storsjö2-47/+0
2023-10-31[ARM][test] Improve stack-protector testsFangrui Song1-40/+0
2023-09-19[IR] Add "Large Data Threshold" module metadata (#66797)Arthur Eubanks4-0/+71
2023-09-19[SSP] Accessing __stack_chk_guard when using LTO (#66535)Wolfgang Pieb1-0/+40
2023-08-18Reland "[gold] Add preliminary FatLTO support to the Gold plugin""Paul Kirth4-13/+34
2023-07-20Revert "[gold] Add preliminary FatLTO support to the Gold plugin"Paul Kirth4-34/+13
2023-07-19[gold] Add preliminary FatLTO support to the Gold pluginPaul Kirth4-13/+34
2023-07-14[IR] Remove -opaque-pointers optionNikita Popov3-142/+0
2023-07-05[llvm] A Unified LTO Bitcode FrontendMatthew Voss5-0/+212
2023-06-23[LTO][GlobalDCE] Use pass parameter instead of module flag for LTO phaseTeresa Johnson1-23/+0
2023-06-20[LTO] Avoid -opaque-pointers=0 in test (NFC)Nikita Popov2-4/+3
2023-06-09[test] Explain the purpose of LLVM :: LTO/Resolution/X86/local-def-dllimport.llMatthew Voss1-0/+5
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta5-10/+10
2023-05-08[MemProf] Control availability of hot/cold operator new from LTO linkTeresa Johnson1-0/+65
2023-05-03[LTO] Add test for dllimport visibility fixMatthew Voss1-0/+31
2023-03-14[AutoUpgrade] Add flag to disable autoupgrading debug infoArthur Eubanks1-0/+8
2023-01-25[LTO] Remove -lto-opaque-pointers flagNikita Popov1-1/+0
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov1-3/+3
2023-01-05[CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song1-1/+1
2022-12-14[LTO] Convert tests to opaque pointers (NFC)Nikita Popov32-84/+82
2022-12-09[NFC] Port all LTO tests to `-passes=` syntaxRoman Lebedev1-1/+1
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev1-1/+1
2022-12-06[Mips,i686,others] Convert tests to check 'target=...'Paul Robinson1-1/+1
2022-12-02Fix some test files with executable permissionsMatt Arsenault1-0/+0
2022-11-27LTO: Convert tests to opaque pointersFangrui Song28-151/+146
2022-11-16[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song1-3/+16
2022-11-16Revert D135427 "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT...Fangrui Song1-16/+3
2022-11-10[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song1-3/+16
2022-11-10Revert "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT availab...Alan Zhao1-16/+3
2022-11-07[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song1-3/+16
2022-10-29[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh3-4/+4
2022-10-19Revert D135427 "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT...Fangrui Song1-16/+3
2022-10-14[lto] Do not try to internalize symbols with escaped nameserge-sans-paille2-0/+82
2022-10-11[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song1-3/+16
2022-10-10Revert "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT availab...Jordan Rupprecht1-7/+3
2022-10-08[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song1-3/+7
2022-07-27[libLTO] Set data-sections by default in libLTO.Quinn Pham3-0/+42
2022-07-27Revert "[libLTO] Set data-sections by default in libLTO."Quinn Pham2-40/+0
2022-07-27[libLTO] Set data-sections by default in libLTO.Quinn Pham2-0/+40
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks1-0/+35
2022-07-04[LTO] Update remark test after 644a965c1efef6.Florian Hahn1-2/+2
2022-06-24[Inline] Annotate inline pass name with link phase information for analysis.Mingming Liu4-12/+94
2022-06-01LTO: Decide upfront whether to use opaque/non-opaque pointer typesMatthias Braun8-33/+58
2022-04-13Support the min of module flags when linking, use for AArch64 BTI/PAC-RETDaniel Kiss3-0/+56
2022-04-11[llvm-lto] Remove support for legacy pass managerNikita Popov6-41/+14
2022-03-22[tests] Force (some) X86-specific tests to use an explicit tripleIgor Kudrin2-2/+4
2022-01-24[test] Fix no-undef-type-md.ll.Jordan Rupprecht1-4/+4