summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode
AgeCommit message (Expand)Author
2024-10-11[IR] Allow MDString in operand bundles (#110805)Serge Pavlov
2024-10-09AMDGPU: Remove flat/global fmin/fmax intrinsics (#105642)Matt Arsenault
2024-10-08AMDGPU: Add noalias.addrspace metadata when autoupgrading atomic intrinsics (...Matt Arsenault
2024-10-02[IR] Allow fast math flags on calls with homogeneous FP struct types (#110506)Benjamin Maxwell
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan
2024-09-06[NFCI]Remove EntryCount from FunctionSummary and clean up surrounding synthet...Mingming Liu
2024-09-06Add usub_cond and usub_sat operations to atomicrmw (#105568)anjenner
2024-09-02[AutoUpgrade] Preserve attributes when upgrading named struct returnNikita Popov
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple
2024-08-28Move stepvector intrinsic out of experimental namespace (#98043)Maciej Gabka
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-22AMDGPU: Remove global/flat atomic fadd intrinics (#97051)Matt Arsenault
2024-08-21AMDGPU: Remove flat/global atomic fadd v2bf16 intrinsics (#97050)Matt Arsenault
2024-08-20[DataLayout] Refactor the rest of `parseSpecification` (#104545)Sergei Barannikov
2024-08-12IR/AMDGPU: Autoupgrade amdgpu-unsafe-fp-atomics attribute (#101698)Matt Arsenault
2024-08-08Allow empty range attribute and add assert for full range (#100601)Andreas Jonson
2024-08-08[LLVM][rtsan] Add sanitize_realtime attribute for the realtime sanitizer (#10...Chris Apple
2024-07-28Cleanup x86_mmx after removing IR type (#100646)James Y Knight
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-07-11[MemProf] Track and report profiled sizes through cloning (#98382)Teresa Johnson
2024-07-03[test] Remove immarg parameter attribute from calls (#97432)Jay Foad
2024-06-27AMDGPU: Add amdgpu.no.fine.grained.memory when upgrading old atomic intrinsic...Matt Arsenault
2024-06-27AMDGPU: Remove ds_fmin/ds_fmax intrinsics (#96739)Matt Arsenault
2024-06-23AMDGPU: Remove ds atomic fadd intrinsics (#95396)Matt Arsenault
2024-06-21Add the 'initializes' attribute langref and support (#84803)Haopeng Liu
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz87
2024-06-18[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (...eddyz87
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-06-10[LLVM][IR][Sanitizers] Add sanitize_numerical_stability attribute (#95051)Alexander Shaposhnikov
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-05-29Use DIExpression::foldConstantMath() at the result of an append() (#71719)Shubham Sandeep Rastogi
2024-05-28[IR][AArch64][PAC] Add "ptrauth(...)" Constant to represent signed pointers. ...Ahmed Bougacha
2024-05-28[IR] Fix ignoring `non-global-value-max-name-size` in `ValueSymbolTable::make...Daniil Fukalov
2024-05-06Revert "Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLT...Jan Voung
2024-05-01Reapply "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung
2024-04-30Revert "Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summari...Jan Voung
2024-04-30Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summaries (#90497)Jan Voung
2024-04-29Move several vector intrinsics out of experimental namespace (#88748)Maciej Gabka
2024-04-15[DebugInfo][RemoveDIs] Fix error from not tracking seen debug labels (#88718)Stephen Tozer
2024-04-15[ADT] In FoldingSet calulation for APInt add bit width to avoid crash (#88635)Andreas Jonson
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks
2024-04-10[ThinLTO]Record import type in GlobalValueSummary::GVFlags (#87597)Mingming Liu
2024-04-09Add support for `nneg` flag with `uitofp`Noah Goldstein
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer
2024-04-01[ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu
2024-04-01[NFC]Precommit test for vtable import (#79363)Mingming Liu
2024-03-29[IR] Add nowrap flags for trunc instruction (#85592)elhewaty
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov