summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rebaseupstream/users/wangpc-pp/spr/riscv-re-model-rvv-comparison-instructionsWang Pengcheng2024-04-16218-8053/+11572
|\
| * Switch release notes links to using markup for github issues; NFCAaron Ballman2024-04-161-28/+15
| * [CUDA] Rename SM_32 to SM_32_ to work around AIX headers (#88779)Joseph Huber2024-04-164-10/+8
| * [clang] Introduce `SemaOpenMP` (#88642)Vlad Serebrennikov2024-04-1618-4341/+4565
| * clang; Try to get windows-seh-async-verify.cpp to pass on macNico Weber2024-04-161-4/+4
| * [SLP] Make sure MinVF is a power-of-2 by using PowerOf2Ceil.Florian Hahn2024-04-162-2/+35
| * [X86] Add shuffle tests for BLEND(PERMUTE(X),PERMUTE(Y)) patternsSimon Pilgrim2024-04-163-0/+90
| * [Clang][Sema] placement new initializes typedef array with correct size (#83124)mahtohappy2024-04-163-1/+35
| * [gn] port fe48bf672e1ab2Nico Weber2024-04-161-0/+1
| * [mlir][tosa] Implement dynamic shape support for tosa.max_pool2d lowering (#8...Spenser Bauman2024-04-166-37/+251
| * [MLIR][docs] Mention declarePromisedInterface in Interfaces doc (#88689)Frederik Harwath2024-04-161-0/+24
| * Recommit [RISCV] RISCV vector calling convention (2/2) (#79096) (#87736)Brandon Wu2024-04-167-85/+515
| * [clang][Interp] Implement align builtinsTimm Bäder2024-04-162-0/+376
| * [vector][mlir] Restrict vector.shuffle to fixed-width vectors (#88733)Andrzej Warzyński2024-04-163-9/+10
| * [mlir][ArmSME] Support decomposing constant splats into ArmSME tiles (#88762)Benjamin Maxwell2024-04-162-1/+42
| * [clang][Index] Use canonical function parameter types in USRs (#68222)Krystian Stasiowski2024-04-162-3/+18
| * [DAG] Fold extract_subvector(insert_subvector(x,y,c1),c2) --> extract_subvect...Simon Pilgrim2024-04-167-1006/+986
| * [clang][Interp][NFC] Fix some build warningsTimm Bäder2024-04-161-2/+2
| * [clang][Interp] Don't add 'in call to' diagnostics for builtin framesTimm Bäder2024-04-163-18/+18
| * Reapply "[Verifier] Reject va_start in non-variadic function (#88809)"Jon Chesterfield2024-04-166-13/+16
| * [X86][GISel] Add DU chain lookups for LOAD & STORE (#87453)Malay Sanghi2024-04-1611-171/+367
| * [clang][Interp] Load value from MemberExpr if requiredTimm Bäder2024-04-162-3/+28
| * [JumpThreading] Thread over BB with only an unconditional branch (#86312)XChy2024-04-169-126/+284
| * [clang][CodeGen] Add AS for Globals to SPIR & SPIRV datalayouts (#88455)Alex Voicu2024-04-165-12/+40
| * [clang][Interp] Support MemberExprs pointing to VarDeclsTimm Bäder2024-04-162-2/+17
| * [LoongArch] Use R_LARCH_ALIGN with section symbol (#84741)Jinyang He2024-04-166-15/+47
| * Revert "[Verifier] Reject va_start in non-variadic function (#88809)"Jon Chesterfield2024-04-165-15/+12
| * [SEH] Ignore async exception flag when the environment is not MSVC (#88101)Phoebe Wang2024-04-162-8/+44
| * [clang][Interp] Avoid calling invalid functionsTimm Bäder2024-04-163-2/+18
| * [clang][Interp][NFC] Compare std::optionals directlyTimm Bäder2024-04-161-2/+2
| * [Flang][OpenMP][Lower] Split MLIR codegen for clauses and constructs (#86963)Sergio Afonso2024-04-166-858/+1103
| * [AMDGPU] In VectorLegalizer::Expand, if UnrollVectorOp returns Load, … (#88...choikwa2024-04-162-2/+105
| * [clang][Interp][NFC] Fix Pointer::isZero() for block pointersTimm Bäder2024-04-161-4/+1
| * [MLIR][OpenMP] Make omp.taskloop into a loop wrapper (#87253)Sergio Afonso2024-04-165-159/+218
| * [mlir][scf] `scf.while` uplifting: optimize op matching (#88813)Ivan Butygin2024-04-161-22/+14
| * [Verifier] Reject va_start in non-variadic function (#88809)Jon Chesterfield2024-04-165-12/+15
| * [Flang][OpenMP] NFC: Remove old reduction lowering code (#88798)Kiran Chandramohan2024-04-161-223/+0
| * [flang][runtime] Add ACCESS library procedure (#88517)Tom Eccles2024-04-165-0/+511
| * [MLIR][OpenMP] Make omp.distribute into a loop wrapper (#87239)Sergio Afonso2024-04-164-12/+93
| * [clang][Interp] Support __builtin_vectorelementsTimm Bäder2024-04-162-0/+11
| * [mlir][test] Fix -Wsign-compare in TestDialect.cpp (NFC)Jie Fu2024-04-161-1/+1
| * [InstCombine] Fold `minmax (X & NegPow2C, Y & NegPow2C) -> minmax(X, Y) & Neg...Yingwei Zheng2024-04-162-1/+96
| * [clang][Interp][NFC] Add Block::dump()Timm Bäder2024-04-162-0/+19
| * [AMDGPU] Stop reserving $vcc_hi in wave32 mode (#87783)Jay Foad2024-04-166-99/+88
| * [AMDGPU] Fix implicit operands of VOPD cndmask instructions (#87788)Jay Foad2024-04-162-16/+17
| * [clang][Interp] Gracefully handle bitcasts to non-primitive typesTimm Bäder2024-04-162-2/+8
| * Fix missing dtor in function calls accepting trivial ABI structs (#88751)Utkarsh Saxena2024-04-164-21/+48
| * [mlir][Interfaces] `Variable` abstraction for `ValueBoundsOpInterface` (#87980)Matthias Springer2024-04-1620-311/+361
| * [analyzer] Handle builtin functions in MallocChecker (#88416)NagyDonat2024-04-1611-75/+125
| * [IPSCCP] Variable not visible at Og: (#77901)Carlos Alberto Enciso2024-04-163-13/+57