aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-07[KeyInstr] Add bitcode support (#147260)Jeremy Morse1-7/+15
2025-07-06[Bitcode][NFC] Add abbrev for FUNC_CODE_DEBUG_LOC (#147211)Jeremy Morse1-1/+16
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-1/+6
2025-07-03[Bitcode] Add abbreviations for additional instructions (#146825)Nikita Popov1-7/+75
2025-07-02[Bitcode] Extract common BitCodeAbbrevOps (NFC)Nikita Popov1-24/+25
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto1-0/+2
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey1-14/+21
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse1-2/+0
2025-06-04[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson1-8/+18
2025-06-03Revert "[MemProf] Optionally save context size info on largest cold allocatio...Teresa Johnson1-18/+8
2025-06-03[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson1-8/+18
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers1-1/+2
2025-05-24[Bitcode] Remove unused includes (NFC) (#141354)Kazu Hirata1-1/+0
2025-05-19[NFC][MemProf] Move IndexedMemProfData to its own header. (#140503)Snehasish Kumar1-0/+1
2025-05-19[NFC][MemProf] Move Radix tree methods to their own header and cpp. (#140501)Snehasish Kumar1-0/+1
2025-05-11[Bitcode] Use range-based for loops (NFC) (#139421)Kazu Hirata1-3/+3
2025-05-10[IR] Teach getAsmString to return StringRef (NFC) (#139406)Kazu Hirata1-1/+1
2025-05-10[IR] Teach getConstraintString to return StringRef (NFC) (#139401)Kazu Hirata1-1/+1
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson1-52/+83
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray1-0/+4
2025-04-30[IR] Don't allow label arguments (#137799)Nikita Popov1-7/+2
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray1-4/+0
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray1-0/+4
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-1/+1
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-2/+1
2025-03-31Add support for fixed-point types (#129596)Tom Tromey1-0/+32
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata1-10/+5
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey1-0/+1
2025-03-21[llvm:ir] Add support for constant data exceeding 4GiB (#126481)pzzp1-4/+4
2025-03-11[IR] Optimize CFI in `writeCombinedGlobalValueSummary` (#130382)Vitaly Buka1-9/+15
2025-03-08[NFC][IR] De-duplicate CFI related code (#130450)Vitaly Buka1-21/+15
2025-03-07[NFC][IR] Remove redundant .empty() check (#130352)Vitaly Buka1-22/+18
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-3/+3
2025-02-24Add DISubrangeType (#126772)Tom Tromey1-0/+23
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto1-2/+9
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch1-0/+3
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-2/+0
2025-01-14[MemProf] Fix an assertion when writing distributed index for aliasee (#122946)Teresa Johnson1-0/+8
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov1-0/+2
2024-12-17[TySan] Add initial Type Sanitizer (LLVM) (#76259)Florian Hahn1-0/+2
2024-12-02[ThinLTO]Supports declaration import for global variables in distributed Thin...Mingming Liu1-1/+2
2024-11-24[memprof] Speed up llvm-profdata (#117446)Kazu Hirata1-1/+1
2024-11-22Reapply "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#...Teresa Johnson1-11/+147
2024-11-22Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#1...Teresa Johnson1-147/+11
2024-11-22[MemProf] Use radix tree for alloc contexts in bitcode summaries (#117066)Teresa Johnson1-11/+147
2024-11-20[NFCI][WPD]Use unique string saver to store type id (#106932)Mingming Liu1-2/+2
2024-11-20[LLVM][NFC] Use `used`'s element type if available (#116804)Alex Voicu1-1/+2
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson1-7/+20
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson1-14/+54
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha1-0/+1