aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-05[libc++] Fix ambiguity when using std::scoped_allocator constructor (#80261)Rajveer Singh Bharadwaj2-4/+10
2024-02-05[libc++] Rename __bit_reference template parameter to avoid conflict (#80661)Dimitry Andric1-5/+5
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement (バレンタイン クレメン)12-20/+302
2024-02-05[clang][Interp] Handle __assume like __builtin_assume.Timm Bäder2-4/+7
2024-02-05[X86] printZeroUpperMove - add support for mask predicated instructionsSimon Pilgrim2-7/+11
2024-02-05[X86] printBroadcast - add support for mask predicated instructionsSimon Pilgrim2-49/+61
2024-02-05[X86] printExtend - add support for mask predicated instructionsSimon Pilgrim2-56/+26
2024-02-05[X86] Split up getShuffleComment into printShuffleMask and printDstRegisterNa...Simon Pilgrim1-34/+35
2024-02-05[libc++abi] Replace usage of raw assert by _LIBCXXABI_ASSERT (#80689)Louis Dionne1-2/+2
2024-02-05[mlir][bufferization][NFC] Pass `DeallocationOptions` instead of flags (#80675)Matthias Springer6-26/+33
2024-02-05[libc++] Add missing <errno.h> include in threading support headers (#80311)Louis Dionne1-0/+1
2024-02-05[libc] implement insque and remque (#80305)Sirui Mu14-2/+393
2024-02-05[analyzer] Support interestingness in ArrayBoundV2 (#78315)NagyDonat3-125/+607
2024-02-05[libc++] Add missing conditionals for feature-test macros (#80168)Louis Dionne7-122/+254
2024-02-05[analyzer] Model Microsoft "__assume" in the same way as clang "__builtin_ass...Loïc Joly2-1/+20
2024-02-05[Libomptarget] Remove unused 'SupportsEmptyImages' API function (#80316)Joseph Huber5-17/+1
2024-02-05[mlir][EmitC] Add support for external functions (#80547)Marius Brehler8-26/+50
2024-02-05[flang] Improve alias analysis to be precise for box and box.base_addr (#80335)Razvan Lupusoru2-1/+41
2024-02-05[libc] Refactor _build_gpu_objects cmake function. (#80631)lntue8-96/+129
2024-02-05[VPlan] Implement type inference for ICmp.Florian Hahn2-0/+37
2024-02-05[clang][Interp] Fix MemberExpr initializing an existing value (#79973)Timm Baeder3-2/+13
2024-02-05[Clang] Fix crash when recovering from an invalid pack indexing type. (#80652)cor3ntin2-0/+21
2024-02-05[InstCombine] Fold ((cst << x) & 1) --> x == 0 when cst is odd (#79772)elhewaty2-3/+90
2024-02-05[lldb][Docs] Remove unnecessary colon in titleDavid Spickett1-2/+2
2024-02-05[Clang] Make AMDGPU OpenCL tests require AMD registered targetJoseph Huber2-0/+4
2024-02-05[clang][Interp] Support zero init for complex types (#79728)Timm Baeder2-2/+39
2024-02-05[SPIR-V] Include SPIRV-Tools tests in CI (#80479)Natalie Chouinard1-1/+1
2024-02-05[clang][Interp] Reject bitcasts to atomic typesTimm Bäder5-2/+34
2024-02-05[AMDGPU] Allow w64 ballot to be used on w32 targets (#80183)Joseph Huber2-4/+4
2024-02-05[Offload] Fix entry global names on NVPTX targetJoseph Huber1-4/+10
2024-02-05[FPEnv][AMDGPU] Correct strictfp tests.Kevin P. Neal6-30/+32
2024-02-05[X86] getShuffleComment - use MI description to determine AVX512 masked predi...Simon Pilgrim1-9/+4
2024-02-05[libc++] Add missing include of <string.h> in POSIX fallbacks for localeLouis Dionne1-0/+1
2024-02-05[RDF] Skip over NoRegister. NFCI. (#80672)Jay Foad1-1/+1
2024-02-05[mlir][ArmSME] Add rewrites to swap extract of extend (#80407)Cullen Rhodes2-1/+197
2024-02-05[mlir][ArmSME][nfc] Fix docs for 2-way opsCullen Rhodes1-5/+5
2024-02-05[libc] tiny fix for doc (#80512)Schrodinger ZHU Yifan3-3/+3
2024-02-05[libc++] fix `counting_semaphore` lost wakeups (#79265)Hui3-20/+108
2024-02-05[flang]Add support for -moutline-atomics and -mno-outline-atomics (#78755)Mats Petersson9-22/+73
2024-02-05[X86] addConstantComments - split VPERMILPS/VPERMILPD handling to reduce repe...Simon Pilgrim1-33/+12
2024-02-05[X86] Add common getSrcIdx helper to determine source index after AVX512 mask...Simon Pilgrim1-20/+14
2024-02-05[RISCV] Add tests for reduce.fmaximum/fminimum. NFC (#80553)Shih-Po Hung3-0/+2810
2024-02-05AMDGPU: Set max supported div/rem size to 64 (#80669)Matt Arsenault3-6/+5469
2024-02-05[AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678)Pierre van Houtryve2-4/+66
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov457-12419/+12407
2024-02-05AMDGPU/GlobalISelDivergenceLowering: select divergent i1 phis (#80003)Petar Avramovic21-259/+827
2024-02-05[AMDGPU] Insert spill codes for the SGPRs used for EXEC copy (#79428)Christudasan Devadasan4-18/+135
2024-02-05[ARM] Convert tests to opaque pointers (NFC)Nikita Popov112-5129/+5129
2024-02-05[AVR] Convert tests to opaque pointers (NFC)Nikita Popov53-583/+573
2024-02-05[libc] Fix generated float128 header for aarch64 target. (#78017)lntue10-28/+56