summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2025-09-05[LLD][COFF] Add more `--time-trace` tags for ThinLTO linking (#156471)Alexandre Ganea
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
2025-07-23[BitcodeReader] Avoid quadratic complexity in intrinsic upgrade (#150032)Nikita Popov
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-07-21[lld] Fix -ObjC load behavior with LTO for section names with whitespace (#14...Aleksandr Urakov
2025-07-07[KeyInstr] Add bitcode support (#147260)Jeremy Morse
2025-07-04[NFCI][LLVM] Adopt `ArrayRef::consume_front()` in a few places (#146793)Rahul Joshi
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang
2025-07-02Fix lld crash caused by dynamic bit offset patch (#146701)Tom Tromey
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault
2025-06-25[NFC][PGO] Use constants rather than free strings for metadata labels (#145721)Mircea Trofin
2025-06-25Non constant size and offset in DWARF (#141106)Tom Tromey
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-06-04[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson
2025-06-03Revert "[MemProf] Optionally save context size info on largest cold allocatio...Teresa Johnson
2025-06-03[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers
2025-05-27[Bitcode] Fix constexpr expansion creating invalid PHIs (#141560)Timothy Werquin
2025-05-24[Bitcode] Remove unused includes (NFC) (#141354)Kazu Hirata
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-05-12[NFCI][LLVM/MLIR] Adopt `TrailingObjects` convenience API (#138554)Rahul Joshi
2025-05-10[IR] Teach getConstraintString to return StringRef (NFC) (#139401)Kazu Hirata
2025-05-09[MemProf] Disable alloc context in combined summary for ndebug builds (#139161)Teresa Johnson
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata
2025-05-02[IR] Do not store Function inside BlockAddress (#137958)Nikita Popov
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-19[llvm] Use range-based for loops with llvm::drop_begin (NFC) (#136417)Kazu Hirata
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-31Add support for fixed-point types (#129596)Tom Tromey
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata
2025-03-25Add bit stride to DICompositeType (#131680)Tom Tromey
2025-03-22[llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bi...Michael Buch
2025-03-07[NFC][IR] Use emplace instead of insert (#130360)Vitaly Buka
2025-03-07[NFC][IR] Use auto instead of explicit type (#130351)Vitaly Buka
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-02-27[Bitcode] Avoid repeated hash lookups (NFC) (#128824)Kazu Hirata
2025-02-24Add DISubrangeType (#126772)Tom Tromey
2025-02-19[BitcodeReader] Use `poison` instead of `undef` to represent unsupported cons...Pedro Lobo
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch