aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionImport
AgeCommit message (Expand)AuthorFilesLines
47 hours[IRMover] Use signature for exact definition (#177381)Nikita Popov2-0/+57
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 2 (NFC) (#164786)paperchalice2-8/+3
2024-11-21[LTO] Print conflicting operands between Src and Dest modules (#115104)AdityaK1-1/+1
2024-07-03[ThinLTO] Use a set rather than a map to track exported ValueInfos. (#97360)Mingming Liu1-1/+1
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-2/+3
2024-06-05Revert "Reland "[ThinLTO] Populate declaration import status except for distr...Mingming Liu1-3/+2
2024-05-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-2/+3
2024-05-19Revert "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-3/+2
2024-05-19[ThinLTO] Populate declaration import status except for distributed ThinLTO u...Mingming Liu1-2/+3
2024-02-29[ThinLTO] Add metedata 'thinlto_src_module' and 'thinlto_src_file' (#83110)lifengxiang10251-11/+12
2023-06-08[ThinLTO] Ignore callee edge to global variableTeresa Johnson2-6/+16
2023-02-23[FunctionImport] Change IRMover report_fatal_error to a proper errorFangrui Song1-0/+33
2023-02-22Revert "[IRMover] Remove UB implying parameter attributes when necessary"Arthur Eubanks2-51/+0
2023-02-21[IRMover] Remove UB implying parameter attributes when necessaryTim Neumann2-0/+51
2022-12-13[FunctionImport] Convert tests to opaque pointers (NFC)Nikita Popov11-33/+32
2022-07-17[test] Change -function-import tests to use -passes=Fangrui Song11-29/+29
2022-07-16[test] Migrate FunctionImport/cg_profile.ll to new PMFangrui Song1-1/+1
2022-07-06[Metadata] Utilize the resizing capability of MDNodes in Moduleflag processing.Wolfgang Pieb1-1/+1
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov3-25/+24
2022-01-06[Tests] Add elementtype attribute to indirect inline asm operands (NFC)Nikita Popov1-1/+1
2021-11-25[NFC][llvm] Inclusive language: reword uses of sanity test and checkZarko Todorovski1-2/+1
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille2-3/+3
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille2-3/+3
2021-05-22[HIP] support ThinLTOYaxun (Sam) Liu5-1/+52
2020-11-13[CGProfile] allows bitcast in metadata node storing function pointersYuanfang Chen2-0/+44
2020-11-09[FunctionImport] Remove unused check-prefixesSimon Pilgrim2-11/+11
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-1/+1
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen1-1/+1
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-1/+1
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen1-1/+1
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-1/+1
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-1/+1
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen1-1/+1
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2-3/+3
2019-09-10Reland "Change the X86 datalayout to add three address spacesAmy Huang15-15/+15
2019-08-28Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich15-15/+15
2019-08-27Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang15-15/+15
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher28-0/+1171
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher28-1171/+0
2019-01-31Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...Teresa Johnson2-0/+42
2019-01-31Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"Teresa Johnson2-42/+0
2019-01-31[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leaderTeresa Johnson2-0/+42
2018-12-01[ThinLTO] Allow importing of functions with var argsTeresa Johnson1-6/+6
2018-11-14[ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson2-9/+29
2018-11-08[LTO] Drop non-prevailing definitions only if linkage is not local or appendingPirama Arumuga Nainar1-1/+1
2018-10-17New test requires x86-registered-targetTeresa Johnson1-0/+2
2018-10-17[ThinLTO] Fix test to require assertsTeresa Johnson2-0/+8
2018-10-16[ThinLTO] Add importing stats to thin linkTeresa Johnson2-0/+77
2018-10-08[ThinLTO] Keep non-prevailing (linkonce|weak)_odr symbols liveXin Tong1-1/+1
2018-07-16Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson5-95/+92