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