summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/alexey-bataev/spr/main.address-commentsAlexey Bataev2024-03-0427-41/+1811
* [SLP][NFC]Make canVectorizeLoads member of BoUpSLP class, NFC.Alexey Bataev2024-03-041-35/+43
* [AArch64][GlobalISel] Re-commit Legalize G_SHUFFLE_VECTOR for Odd-Sized Vecto...Tuan Chuong Goh2024-03-046-121/+268
* AMDGPU: Test a few more cycle counts for mfma opsMatt Arsenault2024-03-041-12/+74
* [mlir][OpenMP][NFC] - Minor fix in OpenMP ops documentation (#83598)Pranav Bhandarkar2024-03-041-1/+1
* [libc][NFC] Don't expose how `float16` and `float128` types are provided (#83...Guillaume Chatelet2024-03-042-11/+7
* [analyzer] Refactor CallDescription match mode (NFC) (#83432)NagyDonat2024-03-046-101/+138
* [clang][analyzer] Change value of checker option in unix.StdCLibraryFunctions...Balázs Kéri2024-03-044-6/+24
* Reapply "[Clang][Sema] Diagnose function/variable templates that shadow their...Krystian Stasiowski2024-03-049-45/+88
* [Clang][Docs] Fix issue numbercor3ntin2024-03-041-1/+1
* [RemoveDIs][DebugInfo] Verifier and printing fixes for DPLabel (#83242)Stephen Tozer2024-03-045-65/+261
* [AMDGPU] Fix setting nontemporal in memory legalizer (#83815)Mirko Brkušanin2024-03-045-5/+710
* [libc][NFC] Fix typo in dyadic_float.h (#83846)Guillaume Chatelet2024-03-041-1/+1
* Follow up to 6b62a9135a2, fix llvm-examples buildJeremy Morse2024-03-042-2/+2
* [AMDGPU] Replace `isInlinableLiteral16` with specific version (#81345)Shilei Tian2024-03-0411-119/+230
* [Clang][Docs] Simpler syntax for Github links. (#82746)cor3ntin2024-03-043-56/+58
* [RemoveDIs] Reapply 3fda50d3915, insert instructions using iteratorsJeremy Morse2024-03-0433-121/+121
* [PowerPC] Add intrinsics for rldimi/rlwimi/rlwnm (#82968)Qiu Chaofan2024-03-047-105/+234
* [Clang] [Sema] Do not crash on dependent or invalid record decls when `-fdump...Sirraide2024-03-044-2/+73
* [clang][Interp] Fix assertion in InitElem{,Pop} opsTimm Bäder2024-03-042-0/+6
* [Docs] Allow building man pages without myst_parser (#82402)cor3ntin2024-03-043-3/+34
* [ARM] R11 not pushed adjacent to link register with PAC-M and AAPCS frame cha...James Westwood2024-03-046-93/+297
* [SPIR-V] Add support for the SPIR-V extension SPV_INTEL_bfloat16_conversion (...Vyacheslav Levytskyy2024-03-0413-9/+246
* [LV] Disable fold tail by masking when IV is used outside (#81609)Niwin Anto2024-03-042-52/+29
* [MLIR][OpenMP] Extend omp.private materialization support: `firstprivate` (#...Kareem Ergawy2024-03-042-7/+144
* [SPIR-V] Add support for SPV_KHR_float_controls (#83418)Vyacheslav Levytskyy2024-03-043-0/+22
* [SPIR-V] Fix bitcast legalization/instruction selection in SPIR-V Backend (#8...Vyacheslav Levytskyy2024-03-045-14/+94
* [SPIRV] Add vector reduction instructions (#82786)Vyacheslav Levytskyy2024-03-0422-53/+3472
* [Inline] Add test for #67054 (NFC)Nikita Popov2024-03-041-0/+31
* [AMDGPU] Add GFX12 memory legalizer tests (#83814)Mirko Brkušanin2024-03-0422-0/+30870
* [libc][NFC] Rename `LIBC_LONG_DOUBLE_IS_` macros (#83399)Guillaume Chatelet2024-03-0414-92/+100
* [llvm][AArch64] Autoupgrade function attributes from Module attributes. (#82763)Dani2024-03-046-3/+122
* [analyzer] Improve some comments in ArrayBoundCheckerV2 (NFC) (#83545)NagyDonat2024-03-041-5/+11
* [mlir][bazel] Remove defines of obsolete MLIR_GPU_TO_CUBIN_PASS_ENABLE. (#83006)Ingo Müller2024-03-042-5/+0
* [mlir][Transforms][NFC] Simplify handling of erased IR (#83423)Matthias Springer2024-03-041-14/+8
* [BOLT] support AArch64 JUMP26 createRelocation (#83531)sinan2024-03-043-0/+54
* [mlir][Transforms][NFC] Simplify `BlockTypeConversionRewrite` (#83286)Matthias Springer2024-03-041-44/+40
* Revert "[clang][analyzer] Change default value of checker option in unix.StdC...Balázs Kéri2024-03-043-19/+6
* [mlir-query] Fix ambiguous overloadJacques Pienaar2024-03-041-1/+1
* [clang][analyzer] Change default value of checker option in unix.StdCLibraryF...Balázs Kéri2024-03-043-6/+19
* [X86][MC] Report error when the instruction length exceeds 15 bytes (#83708)Shengchen Kan2024-03-042-2/+27
* [flang][NFC] Expose FIR to LLVM patterns (#83492)Valentin Clement (バレンタイン クレメン)2024-03-042-24/+37
* [flang] disable memory-allocation-opt.fir test on windows (#83535)jeanPerier2024-03-041-0/+2
* [AVR][NFC] Reformat target description files (#83755)Ben Shi2024-03-042-57/+45
* Restore "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe2024-03-0450-161/+832
* [RISCV] Add test for aliasing miscompile fixed by #83017. NFCLuke Lau2024-03-041-0/+50
* [clang][StaticAnalyzer] fix function evalCall() typo in CheckerDocumentation ...Exile2024-03-041-1/+1
* AMDGPU: Partially re-add scheduling test for gfx940Matt Arsenault2024-03-041-0/+162
* [mlir][Transforms] Encapsulate dialect conversion options in `ConversionConfi...Matthias Springer2024-03-043-104/+116
* [flang] Fix use-after-free in `MemoryAllocation.cpp` (#83768)Matthias Springer2024-03-041-1/+2