summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
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-30[IR] Don't allow label arguments (#137799)Nikita Popov
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-16[llvm] Use llvm::append_range (NFC) (#135931)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-21[llvm:ir] Add support for constant data exceeding 4GiB (#126481)pzzp
2025-03-11[IR] Optimize CFI in `writeCombinedGlobalValueSummary` (#130382)Vitaly Buka
2025-03-08[NFC][IR] De-duplicate CFI related code (#130450)Vitaly Buka
2025-03-07[NFC][IR] Use emplace instead of insert (#130360)Vitaly Buka
2025-03-07[NFC][IR] Remove redundant .empty() check (#130352)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
2025-01-29[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)Alex MacLean
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-21[IR] Replace of PointerType::get(Type) with opaque version (NFC) (#123617)Mats Jun Larsen
2025-01-14[MemProf] Fix an assertion when writing distributed index for aliasee (#122946)Teresa Johnson
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov
2024-12-17[TySan] Add initial Type Sanitizer (LLVM) (#76259)Florian Hahn
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn
2024-12-02[ThinLTO]Supports declaration import for global variables in distributed Thin...Mingming Liu
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov
2024-11-24[memprof] Speed up llvm-profdata (#117446)Kazu Hirata
2024-11-22Reapply "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#...Teresa Johnson
2024-11-22Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#1...Teresa Johnson
2024-11-22[MemProf] Use radix tree for alloc contexts in bitcode summaries (#117066)Teresa Johnson
2024-11-20[NFCI][WPD]Use unique string saver to store type id (#106932)Mingming Liu
2024-11-20[LLVM][NFC] Use `used`'s element type if available (#116804)Alex Voicu
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson