aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[𝘀𝗽𝗿] changes to main this commit is based onusers/MaskRay/spr/main.formatFangrui Song1-3/+4
2024-01-22[mlir][openacc][NFC] Cleanup hasOnly functions for device_type support (#78800)Valentin Clement (バレンタイン クレメン)1-101/+49
2024-01-22[mlir][openacc] Fix num_gang parser (#78792)Valentin Clement (バレンタイン クレメン)2-2/+11
2024-01-22[DebugInfo] Disable a test runline temporarilyJeremy Morse1-1/+2
2024-01-22[AArch64][SME2] Extend SMEABIPass to handle functions with new ZT0 state (#78...Kerry McLaughlin4-66/+211
2024-01-22[OpenMP] Enable automatic unified shared memory on MI300A. (#77512)carlobertolli12-28/+219
2024-01-22[AMDGPU] Make a few more tests default COV agnostic (#78926)Emma Pilkington4-15/+24
2024-01-22[clang-repl] Limit use of PLT offset flag to linkers that support itStefan Gränitz1-2/+7
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar9-0/+435
2024-01-22[X86] printConstant - add ConstantVector handlingSimon Pilgrim2-12/+18
2024-01-22[flang] Handle -S assemble only flag in flang-to-external-fc (#78979)David Spickett1-0/+4
2024-01-22[mlir] Remove duplicate testAndrzej Warzynski1-7/+0
2024-01-22[JITLink][AArch32] Implement ELF relocation R_ARM_NONEStefan Gränitz5-4/+39
2024-01-22[JITLink][AArch32] Implement ELF relocation R_ARM_TARGET1Stefan Gränitz4-5/+20
2024-01-22[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)Daniel Grumberg2-40/+320
2024-01-22[X86] printZeroUpperMove - add support for constant vectors.Simon Pilgrim5-70/+61
2024-01-22[X86] Update X86::getConstantFromPool to take base OperandNo instead of Displ...Simon Pilgrim4-44/+22
2024-01-22[SelectionDAG][DebugInfo][RemoveDIs] Handle entry value variables in DPValues...Jeremy Morse3-12/+19
2024-01-22[Headers][X86] Add macro descriptions to ia32intrin.h (#78613)Paul T Robinson1-3/+269
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg9-74/+380
2024-01-22AMDGPU/Docs: Add link to MI300 Instruction Set Architecture (#78777)Konstantin Zhuravlyov1-3/+5
2024-01-22[clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializ...Piotr Zegar3-5/+36
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow28-34/+171
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau8-121/+111
2024-01-22[OpenACC] Implement 'vector_length' clause parsing.erichkeane5-2/+59
2024-01-22[Flang][OpenMP] Reword comment for clarification, NFCKrzysztof Parzyszek1-2/+3
2024-01-22[include-cleaner] Add --only-headers flag, opposite of --ignore-headers (#78714)Sam McCall2-3/+31
2024-01-22[AArch64] Add vec3 load/store tests with GEPs with const offsets.Florian Hahn1-3/+169
2024-01-22[OpenMP] Fix two usm tests for amdgpus. (#78824)carlobertolli4-8/+15
2024-01-22[Transforms] Fix -Wunused-variable and remove redundant VerifyStates after #7...Jie Fu1-4/+0
2024-01-22[ConstraintElim] Remove unused checkCondition() parameters (NFC)Nikita Popov1-8/+5
2024-01-22[HLSL][SPIR-V] Add support -fspv-target-env opt (#78611)Natalie Chouinard3-2/+27
2024-01-22[Flang][OpenMP] Restructure recursive lowering in `createBodyOfOp` (#77761)Krzysztof Parzyszek6-49/+198
2024-01-22[libc++] Make sure to publish release notes at ReleaseNotes.htmlLouis Dionne2-1/+5
2024-01-22[mlir][nfc] Update commentsAndrzej Warzynski2-8/+9
2024-01-22[DebugInfo][RemoveDIs] Adjust AMDGPU passes to work with DPValues (#78736)Jeremy Morse4-4/+9
2024-01-22[libc++][NFC] Fix incorrect formatting of release notesLouis Dionne1-3/+3
2024-01-22[reland][libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (...Guillaume Chatelet2-366/+400
2024-01-22True fixpoint algorithm in RS4GC (#75826)Petr Maj2-49/+79
2024-01-22[AArch64][GlobalISel] Legalize Shifts for Smaller/Larger Vectors (#78750)chuongg36-237/+412
2024-01-22[libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller20-401/+1201
2024-01-22Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`" ...Guillaume Chatelet2-399/+365
2024-01-22[libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (#78588)Guillaume Chatelet2-365/+399
2024-01-22[InstCombine] Try to fold trunc(shuffle(zext)) to just a shuffle (#78636)Alexey Bataev3-10/+17
2024-01-22[libc++][NFC] Remove trailing whitespace from release notesLouis Dionne1-1/+1
2024-01-22[UnrollAnalyzerTest] Remove dependency to pass managers (#78473)Björn Pettersson1-70/+45
2024-01-22Revert "[hwasan] Update dbg.assign intrinsics in HWAsan pass" (#78971)Orlando Cazalet-Hyams7-214/+8
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber2-7/+20
2024-01-22[AArch64] Adding tests for shiftsTuan Chuong Goh1-0/+1015
2024-01-22[clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond2-1/+15