aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-21[llvm-driver] Add driver alias for c++filt (#92803)Jordan Rupprecht3-0/+7
2024-05-21RegisterPressure: Check empty instead of size == 0Matt Arsenault1-1/+1
2024-05-21AMDGPU/NFC: Reserve 0x056 and 0x057 EF_AMDGPU_MACHs (#92917)Konstantin Zhuravlyov2-1/+5
2024-05-21[clang-repl] Extend the C support. (#89804)Vassil Vassilev3-5/+39
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee2-7/+7
2024-05-21[libc++] LWG2381: Inconsistency in parsing floating point numbers (#77948)A. Jiang5-71/+467
2024-05-21[flang][cuda] Fix memory side effects on cuf.data_transfer op (#92928)Valentin Clement (バレンタイン クレメン)1-2/+2
2024-05-21[mlir][intrange] Represent bounds of `ReflectBoundsOp` as `si`/`ui` (#92641)Felix Schneider3-8/+17
2024-05-22[RISCV][ISel] Allow opaque constants in `hasAndNotCompare` (#92926)Yingwei Zheng2-1/+23
2024-05-21Reapply "[coro][CoroSplit] Use `llvm.lifetime.end` to compute putting objects...Alan Zhao4-29/+259
2024-05-21AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling (#92863)Matt Arsenault3-29/+56
2024-05-21AMDGPU: Implement getRoundingControlRegisters (#92884)Matt Arsenault3-0/+64
2024-05-21[lld][AArch64] Add support for GCS (#90732)John Brawn3-0/+175
2024-05-21[CodeGen] Assign SHT_LLVM_LTO to .llvm.lto section (#92856)Fangrui Song3-2/+4
2024-05-21[AMDGPU] Vectorize more 16 bit shuffles (#90648)Jeffrey Byrnes7-724/+1278
2024-05-21[Clang][Sema] Refactor handling of vector subscript expressions (NFC) (#92778)Momchil Velikov2-30/+19
2024-05-21[Darwin][IR] Don't error on target_variant mismatch when linking IR (#92297)Steven Wu5-4/+46
2024-05-21[GISel][RISCV] Add irtranslator/legalizer/selector support for G_FREEZE. (#92...Yingwei Zheng6-2/+364
2024-05-21[AMDGPU] HasOneUse uses (#92534)jofrn1-16/+6
2024-05-21[InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov1-1/+1
2024-05-21[clangd] Fix directory separators in `infinite-instatiation.test`Vlad Serebrennikov1-1/+1
2024-05-21[InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov1-6/+7
2024-05-21[InstCombine] Check for poison instead of undef in single shuffle foldNikita Popov4-8/+26
2024-05-21[OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane39-157/+1005
2024-05-21[InstCombine] Use m_Poison instead of m_Undef (NFCI)Nikita Popov1-4/+4
2024-05-21[AIX] Set memrchr to unavailable (#92588)Qiongsi Wu1-0/+3
2024-05-21[InstCombine] Check for poison instead of undef in shuffle of unop transformNikita Popov2-5/+4
2024-05-21[InstCombine] Add test for incorrect shuffle of unop transform (NFC)Nikita Popov1-0/+12
2024-05-21[InstCombine] Use m_Poison instead of m_Undef in some places (NFCI)Nikita Popov1-4/+4
2024-05-21[InstCombine] Check for poison instead of undef in splat shuffle foldNikita Popov2-11/+7
2024-05-21[InstCombine] Add test for splat shuffle miscompile (NFC)Nikita Popov1-0/+24
2024-05-21[flang][Lower] Emit exiting branches from within constructs (#92455)Krzysztof Parzyszek3-29/+167
2024-05-21[InstCombine] Require poison operand in canEvaluateShuffled transformNikita Popov2-3/+2
2024-05-21[InstCombine] Add test for #92887 (NFC)Nikita Popov1-0/+16
2024-05-21[AMDGPU] Remove #if 0 code for indexed resources in SIInsertWaitcnts (#92905)Jay Foad1-11/+0
2024-05-21[clangd] Fix bad directory path in `infinite-instantiations.test`Vlad Serebrennikov1-1/+1
2024-05-21[AMDGPU] Remove #if 0 code for buffer stores in SIInsertWaitcnts (#92903)Jay Foad1-12/+0
2024-05-21[AMDGPU] Remove #if 0 code for fences in SIInsertWaitcnts (#92902)Jay Foad1-53/+0
2024-05-21MIPS/Clang: handleTargetFeatures, add +fp64 if +msa and no other +-fp (#92728)YunQiang Su1-4/+13
2024-05-21[clang] Introduce `SemaPseudoObject` (#92646)Vlad Serebrennikov6-80/+112
2024-05-21[clang][Interp] Fix initializing zero-size arraysTimm Bäder3-3/+28
2024-05-21[LLD][COFF] Demangle ARM64EC export names. (#87068)Jacek Caban2-16/+145
2024-05-21[clang][Interp] Reject inc/dec ops before C++ 14Timm Bäder2-0/+28
2024-05-21[clang][Interp] Implement __builtin_sycl_unique_stable_nameTimm Bäder3-0/+34
2024-05-21[flang][HLFIR] Adapt InlineElementals to run on all top level ops (#92734)Tom Eccles7-16/+29
2024-05-21[clangd] Reduce instantiation depth in `infinite-instantiations.test` (#92888)Vlad Serebrennikov1-2/+3
2024-05-21[clang][Interp] Fix discarding construct exprs with zero initializersTimm Bäder2-13/+25
2024-05-21[lldb] Clean up unused includes in DebugNamesDWARFIndexPavel Labath2-2/+1
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath12-84/+105
2024-05-21[clang][Interp] Protect GetPtrField ops from unknown size arraysTimm Bäder2-0/+11