aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Rebaseusers/ilovepi/spr/llvmlldriscv-support-x3_reg_usagePaul Kirth0-0/+0
2024-04-25[๐˜€๐—ฝ๐—ฟ] changes introduced through rebaseusers/ilovepi/spr/main.llvmlldriscv-support-x3_reg_usagePaul Kirth0-0/+0
2024-04-25[llvm][RISCV] Enable trailing fences for seq-cst stores by default (#87376)Paul Kirth7-24/+29
2024-04-25RebasePaul Kirth9369-275844/+553372
2024-04-25[๐˜€๐—ฝ๐—ฟ] changes introduced through rebasePaul Kirth9369-275844/+553372
2024-04-25[RISCV] Support RISCV Atomics ABI attributes (#84597)Paul Kirth10-2/+314
2024-04-25[SLP]Fix PR89988: do extra analysis of the icmp args to correctly handle sign...Alexey Bataev2-4/+11
2024-04-25[SLP][NFC]Add a test with the incorrect comparison after minbiwidth analysis.Alexey Bataev1-0/+41
2024-04-25[RISCV][MachineCombiner] Pre-commit test for RVV reassociationsMin Hsu1-0/+254
2024-04-25Copied from llvm/test/CodeGen/X86/mmx-intrinsics.ll (#90131)Vitaly Buka1-2649/+2391
2024-04-25[msan] Fork unchanged mmx tests (#90135)Vitaly Buka1-0/+3875
2024-04-25[memprof] Use DenseMap::contains (NFC) (#90124)Kazu Hirata1-4/+4
2024-04-25[compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...Paul Kirth2-6/+8
2024-04-25[CMake][Release] Refactor cache file and use two stages for non-PGO builds (#...Tom Stellard1-68/+66
2024-04-25[lldb] Reenable test HostTest.GetProcessInfo with relaxed constraints. (#89637)Fred Grim1-6/+10
2024-04-25[llvm][ctx_profile] Add the `llvm.instrprof.callsite` intrinsic (#89939)Mircea Trofin5-0/+64
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song41-152/+118
2024-04-25Reapply "[Flang] Add fallthrough annotations in visit.h (#90014)"Alexander Shaposhnikov1-0/+6
2024-04-25[scudo] Improve readability of MemMapFuchsia's error handling (#90102)Fabio D'Urso1-17/+17
2024-04-25 [MLIR][Vector] Allow Scalable Dim in OneDimMultiReductionToTwoDim (#89978)Zhaoshi Zheng2-6/+26
2024-04-25[MC] Move setRelaxAll() calls to MCObjectStreamerFangrui Song15-25/+2
2024-04-25fix LinalgTransforms bazel build (#90120)Jeremy Kun1-0/+2
2024-04-25[TableGen] ShouldIgnore Pattern bit to disable DAG pattern imports during GIS...jofrn6-12/+32
2024-04-25[LAA] Support different strides & non constant dep distances using SCEV. (#88...Florian Hahn4-59/+102
2024-04-25[HLSL] Correctly set `__HLSL_ENABLE_16_BIT` (#89788)Chris B2-11/+15
2024-04-25[mlir][linalg] Add a test for inferConvolutionDimsImpl (#90057)Andrzej Warzyล„ski1-0/+22
2024-04-25[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song3-7/+7
2024-04-25Remove unneeded LLVM_FALLTHROUGH. NFCFangrui Song5-8/+0
2024-04-25[github] Add BOLT to new-prs-labeler.yml (#90114)Amir Ayupov1-0/+3
2024-04-25[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)Brian Gesiak4-8/+9
2024-04-25[mlir-lsp] Add `outgoingNotification` unit testBrian Gesiak1-0/+7
2024-04-25Revert "[Flang] Add fallthrough annotations in visit.h (#90014)"Alexander Shaposhnikov1-7/+0
2024-04-25[Clang][Sema] Fix warnings after #84050 (#90104)Krystian Stasiowski2-2/+1
2024-04-25[memprof] Move getFullSchema and getHotColdSchema outside PortableMemInfoBloc...Kazu Hirata4-23/+26
2024-04-25[RISCV][NFC] Trim line to 80 chars in RISCVInstrZvk.tdMichael Maitland1-1/+1
2024-04-25[RISCV] Give up on correct undef semantics in mul strength reduction (#90097)Philip Reames2-8/+130
2024-04-25Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder4-14/+105
2024-04-25[Clang][Sema] Diagnose class member access expressions naming non-existent me...Krystian Stasiowski30-224/+765
2024-04-25Initial step in targets DAP support (#86623)jeffreytan8112-9/+296
2024-04-25[NFC] Enable atomic tests on AIXJake Egan4-4/+0
2024-04-25[LLVMgold] Suppress -Wcast-function-type-mismatch diagnosticFangrui Song1-2/+4
2024-04-25Disable FTZ/DAZ when compiling shared libraries by default. (#80475)Joshua Cranmer8-39/+64
2024-04-25[Flang] Add fallthrough annotations in visit.h (#90014)Alexander Shaposhnikov1-0/+7
2024-04-25[gn build] Port 8dc7db7a2463LLVM GN Syncbot1-0/+1
2024-04-26[InstCombine] Canonicalize `gep T, (gep i8, base, C1), (Index + C2)` into `ge...Yingwei Zheng2-0/+332
2024-04-25Fix lldb build failure caused by 39adc8f42329erichkeane1-2/+2
2024-04-25[memprof] Remove getFullSchema in MemProfTest.cpp (#90072)Kazu Hirata1-11/+3
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane47-296/+513
2024-04-25[clang-tidy] Add clang-tidy check readability-math-missing-parentheses (#84481)Bhuminjay Soni8-0/+289
2024-04-25[mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt9-33/+549