aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-14Actually commit the codegen fixes this timeusers/ojhunt/while-loop-scopeOliver Hunt2-14/+35
2025-08-08other loop kinds in progressOliver Hunt5-40/+38
2025-08-07[clang][Sema] Fix the continue and break scope for while loopsOliver Hunt3-1/+15
2025-08-07[AMDGPU] Adjust hard clause rules for gfx1250 (#152592)Stanislav Mekhanoshin5-7/+617
2025-08-07[OpenMP] [IR Builder] Changes to Support Scan Operation (#136035)Anchu Rajendran S3-2/+765
2025-08-07[sanitizer] Warn if allocator size exceeds max user virtual address (#152428)Thurston Dang1-0/+18
2025-08-07[mlir][AMDGPU] Allow non-contiguous destination memrefs for gather_to_lds (#1...Quinn Dawkins4-4/+15
2025-08-07[AMDGPU] Fix buffer addressing mode matching (#152584)Stanislav Mekhanoshin30-4399/+9513
2025-08-07[CI] Tee Ninja Output to Log FilesAiden Grossman2-5/+7
2025-08-07[LLDB] Run a few more PDB tests with native PDB as well (#152580)nerix3-4/+15
2025-08-07[SLP][NFC]Cleanup undefs and the whole test, NFCAlexey Bataev1-61/+76
2025-08-07[HLSL] Add `isHLSLResourceRecordArray` method to `clang::Type` (#152450)Helena Kotas4-23/+16
2025-08-07[flang][OpenMP] Break up ResolveOmpObject for readability, NFC (#151957)Krzysztof Parzyszek1-187/+176
2025-08-07[lld-macho] Process OSO prefix only textually in both input and output (#152063)Daniel Rodríguez Troitiño2-19/+23
2025-08-07[clang][WebAssembly] Support reftypes & varargs in test_function_pointer_sign...Hood Chatham9-70/+151
2025-08-07[lldb] Fix UBSan complaints for #151460Igor Kudrin2-5/+5
2025-08-07[AMDGPU] bf16 clamp folding (#152573)Stanislav Mekhanoshin3-21/+22
2025-08-07Update .git-blame-ignore-revs for Pack/Unpack move (#152469)Andrzej Warzyński1-0/+3
2025-08-07Revert "[NFC][lldb] Speed up lookup of shared modules (#152054)" (#152582)Augusto Noronha1-235/+7
2025-08-07[CIR] Upstream EHScopeStack memory allocator (#152215)Andy Kaylor8-25/+219
2025-08-07[DWARF] Speedup .gdb_index dumping (#151806)itrofimow1-7/+15
2025-08-07[bazel] Port #151410: constFoldBinaryOp (#152568)Jordan Rupprecht1-0/+1
2025-08-07 [flang][OMPIRBuilder][MLIR][llvm] Backend support for atomic control options...Anchu Rajendran S6-15/+165
2025-08-07[ADT] Fix a comment typo in SmallPtrSet (NFC) (#152565)Kazu Hirata1-1/+1
2025-08-07[AMDGPU] Recognise bitmask operations as srcmods on select (#152119)Chris Jackson6-282/+1331
2025-08-07[RISCV] Basic Objdump Mapping Symbol Support (#151452)Sam Elliott8-50/+110
2025-08-07[CIR] Add VTableAddrPointOp (#148730)Andy Kaylor6-0/+129
2025-08-07[mlir][rocdl] Add `readfirstlane` intrinsic (#152551)Ivan Butygin3-1/+39
2025-08-07[NFC][lldb] Speed up lookup of shared modules (#152054)Augusto Noronha1-7/+235
2025-08-07[Clang] Fix __cpuidex conflict with CUDA (#152556)Aiden Grossman2-0/+6
2025-08-07[DirectX] Overlapping binding detection - check register space first (#152250)Helena Kotas2-1/+38
2025-08-07[ADT] Make `getAutoSenseRadix` in `StringRef` global (#152503)Ilia Kuklin3-3/+18
2025-08-07[PowerPC] Fix a warningKazu Hirata1-1/+1
2025-08-07[CIR] Mul CompoundAssignment support for ComplexType (#152354)Amr Hesham2-1/+213
2025-08-07[clang][bytecode] Handle more invalid member pointer casts (#152546)Timm Baeder5-2/+64
2025-08-07[DFAJumpThreading] Prevent pass from using too much memory. (#145482)Bushev Dmitry1-14/+24
2025-08-07[PowerPC][AIX] Using milicode for memcmp instead of libcall (#147093)zhijian lin11-9/+62
2025-08-07[CIR] add support for file scope assembly (#152093)gitoleg6-0/+43
2025-08-07[NVPTX][Test-only] Add proper sm-version to ptxas-verify in prefetch-inferas-...Abhilash Majumder1-1/+3
2025-08-07[CIR][NFC] Fix typo in ComplexRangeKind comment (#152535)Amr Hesham1-1/+1
2025-08-07Scalarize vector `mad` operations for integer types (#152228)Kaitlin Peng3-12/+194
2025-08-07[mlir] MemRefToSPIRV propagate alignment attributes from MemRef ops. (#151723)Erick Ochoa Lopez2-12/+38
2025-08-07[lldb] Move the generic MCP server code into Protocol/MCP (NFC) (#152396)Jonas Devlieghere6-296/+320
2025-08-07Remove __SHORT_FILE__ macro definition in CMake (#152344)Mehdi Amini3-30/+11
2025-08-07[mlir][emitc] Simplify emitc::isSupportedFloatType (NFC) (#152464)Andrey Timonin1-5/+2
2025-08-07[MLIR] Allow `constFoldBinaryOp` to fold `(T1, T1) -> T2` (#151410)Matthias Guenther4-33/+237
2025-08-07[AArch64] Move tryCombineToBSL. NFCDavid Green1-100/+100
2025-08-07[mlir][linalg]-Fix wrong assertion in the getMatchingYieldValue inter… (#89...Amir Bishara1-1/+1
2025-08-07ELF: -r: Call assignAddresses only onceFangrui Song3-7/+3
2025-08-07[mlir][vector] Replace vector.splat with vector.broadcast in some tests (#15...James Newling16-53/+53