summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/ThinLTOBitcodeWriter
AgeCommit message (Expand)Author
2025-08-28ThinLTOBitcodeWriter: Split modules with __cfi_check and no type metadata.Peter Collingbourne
2025-08-21ThinLTOBitcodeWriter: Emit __cfi_check to full LTO part of bitcode file.Peter Collingbourne
2025-07-30LTO: Redesign the CFI !aliases metadata.Peter Collingbourne
2025-06-05Add -funique-source-file-identifier option.Peter Collingbourne
2025-04-15Introduce -funique-source-file-names flag.Peter Collingbourne
2025-04-14ThinLTO: Add flag to print uselistorder in bitcode writer pass (#133230)Matt Arsenault
2024-05-03[test] Convert text files from CRLF to LFFangrui Song
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2023-10-24[ThinLTOBitcodeWriter] Do not crash on a typed declaration (#69564)Igor Kudrin
2023-07-05[llvm] A Unified LTO Bitcode FrontendMatthew Voss
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-12-13[ThinLTOBitcodeWriter] Convert tests to opaque pointers (NFC)Nikita Popov
2021-12-10[ThinLTO][MC] Use conditional assignments for promotion aliasesSami Tolvanen
2021-08-03ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen
2021-07-20Revert "ThinLTO: Fix inline assembly references to static functions with CFI"Sami Tolvanen
2021-07-20ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen
2021-07-16Revert "ThinLTO: Fix inline assembly references to static functions with CFI"Sami Tolvanen
2021-07-16ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen
2021-06-23Revert "ThinLTO: Fix inline assembly references to static functions with CFI"Zequan Wu
2021-06-23ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen
2021-06-22Revert "ThinLTO: Fix inline assembly references to static functions with CFI"Sami Tolvanen
2021-06-22ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen
2021-04-19[ThinLTO] Copy UnnamedAddr when spliting module.Zequan Wu
2021-03-29Don't use $ as suffix for symbol names in ThinLTOBitcodeWriter and other placesHans Wennborg
2021-02-24Transforms: Clone distinct nodes in metadata mapper unless RF_ReuseAndMutateD...Duncan P. N. Exon Smith
2021-02-20[LTO] Fix cloning of llvm*.used when splitting moduleTeresa Johnson
2021-01-21[NewPM][opt] Run the "default" AA pipeline by defaultArthur Eubanks
2021-01-21Revert "[NewPM][opt] Run the "default" AA pipeline by default"Arthur Eubanks
2021-01-21[NewPM][opt] Run the "default" AA pipeline by defaultArthur Eubanks
2020-11-19[test] Fix split-vfunc.ll under NPMArthur Eubanks
2020-03-05ThinLTOBitcodeWriter: drop dso_local when a GlobalVariable is converted to a ...Fangrui Song
2019-08-09cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne
2019-07-29ThinLTOBitcodeWriter: Include globals associated with type metadata globals i...Peter Collingbourne
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-05-15[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song
2019-04-17[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbolsSteven Wu
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
2018-06-01[ThinLTOBitcodeWriter] Emit summaries for regular LTO modulesVlad Tsyrklevich
2018-04-20Fix build failures for r330387 on buildbots that don't build the X86 targetVlad Tsyrklevich
2018-04-20LowerTypeTests: Propagate symver directivesVlad Tsyrklevich
2018-02-06[ThinLTO] fix test failure without x86 backendHiroshi Inoue
2018-02-06ThinLTOBitcodeWriter: Do not include module-level inline asm in the merged mo...Peter Collingbourne
2018-01-18Make GlobalValues with non-default visibilility dso_local.Rafael Espindola
2018-01-11Make internal/private GVs implicitly dso_local.Rafael Espindola
2018-01-10LowerTypeTests: Add limited support for aliasesVlad Tsyrklevich
2017-11-30ThinLTOBitcodeWriter: Try harder to discard unused references to the merged m...Peter Collingbourne
2017-10-05ModuleUtils: Stop using comdat members to generate unique module ids.Peter Collingbourne
2017-07-21ThinLTO Minimized Bitcode File Size ReductionHaojie Wang