aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2025-07-03[Bitcode] Add abbreviations for additional instructions (#146825)Nikita Popov1-7/+75
2025-07-02Fix lld crash caused by dynamic bit offset patch (#146701)Tom Tromey1-2/+4
2025-07-02[Bitcode] Extract common BitCodeAbbrevOps (NFC)Nikita Popov1-24/+25
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto2-0/+4
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault1-1/+1
2025-06-25[NFC][PGO] Use constants rather than free strings for metadata labels (#145721)Mircea Trofin1-1/+1
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey2-29/+67
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse1-8/+0
2025-06-11[DebugInfo][RemoveDIs] Remove scoped-dbg-format-setter (#143450)Jeremy Morse1-6/+2
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse2-7/+3
2025-06-04[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson2-8/+26
2025-06-03Revert "[MemProf] Optionally save context size info on largest cold allocatio...Teresa Johnson2-26/+8
2025-06-03[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson2-8/+26
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers2-2/+3
2025-05-27[Bitcode] Fix constexpr expansion creating invalid PHIs (#141560)Timothy Werquin1-2/+6
2025-05-24[Bitcode] Remove unused includes (NFC) (#141354)Kazu Hirata4-9/+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-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey1-1/+1
2025-05-12[NFCI][LLVM/MLIR] Adopt `TrailingObjects` convenience API (#138554)Rahul Joshi1-2/+2
2025-05-11[Bitcode] Use range-based for loops (NFC) (#139421)Kazu Hirata2-5/+5
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 Hirata2-2/+2
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson3-54/+89
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault2-0/+7
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi1-2/+1
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov2-7/+0
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault2-0/+7
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-2/+0
2025-05-02[IR] Do not store Function inside BlockAddress (#137958)Nikita Popov1-1/+1
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray2-0/+8
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 Thackray2-8/+0
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray2-0/+8
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley1-2/+2
2025-04-19[llvm] Use range-based for loops with llvm::drop_begin (NFC) (#136417)Kazu Hirata1-3/+3
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-1/+1
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-35/+2
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse3-28/+6
2025-03-31Add support for fixed-point types (#129596)Tom Tromey2-0/+65
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata2-13/+6
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey2-9/+13
2025-03-22[llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bi...Michael Buch1-2/+2
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] Use emplace instead of insert (#130360)Vitaly Buka1-4/+4
2025-03-07[NFC][IR] Remove redundant .empty() check (#130352)Vitaly Buka1-22/+18
2025-03-07[NFC][IR] Use auto instead of explicit type (#130351)Vitaly Buka1-4/+2
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov2-6/+6