summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/fmayer/sprmain.scudo-allow-to-resize-allocation-ring-bufferFlorian Mayer2024-02-23657-10844/+36382
|\
| * [NFC] Make RingBuffer an atomic pointer (#82547)Florian Mayer2024-02-231-62/+86
| * [llvm-link] Improve missing file error message (#82514)Michael Halkenhäuser2024-02-231-1/+9
| * [clangd] Fix renaming single argument ObjC methods (#82396)David Goldman2024-02-232-5/+152
| * [gn build] Port 5874874c2472LLVM GN Syncbot2024-02-231-0/+1
| * [SelectionDAG] Introducing the SelectionDAG pattern matching framework (#78654)Min-Yih Hsu2024-02-233-0/+987
| * [mlir][sparse] cleanup sparse runtime library (#82807)Aart Bik2024-02-235-121/+12
| * [flang][bbc] Fix dangling reference to `envDefaults` (#82800)Krzysztof Parzyszek2024-02-231-1/+2
| * [AMDGPU] Simplify AMDGPUDisassembler::getInstruction by removing Res. (#82775)Jay Foad2024-02-232-151/+119
| * [SelectionDAG] Remove unused VP strided load/store creation functions that bu...Craig Topper2024-02-232-113/+8
| * [OpenACC] Fix branch-in/out to not refer to a 'region'erichkeane2024-02-232-8/+8
| * [FPEnv][SystemZ] Correct strictfp test.Kevin P. Neal2024-02-231-12/+12
| * [libc] Fix standard cross build targeting the GPU (#82724)Joseph Huber2024-02-232-2/+6
| * [libc][NFC] Remove redundant external clock symbol for AMDGPU (#82794)Joseph Huber2024-02-231-6/+0
| * [hwasan] Add missing printf parameter in __hwasan_handle_longjmp (#82559)Thurston Dang2024-02-231-1/+1
| * [AMDGPU][NFC] Have helpers to deal with encoding fields. (#82772)Ivan Kosarev2024-02-2310-89/+74
| * [NFC] clean up memtag-stack code (#80906)Florian Mayer2024-02-231-9/+2
| * [mlir][ArmSME] Follow MLIR constant style in VectorLegalization.cpp (NFC)Benjamin Maxwell2024-02-231-14/+14
| * [VPlan] Remove unused VPTransformState::CanonicalIV (NFCI).Florian Hahn2024-02-231-3/+0
| * [mlir][Transforms] Fix crash in dialect conversion (#82783)Matthias Springer2024-02-231-5/+5
| * Improve and modernize logging for Process::CompleteAttach() (#82717)Adrian Prantl2024-02-231-7/+4
| * [AArch64][SVE] Add intrinsincs to assembly mapping for svpmov (#81861)Lukacma2024-02-233-126/+47
| * [mlir][linalg] `LinalgOp`: Disallow mixed tensor/buffer semantics (#80660)Matthias Springer2024-02-234-81/+29
| * [RISCV][NFC] Allow SchedVar to be a def inside our scheduler model files. (#8...Michael Maitland2024-02-232-8/+15
| * build_llvm_release.bat: add tarball export to x64 release (#79840)Benoît Amiaux2024-02-231-0/+9
| * [RemoveDIs] Enable DPLabels conversion [3b/3] (#82639)Orlando Cazalet-Hyams2024-02-233-8/+45
| * [NFC] Precommit a memcpy test for isOrEquivalentToAdd (#82758)hev2024-02-231-0/+34
| * [LLVM] Fix incorrect GPU triple detection for runtimes buildsJoseph Huber2024-02-231-4/+4
| * [mlir] Fix memory leaks after #81759 (#82762)Matthias Springer2024-02-232-12/+14
| * [clang][Interp] Don't return success for already failed global variablesTimm Bäder2024-02-232-0/+9
| * [libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree2024-02-2334-46/+33
| * [ValueTracking] Handle more integer intrinsics in `propagatesPoison` (#82749)Yingwei Zheng2024-02-233-38/+40
| * Users/tsitdikov (#82757)tsitdikov2024-02-232-0/+4
| * [ClangFormat] Fix indent in child lines within a macro argument. (#82523)r4nt2024-02-236-73/+163
| * [MLIR] Expose approximation patterns for tanh/erf. (#82750)Johannes Reifferscheid2024-02-232-0/+13
| * [Clang] Fix acle_sme_zero.c once more.Sander de Smalen2024-02-231-0/+2
| * [RISCV] Disable generation of asynchronous unwind tables for RISCV baremetal ...Garvit Gupta2024-02-233-0/+15
| * Add TestArmSME dependency to mlir-opt library.tsitdikov2024-02-231-0/+1
| * [mlir][NFC] Fix format specifier warning on WindowsMarkus Böck2024-02-231-1/+2
| * [AMDGPU] Fix encoding of VOP3P dpp on GFX11 and GFX12 (#82710)Stanislav Mekhanoshin2024-02-2311-22/+25
| * Add build rule for MLIRArmSMETestPassestsitdikov2024-02-231-0/+17
| * [Clang] Fix acle_sme_zero.c (missing aarch64-registered-target)Sander de Smalen2024-02-231-0/+1
| * [RemoveDIs] Add DPLabels support [3a/3] (#82633)Orlando Cazalet-Hyams2024-02-2313-44/+114
| * [Clang][AArch64] Add missing prototypes for streaming-compatible routines (#8...Sander de Smalen2024-02-232-2/+63
| * [Clang][AArch64] Fix 'svzero_za' intrinsic to take no arguments. (#82648)Sander de Smalen2024-02-232-1/+8
| * [GlobalISel] Fix a check that aligned tail call is lowered (#82016)Evgenii Kudriashov2024-02-232-1/+25
| * Remove duplicated REQUIRES: assertsBenjamin Kramer2024-02-231-1/+0
| * [clang][Interp][NFC] Print global variable initialization stateTimm Bäder2024-02-233-2/+10
| * [mlir][Transforms][NFC] Decouple `ConversionPatternRewriterImpl` from `Conver...Matthias Springer2024-02-231-23/+21
| * [include-cleaner] Use FoundDecl only for using-shadow-decls (#82615)kadir çetinkaya2024-02-232-15/+24