aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Hirata1-1/+0
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 Johnson1-2/+5
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
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-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-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 Morse1-20/+3
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata1-3/+1
2025-03-07[NFC][IR] Use emplace instead of insert (#130360)Vitaly Buka1-4/+4
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 Popov1-3/+3
2025-02-13[IR][ModRef] Introduce `errno` memory locationAntonio Frighetto1-5/+23
2025-01-29[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)Alex MacLean1-0/+2
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-3/+12
2025-01-21[IR] Replace of PointerType::get(Type) with opaque version (NFC) (#123617)Mats Jun Larsen1-1/+1
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov1-0/+4
2024-12-17[TySan] Add initial Type Sanitizer (LLVM) (#76259)Florian Hahn1-0/+2
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn1-0/+5
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov1-5/+32
2024-11-22Reapply "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#...Teresa Johnson1-16/+55
2024-11-22Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#1...Teresa Johnson1-55/+16
2024-11-22[MemProf] Use radix tree for alloc contexts in bitcode summaries (#117066)Teresa Johnson1-16/+55
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson1-1/+10
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson1-23/+44
2024-11-12[ThinLTO] Use heterogenous lookups with std::map (NFC) (#115812)Kazu Hirata1-2/+4
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad1-1/+2
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan1-2/+2
2024-10-23[Bitcode] Get rid of compiler message (#113428)Serge Pavlov1-1/+1
2024-10-17[SimplifyLibCall][Attribute] Fix bug where we may keep `range` attr with inco...goldsteinn1-2/+3
2024-10-17[APInt] Fix APInt constructions where value does not fit bitwidth (NFCI) (#80...Nikita Popov1-1/+2
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty1-3/+6
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf1-0/+2
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov1-2/+19
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan1-0/+2
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson1-0/+2
2024-09-09[NFCI][BitcodeReader]Read real GUID from VI as opposed to storing it in map (...Mingming Liu1-15/+12
2024-09-08[Clang] C++20 Coroutines: Introduce Frontend Attribute [[clang::coro_await_el...Yuxuan Chen1-0/+2
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata1-8/+7
2024-09-07[Bitcode] Fix -Wunused-but-set-variable in BitcodeReader.cpp (NFC)Jie Fu1-2/+0