summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionImport/funcimport.ll
AgeCommit message (Expand)Author
2024-07-03[ThinLTO] Use a set rather than a map to track exported ValueInfos. (#97360)Mingming Liu
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu
2024-06-05Revert "Reland "[ThinLTO] Populate declaration import status except for distr...Mingming Liu
2024-05-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu
2024-05-19Revert "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu
2024-05-19[ThinLTO] Populate declaration import status except for distributed ThinLTO u...Mingming Liu
2024-02-29[ThinLTO] Add metedata 'thinlto_src_module' and 'thinlto_src_file' (#83110)lifengxiang1025
2022-07-17[test] Change -function-import tests to use -passes=Fangrui Song
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2021-05-22[HIP] support ThinLTOYaxun (Sam) Liu
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-12-01[ThinLTO] Allow importing of functions with var argsTeresa Johnson
2018-11-14[ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson
2018-03-12[ThinLTO] Recommit of import global variablesEugene Leviant
2018-03-02[ThinLTO] Revert r325320: Import global variablesChandler Carruth
2018-02-16[ThinLTO] Import global variablesEugene Leviant
2018-01-18Make GlobalValues with non-default visibilility dso_local.Rafael Espindola
2018-01-11Make internal/private GVs implicitly dso_local.Rafael Espindola
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-07-27ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie
2017-02-02FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...Peter Collingbourne
2017-02-02[ThinLTO] Resolve old FIXME for alias importing in testTeresa Johnson
2016-08-11Don't import variadic functionsPiotr Padlewski
2016-07-18[PM] Port FunctionImport Pass to new PMTeresa Johnson
2016-07-08Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski
2016-07-08Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"Piotr Padlewski
2016-07-08Add 'thinlto_src_module' md with asserts or -enable-import-metadataPiotr Padlewski
2016-07-06Add 'thinlto_src_module' metadata to imported functionPiotr Padlewski
2016-05-03ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini
2016-05-02Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini
2016-05-02ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini
2016-04-21ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Move summary creation out of llvm-as into optMehdi Amini
2016-04-11ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-04Fix bot errors from r265327, exact GUID which depends on pathTeresa Johnson
2016-04-04[ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson
2016-03-28llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.NAKAMURA Takumi
2016-03-27Use DAG check to try to appease botTeresa Johnson
2016-03-27[ThinLTO] Add optional import message and statisticsTeresa Johnson
2016-03-26ThinLTO: use the callgraph from the combined index to drive the FunctionImporterMehdi Amini
2016-03-19Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-01-12[IRMover] Don't copy personality, etc unless creating defTeresa Johnson