summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-21[𝘀𝗽𝗿] changes introduced through rebaseusers/ilovepi/spr/main.lld-discard-sht_llvm_lto-sections-in-relocatable-linksPaul Kirth
2024-05-21[flang][cuda] Fix memory side effects on cuf.data_transfer op (#92928)Valentin Clement (バレンタイン クレメン)
2024-05-21[mlir][intrange] Represent bounds of `ReflectBoundsOp` as `si`/`ui` (#92641)Felix Schneider
2024-05-22[RISCV][ISel] Allow opaque constants in `hasAndNotCompare` (#92926)Yingwei Zheng
2024-05-21Reapply "[coro][CoroSplit] Use `llvm.lifetime.end` to compute putting objects...Alan Zhao
2024-05-21AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling (#92863)Matt Arsenault
2024-05-21AMDGPU: Implement getRoundingControlRegisters (#92884)Matt Arsenault
2024-05-21[lld][AArch64] Add support for GCS (#90732)John Brawn
2024-05-21[CodeGen] Assign SHT_LLVM_LTO to .llvm.lto section (#92856)Fangrui Song
2024-05-21[AMDGPU] Vectorize more 16 bit shuffles (#90648)Jeffrey Byrnes
2024-05-21[Clang][Sema] Refactor handling of vector subscript expressions (NFC) (#92778)Momchil Velikov
2024-05-21[Darwin][IR] Don't error on target_variant mismatch when linking IR (#92297)Steven Wu
2024-05-21[GISel][RISCV] Add irtranslator/legalizer/selector support for G_FREEZE. (#92...Yingwei Zheng
2024-05-21[AMDGPU] HasOneUse uses (#92534)jofrn
2024-05-21[InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov
2024-05-21[clangd] Fix directory separators in `infinite-instatiation.test`Vlad Serebrennikov
2024-05-21[InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov
2024-05-21[InstCombine] Check for poison instead of undef in single shuffle foldNikita Popov
2024-05-21[OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane
2024-05-21[InstCombine] Use m_Poison instead of m_Undef (NFCI)Nikita Popov
2024-05-21[AIX] Set memrchr to unavailable (#92588)Qiongsi Wu
2024-05-21[InstCombine] Check for poison instead of undef in shuffle of unop transformNikita Popov
2024-05-21[InstCombine] Add test for incorrect shuffle of unop transform (NFC)Nikita Popov
2024-05-21[InstCombine] Use m_Poison instead of m_Undef in some places (NFCI)Nikita Popov
2024-05-21[InstCombine] Check for poison instead of undef in splat shuffle foldNikita Popov
2024-05-21[InstCombine] Add test for splat shuffle miscompile (NFC)Nikita Popov
2024-05-21[flang][Lower] Emit exiting branches from within constructs (#92455)Krzysztof Parzyszek
2024-05-21[InstCombine] Require poison operand in canEvaluateShuffled transformNikita Popov
2024-05-21[InstCombine] Add test for #92887 (NFC)Nikita Popov
2024-05-21[AMDGPU] Remove #if 0 code for indexed resources in SIInsertWaitcnts (#92905)Jay Foad
2024-05-21[clangd] Fix bad directory path in `infinite-instantiations.test`Vlad Serebrennikov
2024-05-21[AMDGPU] Remove #if 0 code for buffer stores in SIInsertWaitcnts (#92903)Jay Foad
2024-05-21[AMDGPU] Remove #if 0 code for fences in SIInsertWaitcnts (#92902)Jay Foad
2024-05-21MIPS/Clang: handleTargetFeatures, add +fp64 if +msa and no other +-fp (#92728)YunQiang Su
2024-05-21[clang] Introduce `SemaPseudoObject` (#92646)Vlad Serebrennikov
2024-05-21[clang][Interp] Fix initializing zero-size arraysTimm Bäder
2024-05-21[LLD][COFF] Demangle ARM64EC export names. (#87068)Jacek Caban
2024-05-21[clang][Interp] Reject inc/dec ops before C++ 14Timm Bäder
2024-05-21[clang][Interp] Implement __builtin_sycl_unique_stable_nameTimm Bäder
2024-05-21[flang][HLFIR] Adapt InlineElementals to run on all top level ops (#92734)Tom Eccles
2024-05-21[clangd] Reduce instantiation depth in `infinite-instantiations.test` (#92888)Vlad Serebrennikov
2024-05-21[clang][Interp] Fix discarding construct exprs with zero initializersTimm Bäder
2024-05-21[lldb] Clean up unused includes in DebugNamesDWARFIndexPavel Labath
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath
2024-05-21[clang][Interp] Protect GetPtrField ops from unknown size arraysTimm Bäder
2024-05-21[Clang] Emit lifetime markers for non-aggregate temporary allocas (#90849)Lukacma
2024-05-21[clang][Interp] Fix dummy DeclRefExprs for function pointersTimm Bäder
2024-05-21[LAA] Check accesses don't overlap early to determine NoDep (#92307)Florian Hahn
2024-05-21[Flang][OpenMP] Fix lastprivate store issue (#92777)Kiran Chandramohan
2024-05-21[clang][Interp][NFC] Remove an assertion that's too strongTimm Bäder