summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.lld-discard-sht_llvm_lto-sections-in-relocatable-linksPaul Kirth2024-05-212690-60637/+94108
|\
| * [flang][cuda] Fix memory side effects on cuf.data_transfer op (#92928)Valentin Clement (バレンタイン クレメン)2024-05-211-2/+2
| * [mlir][intrange] Represent bounds of `ReflectBoundsOp` as `si`/`ui` (#92641)Felix Schneider2024-05-213-8/+17
| * [RISCV][ISel] Allow opaque constants in `hasAndNotCompare` (#92926)Yingwei Zheng2024-05-222-1/+23
| * Reapply "[coro][CoroSplit] Use `llvm.lifetime.end` to compute putting objects...Alan Zhao2024-05-214-29/+259
| * AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling (#92863)Matt Arsenault2024-05-213-29/+56
| * AMDGPU: Implement getRoundingControlRegisters (#92884)Matt Arsenault2024-05-213-0/+64
| * [lld][AArch64] Add support for GCS (#90732)John Brawn2024-05-213-0/+175
| * [CodeGen] Assign SHT_LLVM_LTO to .llvm.lto section (#92856)Fangrui Song2024-05-213-2/+4
| * [AMDGPU] Vectorize more 16 bit shuffles (#90648)Jeffrey Byrnes2024-05-217-724/+1278
| * [Clang][Sema] Refactor handling of vector subscript expressions (NFC) (#92778)Momchil Velikov2024-05-212-30/+19
| * [Darwin][IR] Don't error on target_variant mismatch when linking IR (#92297)Steven Wu2024-05-215-4/+46
| * [GISel][RISCV] Add irtranslator/legalizer/selector support for G_FREEZE. (#92...Yingwei Zheng2024-05-216-2/+364
| * [AMDGPU] HasOneUse uses (#92534)jofrn2024-05-211-16/+6
| * [InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov2024-05-211-1/+1
| * [clangd] Fix directory separators in `infinite-instatiation.test`Vlad Serebrennikov2024-05-211-1/+1
| * [InstCombine] Use m_Poison() instead of m_Undef() (NFCI)Nikita Popov2024-05-211-6/+7
| * [InstCombine] Check for poison instead of undef in single shuffle foldNikita Popov2024-05-214-8/+26
| * [OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane2024-05-2139-157/+1005
| * [InstCombine] Use m_Poison instead of m_Undef (NFCI)Nikita Popov2024-05-211-4/+4
| * [AIX] Set memrchr to unavailable (#92588)Qiongsi Wu2024-05-211-0/+3
| * [InstCombine] Check for poison instead of undef in shuffle of unop transformNikita Popov2024-05-212-5/+4
| * [InstCombine] Add test for incorrect shuffle of unop transform (NFC)Nikita Popov2024-05-211-0/+12
| * [InstCombine] Use m_Poison instead of m_Undef in some places (NFCI)Nikita Popov2024-05-211-4/+4
| * [InstCombine] Check for poison instead of undef in splat shuffle foldNikita Popov2024-05-212-11/+7
| * [InstCombine] Add test for splat shuffle miscompile (NFC)Nikita Popov2024-05-211-0/+24
| * [flang][Lower] Emit exiting branches from within constructs (#92455)Krzysztof Parzyszek2024-05-213-29/+167
| * [InstCombine] Require poison operand in canEvaluateShuffled transformNikita Popov2024-05-212-3/+2
| * [InstCombine] Add test for #92887 (NFC)Nikita Popov2024-05-211-0/+16
| * [AMDGPU] Remove #if 0 code for indexed resources in SIInsertWaitcnts (#92905)Jay Foad2024-05-211-11/+0
| * [clangd] Fix bad directory path in `infinite-instantiations.test`Vlad Serebrennikov2024-05-211-1/+1
| * [AMDGPU] Remove #if 0 code for buffer stores in SIInsertWaitcnts (#92903)Jay Foad2024-05-211-12/+0
| * [AMDGPU] Remove #if 0 code for fences in SIInsertWaitcnts (#92902)Jay Foad2024-05-211-53/+0
| * MIPS/Clang: handleTargetFeatures, add +fp64 if +msa and no other +-fp (#92728)YunQiang Su2024-05-211-4/+13
| * [clang] Introduce `SemaPseudoObject` (#92646)Vlad Serebrennikov2024-05-216-80/+112
| * [clang][Interp] Fix initializing zero-size arraysTimm Bäder2024-05-213-3/+28
| * [LLD][COFF] Demangle ARM64EC export names. (#87068)Jacek Caban2024-05-212-16/+145
| * [clang][Interp] Reject inc/dec ops before C++ 14Timm Bäder2024-05-212-0/+28
| * [clang][Interp] Implement __builtin_sycl_unique_stable_nameTimm Bäder2024-05-213-0/+34
| * [flang][HLFIR] Adapt InlineElementals to run on all top level ops (#92734)Tom Eccles2024-05-217-16/+29
| * [clangd] Reduce instantiation depth in `infinite-instantiations.test` (#92888)Vlad Serebrennikov2024-05-211-2/+3
| * [clang][Interp] Fix discarding construct exprs with zero initializersTimm Bäder2024-05-212-13/+25
| * [lldb] Clean up unused includes in DebugNamesDWARFIndexPavel Labath2024-05-212-2/+1
| * [lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath2024-05-2112-84/+105
| * [clang][Interp] Protect GetPtrField ops from unknown size arraysTimm Bäder2024-05-212-0/+11
| * [Clang] Emit lifetime markers for non-aggregate temporary allocas (#90849)Lukacma2024-05-215-46/+84
| * [clang][Interp] Fix dummy DeclRefExprs for function pointersTimm Bäder2024-05-212-2/+16
| * [LAA] Check accesses don't overlap early to determine NoDep (#92307)Florian Hahn2024-05-216-140/+320
| * [Flang][OpenMP] Fix lastprivate store issue (#92777)Kiran Chandramohan2024-05-212-1/+20
| * [clang][Interp][NFC] Remove an assertion that's too strongTimm Bäder2024-05-211-2/+0