aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[Bitcode] Use ConstantInt::getSigned()Nikita Popov1-1/+1
2025-12-08[llvm-c] Deprecate functions working on the global context (#163979)Nikita Popov1-4/+6
2025-12-02[ThinLTO] Fix parsing null aliasee in alias summary (#169490)Mingjie Xu1-7/+12
2025-11-26Add deactivation symbol operand to ConstantPtrAuth.Peter Collingbourne1-1/+20
2025-11-25[LLVM] Use "syncscope" instead of "synchscope" in comments. NFC. (#134615)Jay Foad1-2/+2
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi2-0/+9
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad1-0/+2
2025-11-04[BitcodeReader][NFC] Tidy getEnableSplitLTOUnitAndUnifiedFlag (#165732)Andrew Ng1-25/+9
2025-10-29[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt type...Orlando Cazalet-Hyams1-4/+4
2025-10-29[llvm][Bitcode][ObjC] Fix order of setter/getter argument to DIObjCProperty c...Michael Buch1-2/+3
2025-10-22[ThinLTO] Add index flag for internalization/promotion status (#164530)Teresa Johnson1-1/+1
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss1-0/+2
2025-10-15[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit ...Michael Buch1-2/+4
2025-10-10[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#1...Michael Buch1-5/+11
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch1-4/+6
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver1-0/+2
2025-09-24[IR] Introduce `llvm.errno.tbaa` metadata for errno alias disambiguationAntonio Frighetto1-1/+1
2025-09-15[NFC][LLVM] Namespace cleanup in MetadataLoader.cpp (#157595)Rahul Joshi1-11/+5
2025-09-05[LLD][COFF] Add more `--time-trace` tags for ThinLTO linking (#156471)Alexandre Ganea1-0/+2
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson1-0/+1
2025-07-23[BitcodeReader] Avoid quadratic complexity in intrinsic upgrade (#150032)Nikita Popov1-9/+9
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov1-3/+5
2025-07-21[lld] Fix -ObjC load behavior with LTO for section names with whitespace (#14...Aleksandr Urakov1-3/+11
2025-07-07[KeyInstr] Add bitcode support (#147260)Jeremy Morse2-8/+19
2025-07-04[NFCI][LLVM] Adopt `ArrayRef::consume_front()` in a few places (#146793)Rahul Joshi1-12/+7
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-4/+18
2025-07-02Fix lld crash caused by dynamic bit offset patch (#146701)Tom Tromey1-2/+4
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto1-0/+2
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 Tromey1-15/+46
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse1-8/+0
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse1-5/+3
2025-06-04[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson1-0/+8
2025-06-03Revert "[MemProf] Optionally save context size info on largest cold allocatio...Teresa Johnson1-8/+0
2025-06-03[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson1-0/+8
2025-06-02[llvm] annotate interfaces in AsmParser, BinaryFormat, Bitcode, and Bitstream...Andrew Rogers1-1/+1
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 Hirata3-8/+0
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-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 Johnson2-2/+6
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault1-0/+4
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi1-2/+1
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov1-4/+0
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault1-0/+4
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 Thackray1-0/+4