aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[AMDGPU] Set MaxAtomicSizeInBitsSupported. (#75185)upstream/users/clementval/acc_device_type_noneJames Y Knight3-16/+28
2023-12-18[X86AsmParser] Check displacement overflow (#75747)Fangrui Song5-32/+99
2023-12-18asan_static x86-64: Support 64-bit ASAN_SHADOW_OFFSET_CONST (#75748)Fangrui Song1-0/+5
2023-12-18[TSAN] add instrumentation for pthread_mutex_clocklock (#75713)Yvan2-0/+44
2023-12-18[TableGen] AsmParser: Keep consistent naming. NFCMichael Liao1-1/+1
2023-12-18[clang][fatlto] Don't set ThinLTO module flag with FatLTO (#75079)Paul Kirth2-6/+2
2023-12-18[DWP] Fix default for continue-on-cu-index-overflow (#75540)Alexander Yermolovich3-10/+29
2023-12-18[libc++] Fix the handling of `views::take` for `iota_view` (#75683)A. Jiang2-16/+23
2023-12-18Revert "[SLP][NFC]Check for equal opcode preliminary to meet weak strict order"Alexey Bataev1-2/+0
2023-12-18[sanitizer] [Darwin] Disable InstallAtForkHandlerAzharuddin Mohammed3-2/+3
2023-12-18[libc] expose aux vector (#75806)Schrodinger ZHU Yifan4-28/+26
2023-12-18[lldb] Fix a quirk in SBValue::GetDescription (#75793)Pavel Labath4-3/+41
2023-12-18[bazel] Port a0a3c793d212ffc70fdba4c94b024114d11532afJames Y Knight1-0/+15
2023-12-18[clang][lex] Fix non-portability diagnostics with absolute path (#74782)Jan Svoboda2-7/+28
2023-12-18[RISCV][GISel] Fix a bug exposed from compilation warnings. NFCMichael Liao1-5/+5
2023-12-18[InstrRef][NFC] Delete unused variables (#75501)Felipe de Azevedo Piovezan1-9/+2
2023-12-18[libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs fileLouis Dionne1-0/+3
2023-12-18[libc++] Format the code base (#74334)Louis Dionne542-84859/+67513
2023-12-18[AMDGPU] Produce better memoperand for LDS DMA (#75247)Stanislav Mekhanoshin1-6/+10
2023-12-18[AMDGPU] Fix lack of LDS DMA check in the AA handling (#75249)Stanislav Mekhanoshin1-0/+3
2023-12-18[HLSL][DirectX] Move handling of resource element types into the frontendJustin Bogner11-138/+204
2023-12-18[-Wunsafe-buffer-usage] Add a subgroup `-Wunsafe-buffer-usage-in-container` (...Ziqing Luo1-1/+2
2023-12-18[gn build] Manually port 945c645a and a0a3c793Arthur Eubanks2-0/+18
2023-12-18[libc] Improve get_object_files_for_test to reduce CMake configure time for t...lntue1-30/+49
2023-12-18[MLIR][Linalg] Support dynamic sizes in `lower_unpack` (#75494)srcarroll2-9/+132
2023-12-18[llvm-objdump] --disassemble-symbols: skip inline relocs from symbols that ar...Fangrui Song4-9/+14
2023-12-18[LTO] Improve diagnostics handling when parsing module-level inline assembly ...Fangrui Song5-6/+26
2023-12-18[mlir][memref] Make `LoadOp::verify` error more clear (#75831)Rik Huijzer2-2/+13
2023-12-18Revert "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semi...Mingming Liu17-363/+128
2023-12-18[OpenMP] Directly use user's grid and block size in kernel language mode (#70...Shilei Tian3-0/+49
2023-12-18[LinkerWrapper] Forward more arguments to the CPU offloading linker (#75757)Joseph Huber2-7/+29
2023-12-18[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as...Mingming Liu17-128/+363
2023-12-18Revert "[InstCombine] Favour `m_Poison` in `SimplifyDemandedVectorElts`"Nikita Popov18-143/+131
2023-12-18[Libomptarget] Remove remaining global constructors in plugins (#75814)Joseph Huber1-11/+9
2023-12-18[AArch64][SME2] Enable bfm builtins for sme2 (#71927)Sam Tebbs3-10/+28
2023-12-18[Clang][SVE2.1] Update names of the `svwhileXX` builtins with predicate-as-co...Momchil Velikov3-125/+135
2023-12-18[libc++][modules] Adds CMake 3.28 support. (#75700)Mark de Wever1-4/+8
2023-12-18[Clang][SME2] Add multi-vector zip & unzip builtins (#74841)Kerry McLaughlin5-0/+3195
2023-12-18[InstCombine] Favour `m_Poison` in `SimplifyDemandedVectorElts`Antonio Frighetto18-131/+143
2023-12-18[DAG] Fold (vt trunc (extload (vt x))) -> (vt load x) (#75229)Simon Pilgrim4-262/+94
2023-12-18[Clang][SME] Warn when a function doesn't have ZA state (#75805)Sam Tebbs24-297/+371
2023-12-18[mlir] fix filecheck prefixes in a dataflow test (#75794)Oleksandr "Alex" Zinenko1-55/+55
2023-12-18aarch64: fix testcase (#75723)Nathan Sidwell1-1/+1
2023-12-18[InstCombine] Match poison instead of undef in foldVectorBinop()Nikita Popov3-109/+81
2023-12-18[Clang][SVE2.1] Add floating-point variants of `svrevd_XX` (#75117)Momchil Velikov4-4/+245
2023-12-18[InstCombine] Match poison instead of undef in binop of same-mask shuffle foldNikita Popov1-2/+2
2023-12-18[SystemZ][z/OS] Add guard for dl_info and dladdr (#75637)Abhina Sree1-10/+18
2023-12-18[InstCombine] Explicitly canonicalize splat shuffles to use poison RHSNikita Popov4-4/+9
2023-12-18[OpenMP][Clang] Force use of `num_teams` and `thread_limit` for bare kernel (...Shilei Tian6-104/+130
2023-12-18[Libomptarget] Remove bitcode image map used for JIT processing (#75672)Joseph Huber1-32/+19