aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2025-01-21[IR] Replace of PointerType::get(Type) with opaque version (NFC) (#123617)Mats Jun Larsen1-1/+1
2025-01-14[MemProf] Fix an assertion when writing distributed index for aliasee (#122946)Teresa Johnson1-0/+8
2025-01-13[IR] Introduce captures attribute (#116990)Nikita Popov2-0/+6
2024-12-17[TySan] Add initial Type Sanitizer (LLVM) (#76259)Florian Hahn2-0/+4
2024-12-04[IR] Allow fast math flags on fptrunc and fpext (#115894)John Brawn1-0/+5
2024-12-02[ThinLTO]Supports declaration import for global variables in distributed Thin...Mingming Liu1-1/+2
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov1-5/+32
2024-11-24[memprof] Speed up llvm-profdata (#117446)Kazu Hirata1-1/+1
2024-11-22Reapply "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#...Teresa Johnson4-27/+204
2024-11-22Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#1...Teresa Johnson3-203/+27
2024-11-22[MemProf] Use radix tree for alloc contexts in bitcode summaries (#117066)Teresa Johnson3-27/+203
2024-11-20[NFCI][WPD]Use unique string saver to store type id (#106932)Mingming Liu1-2/+2
2024-11-20[LLVM][NFC] Use `used`'s element type if available (#116804)Alex Voicu1-1/+2
2024-11-18[MemProf] Change the STACK_ID record to fixed width values (#116448)Teresa Johnson2-8/+30
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson3-37/+99
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha2-5/+12
2024-11-12[ThinLTO] Use heterogenous lookups with std::map (NFC) (#115812)Kazu Hirata1-2/+4
2024-11-06[DebugInfo] Add num_extra_inhabitants to debug info (#112590)Augusto Noronha2-7/+11
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_...davidtrevelyan2-4/+4
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)elhewaty2-3/+9
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf2-0/+4
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov2-3/+35
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan2-0/+4
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad1-5/+4
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson2-0/+4
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 Chen2-0/+4
2024-09-07[Bitcode] Avoid repeated hash lookups (NFC) (#107708)Kazu Hirata1-2/+1
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
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu2-5/+6
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata1-9/+9
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner2-0/+8
2024-09-05[IR] Check parameters of target extension types on construction (#107268)Jay Foad1-1/+5
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple2-4/+0
2024-08-27Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung2-6/+33
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple2-0/+4
2024-08-23[IR] Inroduce ModuleToSummariesForIndexTy (NFC) (#105906)Kazu Hirata1-8/+8
2024-08-23[llvm] Use range-based for loops (NFC) (#105861)Kazu Hirata1-3/+3
2024-08-23[Bitcode] Use DenseSet instead of std::set (NFC) (#105851)Kazu Hirata1-3/+3
2024-08-15[Bitcode] Use range-based for loops (NFC) (#104534)Kazu Hirata1-5/+5
2024-08-13[Bitcode] Use range-based for loops (NFC) (#103628)Kazu Hirata1-4/+4
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple2-0/+4
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight2-3/+6
2024-07-19[CodeGen][ARM64EC] Add support for hybrid_patchable attribute. (#92965)Jacek Caban1-0/+2
2024-07-11[BitcodeReader] Remove dead increment (#98412)Tom Stellard1-1/+0