summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2024-11-13[DebugInfo] Add a specification attribute to LLVM DebugInfo (#115362)Augusto Noronha
2024-11-12[ThinLTO] Use heterogenous lookups with std::map (NFC) (#115812)Kazu Hirata
2024-11-06[DebugInfo] Add num_extra_inhabitants to debug info (#112590)Augusto Noronha
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-23[Bitcode] Get rid of compiler message (#113428)Serge Pavlov
2024-10-17[SimplifyLibCall][Attribute] Fix bug where we may keep `range` attr with inco...goldsteinn
2024-10-17[APInt] Fix APInt constructions where value does not fit bitwidth (NFCI) (#80...Nikita Popov
2024-10-15[IR] Add `samesign` flag to icmp instruction (#111419)elhewaty
2024-10-12[LLVM] New NoDivergenceSource function attribute (#111832)Tim Renouf
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson
2024-09-09[NFCI][BitcodeReader]Read real GUID from VI as opposed to storing it in map (...Mingming Liu
2024-09-08[Clang] C++20 Coroutines: Introduce Frontend Attribute [[clang::coro_await_el...Yuxuan Chen
2024-09-07[Bitcode] Avoid repeated hash lookups (NFC) (#107708)Kazu Hirata
2024-09-07[ThinLTO] Shrink FunctionSummary by 8 bytes (#107706)Kazu Hirata
2024-09-07[Bitcode] Fix -Wunused-but-set-variable in BitcodeReader.cpp (NFC)Jie Fu
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu
2024-09-06[ThinLTO] Shrink GlobalValueSummary by 8 bytes (#107342)Kazu Hirata
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-09-05[IR] Check parameters of target extension types on construction (#107268)Jay Foad
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple
2024-08-27Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple
2024-08-23[IR] Inroduce ModuleToSummariesForIndexTy (NFC) (#105906)Kazu Hirata
2024-08-23[llvm] Use range-based for loops (NFC) (#105861)Kazu Hirata
2024-08-23[Bitcode] Use DenseSet instead of std::set (NFC) (#105851)Kazu Hirata
2024-08-15[Bitcode] Use range-based for loops (NFC) (#104534)Kazu Hirata
2024-08-13[Bitcode] Use range-based for loops (NFC) (#103628)Kazu Hirata
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-07-19[CodeGen][ARM64EC] Add support for hybrid_patchable attribute. (#92965)Jacek Caban
2024-07-11[BitcodeReader] Remove dead increment (#98412)Tom Stellard
2024-07-11[MemProf] Track and report profiled sizes through cloning (#98382)Teresa Johnson
2024-07-08Reland "[ThinLTO][Bitcode] Generate import type in bitcode" (#97253)Mingming Liu
2024-07-07[Bitcode] Use range-based for loops (NFC) (#97776)Kazu Hirata
2024-06-25[clang][Driver] Add HIPAMD Driver support for AMDGCN flavoured SPIR-V (#95061)Alex Voicu
2024-06-24[BitcodeReader] Use poison instead of undef for invalid instructionsNikita Popov
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu
2024-06-20Update ModuleSummaryIndexBitcodeReader::makeCallList reserve amount (#95461)Jan Voung
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz87
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz87
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer
2024-06-12Reapply "[llvm][IR] Extend BranchWeightMetadata to track provenance o… (#95...Paul Kirth
2024-06-11Revert new debug info format commits:Stephen Tozer
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer