summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [๐˜€๐—ฝ๐—ฟ] changes introduced through rebaseupstream/users/ilovepi/spr/main.llvmlldriscv-support-x3_reg_usagePaul Kirth2024-04-250-0/+0
|\
| * [llvm][RISCV] Enable trailing fences for seq-cst stores by default (#87376)Paul Kirth2024-04-257-24/+29
* | [๐˜€๐—ฝ๐—ฟ] changes introduced through rebasePaul Kirth2024-04-259369-275844/+553372
|\|
| * [RISCV] Support RISCV Atomics ABI attributes (#84597)Paul Kirth2024-04-2510-2/+314
| * [SLP]Fix PR89988: do extra analysis of the icmp args to correctly handle sign...Alexey Bataev2024-04-252-4/+11
| * [SLP][NFC]Add a test with the incorrect comparison after minbiwidth analysis.Alexey Bataev2024-04-251-0/+41
| * [RISCV][MachineCombiner] Pre-commit test for RVV reassociationsMin Hsu2024-04-251-0/+254
| * Copied from llvm/test/CodeGen/X86/mmx-intrinsics.ll (#90131)Vitaly Buka2024-04-251-2649/+2391
| * [msan] Fork unchanged mmx tests (#90135)Vitaly Buka2024-04-251-0/+3875
| * [memprof] Use DenseMap::contains (NFC) (#90124)Kazu Hirata2024-04-251-4/+4
| * [compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...Paul Kirth2024-04-252-6/+8
| * [CMake][Release] Refactor cache file and use two stages for non-PGO builds (#...Tom Stellard2024-04-251-68/+66
| * [lldb] Reenable test HostTest.GetProcessInfo with relaxed constraints. (#89637)Fred Grim2024-04-251-6/+10
| * [llvm][ctx_profile] Add the `llvm.instrprof.callsite` intrinsic (#89939)Mircea Trofin2024-04-255-0/+64
| * [MC] Remove RelaxAll parameters from create*StreamerFangrui Song2024-04-2541-152/+118
| * Reapply "[Flang] Add fallthrough annotations in visit.h (#90014)"Alexander Shaposhnikov2024-04-251-0/+6
| * [scudo] Improve readability of MemMapFuchsia's error handling (#90102)Fabio D'Urso2024-04-251-17/+17
| * [MLIR][Vector] Allow Scalable Dim in OneDimMultiReductionToTwoDim (#89978)Zhaoshi Zheng2024-04-252-6/+26
| * [MC] Move setRelaxAll() calls to MCObjectStreamerFangrui Song2024-04-2515-25/+2
| * fix LinalgTransforms bazel build (#90120)Jeremy Kun2024-04-251-0/+2
| * [TableGen] ShouldIgnore Pattern bit to disable DAG pattern imports during GIS...jofrn2024-04-256-12/+32
| * [LAA] Support different strides & non constant dep distances using SCEV. (#88...Florian Hahn2024-04-254-59/+102
| * [HLSL] Correctly set `__HLSL_ENABLE_16_BIT` (#89788)Chris B2024-04-252-11/+15
| * [mlir][linalg] Add a test for inferConvolutionDimsImpl (#90057)Andrzej Warzyล„ski2024-04-251-0/+22
| * [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2024-04-253-7/+7
| * Remove unneeded LLVM_FALLTHROUGH. NFCFangrui Song2024-04-255-8/+0
| * [github] Add BOLT to new-prs-labeler.yml (#90114)Amir Ayupov2024-04-251-0/+3
| * [mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)Brian Gesiak2024-04-254-8/+9
| * [mlir-lsp] Add `outgoingNotification` unit testBrian Gesiak2024-04-251-0/+7
| * Revert "[Flang] Add fallthrough annotations in visit.h (#90014)"Alexander Shaposhnikov2024-04-251-7/+0
| * [Clang][Sema] Fix warnings after #84050 (#90104)Krystian Stasiowski2024-04-252-2/+1
| * [memprof] Move getFullSchema and getHotColdSchema outside PortableMemInfoBloc...Kazu Hirata2024-04-254-23/+26
| * [RISCV][NFC] Trim line to 80 chars in RISCVInstrZvk.tdMichael Maitland2024-04-251-1/+1
| * [RISCV] Give up on correct undef semantics in mul strength reduction (#90097)Philip Reames2024-04-252-8/+130
| * Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder2024-04-254-14/+105
| * [Clang][Sema] Diagnose class member access expressions naming non-existent me...Krystian Stasiowski2024-04-2530-224/+765
| * Initial step in targets DAP support (#86623)jeffreytan812024-04-2512-9/+296
| * [NFC] Enable atomic tests on AIXJake Egan2024-04-254-4/+0
| * [LLVMgold] Suppress -Wcast-function-type-mismatch diagnosticFangrui Song2024-04-251-2/+4
| * Disable FTZ/DAZ when compiling shared libraries by default. (#80475)Joshua Cranmer2024-04-258-39/+64
| * [Flang] Add fallthrough annotations in visit.h (#90014)Alexander Shaposhnikov2024-04-251-0/+7
| * [gn build] Port 8dc7db7a2463LLVM GN Syncbot2024-04-251-0/+1
| * [InstCombine] Canonicalize `gep T, (gep i8, base, C1), (Index + C2)` into `ge...Yingwei Zheng2024-04-262-0/+332
| * Fix lldb build failure caused by 39adc8f42329erichkeane2024-04-251-2/+2
| * [memprof] Remove getFullSchema in MemProfTest.cpp (#90072)Kazu Hirata2024-04-251-11/+3
| * [NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane2024-04-2547-296/+513
| * [clang-tidy] Add clang-tidy check readability-math-missing-parentheses (#84481)Bhuminjay Soni2024-04-258-0/+289
| * [mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt2024-04-259-33/+549
| * [BOLT] Print program stats in perf2bolt/aggregate-only mode (#89763)Amir Ayupov2024-04-255-5/+13
| * [lldb] [llgs] Fix assertion in Handle_qfThreadInfo (#88301)Ayush Sahay2024-04-251-1/+1