summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[MIPS] match llvm.{min,max}num with {min,max}.fmt for R6 (#89021)"upstream/revert-89021-mipsr6-match-fminmaxYunQiang Su2024-05-224-395/+186
* [clang][Interp][NFC] Propagate IsActive state in unions properlyTimm Bäder2024-05-221-4/+3
* [clang][Interp][NFC] Retrieve active union field in Pointer::toRValue()Timm Bäder2024-05-221-0/+1
* [DAG] ComputeNumSignBits - add AVGCEILS/AVGFLOORS handling (#93021)Simon Pilgrim2024-05-222-1/+73
* [flang][Driver][test] add missing run lines to fopenmp test (#92784)Tom Eccles2024-05-221-1/+6
* [clang-tidy][NFCI] Simplify bugprone-sizeof-expression (#93024)Donát Nagy2024-05-221-17/+15
* MCExpr-ify amd_kernel_code_t (#91587)Janek van Oirschot2024-05-2214-179/+831
* [X86] combineBitcast - merge isa<>/cast<> into single dyn_cast<> call. NFC.Simon Pilgrim2024-05-221-8/+8
* [InstCombine] Handle ConstantFoldCompareInstOperands() failureNikita Popov2024-05-222-0/+20
* [Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459)Michael Kruse2024-05-2218-447/+2511
* [MISched][NFC] Add documentation comment in pickNode for ReadyQueue maintenen...Michael Maitland2024-05-221-0/+15
* [flang][OpenMP] Diagnose invalid reduction modifiers (#92406)Krzysztof Parzyszek2024-05-224-3/+150
* [SDAG] Don't treat ISD::SHL as a uniform binary operator in `ShrinkDemandedOp...Yingwei Zheng2024-05-224-71/+105
* [ConstraintElim] Look through SExt with precond Op sge 0.Florian Hahn2024-05-223-7/+11
* [clang][Interp] Fix checking unions for initializationTimm Bäder2024-05-222-0/+18
* [DAG] SimplifyDemandedBits - ensure we have simplified the shift operands bef...Simon Pilgrim2024-05-222-11/+13
* [gn build] Port 11b97da83141LLVM GN Syncbot2024-05-221-0/+1
* [clang][Interp] Allow stepping back from a one-past-the-end pointerTimm Bäder2024-05-223-4/+9
* [mlir][python] Add bindings for mlirDenseElementsAttrGet (#91389)pranavm-nvidia2024-05-222-0/+159
* [NFC] Fix typo in llvm/test/Transforms/Util/add-TLI-mappings.llPaul Walker2024-05-221-4/+4
* [NFC][LLVM] Fix typos in llvm/test/MC/AArch64/SVEPaul Walker2024-05-223-18/+18
* [NFC][LLVM] Autogenerate check lines for some Analysis/LoopAccessAnalysis tests.Paul Walker2024-05-224-152/+317
* Revert "[indvars] Missing variables at Og (#88270)" (#93016)Carlos Alberto Enciso2024-05-227-588/+0
* [flang][HLFIR] Adapt OptimizedBufferization to run on all top level ops (#92898)Tom Eccles2024-05-226-12/+20
* [clang][Interp][NFC] Fix toAPValue() for array root pointersTimm Bäder2024-05-221-4/+9
* [clang][Interp][NFC] Remove VarDecl requirement in diagnoseUnknownDecl()Timm Bäder2024-05-221-11/+8
* [clang][analyzer] Add checker 'security.SetgidSetuidOrder' (#91445)Balázs Kéri2024-05-226-0/+573
* [clang][Interp][NFC] Remove unneeded CheckRange callTimm Bäder2024-05-221-3/+0
* [LoopVectorize] optimal-epilog-vectorization-profitability.ll - fix LABLE -> ...Simon Pilgrim2024-05-221-4/+4
* [X86] stack-frame-layout-remarks.ll - fix BOTH-Next -> BOTH-NEXT typoSimon Pilgrim2024-05-221-1/+1
* [X86] stack-folding-fp-avx512fp16.ll - remove broken CHECK-LABEl prefix linesSimon Pilgrim2024-05-221-1/+0
* [flang] Add debug information for module variables. (#91582)Abid Qadeer2024-05-225-3/+217
* [clang][Interp][NFC] Fix getType() of pointers pointing to vector elemsTimm Bäder2024-05-221-2/+4
* [AArch64] Fix feature flags dependecies (#90612)Lukacma2024-05-227-54/+35
* [X86] Simplify the code for EFLAGS copy lowering, NFCIShengchen Kan2024-05-221-357/+143
* [Clang][AArch64][SVE] Allow write to SVE vector elements using the subscript ...Momchil Velikov2024-05-223-2/+24
* [Flang][OpenMP] Re-enable tests on windows 1/n (#92904)Kiran Chandramohan2024-05-2222-44/+0
* AMDGPU: Fix redundant conditionMatt Arsenault2024-05-221-2/+1
* [NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever2024-05-2215-15/+15
* [LV] Add test for header mask and invariant compare cost-modeling.Florian Hahn2024-05-221-0/+271
* [clang] Introduce `SemaRISCV` (#92682)Vlad Serebrennikov2024-05-2210-1051/+1104
* [libc++] <experimental/simd> Add copy functions for class simd/simd_mask (#78...ZhangYin2024-05-227-0/+342
* [libc++][vector] Inline remaining constructors filling vector with the same v...Mateusz Zych2024-05-221-36/+28
* [SPIR-V] Add cl_khr_kernel_clock / SPV_KHR_shader_clock extension (#92771)Sven van Haastregt2024-05-227-0/+119
* [RISCV][GISel] Legalize G_{U|S}{ADD|SUB}SAT (#92935)Yingwei Zheng2024-05-223-0/+766
* [mlir][intrange] Use `nsw`,`nuw` flags in inference (#92642)Felix Schneider2024-05-226-53/+250
* [AArch64] NFC: Rename -force-streaming-compatible-sve to -force-streaming-com...Sander de Smalen2024-05-2268-171/+158
* Revert "[AMDGPU] Update test results to fix build (#92982)"Nikita Popov2024-05-225-2077/+2113
* [MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann2024-05-2226-213/+298
* [clang] Processing real directories added as virtual ones (#91645)Ivan Murashko2024-05-223-15/+56