aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
AgeCommit message (Expand)AuthorFilesLines
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu1-7/+7
2023-12-06[ThinLTO] Add tail call flag to call edges in summary (#74043)Teresa Johnson1-11/+11
2021-12-14[LTO] Ignore unreachable virtual functions in WPD in hybrid LTO.Mingming Liu1-1/+1
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo1-1/+1
2021-01-27[ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlagsFangrui Song1-7/+7
2020-01-15[ThinLTO] Always import constantsevgeny1-3/+4
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant1-8/+8
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant1-8/+8
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant1-8/+8
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner1-8/+8
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant1-8/+8
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson1-7/+7
2018-11-23[ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant1-2/+2
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant1-6/+6
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu1-6/+6
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant1-6/+6
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson1-1/+3
2018-05-26[ThinLTO] Fix a few more test match issuesTeresa Johnson1-13/+16
2018-05-26[ThinLTO] Fix another bot failure due to test mismatchTeresa Johnson1-1/+3
2018-05-26[ThinLTO] Print module summary index to assemblyTeresa Johnson1-0/+15
2018-01-11Make internal/private GVs implicitly dso_local.Rafael Espindola1-1/+1
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos1-5/+5
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne1-1/+1
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne1-19/+40
2016-09-26[thinlto] Basic thinlto fdo heuristicPiotr Padlewski1-5/+5
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini1-4/+4
2016-04-12Move summary creation out of llvm-as into optMehdi Amini1-1/+1
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-1/+1
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson1-1/+1
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-1/+1
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson1-0/+121