summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary.ll
AgeCommit message (Expand)Author
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu
2023-12-06[ThinLTO] Add tail call flag to call edges in summary (#74043)Teresa Johnson
2023-04-20[ThinLTO] Remove BlockCount for non partial sample profile buildsTeresa Johnson
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov
2022-11-18Revert "Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/...Alexander Shaposhnikov
2022-11-18Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"Mikhail Goncharov
2022-11-18[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvmAlexander Shaposhnikov
2022-11-14Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"Fangrui Song
2022-11-14[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvmAlexander Shaposhnikov
2022-11-14Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"Alexander Shaposhnikov
2022-11-14[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvmAlexander Shaposhnikov
2022-07-17[LegacyPM] Remove NameAnonGlobalLegacyPassFangrui Song
2020-05-28[ThinLTO] Compute the basic block count across modules.Hiroshi Yamauchi
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
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-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson
2016-09-16Fix test after renaming -name-anon-functions pass to -name-anon-globalsMehdi Amini
2016-08-12[PM] Port NameAnonFunction pass to new pass managerTeresa Johnson
2016-08-11Don't import variadic functionsPiotr Padlewski
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini
2016-04-24Add a version field in the bitcode for the summaryMehdi 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-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
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-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-02-06[ThinLTO] Include linkage type in function summaryTeresa Johnson
2016-02-01Add test for PR26419 (stable function summary ordering)Teresa Johnson
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson