The Week Of Monday 16 June 2025 Archives by thread
Starting: Mon Jun 16 00:06:51 PDT 2025
Ending: Sun Jun 22 23:46:15 PDT 2025
Messages: 1397
- [all-commits] [llvm/llvm-project] d10fce: [MLIR][ODS] Optionally generate public C++ functio...
Henrich Lauko via All-commits
- [all-commits] [llvm/llvm-project] 222ab2: [aarch64] Fix Arm64EC libcall lowering after recen...
Eli Friedman via All-commits
- [all-commits] [llvm/llvm-project] 9fcd14: [MLIR][ODS] Optionally generate public C++ functio...
Henrich Lauko via All-commits
- [all-commits] [llvm/llvm-project]
Henrich Lauko via All-commits
- [all-commits] [llvm/llvm-project] 0bb4d9: ARM: Migrate to the new relocation specifier repre...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] ee2d7a: MIPS: Remove unneeded printImpl
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 709ba0: [RISCV] Use RISCVII::getVecPolicyOpNum instead of ...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 4e0dd0: [InstCombine] Combine trunc (lshr X, BW-1) to i1 -...
mayanksolanki393 via All-commits
- [all-commits] [llvm/llvm-project] e61405: [clang] Fix -fclang-abi-compat for clang 20 (#144109)
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] fbade9: [LV] Strip unnecessary make_{pair, optional} (NFC) ...
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] 54f93c: remove extraneous check
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] cca454: [ValueTracking] Remove opcode whitelist from match...
Ricardo Jesus via All-commits
- [all-commits] [llvm/llvm-project] eb50e7: DAG: Check libcall function is supported before em...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 095299: [BOLT] Fix LLVM_APPEND_VC_REV support (#142410)
Paschalis Mpeis via All-commits
- [all-commits] [llvm/llvm-project] 383b32: [llvm-debuginfo-analyzer] Fix ODR violation in llv...
Javier Lopez-Gomez via All-commits
- [all-commits] [llvm/llvm-project] f12dd8: [ValueTracking] Remove unused variable in matchSim...
Ricardo Jesus via All-commits
- [all-commits] [llvm/llvm-project] 3dd61c: [LV] Fix MVE regression from #132190 (#141736)
Sam Tebbs via All-commits
- [all-commits] [llvm/llvm-project] a75e06: [LV] Use vscale for tuning when updating profile i...
David Sherwood via All-commits
- [all-commits] [llvm/llvm-project] b4e08d: [SelectionDAG] Handle `fneg`/`fabs`/`fcopysign` in...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] ef08d3: fix fabs DemandedBits
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 79a2b1: [libc++] Remove a few workarounds for old Clang ve...
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] eddab9: [clang] Fix PointerAuth semantics of cpp_trivially...
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] b2bf01: [X86] X86FixupInstTuning - prefer VPBLENDD to VPBL...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3824a2: [MemoryBuiltins] Support allocas in getInitialValu...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 550069: fix review
Congcong Cai via All-commits
- [all-commits] [llvm/llvm-project] 4ce48a: Apply suggestions from code review
Congcong Cai via All-commits
- [all-commits] [llvm/llvm-project] 299a55: [InstCombine][Docs] Update InstCombine contributor...
Yingwei Zheng via All-commits
- [all-commits] [llvm/llvm-project] b421ec: [AArch64] Zero out SIMD registers with EOR
Guy David via All-commits
- [all-commits] [llvm/llvm-project] 5463e2: fix fcopysign DemandedBits
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 669989: fix fcopysign DemandedBits
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 69d401: Update Cyclone scheduling model LD behavior
Jonathan Cohen via All-commits
- [all-commits] [llvm/llvm-project] e00853: [MLIR][Transform] apply_registered_pass: support L...
Rolf Morel via All-commits
- [all-commits] [llvm/llvm-project] 16c980: AArch64: Fix hardcoding calling convention of sinc...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ddea4f: Fix some "not all control paths return" warnings; NFC
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 01f9df: [Flang] Add llvm-profdata to list of tools to be b...
Kiran Chandramohan via All-commits
- [all-commits] [llvm/llvm-project] 5c9c5f: [RISCV] Integrate RISCV target in baremetal toolch...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 358f5d: [fixup] Add/change a few tests
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 5fb7d9: [BOLT] Gadget scanner: make use of C++17 features ...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] f7e186: Simplify a questionable rule in DstSafetyAnalysis:...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] 4a10a3: AArch64: Add arm64ec libcall tests for __arm_sc_* ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6e10ac: [clang][Parser] Fix crash on malformed using decla...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 329dfa: [X86] fixup-blend.ll - add commuted load test cove...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] d57b86: Revert "AArch64: Move AArch64MCExpr functions to A...
dyung via All-commits
- [all-commits] [llvm/llvm-project] a54712: [LSR] Make canHoistIVInc allow non-integer types (...
John Brawn via All-commits
- [all-commits] [llvm/llvm-project] 39ad31: [TableGen] Use default member initializers. NFC. (...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 595a27: [mlir][emitc] Support 'emitc::LValueType' in 'emit...
Andrey Timonin via All-commits
- [all-commits] [llvm/llvm-project] 0dd1fe: test
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 8e333e: [mlir] Expose linearize/delinearize lowering trans...
Max191 via All-commits
- [all-commits] [llvm/llvm-project] 7c25db: [DAG] Fold (and X, (add (not Y), Z)) -> (and X, (n...
Xu Zhang via All-commits
- [all-commits] [llvm/llvm-project] 9c643a: [ElimAvailExtern] Add an option to allow to conver...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 4de82c: [fixup] Commenting
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] f2734a: [InstCombine] fold icmp with add/sub instructions ...
Acthinks Yang via All-commits
- [all-commits] [llvm/llvm-project] 4692f0: Revert "[AMDGPU] Extended vector promotion to aggr...
zGoldthorpe via All-commits
- [all-commits] [llvm/llvm-project] 38fa75: Fix diagnostic documentation build errors
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] f03732: [clang][Parser] Fix crash on malformed using decla...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 6f1b5e: [X86] LowerCONCAT_VECTORS - pull out repeated SDLo...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 404597: [OMPIRBuilder] - Make offloading input data persis...
Pranav Bhandarkar via All-commits
- [all-commits] [llvm/llvm-project] c7d858: [IndVars] Add tests showing missed simplifications.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 6f7d76: AArch64: Move outline atomic libcalls configuration
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e92b0c: AArch64: Fix outline atomic libcall names for arm64ec
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a5f052: [AArch64][SelectionDAG] Enable new partial reducti...
Nicholas Guy via All-commits
- [all-commits] [llvm/llvm-project] 58d234: [MLIR][XeGPU] Add unroll patterns for scatter ops ...
Jianhui Li via All-commits
- [all-commits] [llvm/llvm-project] fc6aac: [DirectX] Fix bug where Flatten arrays was only us...
Farzon Lotfi via All-commits
- [all-commits] [llvm/llvm-project] 2dd50b: [OpenMP] Fix warnings
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] dfb14b: [Flang] NFC: Update test to work on Mac (#144253)
Kiran Chandramohan via All-commits
- [all-commits] [llvm/llvm-project] 711f6a: [llvm][DebugInfo] Encode DW_AT_object_pointer on m...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] c9ac16: [lldb] Remove a redundant control flow statement (...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 05cd32: [llvm] Remove unused includes (NFC) (#144293)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] ec32d8: Annotate potentially unused variables introduced i...
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 2c41a2: PowerPC: Fix using long double libm functions for ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5acdd8: AVR: Rename AVRMCExpr::VK_ to AVR::S_
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 25dcd2: [IPO] Added attributor for identifying invariant l...
zGoldthorpe via All-commits
- [all-commits] [llvm/llvm-project] 1bd4f9: [flang][OpenMP] Put taskgroup in a new scope (#144...
Leandro Lupori via All-commits
- [all-commits] [llvm/llvm-project] 22d9ea: [mlir][spirv] Add definition for GL Length (#144041)
Igor Wodiany via All-commits
- [all-commits] [llvm/llvm-project] 8bbef3: [InstCombine] Iterative replacement in PtrReplacer...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] d1dc08: [lldb-dap] show function name in the instruction c...
Ebuka Ezike via All-commits
- [all-commits] [llvm/llvm-project] 20a1b3: AArch64: Move AArch64MCExpr functions to AArch64MC...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] c901c3: Revert "[InstCombine] Iterative replacement in Ptr...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] a733c6: [TargetLowering][RISCV] Allow scalable non-simple ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] c62a61: Revert "[InstCombine] Iterative replacement in Ptr...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] 6f9cd7: [InstSimplify] Add basic simplifications for vp.re...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 90d62e: [RISCV][TTI] Refine reverse shuffle costing for hi...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 267b85: [CIR] Implement folder for VecCmpOp (#143322)
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] d64426: Revert "[RISCV] Remove B and Zbc extension from An...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 4cd3e4: [libc] Removed public function calls in table.h (#...
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] ffc4d8: [llvm] annotate interfaces in Passes for DLL expor...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] febb7e: [llvm] annotate interfaces in XRay for DLL export ...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 695c4f: [NFC][mlir][tensor] Use `ValueRange` instead of `S...
Fabian Mora via All-commits
- [all-commits] [llvm/llvm-project] 492d25: [llvm] annotate interfaces in llvm/ObjectYAML for ...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] fccab5: [CIR] Upstream ComplexType ImaginaryLiteral (#144223)
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 3f7947: [build] Fixed LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKI...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] a3d35b: [RISCV] Use RISCV::RVVBitsPerBlock instead of 64 i...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 539cf8: [lldb-dap] Use structured types for stepInTargets ...
Ebuka Ezike via All-commits
- [all-commits] [llvm/llvm-project] b5c624: [CIR][NFC] Refactor constant pointer l-value handl...
Andy Kaylor via All-commits
- [all-commits] [llvm/llvm-project] 005827: [NFC] Remove unused test code from ELFObjectFileTe...
Rahman Lavaee via All-commits
- [all-commits] [llvm/llvm-project] 8ed43c: [Matrix] Hoist IRBuilder<> out of Visit* functions...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] 63b80d: [NFC][RootSignature] Use `llvm::EnumEntry` for ser...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] fcc10e: Remove unnecessary BOM from file; NFC
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] f83d09: Revert "[RISCV] Remove B and Zbc extension from An...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] e83622: [Object][AMDGPU] Support REL relocations (#143966)
Scott Linder via All-commits
- [all-commits] [llvm/llvm-project] a00b73: [mlir][Vector] Support `vector.extract(xfer_read)`...
Diego Caballero via All-commits
- [all-commits] [llvm/llvm-project] a0662c: [objcopy][MachO] Revert special handling of encryp...
Daniel Rodríguez Troitiño via All-commits
- [all-commits] [llvm/llvm-project] 402c37: [libc] Change default behaviour of baremetal/print...
William Huynh via All-commits
- [all-commits] [llvm/llvm-project] 7a6dc7: [clang][PAC] Support trivially_relocating polymorp...
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] b43a7e: [clang][PAC] Support trivially_relocating polymorp...
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] c280af: [RISCV] Integrate RISCV target in baremetal toolch...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 2aaa09: Remove superfluous annotations
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] 257812: [instcombine] Delete dead transform for reverse of...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 9f5185: adding metadata support for static samplers
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 62c4a6: Remove zero from address in test case
Kai Nacke via All-commits
- [all-commits] [llvm/llvm-project] d235f8: Remove some debugging logic in the test
Oliver Hunt via All-commits
- [all-commits] [llvm/llvm-project] b0378e: [AArch64TargetParser]Fix reconstructFromParsedFeat...
Matthias Braun via All-commits
- [all-commits] [llvm/llvm-project] a63758: [lldb-dap] Add supported languages in package.json...
DrSergei via All-commits
- [all-commits] [llvm/llvm-project] 8adcca: [libc] Implemented CharacterConverter push/pop for...
Uzair Nawaz via All-commits
- [all-commits] [llvm/llvm-project] 1e60dd: [lldb] Fix a warning
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] d3bc83: [LV] Update check to find epilogue resume value to...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 34be09: [lldb-dap][test] fix not supported error. (#144419)
Ebuka Ezike via All-commits
- [all-commits] [llvm/llvm-project] 147a4c: [rtsan] Fix issue where close test would lead to c...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] a027eb: [HLSL] Use hidden visibility for external linkage....
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] 9f39ac: [clang-doc] document-concepts
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 60a59e: [ASan] Recognize WASI platform in sanitizer_platfo...
Yuta Saito via All-commits
- [all-commits] [llvm/llvm-project] 2b99eb: [GOFF] Emit symbols for functions.
Kai Nacke via All-commits
- [all-commits] [llvm/llvm-project] 38daa6: [libc] build fix: always use our char8_t headers e...
Uzair Nawaz via All-commits
- [all-commits] [llvm/llvm-project] 95418b: lsan: Support free_sized and free_aligned_sized fr...
Justin King via All-commits
- [all-commits] [llvm/llvm-project] 9c25ca: [flang] Don't generate module file for hermetic US...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 65b06c: [flang][runtime] Check SOURCE= conformability on A...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 2bf3cc: [flang] Restructure runtime to avoid recursion (re...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] ab2081: [clang-doc] document-concepts
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 6cbb67: [mlir][emitc] Fix the emitc::ExpressionOp (#143894)
Vlad Lazar via All-commits
- [all-commits] [llvm/llvm-project] a383b1: Reland "[HLSL][RootSignature] Implement serializat...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] 02f1f2: changing error message
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 30b16e: [VPlan] Simplify trivial VPFirstOrderRecurrencePHI...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 4bcf97: [CIR] Add Support For Library Builtins (#143984)
Morris Hafner via All-commits
- [all-commits] [llvm/llvm-project] 2488f2: [win][x64] Unwind v2 3/n: Add support for requirin...
Daniel Paoliello via All-commits
- [all-commits] [llvm/llvm-project] 98eee4: [libc] utf8 to 32 CharacterConverter (#143973)
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] d7fecc: Revert "[libc] utf8 to 32 CharacterConverter (#143...
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 6e1244: Revert "[libc] utf8 to 32 CharacterConverter" (#14...
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 99e53c: [llvm][StackProtector] Add noreturn to __stack_chk...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] 86d0cb: Revert "Revert "[libc] utf8 to 32 CharacterConvert...
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 45d67d: fixed base_mask to be the correct size
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 964888: [llvm][CFI] Ensure COFF comdat renaming applies fo...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] ac7af5: [flang] Fixed LIT tests to create modfiles in a te...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] e7669d: added casting to avoid integer promotion
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 67f8fd: Revert "[llvm][StackProtector] Add noreturn to __s...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] d88267: Revert "[llvm][StackProtector] Add noreturn to __s...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] 7f2457: fixed formatting
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 43be31: SPARC: Simplify SparcMCExpr
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 6421bd: [lldb-dap] Creating protocol types for setExceptio...
John Harrison via All-commits
- [all-commits] [llvm/llvm-project] d74540: [Instrumentor] Allow printing a runtime stub
Kevin Sala Penades via All-commits
- [all-commits] [llvm/llvm-project] 15a5c1: DAG: Move soft float predicate management into Run...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] da0eb0: [Instrumentor] Allow printing a runtime stub
Kevin Sala Penades via All-commits
- [all-commits] [llvm/llvm-project] 97bfb9: DAG: Move soft float predicate management into Run...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c85d66: RuntimeLibcalls: Cleanup sincos predicate functions
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 40c284: AArch64: Move outline atomic libcalls configuration
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1ffd9f: RuntimeLibcalls: Cleanup sincos predicate function...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8629db: AArch64: Move outline atomic libcalls configuration
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9bd234: AArch64: Move outline atomic libcalls configuratio...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9e0e0e: AArch64: Fix outline atomic libcall names for arm64ec
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 24631e: AArch64: Fix outline atomic libcall names for arm6...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f3c63f: PowerPC: Stop reporting memcpy as an alias of memm...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6e8cf9: AArch64: Add arm64ec libcall tests for __arm_sc_* ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] d4e2c0: [Driver] Add options to control workaround for Cor...
Bryan Chan via All-commits
- [all-commits] [llvm/llvm-project] 8b1528: RuntimeLibcalls: Use array initializers for defaul...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f62662: [LLVM][TableGen] Use `StringRef` for CodeGenInstru...
Rahul Joshi via All-commits
- [all-commits] [llvm/llvm-project] 12b41b: PowerPC: Fix using long double libm functions for ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 86aac2: [MLIR][LLVMIR] Mark Funcop as affinescope
William Moses via All-commits
- [all-commits] [llvm/llvm-project] 354afb: [ElimAvailExtern] Add an option to allow to conver...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 2e3d21: [LoongArch] Allow difference across sections (#141...
Jinyang He via All-commits
- [all-commits] [llvm/llvm-project] ab7aaa: [flang][tests] Remove stale module files to fix bu...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] cc0b29: [𝘀𝗽𝗿] initial version
Peter Collingbourne via All-commits
- [all-commits] [llvm/llvm-project] 9093bc: [llvm-exegesis] Ignore the instructions for which ...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 602c30: [TargetParser] Increase MAX_SUBTARGET_FEATURES to ...
Pengcheng Wang via All-commits
- [all-commits] [llvm/llvm-project] a02afb: AVR: Migrate to the new relocation specifier repre...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 199428: [bazel][lld] Remove unneeded dependencies. (#144455)
Jorge Gorbe Moya via All-commits
- [all-commits] [llvm/llvm-project] 30350a: MCSpecifierExpr: Remove unused virtual functions
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] bd11a4: Update comment and simplify code
Pengcheng Wang via All-commits
- [all-commits] [llvm/llvm-project] 7caeec: [NFC][flang][OpenMP] Unify `genSectionsOp`'s proto...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] b5dbf8: [flang] Enable delayed localization by default for...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] 709c4a: [flang][OpenMP] Add symbol table scopes for `teams...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] 2dc58e: [flang][OpenMP] Add symbol table scopes for `teams...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] 84d879: [RISCV] Rename Relocation QC_E_JUMP_PLT to QC_E_CA...
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] c0ac95: [RISCV] Update Xqci to v0.13.0 (#144398)
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] 56da9c: Address review feedback, CI
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 98c6c3: [RISCV] Xqccmp v0.3 (#137854)
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] e86740: [clang] Add managarm support (#139271)
no92 via All-commits
- [all-commits] [llvm/llvm-project] 41b9d2: [BOLT][NFC] Using target_triple in lit config (#14...
Paschalis Mpeis via All-commits
- [all-commits] [llvm/llvm-project] 7e6c1b: [BOLT][NFCI] Simplify DataAggregator using traces ...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] e3e7a4: handle compound constraints
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 80b79c: [ConstantFolding] Handle reading from type padding...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] bb7002: [MemoryLocation][DSE] Allow other read effects in ...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 632151: InstCombine: improve optimizations for ceiling div...
gaynor-anthropic via All-commits
- [all-commits] [llvm/llvm-project] c564eb: [X86] combineEXTRACT_SUBVECTOR - move AVX1 ANDNP c...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] cb355d: [Flang][OpenMP] Add Parsing support for Indirect C...
Jack Styles via All-commits
- [all-commits] [llvm/llvm-project] ca4b4d: Revert "[flang] Enable delayed localization by def...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] 90905a: [lldb][AIX] Added XCOFF ParseSymtab handling (#141...
Dhruv Srivastava via All-commits
- [all-commits] [llvm/llvm-project] 437945: [AArch64][SVE] Move incorrectly placed assert (#14...
Benjamin Maxwell via All-commits
- [all-commits] [llvm/llvm-project] 85b110: [mlir][vector] Add documentation note on adding ne...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] e2551c: [analyzer] Fix a false memory leak reports involvi...
Arseniy Zaostrovnykh via All-commits
- [all-commits] [llvm/llvm-project] 308b97: [LICM] Regenerate test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2c90eb: [OMPIRBuilder][debug] Don't drop debug info for lo...
Abid Qadeer via All-commits
- [all-commits] [llvm/llvm-project] 0f8c72: [C++20][Modules] Disable preferred_name when writi...
Dmitry Polukhin via All-commits
- [all-commits] [llvm/llvm-project] 26d082: [clang-tidy][performance-unnecessary-value-param] ...
Dmitry Polukhin via All-commits
- [all-commits] [llvm/llvm-project] 5dc632: [MLIR][VSCode] update packages to fix CVE-2022-258...
Rolf Morel via All-commits
- [all-commits] [llvm/llvm-project] 64bd48: Amend enviroment variables in bazel - change from ...
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] e5ad7f: [RISCV] Move RISCVIndirectBranchTracking before Br...
Jesse Huang via All-commits
- [all-commits] [llvm/llvm-project] 97e17e: Revert "[flang] Enable delayed localization by def...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] dfd00e: Fix for #144391 not fully addressed by #144484 (#1...
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 277b2b: [X86] combineCastedMaskArithmetic - convert to SDP...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] aa01e8: [mlir][OpenMP] Fix broken insertion point for char...
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 00709c: AArch64: Fix hardcoding calling convention of sinc...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 77acee: Fix double call
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4c8f43: [analyzer] Conversion to CheckerFamily: Nullabilit...
Donát Nagy via All-commits
- [all-commits] [llvm/llvm-project] 6f2983: Reland: "[Frontend][PCH]-Add support for ignoring ...
Ying Yi via All-commits
- [all-commits] [llvm/llvm-project] 7eda82: [MLIR] Integration tests for lowering vector.contr...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] c377ce: [AArch64][VecLib] Add libmvec support for AArch64 ...
Mary Kassayova via All-commits
- [all-commits] [llvm/llvm-project] 465e3c: [LLVM][CodeGen] Lower ConstantInt vectors like shu...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] 49d897: Bail out for non-byte-size types
Pengcheng Wang via All-commits
- [all-commits] [llvm/llvm-project] 71f72f: [DAG] Move foldMaskedMerge before visitAND. NFC.
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] d3f13a: [GVN] MemorySSA for GVN: embed the memory state in...
Antonio Frighetto via All-commits
- [all-commits] [llvm/llvm-project] d4b48a: [Driver] Forward sysroot from Driver to linker in ...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 9ddf7e: [RISCV] Integrate RISCV target in baremetal toolch...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] ce96fd: [clang][bytecode] Keep the last chunk in InterpSta...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 576ced: [clang][bytecode] Simplify Block::replacePointer()...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 49c623: [PowerPC] Regenerate MIR test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 16c86f: [BOLT][AArch64] Fix PREL Relocs on RHEL8
Paschalis Mpeis via All-commits
- [all-commits] [llvm/llvm-project] 2d336e: [analyzer] Avoid contradicting assumption in taint...
Arseniy Zaostrovnykh via All-commits
- [all-commits] [llvm/llvm-project] 990d25: [X86] isAddSubOrSubAdd - convert to SDPatternMatch...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] ef9547: [RISCV] Fold (add (srl x, n), (srl x, n)) into (sr...
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] 875b36: [mlir] fix MemRefToLLVM lowering of atomic operati...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 27a68d: Revert "[clang] Add managarm support (#139271)"
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 970093: [X86] detectZextAbsDiff - convert to SDPatternMatc...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 12611a: [mlir] Improve mlir-query by adding matcher combin...
Denzel-Brian Budii via All-commits
- [all-commits] [llvm/llvm-project] 087d83: [SLP] vectorizeStores: Name things a bit more clea...
Gaëtan Bossu via All-commits
- [all-commits] [llvm/llvm-project] 99384a: [flang][fir] Provide allocation block for `fir.loc...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] cb011d: [CUDA][HIP] Add a __device__ version of std::__gli...
Juan Manuel Martinez Caamaño via All-commits
- [all-commits] [llvm/llvm-project] 1dec1e: [RISCV] Integrate RISCV target in baremetal toolch...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 3377b5: Revert "[clang] Add managarm support" (#144514)
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 5f841a: [flang][OpenMP] Set _OPENMP macro for version 6.0 ...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] b91936: AMDGPU: Combine nnan fminimum/fmaximum to fminnum_...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b4e39e: [LLVM] [Support] Query the terminal width using `i...
Sirraide via All-commits
- [all-commits] [llvm/llvm-project] 3451cd: [PowerPC] Regenerate MIR test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 76ea1d: [PowerPC] Split test into assembly and MIR variant...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 977d8a: [clang][Sema] Fixed Compound Literal is not Consta...
Vincent via All-commits
- [all-commits] [llvm/llvm-project] bc8b6d: AMDGPU: Report special input intrinsics as free
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 816ab1: [NFCI][TableGen][DecoderEmitter] Cull Op handling ...
Rahul Joshi via All-commits
- [all-commits] [llvm/llvm-project] 9fed48: [BOLT] Explicitly check for returns when extending...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 917bc9: [MLIR][LLVMIR] Mark Funcop as affinescope (#144456)
William Moses via All-commits
- [all-commits] [llvm/llvm-project] de3339: [bazel] Port b4e39e4ff923334a8a1fdcc6d92b01d3885a01f2
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] dc72b9: [AArch64] Report icmp as free if it can be folded ...
AZero13 via All-commits
- [all-commits] [llvm/llvm-project] 414710: [SLP] Fix isCommutative to check uses of the origi...
Han-Kuan Chen via All-commits
- [all-commits] [llvm/llvm-project] 35f6d9: [lld] check cache in loadDylib before real_path (#...
Richard Howell via All-commits
- [all-commits] [llvm/llvm-project] 0a7b0c: [lldb][Expression] Remove IR pointer checker (#144...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 8f7975: [SCEV] Better preserve wrapping info in SimplifyIC...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 0fb198: [X86] Remove combineShuffleOfConcatUndef fold (#14...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4cfe0d: [flang][OpenMP] Support using copyprivate with fir...
Kajetan Puchalski via All-commits
- [all-commits] [llvm/llvm-project] 549bc5: [mlir][spirv] Fix int type declaration duplication...
Davide Grohmann via All-commits
- [all-commits] [llvm/llvm-project] f20a8f: Fix formatting
Kai Nacke via All-commits
- [all-commits] [llvm/llvm-project] 7ec103: Port #143108 to bazel (#144538)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 9eb002: [DebugInfo][RemoveDIs] Remove a swathe of debug-in...
Jeremy Morse via All-commits
- [all-commits] [llvm/llvm-project] c9a87a: [SLPVectorizer] Use accurate cost for external use...
Jeffrey Byrnes via All-commits
- [all-commits] [llvm/llvm-project] 02b78f: [llvm] include Compiler.h in a few headers where i...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 142862: Follow up to 9eb0020555, squelch unused variable w...
Jeremy Morse via All-commits
- [all-commits] [llvm/llvm-project] 1410e6: [SPIRV] Allow __spirv_SpecConstant in Vulkan shade...
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] c80282: AMDGPU: Directly select minimumnum/maximumnum with...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 72fb8a: [lld][test][PAC] Do not rely on concrete offsets i...
Daniil Kovalev via All-commits
- [all-commits] [llvm/llvm-project] 1ee463: AMDGPU: Add cost model tests for minimumnum/maximu...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e4fcaa: AMDGPU: Fix cost model for 16-bit operations on gfx8
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 0ddc81: AMDGPU: Reduce cost of f64 copysign
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 91486b: [nfc][jt] Drop std::optional<pointer>.
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 63d221: AMDGPU: Move fpenvIEEEMode into TTI
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 06cc9b: AMDGPU: Cost model for minimumnum/maximumnum
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4ced29: [lldb][Expression] Don't create Objective-C IR che...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] ed073f: AMDGPU: Report special input intrinsics as free
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a5f5f1: [AMDGPU] Use subtarget feature for v_lshl_add_u64 ...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] cd4e38: [flang][test] Removed temporary workaround for bui...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] 2bd0ba: [Remarks] Remove yaml-strtab format
Tobias Stadler via All-commits
- [all-commits] [llvm/llvm-project] cf637b: [flang][OpenMP] Fix goto within SECTION (#144502)
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 0108a5: [SLP]Fix a crash on an subvector size calculation ...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 00139f: [NVPTX] Cleanup ld/st lowering (#143936)
Alex MacLean via All-commits
- [all-commits] [llvm/llvm-project] eb31c4: [Driver] Add support for GCC installation detectio...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] e6a413: Reland "[libc] utf8 to 32 CharacterConverter" (#14...
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 65d590: [X86] combineLogicBlendIntoConditionalNegate - con...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c66be2: [clang][bytecode] Allocate IntegralAP and Floating...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 9ec75a: MIPS: Replace MipsMCExpr with MCSpecifierExpr
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 382e3f: [lldb][Formatter] Get element type for unordered_m...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] ef8c6e: [RISCV] Integrate RISCV target in baremetal toolch...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 4e884d: SPARC: Remove SparcMCExpr.h
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 0c6081: [X86] matchLogicBlend - convert to SDPatternMatch ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] b14e03: [LLDB] Consolidate C++ string buffer summaries (#1...
nerix via All-commits
- [all-commits] [llvm/llvm-project] c70c0a: [AArch64][InstCombine] Combine AES instructions wi...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 5baf35: [BPF] Do not allow gotol in the middle of asm insn...
yonghong-song via All-commits
- [all-commits] [llvm/llvm-project] 556e69: [lldb] make lit use the same Python executable for...
Charles Zablit via All-commits
- [all-commits] [llvm/llvm-project] 72e4a2: remove extraneous change
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 8063bd: [MLIR][XeGPU] Add support for elementwise ops in W...
Nishant Patel via All-commits
- [all-commits] [llvm/llvm-project] 01a7a2: [CMake] Add BINARY_DIR argument for add_lit_testsu...
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 526310: [Remarks] Elaborate on called intrinsics (#143985)
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] ec230a: [Driver] Add support for crtbegin.o, crtend.o and ...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 851306: [clangd] Implement LSP 3.17 positionEncoding (#142...
someoneinjd via All-commits
- [all-commits] [llvm/llvm-project] 9dd1c6: [VPlan] Expand VPWidenIntOrFpInductionRecipe into ...
Luke Lau via All-commits
- [all-commits] [llvm/llvm-project] 9e0186: [HLSL][RootSignature] Implement `ResourceRange` as...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] ed07b5: [CIR][NFCI] Represent Complex RValues As Single Va...
Morris Hafner via All-commits
- [all-commits] [llvm/llvm-project] fa8aad: [Driver] Fix link order of BareMetal toolchain object
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 3a06e9: Conditionalise the addition of Aarch64 function Mu...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 7ea710: Fix/reapply "[libc] Migrate stdio tests to ErrnoCh...
Alexey Samsonov via All-commits
- [all-commits] [llvm/llvm-project] 318790: [AMDGPU] Fix getAsmVOP3Base call agruments.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] ef3962: allowing multiple errors
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 4943e7: fixup! [Remarks] Elaborate on called intrinsics (#...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] 030b55: [mlir][bazel] add missing deps for XeGPUTransforms
Yijia Gu via All-commits
- [all-commits] [llvm/llvm-project] b876b3: Add missing intrinsics to cuda headers (#143664)
vitor1001 via All-commits
- [all-commits] [llvm/llvm-project] 406109: [AMDGPU] Remove AsmVOP3OpSel field completely. NFCI.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 0cfc59: [mlir][bazel] remove extra empty space for XeGPUTr...
Yijia Gu via All-commits
- [all-commits] [llvm/llvm-project] e29bb9: [IR2Vec] Consider only reachable BBs and non-debug...
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 9124e8: [MLIniner][IR2Vec] Integrating IR2Vec with MLInliner
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 32d16a: [IR2Vec] Scale vocab
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] ea224d: Simplifying creation of Embedder
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] cd6a0f: [NFC] Formatting PassRegistry.def
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 31523d: [Driver] Fix link order of BareMetal toolchain obj...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 2ab9c3: [DXContainer] Update DXContainer to match D3D12 sp...
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 7f26ac: [Driver] Add option to force udnefined symbols dur...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] bb288d: [LoopPeel] Support last iteration peeling of min/m...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 8cd05b: [NFC][HLSL] Move Sema work from `ParseMicrosoftRoo...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] 80f3a2: Revert "lsan: Support free_sized and free_aligned_...
Justin King via All-commits
- [all-commits] [llvm/llvm-project] 391daf: [RISCV] Consolidate both copies of getLMUL1VT [nfc...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 1f10c6: [Matrix] Hoist more IRBuilder<>'s. NFC
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] b59d4c: [Reland] Adjust bit cast instruction filter for D...
Joshua Batista via All-commits
- [all-commits] [llvm/llvm-project] dd65e6: [Offload][libc] Add cmake cache AMDGPU buildbot (#...
Jan Patrick Lehr via All-commits
- [all-commits] [llvm/llvm-project] 9cb754: [Driver] Add option to force undefined symbols dur...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] f4a575: [Driver] Forward sysroot from Driver to linker in ...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 57828f: Revert "[clang][bytecode] Allocate IntegralAP and ...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 667c78: [CIR] Handle global string literals as char array ...
Andy Kaylor via All-commits
- [all-commits] [llvm/llvm-project] f5ad81: [AMDGPU] Fix getAsmVOP3Base call agruments.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 59cf07: [AMDGPU] Fix getAsmVOP3Base call agruments.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 19658d: [llvm] annotate interfaces in llvm/Target for DLL ...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 7b7b5a: [AMDGPU] Remove AsmVOP3OpSel field completely. NFC...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 8dcf4b: [AMDGPU] Fix getAsmVOP3Base call agruments. (#144572)
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 73f307: [HLSL] Use ExtVector for firstbit intrinsics (#142...
Ashley Coleman via All-commits
- [all-commits] [llvm/llvm-project] a79186: [Driver] Fix Arm/AArch64 Link Argument tests (#144...
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] 7c4b2b: [libc++][NFC] Refactor basic_streambuf to use publ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 52b5dd: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 9ae4d2: [LLVM] [Support] Disable `ioctl()` terminal size c...
Sirraide via All-commits
- [all-commits] [llvm/llvm-project] c677a1: [lldb] Add support to list/enable/disable remainin...
David Peixotto via All-commits
- [all-commits] [llvm/llvm-project] 908f74: [llvm] re-order LLVM_ABI and extern on NoKernelInf...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 49bf8d: [gn build] Manually port b4e39e4f
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] 8d1610: [libc++] Mark two assertion tests as unsupported i...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 3c7df9: [clang-tidy] Add missing colon in the docs of perf...
Piotr Idzik via All-commits
- [all-commits] [llvm/llvm-project] ecfb8f: Revert stack "[Driver] Add support for GCC install...
Daniel Thornburgh via All-commits
- [all-commits] [llvm/llvm-project] a5a0d8: [libc++] Remove trailing newline from _LIBCPP_ASSE...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 844e41: [libc] Moved shared constexpr to the top (#144569)
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 6fb36d: [LinkerWrapper] Fix 'save-temps' when targeting SP...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 362b9d: [lldb-dap] Refactoring DebugCommunication to impro...
John Harrison via All-commits
- [all-commits] [llvm/llvm-project] 648024: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 3f33c8: [clang] Add release note for int->enum conversion ...
Eli Friedman via All-commits
- [all-commits] [llvm/llvm-project] f25f2f: [MLIR][XeGPU] Extend unrolling support for scatter...
Jianhui Li via All-commits
- [all-commits] [llvm/llvm-project] 93b062: Revert "[libc++] Remove trailing newline from _LIB...
Daniel Thornburgh via All-commits
- [all-commits] [llvm/llvm-project] fd7e46: Revert "[libc++] Remove trailing newline from _LIB...
Daniel Thornburgh via All-commits
- [all-commits] [llvm/llvm-project] 6c3644: AMDGPU: Add cost model tests for minimumnum/maximu...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1cd18b: AMDGPU: Add cost model tests for minimumnum/maximu...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 388be9: AMDGPU: Fix cost model for 16-bit operations on gfx8
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 87b13a: [HLSL][RootSignature] Implement serialization of r...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] cb63b7: Revert "[lldb-dap] Refactoring DebugCommunication ...
John Harrison via All-commits
- [all-commits] [llvm/llvm-project] 5fdd87: AMDGPU: Fix cost model for 16-bit operations on gfx8
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 90d396: AMDGPU: Fix cost model for 16-bit operations on gfx8
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c9b281: AMDGPU: Fix cost model for 16-bit operations on gf...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9f4bc8: AMDGPU: Reduce cost of f64 copysign
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 3800a8: AMDGPU: Reduce cost of f64 copysign (#141944)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c9bbcd: AMDGPU: Move fpenvIEEEMode into TTI
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] bec9ac: [llvm] Lower latency bonus threshold in function s...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] af65cb: AMDGPU: Move fpenvIEEEMode into TTI (#141945)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 21915f: AMDGPU: Cost model for minimumnum/maximumnum
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 70343c: [mlir][flang] Added Weighted[Region]BranchOpInterf...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] a1b854: AMDGPU: Cost model for minimumnum/maximumnum
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 54015f: AMDGPU: Cost model for minimumnum/maximumnum (#141...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1771cd: AMDGPU: Add baseline cost model tests for special ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f08474: AMDGPU: Add baseline cost model tests for special ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 85e404: AMDGPU: Report special input intrinsics as free
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f3af1c: [RISCV] Set the exact flag on the SRL created for ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] a98113: AMDGPU: Report special input intrinsics as free (#...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] bd5747: [clang-doc] mangle specialization file names
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 628274: [NFC] Extract Printing portions of DWARFCFIProgram...
Sterling-Augustine via All-commits
- [all-commits] [llvm/llvm-project] a871b9: [gn build] Port 9e0186d925f0
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] b164d3: [gn build] Port 628274dadf92
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] f2d2c9: [clang] Remove separate evaluation step for static...
Eli Friedman via All-commits
- [all-commits] [llvm/llvm-project] c21a4c: [Xtensa] Implement Xtensa Interrupt/Exception/Debu...
Andrei Safronov via All-commits
- [all-commits] [llvm/llvm-project] 15482c: [ElimAvailExtern] Add an option to allow to conver...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 64155a: Added clarifying comment to 'LLVMLinkInMCJIT' and ...
Minding via All-commits
- [all-commits] [llvm/llvm-project] dfea4c: [nfc][jt] Drop std::optional<pointer>.
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 38a8c6: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] abbdd1: [llvm] minor fixes for clang-cl Windows DLL build ...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 99e263: github: Add mips backend to PR autolabeler (#140909)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4e090b: [lldb] Re-insert code to search for a binary by fi...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 86a09f: [MLIR][XeGPU] Clean up xegpu op tests (#144592)
Jianhui Li via All-commits
- [all-commits] [llvm/llvm-project] 0defde: [AMDGPU] Support D16 folding for image.sample with...
Harrison Hao via All-commits
- [all-commits] [llvm/llvm-project] 9265b1: LowerTypeTests: Use jump table entry type as value...
Peter Collingbourne via All-commits
- [all-commits] [llvm/llvm-project] 8ddada: [RISCV] Add Andes XAndesVBFHCvt (Andes Vector BFLO...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] a96a3f: [lldb][Minidump Parser] Implement a range data vec...
Jacob Lalonde via All-commits
- [all-commits] [llvm/llvm-project] 5d5a54: AMDGPU: Handle folding vector splats of inline spl...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 71f0bc: WebAssembly: Stop directly using RuntimeLibcalls.def
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a2ad65: [RISCV] Add patterns for generating QC_CTO and QC_...
Sudharsan Veeravalli via All-commits
- [all-commits] [llvm/llvm-project] 64fc16: [NFC][AMDGPU] print more info when debugging Inser...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 85165b: Revert "Delete the wrong flag NEEDS_TLSGD_TO_IE in...
Zhaoxin Yang via All-commits
- [all-commits] [llvm/llvm-project] e14f32: [RISCV] Pre-test for #144461
Liao Chunyu via All-commits
- [all-commits] [llvm/llvm-project] 671c0b: [𝘀𝗽𝗿] initial version
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] c2058e: PowerPC: Add baseline tests for more f128 libcall ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] af49a6: PowerPC: Add baseline tests for more f128 libcall ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 35e7a8: PowerPC: Fix using long double libm functions for ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 7b9d10: PowerPC: Fix using long double libm functions for ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ad9e59: [SelectionDAG][RISCV] Fold (add (vscale * C0), (vs...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 0ebed7: .
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] e9dc71: [𝘀𝗽𝗿] initial version
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] e03fdd: [AMDGPU] Update code object metadata for kernarg p...
Austin Kerbow via All-commits
- [all-commits] [llvm/llvm-project] f41c69: CodeGen: Move ABI option enums to support
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 746871: [mlir][emitc] Make CExpression trait into interfac...
Kirill Chibisov via All-commits
- [all-commits] [llvm/llvm-project] ecef4b: CodeGen: Move ABI option enums to support
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c96c9f: minor cleanups
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] f21e0d: [NPM] Fix pass registry entry
Akshat Oke via All-commits
- [all-commits] [llvm/llvm-project] 10f29a: [MSan] Fix wrong unpoison size in SignalAction (#1...
Kunqiu Chen via All-commits
- [all-commits] [llvm/llvm-project] 4d71f2: [GlobalISel] prevent G_UNMERGE_VALUES for vectors ...
Robert Imschweiler via All-commits
- [all-commits] [llvm/llvm-project] 896e18: [X86] combineAndMaskToShift - pull out repeated SD...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 45ea46: Reland [Driver] Add support for GCC installation d...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] e07b1b: [DAG] Implement SDPatternMatch `m_Abs()` matcher (...
Rajveer Singh Bharadwaj via All-commits
- [all-commits] [llvm/llvm-project] dceb16: [flang][fir] Provide allocation block for `fir.loc...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] c8b03a: Revert "[GlobalISel] prevent G_UNMERGE_VALUES for ...
Robert Imschweiler via All-commits
- [all-commits] [llvm/llvm-project] a38932: Revert "[GlobalISel] prevent G_UNMERGE_VALUES for ...
Robert Imschweiler via All-commits
- [all-commits] [llvm/llvm-project] 49df87: [libc][printf] Fix out-of-range shift in float320 ...
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] ba40a7: [LoopVectorize] Vectorize fixed-order recurrence w...
Mel Chen via All-commits
- [all-commits] [llvm/llvm-project] ca29c6: [RISCV] Support non-power-of-2 types when expandin...
Pengcheng Wang via All-commits
- [all-commits] [llvm/llvm-project] de24b8: [mlir][ArmSME] Remove `ConvertIllegalShapeCastOpsT...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] 59d6fb: [flang][fir] Provide allocation block for `fir.loc...
Kareem Ergawy via All-commits
- [all-commits] [llvm/llvm-project] 255b55: [GlobalOpt] Use cast instead of dyn_cast. NFC (#14...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 7ea7cc: [PowerPC][AIX] Specify pointer info and alignment ...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] c16dc6: [OMPIRBuilder] Fix gcc -Wparentheses warning [NFC]
Mikael Holmén via All-commits
- [all-commits] [llvm/llvm-project] 669627: Add check 'cppcoreguidelines-use-enum-class' (#138...
Philipp Jung via All-commits
- [all-commits] [llvm/llvm-project] 43e1a5: [mlir][mesh] adding option for traversal order in ...
Frank Schlimbach via All-commits
- [all-commits] [llvm/llvm-project] 355725: [TSan] Fix missing inst cleanup (#144067)
Kunqiu Chen via All-commits
- [all-commits] [llvm/llvm-project] 759637: [mlir][Transforms][NFC] Dialect Conversion: Keep `...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] c6ca8c: [mlir][Transforms][NFC] Dialect Conversion: Keep `...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 8e157f: [CIR] Add support for __builtin_assume (#144376)
Sirui Mu via All-commits
- [all-commits] [llvm/llvm-project] fe42d3: [clang][headers]Remove unnecessary guard of !defin...
Ying Yi via All-commits
- [all-commits] [llvm/llvm-project] 58c4fa: Fix bazel build for #142771 (#144659)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 6fcdde: [runtimes] Allow use of external llvm-lit on stand...
Lucas Duarte Prates via All-commits
- [all-commits] [llvm/llvm-project] 90de0c: immediately materialize
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 757a0e: [SystemZ] Treat FAKE_USE instructions as instructi...
Stephen Tozer via All-commits
- [all-commits] [llvm/llvm-project] bb00fd: [gn build] Port 669627d0c77e
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] ede5b9: [mlir][Transforms][NFC] Dialect Conversion: Manual...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] cd8248: Fixed a bug in `-fsanitize-kcfi-arity` (#142867)
Scott Constable via All-commits
- [all-commits] [llvm/llvm-project] dac082: [Thumb2] Regenerate some test checks. NFC
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] 5a9cc9: Fix for bazel build #142079 (#144665)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 17fc7b: [SelectionDAG] Deal with POISON for INSERT_VECTOR_...
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] a13b7c: [LICM] Support hoisting of non-argmemonly readonly...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] ee4c2b: [lldb][test] explicit-member-function-quals.cpp: a...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 561eca: [PowerPC] Split tests into asm and mir parts (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] acde20: [HLSL][SPIRV] Add vk::constant_id attribute. (#143...
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] d3441f: [LV] Change getSmallBestKnownTC to return an Eleme...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] b7ef5d: [LLVM][ComplexDeinterleaving] Update splat identif...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] b59672: CodeGen: Move ABI option enums to support (#142912)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4aca3d: Reland: [GlobalISel] prevent G_UNMERGE_VALUES for ...
Robert Imschweiler via All-commits
- [all-commits] [llvm/llvm-project] c3efe7: [libcxx] [test] Fix odr_signature tests with optim...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 66d696: Fix tests failing on fuchsia clang x86_64 builders...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] af235d: [fixup] Misc unimportant changes
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 8a469d: [mlir] remove unnecessary atomic_rmw expansions (#...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] d8e8ab: [AArch64][SME] Fix restoring callee-saves from FP ...
Benjamin Maxwell via All-commits
- [all-commits] [llvm/llvm-project] 8fc15a: ARM: Move ABI helpers from Subtarget to TargetMachine
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 0f2841: ARM: Move ABI helpers from Subtarget to TargetMachine
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 34a489: [X86] detectZextAbsDiff - use SDPatternMatch::m_Ab...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7c15ed: Reapply "[clang][bytecode] Allocate IntegralAP and...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 6265ca: [AArch64] Add Cortex-A320 scheduling model (#144385)
Ties Stuij via All-commits
- [all-commits] [llvm/llvm-project] a1c2a7: [mlir][bufferization] Use Type instead of Value in...
Andrei Golubev via All-commits
- [all-commits] [llvm/llvm-project] 66580f: [mlir][Transforms][NFC] Dialect Conversion: Keep `...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 4b2ab1: [flang][OpenMP] Don't crash on iterator modifier i...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] dfb15b: MC: Move ExceptionHandling enum to Support
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 543b20: [mlir][Transforms] Dialect Conversion: Do not over...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] a83d33: [flang][OpenMP] Don't allow DO CONCURRENT inside o...
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 8584ab: [mlir] mlir/test/lit.local.cfg -> mlir/test/Target...
Frank Schlimbach via All-commits
- [all-commits] [llvm/llvm-project] 0aba73: RuntimeLibcalls: Pass in exception handling type
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4c14eb: [MLIR][AArch64] Add integration test for lowering ...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 68471d: Revert "Reapply "[clang][bytecode] Allocate Integr...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 6729da: [mlir][amdgpu][nfc] Add PatternBenefit to populate...
Kunwar Grover via All-commits
- [all-commits] [llvm/llvm-project] c4d997: Revert "Reland [Driver] Add support for GCC instal...
Garvit Gupta via All-commits
- [all-commits] [llvm/llvm-project] 1f34d6: [Remarks] Remove yaml-strtab format (#144527)
Tobias Stadler via All-commits
- [all-commits] [llvm/llvm-project] 671cae: [Flang][OpenMP] Update relevant warnings to emit w...
Jack Styles via All-commits
- [all-commits] [llvm/llvm-project] fda6b7: Fix libc++ restarter job.
Eric via All-commits
- [all-commits] [llvm/llvm-project] bdac95: [nfc][jt] Drop `std::optional` pointers (#144548)
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] c5613d: [MLIR] Mark LLVM::FMAOp as legal (#144671)
lorenzo chelini via All-commits
- [all-commits] [llvm/llvm-project] 1d6f10: [mlir] [python] Fixed the return type of `MemRefTy...
Sergei Lebedev via All-commits
- [all-commits] [llvm/llvm-project] 9db750: [libc++] Move __has_iterator_typedefs to the up-to...
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 6b0126: ARM: Avoid using isTarget wrappers around Triple p...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f204ca: [mlir][Transforms] Fix replaceUsesOfBlockArgument API
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 3240b5: [MLIR][AArch64] Add integration test for lowering ...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] d52eb9: [fixup] Remove "SMMLA" from some names
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 40d2f3: [Sema][ObjC] Loosen restrictions on reinterpret_ca...
Akira Hatanaka via All-commits
- [all-commits] [llvm/llvm-project] ee070d: [mlir][bufferization] Support custom types (1/N) (...
Andrei Golubev via All-commits
- [all-commits] [llvm/llvm-project] 6f4add: [compiler-rt] [Fuzzer] Fix ARMv7 test link failure...
Omair Javaid via All-commits
- [all-commits] [llvm/llvm-project] c69523: Add back missing checks for mmx-build-vector.ll
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] 392725: [mlir][Linalg] WIP - Generalize and fix rewriteAsP...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 36038a: [RemoveDIs][NFC] Remove dbg intrinsic handling cod...
Orlando Cazalet-Hyams via All-commits
- [all-commits] [llvm/llvm-project] 8fc20b: Fix bazel build issue caused by 142986 (#144721)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] e4c3b0: [InstCombine] Fold `tan(x) * cos(x) => sin(x)` (#1...
amordo via All-commits
- [all-commits] [llvm/llvm-project] b53c1e: [AArch64] Add ISel for postindex ld1/st1 in big-en...
John Brawn via All-commits
- [all-commits] [llvm/llvm-project] 947648: ARM: Move ABI enum from TargetMachine to TargetParser
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 3af4d4: [HLSL][SPIR-V] Fix LinkageAttribute emission for B...
Nathan Gauër via All-commits
- [all-commits] [llvm/llvm-project] 8b8a36: [AArch64] Use dupq (SVE2.1) for segmented lane spl...
Graham Hunter via All-commits
- [all-commits] [llvm/llvm-project] 9da9d3: [AMDGPU][True16][CodeGen] sext i16 inreg in true16...
Brox Chen via All-commits
- [all-commits] [llvm/llvm-project] 5d502a: [flang][OpenMP] Clarify confusing error message (#...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] b5aaf9: [InstCombine] Implement vp.reverse reordering/elim...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 0fa373: [Matrix] Propagate shape information through PHI i...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] a2cee0: [scudo] Make report pointers const. (#144624)
Christopher Ferris via All-commits
- [all-commits] [llvm/llvm-project] 13510c: [libc++] Make list constexpr as part of P3372R3 (#...
Peng Liu via All-commits
- [all-commits] [llvm/llvm-project] 6d785c: [Clang] Fix the clang/test/PCH/ignored-pch.c test....
Ying Yi via All-commits
- [all-commits] [llvm/llvm-project] 2a4135: Fix bazel build issue caused by #142986 second att...
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] dd40c4: [libc++] Clean up casts in std::forward_list (#130...
Peng Liu via All-commits
- [all-commits] [llvm/llvm-project] 982744: [libc++] Optimize ranges::{for_each, for_each_n} f...
Peng Liu via All-commits
- [all-commits] [llvm/llvm-project] 001892: [DAG] add (~a | x) & (a | y) -> (a & (x ^ y)) ^y f...
woruyu via All-commits
- [all-commits] [llvm/llvm-project] fe3933: [mlir][vector] Support complete folding in single ...
Yang Bai via All-commits
- [all-commits] [llvm/llvm-project] 4084ff: [flang] Show types in DumpEvExpr (#143743)
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] 99f6cb: [BPF] Use heterogeneous lookup with std::map (NFC)...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] b27ab0: [InstCombine] Preserve flags for difference of gep...
Alexis Engelke via All-commits
- [all-commits] [llvm/llvm-project] 2a8c65: [CodeGen][NFC] Fix quadratic c-t for large jump ta...
Alexis Engelke via All-commits
- [all-commits] [llvm/llvm-project] 77bc25: [AArch64] Fix build failure with -Werror (#144749)
John Brawn via All-commits
- [all-commits] [llvm/llvm-project] 2ed093: Revert "Add missing intrinsics to cuda headers (#1...
Artem Belevich via All-commits
- [all-commits] [llvm/llvm-project] 298f1c: Revert "Add missing intrinsics to cuda headers" (#...
Artem Belevich via All-commits
- [all-commits] [llvm/llvm-project] 26fd8b: [mlir][linalg] Add sizeToPadTo option to linalg::L...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] d9f797: sanitizer_common: add unsupported test for free_si...
Justin King via All-commits
- [all-commits] [llvm/llvm-project] ebd7f7: [KeyInstr][NFC] Fix incorrect atomGroup/rank uint ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 82acd8: [PowerPC] Add code to spill and restore DMRp regi...
Lei Huang via All-commits
- [all-commits] [llvm/llvm-project] 835d30: [AArch64] improve zero-cycle regmov test (#143680)
Tomer Shafir via All-commits
- [all-commits] [llvm/llvm-project] 6f4e4e: [libc] Internal getrandom implementation (#144427)
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] dfe4d4: Revert "[VPlan] Remove unnecessary DomTreeUpdater ...
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] 071a6f: [TTI] Remove PPC hasActiveVectorLength impl, simpl...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] e89460: [OpenMP][MLIR] Add omp.canonical_loop operation, !...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] 3f3526: [NFC][PowerPC] pre-commit running the update_llc_t...
zhijian lin via All-commits
- [all-commits] [llvm/llvm-project] 0e10d8: [Flang][MLIR] Add !$omp unroll construct and omp.u...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] 17f5b8: [flang][driver] add ability to look up feature fla...
Andre Kuhlenschmidt via All-commits
- [all-commits] [llvm/llvm-project] 8c3fba: [Clang][OpenMP][LoopTransformations] Fix incorrect...
Walter J.T.V via All-commits
- [all-commits] [llvm/llvm-project] ab6bee: [llvm-cov] Export decision coverage to output json...
uthmanna via All-commits
- [all-commits] [llvm/llvm-project] ca9a09: [libc++] Fix a typo in documentation (#144763)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 6192df: Revert "[llvm-cov] Export decision coverage to out...
Alan Phipps via All-commits
- [all-commits] [llvm/llvm-project] 6a4587: [Flang][MLIR] Add !$omp unroll construct and omp.u...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] a94eb2: [HashRecognize] Fix big-endian CRC tables (#144754)
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] f13b9e: [HashRecognize] Don't const-qualify Values in resu...
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] 156a64: [HashRecognize] Tighten pre-conditions for analysi...
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] 88d250: Revert "[llvm-cov] Export decision coverage to out...
Alan Phipps via All-commits
- [all-commits] [llvm/llvm-project] fb0651: [AArch64] fix trampoline implementation: actually ...
Jameson Nash via All-commits
- [all-commits] [llvm/llvm-project] c04fc5: [MemCpyOpt] allow some undef contents overread in ...
Jameson Nash via All-commits
- [all-commits] [llvm/llvm-project] 67c52a: [CIR] Upstream support for IncompleteArrayType (#1...
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] d4b7c0: [Remarks] Auto-detect remark parser format (#144554)
Tobias Stadler via All-commits
- [all-commits] [llvm/llvm-project] fed2aa: [Flang][MLIR] Add `!$omp unroll` and `omp.unroll_h...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] 22a69a: lsan: Support free_sized and free_aligned_sized fr...
Justin King via All-commits
- [all-commits] [llvm/llvm-project] 23b8f1: [VPlan] Remove redundant VPWidenRecipe constructor...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] a630ca: [lldb][breakpoint] Grey out disabled breakpoints (...
Chelsea Cassanova via All-commits
- [all-commits] [llvm/llvm-project] a88e65: [llvm] build Blake3 source with LLVM_EXPORTS defin...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] ec5f64: change the key to attr name
Chao Chen via All-commits
- [all-commits] [llvm/llvm-project] 96bbe4: Revert "[mlir][spirv] Fix int type declaration dup...
Jakub Kuderski via All-commits
- [all-commits] [llvm/llvm-project] b85e92: Hexagon v87 v89 elf flags (#144584)
Alexey Karyakin via All-commits
- [all-commits] [llvm/llvm-project] 7aecd7: [mlir][Vector] Add `vector.to_elements` op (#141457)
Diego Caballero via All-commits
- [all-commits] [llvm/llvm-project] 86d1d6: [clang] Use TargetInfo to determine device kernel ...
Nick Sarnie via All-commits
- [all-commits] [llvm/llvm-project] 03bdc0: [lldb][target] Add progress report for wait-attach...
Chelsea Cassanova via All-commits
- [all-commits] [llvm/llvm-project] 5e2209: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 4dca44: [CIR] Upstream ComplexType builtin_complex (#144225)
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] ac37a0: [mlir] Fix integer comparison warning (#144794)
Diego Caballero via All-commits
- [all-commits] [llvm/llvm-project] ce603a: [flang][openmp]Add UserReductionDetails and use in...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] d10079: [RISCV] Reduce the VL of both operands in VMERGE_V...
Min-Yih Hsu via All-commits
- [all-commits] [llvm/llvm-project] c4d7ea: [llvm-debuginfo-analyzer] Apply various memory sav...
Javier Lopez-Gomez via All-commits
- [all-commits] [llvm/llvm-project] 51aa6a: [lldb-dap] Use protocol types for ReadMemory reque...
Ebuka Ezike via All-commits
- [all-commits] [llvm/llvm-project] 118bfc: [MLIR][XEGPU] Add blocking support for scatter ops...
Jianhui Li via All-commits
- [all-commits] [llvm/llvm-project] 7b6963: [compiler-rt] [Fuzzer] Fix tests linking buildbot ...
Omair Javaid via All-commits
- [all-commits] [llvm/llvm-project] 00ae89: Revert "[IPO] Added attributor for identifying inv...
zGoldthorpe via All-commits
- [all-commits] [llvm/llvm-project] 6287c1: Revert "[lldb][target] Add progress report for wai...
Chelsea Cassanova via All-commits
- [all-commits] [llvm/llvm-project] e0933a: Revert "[lldb][target] Add progress report for wai...
Chelsea Cassanova via All-commits
- [all-commits] [llvm/llvm-project] 780c0e: [llvm] explicitly link llvm-jitlink-executor with ...
Andrew Rogers via All-commits
- [all-commits] [llvm/llvm-project] 7cf73b: Fix formatting
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] bb1f5c: [AArch64] Lower jump table cases threshold to 10 (...
Guy David via All-commits
- [all-commits] [llvm/llvm-project] 9d7752: Revert "[HLSL][SPIRV] Add vk::constant_id attribut...
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] 5f69d6: Revert "[HLSL][SPIRV] Add vk::constant_id attribut...
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] d26510: Augment `uncaught-exception.test` fuzzer test to b...
David Justo via All-commits
- [all-commits] [llvm/llvm-project] 5a2e7e: ARM: Move declaration of supportSplitCSR to be public
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] bc8908: ARM: Move declaration of supportSplitCSR to be pub...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8744c1: ARM: Move ABI helpers from Subtarget to TargetMachine
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 874a02: ARM: Move ABI helpers from Subtarget to TargetMach...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6e5ee4: [RISCV] Save vector registers in interrupt handler...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] d6b506: ARM: Move ABI enum from TargetMachine to TargetParser
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b6dc46: ARM: Avoid using isTarget wrappers around Triple p...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 981012: RuntimeLibcalls: Pass in exception handling type
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 2bcdfa: [CIR] Add side effect attribute to call operations...
Sirui Mu via All-commits
- [all-commits] [llvm/llvm-project] faf929: [RISCV] Fix a bug where AVL is the last MI in MBB....
MingYan via All-commits
- [all-commits] [llvm/llvm-project] bfee62: [NVPTX] Attach Range attr to setmaxnreg and fence ...
Durgadoss R via All-commits
- [all-commits] [llvm/llvm-project] 5875fa: [X86] Remove CLDEMOTE from Alderlake and later hyb...
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] 351303: [mlir][docs] Fix broken links to Traits documentat...
Han-Chung Wang via All-commits
- [all-commits] [llvm/llvm-project] 3b387e: [mlir][NFC] Pre-commit test for linalg hoisting
XiangZhang via All-commits
- [all-commits] [llvm/llvm-project] 9a4749: clang-format
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cfedf1: [𝘀𝗽𝗿] initial version
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 01efd8: ELF: Add branch-to-branch optimization.
Peter Collingbourne via All-commits
- [all-commits] [llvm/llvm-project] aa6512: AArch64: Use reportFatalUsageError for unsupported...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4072d9: [InstCombine] Generate better code for std::bit_fl...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 7b989a: [lldb/crashlog] Make interactive mode the new defa...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 826fca: whitespace cleanup and a local macro
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 7435a8: clang-format
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 590066: [NVPTX] Add family-specific architectures support ...
Rajat Bajpai via All-commits
- [all-commits] [llvm/llvm-project] 03461c: [mlir][gpu][spirv] Remove rotation semantics of gp...
Hsiangkai Wang via All-commits
- [all-commits] [llvm/llvm-project] 2c2ad9: Reapply "[Clang] Profile singly-resolved Unresolve...
Younan Zhang via All-commits
- [all-commits] [llvm/llvm-project] 9ee55e: [CIR] Implement folder for VecSplatOp (#143771)
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 408e55: [RISCV] Add support for handling one tied operand ...
quic_hchandel via All-commits
- [all-commits] [llvm/llvm-project] 366be4: Revert "[CUDA][HIP] Add a __device__ version of st...
Juan Manuel Martinez Caamaño via All-commits
- [all-commits] [llvm/llvm-project] 3e795c: [lldb] Disable TestTargetWatchAddress on Windows x...
Dmitry Vasilyev via All-commits
- [all-commits] [llvm/llvm-project] a9a71b: [libc++][test] Don't pass ill-formed UTF-8 to MAKE...
S. B. Tam via All-commits
- [all-commits] [llvm/llvm-project] f84e9f: [AMDGPU] New RegBankSelect: Map P0 to B64
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 50a751: [BOLT][AArch64] Fix PREL Relocs on RHEL8 (#144505)
Paschalis Mpeis via All-commits
- [all-commits] [llvm/llvm-project] 9c08e3: [AMDGPU] New RegBankSelect: Map P0 to B64
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] e73bff: [AMDGPU] New RegBankSelect: Handle all 32/64 bit p...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] e91485: [AMDGPU] New RegBanKSelect: Add S128 types
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] db8e6f: [AMDGPU] New RegBanKSelect: Add S128 types (#142601)
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 26d4b3: [RISCV] Don't prefer QC_EXT for SEXT_INREG pattern...
Sudharsan Veeravalli via All-commits
- [all-commits] [llvm/llvm-project] 724663: [AMDGPU] New RegBankSelect: Add Ptr32/Ptr64/Ptr128
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] e822cd: [AMDGPU] New RegBankSelect: Add Ptr32/Ptr64/Ptr128
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 7ceea2: [AMDGPU] New RegBankSelect: Add Ptr32/Ptr64/Ptr128...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 52ff58: Revert "[CUDA][HIP] Add a __device__ version of st...
Juan Manuel Martinez Caamaño via All-commits
- [all-commits] [llvm/llvm-project] 650b45: [libc++] Simplify the implementation of pointer_tr...
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 8e4ff2: [AMDGPU] Improve test coverage for G_INTTOPTR and ...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 1ab0e7: [LICM] Hoisting writeonly calls (#143799)
Jiachen (Yangyang) Wang via All-commits
- [all-commits] [llvm/llvm-project] 5163c1: [AMDGPU] Improve test coverage for G_INTTOPTR and ...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 0e1aab: [AMDGPU] Improve test coverage for G_INTTOPTR and ...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] ef8519: [AMDGPU] New RegBankSelect: Add rules for `G_PTRTO...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 62fe5e: [NFC][AMDGPU] print more info when debugging SIIns...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] dd6c6e: [AMDGPU] New RegBankSelect: Add rules for `G_PTRTO...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 4e3386: [DOCS][BUILDBOT] Bump recommended worker version
Paschalis Mpeis via All-commits
- [all-commits] [llvm/llvm-project] 8f82c0: [AMDGPU] New RegBankSelect: Add rules for `G_PTRTO...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] 681db0: [TSan] Make Shadow/Meta region inclusive-exclusive...
Kunqiu Chen via All-commits
- [all-commits] [llvm/llvm-project] 584cc3: [libc++] Move std::abs into __math/abs.h (#139586)
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 20245b: [libc++][NFC] Format abs.pass.cpp test
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 6273c5: [lldb][AArch64] Correctly invalidate svg when vg i...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] c0a9c9: [MLIR][NVVM-Docs] Fix rendering of a few tables in...
Durgadoss R via All-commits
- [all-commits] [llvm/llvm-project] 319b18: WIP - AffineMin folding
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 97c1a2: [mlir][linalg] Add option to pad dynamic dims to `...
Fabian Mora via All-commits
- [all-commits] [llvm/llvm-project] af51c9: [LV][NFC] Add branch weight test showing incorrect...
David Sherwood via All-commits
- [all-commits] [llvm/llvm-project] 21558b: [mlir][arith] Add overflow flags to `arith.trunci`
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] ec14c1: AMDGPU/GlobalISel: Add waterfall lowering in regba...
Petar Avramovic via All-commits
- [all-commits] [llvm/llvm-project] 0fe78c: [NFC] [Serialization] Some Code Cleanups for Name ...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 7db54e: [mlir][arith] Add overflow flags to `arith.trunci`
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 734d4e: [mlir][arith] Add overflow flags to `arith.trunci`
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 4b38ca: RuntimeLibcalls: Pass in FloatABI and EABI type
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5bee2c: RuntimeLibcalls: Pass in FloatABI and EABI type (#...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 83bf96: MC: Move ExceptionHandling enum to Support
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 305953: MC: Move ExceptionHandling enum to Support (#144692)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 98b6aa: RuntimeLibcalls: Pass in exception handling type
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1c35fe: RuntimeLibcalls: Pass in exception handling type (...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a0bf8e: ARM: Avoid using isTarget wrappers around Triple p...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 145b05: [fixup] Address review comments
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] e880cb: [BOLT] Gadget scanner: make use of C++17 features ...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] 74054c: [HashRecognize] Make it a non-PM analysis (#144742)
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] 30824c: [lldb][DWARFASTParserClang] GetCXXObjectParameter ...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 046e2f: [LV] Add interleaving test with partial reductions...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] e33f13: [mlir][arith] Add overflow flags to `arith.trunci`...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] b73720: [analyzer] Conversion to CheckerFamily: DynamicTyp...
Donát Nagy via All-commits
- [all-commits] [llvm/llvm-project] 2b4d75: [BOLT] Gadget scanner: detect authentication oracl...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] 5eb7b3: [BOLT] Gadget scanner: make use of C++17 features ...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] 936c55: [flang][OpenMP] Handle REQUIRES ADMO in lowering (...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] e478a2: [LLVM][IRBuilder] Use NUW arithmetic for Create{El...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] c4c2d7: [VPlan] Fix handling of ReductionStartVector for r...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 5148e0: Fix build issue caused by commit #0fe78c4 (#144888)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] dae510: [lldb][DWARFASTParserClang] Make GetCXXObjectParam...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] c07904: [lldb] add has methods to all DemangledNameInfo at...
Charles Zablit via All-commits
- [all-commits] [llvm/llvm-project] 09e794: [HIP] Emit the CUID value in the module with the n...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] e873fd: [BOLT] Gadget scanner: do not crash on debug-print...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] f41ca4: [BOLT] Gadget scanner: make use of C++17 features ...
Anatoly Trosinenko via All-commits
- [all-commits] [llvm/llvm-project] 493a35: [lldb][AArch64] Fix live process test for Linux's ...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 9477af: Apply pattern to basic case of 4 i64 loads into fp...
Jonathan Cohen via All-commits
- [all-commits] [llvm/llvm-project] 83381b: [LLDB] Add negative number parsing to DIL (#144557)
Ilia Kuklin via All-commits
- [all-commits] [llvm/llvm-project] 5645d6: Implement `sigsetjmp` and `siglongjmp` for darwin/...
Aly ElAshram via All-commits
- [all-commits] [llvm/llvm-project] bf79d4: [Reland] [PowerPC] frontend get target feature fro...
zhijian lin via All-commits
- [all-commits] [llvm/llvm-project] f87b66: [MLIR][NFC] Fixed some Typos (#144263)
Abdul Raheem via All-commits
- [all-commits] [llvm/llvm-project] e75e24: [AMDGPU][True16][Codegen] keep srcmod/clamp/omod f...
Brox Chen via All-commits
- [all-commits] [llvm/llvm-project] 278ece: [InstCombine][NFC] Pre-commit tests for #125935 (#...
Abhishek Kaushik via All-commits
- [all-commits] [llvm/llvm-project] 32e9f3: RuntimeLibcalls: Pass in ABI name from MCOptions
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a4e452: [mlir][Transforms] Fix replaceUsesOfBlockArgument ...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] b5425a: [fixup] Reduce the number of test cases
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 280e55: [flang][OpenMP][NFC] remove globals with mlir::Sta...
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 8b0e0a: [flang][OpenMP][NFC] remove globals with mlir::Sta...
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 802fa9: [PredicateInfo] Avoid duplicate hash lookup (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 7e8f1f: [HIP] Remove dots in HIP runtime path (#143792)
Siu Chi Chan via All-commits
- [all-commits] [llvm/llvm-project] 4c6f39: [Clang] Add standalone AMDGPU SPIR-V toolchain (#1...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 19360e: [gn build] port bf79d4819ede (ppc -gen-target-feat...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 89efae: [Flang][OpenMP] Update default MapType for Map Cla...
Jack Styles via All-commits
- [all-commits] [llvm/llvm-project] eb694b: [mlir][arith] Delete mul ext canonicalizations (#1...
Tobias Gysi via All-commits
- [all-commits] [llvm/llvm-project] 3516ad: [RISCV] Update SpacemiT X60 scheduling latencies b...
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] fdb572: Fix bazel build after #144594 (#144904)
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] 51cf14: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 5eb24f: [SelectionDAG][RISCV] Preserve nneg flag when fold...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 7c5c8e: [MLIR][AArch64] Simplify LowerContractionToSVEI8MM...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] ad84e8: [NFC] Add comment to describe the intention use of...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 3de01d: Fix bazel build after #144594, mark variable as po...
Karlo Basioli via All-commits
- [all-commits] [llvm/llvm-project] bf7b93: [Clang][AMDGPU][Driver] Add `avail-extern-gv-in-ad...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 36af73: Reapply "[Clang] Enable -fextend-variable-liveness...
Stephen Tozer via All-commits
- [all-commits] [llvm/llvm-project] f4db14: [SCCP] Move logic for removing ssa.copy into Solve...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 01d648: [HLSL][SPIRV] Reapply "[HLSL][SPIRV] Add vk::const...
Steven Perron via All-commits
- [all-commits] [llvm/llvm-project] 9754f7: add serializeArray for infos with URLs
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] c1ac87: [libc] Fix setjmp build order. (#144917)
lntue via All-commits
- [all-commits] [llvm/llvm-project] b83373: [libc][math] Skip setting errno and floating point...
lntue via All-commits
- [all-commits] [llvm/llvm-project] 5cf7d8: [NFC][Clang][AST] Adopt simplified `getTrailingObj...
Rahul Joshi via All-commits
- [all-commits] [llvm/llvm-project] c0cc81: [NFC][Clang] Adopt simplified `getTrailingObjects`...
Rahul Joshi via All-commits
- [all-commits] [llvm/llvm-project] 3fe626: [mlir][vector] Use `result` consistently as the re...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] 0816bb: [Matrix] Fix heap-use-after-free after 0fa373c77de...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 6ce865: [mlir][cf] Preserve branch weights during cf.cond_...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] c0c714: [InstCombine] Optimize sub(sext(add(x, y)), sext(add...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] 0b8179: [ValueTracking] Improve `Bitcast` handling to matc...
Abhishek Kaushik via All-commits
- [all-commits] [llvm/llvm-project] f78095: lsan: fix macos build after #144604 (#144818)
Justin King via All-commits
- [all-commits] [llvm/llvm-project] 836201: Allow bf16 operands on new MFMAs (#144925)
Umang Yadav via All-commits
- [all-commits] [llvm/llvm-project] 74ec1c: [LV] Add tests interleaving extended and multiply/...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 3bee9b: AMDGPU/GFX12: Fix s_barrier_signal_isfirst for sin...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 633e74: [Clang][AMDGPU][Driver] Add `avail-extern-gv-in-ad...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] baf35d: [libc] Fix bug in LIBC_CONF_ERRNO_MODE being undef...
William Huynh via All-commits
- [all-commits] [llvm/llvm-project] 8631b4: [flang] Set low probability for array repacking co...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] 28808d: [flang] Fixed test added in #144830.
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] dc058a: [TableGen] Use ListSeparator (NFC) (#144936)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 734986: [ADT] Remove an extraneous variable (NFC) (#144937)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 3b672e: [llvm] Use "= delete" to delete constructors (NFC)...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 03692a: [memprof] Use a lambda instead of std::bind (NFC) ...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] f6207d: [CIR] Remove redundant operation trait and use All...
Henrich Lauko via All-commits
- [all-commits] [llvm/llvm-project] 9fd22c: [flang][NFC] Move new code to right place (#144551)
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 53336a: [Offload] Move (most) global state to an `OffloadC...
Ross Brunton via All-commits
- [all-commits] [llvm/llvm-project] 2f3a8f: [libc] Skip x87 floating point register and only u...
lntue via All-commits
- [all-commits] [llvm/llvm-project] 53ea52: [LV] Introduce and use VPBuilder::createScalarZExt...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] e57750: adding support to version in metadata
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] b2985e: [flang][OpenMP] Move lowering of ATOMIC to separat...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] d3a293: [libc] Use `raise_except_if_required` for log2f. (...
lntue via All-commits
- [all-commits] [llvm/llvm-project] a9d175: [CodeGen] Use range-based for loops (NFC) (#144939)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] a8edda: [llvm] Remove unused includes (NFC) (#144941)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] e2556d: [SelectionDAG] Deal with POISON for INSERT_VECTOR_...
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] dfb5ca: [SPARC][IAS] Properly set implied feature sets for...
Koakuma via All-commits
- [all-commits] [llvm/llvm-project] b96370: [TTI] Plumb CostKind through getPartialReductionCo...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] a176e3: [AMDGPU] Initial support for gfx1250 target.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] d8e6d7: [LV] Consider EVL legality for TTI tail folding pr...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] dad648: [llvm] Remove an extraneous cast (NFC) (#144955)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 6001a8: [WholeProgramDevirt] Add check for AvailableExtern...
Tianle Liu via All-commits
- [all-commits] [llvm/llvm-project] 914398: ARM: Avoid using isTarget wrappers around Triple p...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] efd42b: WebAssembly: Stop directly using RuntimeLibcalls.d...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] fa7646: [DirectX] Add Root Signature Version Support and U...
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 5cbed3: [X86] Remove CLDEMOTE from Arrowlake and later hyb...
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] a05393: [RISCV] Add symbol parsing support for XAndesPerf ...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 513bcf: [yaml2obj] Report error when the input filename do...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 4f991c: [lldb-dap] Make connection URLs match lldb (#144770)
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 12f0f2: [AMDGPU] Fix a potential integer overflow in GCNRe...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] cfdc82: [AMDGPU] Fix a potential integer overflow in GCNRe...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] d8eeb9: [AMDGPU] Fix a potential integer overflow in GCNRe...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] f847af: TableGen: Handle setting runtime libcall calling c...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 50c5ec: [NFC] [Serialization] Remove a useless comment
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] bb51c5: [SDPatternMatch] Add m_Poison matcher (#144860)
Ming Yan via All-commits
- [all-commits] [llvm/llvm-project] 2febdc: add serializeArray for infos with URLs
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 56747f: [mlir] Allow using non-attribute properties in dec...
Krzysztof Drewniak via All-commits
- [all-commits] [llvm/llvm-project] bf53f8: Add a GUIDLIST table to bitcode
Owen Rodley via All-commits
- [all-commits] [llvm/llvm-project] 64fe32: [llvm] Migrate away from ArrayRef(std::nullopt) (N...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] a79c84: AArch64: Use reportFatalUsageError for unsupported...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 699746: [AMDGPU] Initial support for gfx1250 target. (#144...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] f8f7b7: AMDGPU: Remove AMDGPUInstrInfo class
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b8d3ef: [BOLT][Linux] Fix linux_banner lookup (#144962)
Maksim Panchenko via All-commits
- [all-commits] [llvm/llvm-project] 371872: AMDGPU: Remove legacy pass manager version of AMDG...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e2d291: [mlir][arith] Delete mul ext canonicalizations (#1...
Tobias Gysi via All-commits
- [all-commits] [llvm/llvm-project] e60c1d: AMDGPU: Remove legacy PM version of AMDGPUPromoteA...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 7cbb14: [clang] Migrate away from ArrayRef(std::nullopt) (...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 0f302f: [clang] Add managarm support (#144791)
no92 via All-commits
- [all-commits] [llvm/llvm-project] 06e08f: AArch64: Use reportFatalUsageError for unsupported...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 229b91: [AMDGPU] Add trivial gfx1250 runlines to MC tests....
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 090f40: [gn build] Port 0f302f38b001
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] d19612: [PredicateInfo] Remove unnecessary EdgeUsesOnly se...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] d7d67e: [mlir][Transforms] Add a PadTilingInterface transf...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] cbb5e2: [PredicateInfo] Remove redundant EdgeOnly member (...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 1cae21: AMDGPU: Remove legacy PM version of AMDGPUPromoteA...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c361bf: AMDGPU: Remove legacy pass manager version of AMDG...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8973be: [PredicateInfo] Avoid duplicate stack in scope che...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] bc14e5: [AMDGPU] Add trivial gfx1250 runlines to MC tests....
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] b6b8fa: [llvm-cov][gcov] Support multi-files coverage in o...
int-zjt via All-commits
- [all-commits] [llvm/llvm-project] b52596: [CIR] Clean up enum attributes
Henrich Lauko via All-commits
- [all-commits] [llvm/llvm-project] 874773: [SLP] NFC: Simplify CandidateVFs initialization (#...
Sander de Smalen via All-commits
- [all-commits] [llvm/llvm-project] 14e89b: [C++20] [Modules] Add exported modules as transiti...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 57c2b9: [mlir][arith] Add ElementwiseMappable to `arith.tr...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] d18fe4: [RISCV] Implement Feature Bits for Q
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] f70478: [AArch64][SelectionDAG] Fix UDOT regression (#144907)
Matthew Devereau via All-commits
- [all-commits] [llvm/llvm-project] b85387: [SCCP] Check instruction type before querying Pred...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] eb0f1d: [LLD][ELF] Include offset when adding Thunk symbol...
Peter Smith via All-commits
- [all-commits] [llvm/llvm-project] 145b1b: [lldb][nfc] Factor out code checking if Variable i...
Peter Smith via All-commits
- [all-commits] [llvm/llvm-project] 370e54: [CIR] Upstream splat op for VectorType (#139827)
Alexis Engelke via All-commits
- [all-commits] [llvm/llvm-project] 619720: [CodeGen] Limit number of analyzed predecessors
Alexis Engelke via All-commits
- [all-commits] [llvm/llvm-project] f57751: [mlir][arith] Add back ElementwiseMappable to `ari...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] dd4776: AMDGPU: Remove AMDGPUInstrInfo class (#144984)
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f75973: [BOLT][AArch64] Add support for SPE brstack format...
Ádám Kallai via All-commits
- [all-commits] [llvm/llvm-project] d32b85: [mlir][Func][NFC] Simplify implementation after #1...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 238abf: [gn build] Port f75973949b0e
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 966968: [mlir][arith][NFC] Remove redundant trait declaration
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 95bd05: [mlir][Func][NFC] Simplify implementation after #1...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] a5fa5b: [X86] ptest.ll - add test coverage for #144861 loa...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 708506: [BOLT] Support pre-aggregated returns (#143296)
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 7f3bf7: [𝘀𝗽𝗿] initial version
Alexis Engelke via All-commits
- [all-commits] [llvm/llvm-project] 8371d7: [mlir][Transforms][NFC] Dialect Conversion: Manual...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 5cad7b: Address review and add more tests
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 00c18d: [mlir][Transforms] Add a PadTilingInterface transf...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 7af545: [NFC] Update transform-op-pad-tiling-interface-mul...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 227cd5: [NFC] Update transform-op-pad-tiling-interface.mlir
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 68732c: [LLVM][CodeGen][SVE] Add isel for bfloat unordered...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] 4ec6d1: [X86] movmsk-cmp.ll - regenerate VPTERNLOG asm com...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3e99aa: [PredicateInfo] Clean up DFS sorting (NFC) (#144943)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 170ccf: [mlir][Transforms][NFC] Dialect conversion: Rename...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 19afb8: Add trailing newline
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] cbd496: [NFC][AMDGPU] Automate any_extend_vector_inreg.ll ...
Chris Jackson via All-commits
- [all-commits] [llvm/llvm-project] 392514: [flang][OpenMP][NFC] remove globals with mlir::Sta...
Tom Eccles via All-commits
- [all-commits] [llvm/llvm-project] 7f38e2: WIP: AMDGPU: Always select the VGPR version of MFMAs
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e5559c: [flang][OpenMP] Move lowering of ATOMIC to separat...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] 1b83f1: [AMDGPU] Fix to prevent sinking of PERMLANE_SWAP i...
Vigneshwar Jayakumar via All-commits
- [all-commits] [llvm/llvm-project] e8be73: [VPlan] Remove redundant ExtractLastElement from v...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] f81133: AMDGPU: Fold frame indexes into s_or_b32
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8650c8: [flang][OpenMP] Do not skip privatization of linea...
NimishMishra via All-commits
- [all-commits] [llvm/llvm-project] e970f5: [flang][OpenMP] Reintroduce TODO for FIR lowering ...
NimishMishra via All-commits
- [all-commits] [llvm/llvm-project] 198ed8: [MLIR] Legalize certain `vector.transfer_read` ops...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] a5b109: [MLIR] Add ReturnLike trait to memref.atomic_yield...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 5835f1: [AsmPrinter] Fix crash when remarks section is uns...
Tobias Stadler via All-commits
- [all-commits] [llvm/llvm-project] fd97df: [LV] Don't mark ptrs as safe to speculate if fed b...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 40dea2: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] d65161: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] edb49e: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 6c0ac8: [mlir][arith][NFC] Remove redundant trait declarat...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 5722a6: [AMDGPU] Fix a potential integer overflow in GCNRe...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 6edf2e: [MLIR] Print more user-friendly error message when...
Artemiy Bulavin via All-commits
- [all-commits] [llvm/llvm-project] e1cde0: [mlir][transform] NFC - extract a minimal DomainAn...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] b334ff: [VPlan] Refine return types in VPBuilder (NFC) (#1...
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] c8c4bd: [LV] Stengthen loop-invariance checks in isPredica...
Ramkumar Ramachandra via All-commits
- [all-commits] [llvm/llvm-project] 349f8d: [flang][OpenMP] Skip runtime mapping with no offlo...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] 1742a9: Rename and add a test
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 152d4b: [AArch64] Use indexed dup for 128b segmented splat...
Graham Hunter via All-commits
- [all-commits] [llvm/llvm-project] 8db272: [mlir][SparseTensor] Re-enable tests on AArch64 (#...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] c3929f: [NFC][LLVM] Reorder SVE_SME codegen predicate clas...
Paul Walker via All-commits
- [all-commits] [llvm/llvm-project] 8d603a: Fix test
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 376b71: [NFC][TableGen][DecoderEmitter] Use structured bin...
Rahul Joshi via All-commits
- [all-commits] [llvm/llvm-project] 154b10: [MLIR][ArmNeon] Add an ArmNeon operation which map...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 269cb2: [mlir][transform] extract a minimal DomainAndOpera...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 3ff69c: [LV] Add early-exit-with-store tests (#140899)
Graham Hunter via All-commits
- [all-commits] [llvm/llvm-project] 225768: [X86] combineConcatVectorOps - add tests showing v...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] bd36f7: [CIR] Add initial support for bitfields in structs...
Andres-Salamanca via All-commits
- [all-commits] [llvm/llvm-project] e0633d: [Offload] Check for initialization (#144370)
Ross Brunton via All-commits
- [all-commits] [llvm/llvm-project] f24236: [Offload] Add type information to device info node...
Ross Brunton via All-commits
- [all-commits] [llvm/llvm-project] 225f11: change the key to attr name
Chao Chen via All-commits
- [all-commits] [llvm/llvm-project] 96ab74: [InstCombine] remove undef loads, such as memcpy f...
Jameson Nash via All-commits
- [all-commits] [llvm/llvm-project] a2b8a9: [VPlan] Pass NumUnrolledElems as operand to VPWide...
Luke Lau via All-commits
- [all-commits] [llvm/llvm-project] 20d57e: [lldb][AIX] Added base file for AIX Register Conte...
Hemang Gadhavi via All-commits
- [all-commits] [llvm/llvm-project] 95c6c1: [X86] combineConcatVectorOps - only always concat ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] b017b4: [lldb][DWARF] Remove object_pointer from ParsedDWA...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 9dc59c: [MLIR] Incorrect track of usedKey in setProperties...
Chao Chen via All-commits
- [all-commits] [llvm/llvm-project] afeb26: [DLCov] Origin-Tracking: Add debugify support
Stephen Tozer via All-commits
- [all-commits] [llvm/llvm-project] 05b4bf: [ExtractAPI] Include +/- symbols for ObjC methods ...
Prajwal Nadig via All-commits
- [all-commits] [llvm/llvm-project] 71e20c: Fix references to required libraries when building...
Douglas via All-commits
- [all-commits] [llvm/llvm-project] b533b0: Define a DataFlowSolver helper that loads sensible...
Jeremy Kun via All-commits
- [all-commits] [llvm/llvm-project] c73437: [DAG] foldMaskedMerge - fix Wparentheses operator ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3f1de1: [Offload] Rework compiling device code for unit te...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 887222: [mlir] Migrate away from ArrayRef(std::nullopt) (N...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 9524bf: [lldb] Add Model Context Protocol (MCP) support to...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 789719: [gn build] Port 9524bfb27020
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 6e86b7: [AMDGPU] Do not replace SALU floating point multip...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 749e4a: [lldb] Fix ASCII art in CommandObjectProtocolServe...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 151ee0: [X86] SimplifyDemandedVectorEltsForTargetNode - en...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 32fc62: Reapply "Reapply "[clang][bytecode] Allocate Integ...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 770b16: [BOLT][test] Update X86/perf2bolt-spe.test (#145061)
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 72de0e: [TableGen][Docs] Fix empty list syntax in TableGen...
Chenguang Wang via All-commits
- [all-commits] [llvm/llvm-project] 6ba195: [flang][OpenMP] Fix ignore-target-data.f90 test
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] bfef87: msan: Support free_sized and free_aligned_sized fr...
Justin King via All-commits
- [all-commits] [llvm/llvm-project] feb578: [MLIR][ArmSVE] Add an ArmSVE dialect operation map...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] 34db3b: Revert "[lldb][DWARF] Remove object_pointer from P...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 877511: Revert "[lldb][DWARF] Remove object_pointer from P...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 940ff1: [InstCombine] fix hwasan mistake in "remove dead l...
Jameson Nash via All-commits
- [all-commits] [llvm/llvm-project] 379a60: [mlir][arith][transforms] Adds f4E2M1FN support to...
Muzammil via All-commits
- [all-commits] [llvm/llvm-project] edbaf1: [AMDGPU] Fix a potential integer overflow in GCNRe...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 7c0658: [clang-doc] document global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 945ce1: [libc++] Update the value of __cpp_lib_constrained...
Hristo Hristov via All-commits
- [all-commits] [llvm/llvm-project] 6ddb3a: [AMDGPU] Add another test showing unwanted VALU co...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 7157f3: [libc++] Disable a std::unexpected test in modules...
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 8d6e29: [libc] Reworked CharacterConverter isComplete into...
Uzair Nawaz via All-commits
- [all-commits] [llvm/llvm-project] 65cb3b: [Clang][PowerPC] Add __dmr1024 type and DMF intege...
Maryam Moghadas via All-commits
- [all-commits] [llvm/llvm-project] f8ee57: [X86] combineConcatVectorOps - only concat AVX1 v4...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 33a92a: [msan] Add off-by-default flag to fix false negati...
Thurston Dang via All-commits
- [all-commits] [llvm/llvm-project] 0d21c9: [BPF] Handle nested wrapper structs in BPF map def...
Michal Rostecki via All-commits
- [all-commits] [llvm/llvm-project] adc622: [mlir][xegpu] Refine layout assignment in XeGPU SI...
Charitha Saumya via All-commits
- [all-commits] [llvm/llvm-project] c46e77: [AMDGPU] gfx1250 SOPP MC tests. NFC.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 04e2e5: [RISCV] Treat bf16->f32 as separate ExtKind in com...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] c210cf: [InlineCost] Allow simplifying to non-Constant values
Tobias Stadler via All-commits
- [all-commits] [llvm/llvm-project] f62343: [AMDGPU] Don't insert wait instructions that are n...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 35b89d: [X86][EVEX512] Check hasEVEX512 for canExtendTo512...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 996385: [AArch64] Fix a warning
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 02550d: [OpenMP 60] Initial parsing/sema for `need_device_...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 7b1976: updated test
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] ab8b8c: [TargetParser][cmake] Be Smarter about TableGen De...
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] 7f74a3: [LV] Regenerate uniform_across_vf* check lines.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] e266d6: [Format] Use llvm::min_element (NFC) (#143725)
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] ebc90d: [SandboxVectorizer] Use llvm::find (NFC) (#143724)
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] bae48a: [mlir][bazel] add missing deps for XeGPUTransforms
Yijia Gu via All-commits
- [all-commits] [llvm/llvm-project] 2bb192: [AMDGPU] Add s_wait_xcnt gfx1250 instruction
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] ff6367: [[mlir][Vector] Add simple folders for `vector.fro...
Diego Caballero via All-commits
- [all-commits] [llvm/llvm-project] 521adc: [VPlan] Use createScalarZExtOrTrunc when expanding...
Luke Lau via All-commits
- [all-commits] [llvm/llvm-project] 3f42c6: [DirectX] Scalarize `extractelement` and `insertel...
Deric C. via All-commits
- [all-commits] [llvm/llvm-project] 925dbc: [flang][OpenMP] Fix namespace nesting after PR144960
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] f15977: [mlir][core|ptr] Add `PtrLikeTypeInterface` and ca...
Fabian Mora via All-commits
- [all-commits] [llvm/llvm-project] c103bb: [LV] Consider whether vscale is a known power of t...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] f95f1d: [AMDGPU] Add gfx1250 runlines to vop3 dpp tests. NFC.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 8d2eea: [AMDGPU] gfx1250 SOPP MC tests. NFC. (#145082)
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] b5d570: [HLSL] Add descriptor table metadata parsing (#142...
joaosaffran via All-commits
- [all-commits] [llvm/llvm-project] 958dc8: [AMDGPU] Don't insert wait instructions that are n...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 2a4207: [DirectX] Don't limit visitGetElementPtrInst to gl...
Farzon Lotfi via All-commits
- [all-commits] [llvm/llvm-project] affcc5: [AMDGPU] Add s_wait_xcnt gfx1250 instruction (#145...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 19b62f: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 227f75: [mlir][python] expose operation.block (#145088)
Maksim Levental via All-commits
- [all-commits] [llvm/llvm-project] 6d8c6e: [BOLT][NFC] Simplify doTrace in BAT mode (#143233)
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 4959e8: [BOLT][NFCI] Use heuristic for matching split glob...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 5dd782: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] c28824: [TailRecursionElim] Adjust function entry count
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] d8924d: [LLDB] Explicitly use python for version fixup (#1...
nerix via All-commits
- [all-commits] [llvm/llvm-project] 2fe53f: [AMDGPU] Omit image waits in function prologue on ...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 3a66e2: [AMDGPU] Add gfx1250 runlines to vop3 dpp tests. N...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] d078ce: [libc] mbrtowc implementation (#144760)
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] f8ffb4: [VPlan] Simplify ExtractLastElement(Broadcast(A)) ...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 3b9795: [AArch64] Add CodeGen support for scalar FEAT_CPA ...
Rodolfo Wottrich via All-commits
- [all-commits] [llvm/llvm-project] 491b82: ELF: Add branch-to-branch optimization.
Peter Collingbourne via All-commits
- [all-commits] [llvm/llvm-project] 6110de: [clang][scan-deps] Add option to disable caching s...
Michael Spencer via All-commits
- [all-commits] [llvm/llvm-project] 58f480: [lldb] Add support for x86_64h to scripted process...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] b6445a: [GlobalISel] Create a common register_vector_match...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 9c1ce3: [mlir][vector] Add unroll patterns for vector.load...
Nishant Patel via All-commits
- [all-commits] [llvm/llvm-project] 4c97a9: [libc] Added closing quote (#145101)
sribee8 via All-commits
- [all-commits] [llvm/llvm-project] 0c2191: [AMDGPU] Omit image waits in function prologue on ...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] d3bfb0: [AMDGPU] Rename call instructions from b64 to i64
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 4dd8e7: [AMDGPU] Rename call instructions from b64 to i64
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 5886f0: [RISCV] Allow larger offset when matching build_ve...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 87a27c: [clang-doc] document global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 193026: [AMDGPU] Rename call instructions from b64 to i64
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] f0d325: [BOLT][NFCI] Use FileSymbols for local symbol disa...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] a91154: [libc] Implemented wcrtomb internal function and p...
Uzair Nawaz via All-commits
- [all-commits] [llvm/llvm-project] e6ee2c: [HLSL][RootSignature] Implement validation of reso...
Finn Plummer via All-commits
- [all-commits] [llvm/llvm-project] 94865e: [Reland][InstCombine] Iterative replacement in Ptr...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] b7be87: Reapply "[CI] Migrate to runtimes build" (#143612)
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 1db9af: [lldb/crashlog] Make registers always available & ...
Med Ismail Bennani via All-commits
- [all-commits] [llvm/llvm-project] 1753ab: [X86] combineINSERT_SUBVECTOR - directly fold to X...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] ad3680: [bazel][lld] Follow up 491b82a5ec1a (llvmorg-21-in...
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] be7e41: [NFC] Add comment to describe the intention use of...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 6b9fe9: [HLSL] Emit a version in the dx.rootsignatures met...
Justin Bogner via All-commits
- [all-commits] [llvm/llvm-project] 7fa87f: [NFC] Formatting PassRegistry.def
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 8b8932: Simplifying creation of Embedder
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 202a37: Vocab Changes
S. VenkataKeerthy via All-commits
- [all-commits] [llvm/llvm-project] 2dfcc4: [clang-doc] Precommit concept tests (#144160)
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 00e0ba: add serializeArray for infos with URLs
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 62269c: [clang-doc] Precommit test for global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 76a4ef: [clang-doc] document global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 5f3579: [𝘀𝗽𝗿] initial version
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 8050a6: [clang-doc] add support for concepts (#144430)
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 890d6f: [clang-doc] Precommit test for global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] fa5f1c: [clang-doc] document global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 7f7b1c: AMDGPU: Use reportFatalUsageError in AMDGPULowerMo...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b7ee49: AMDGPU: Use reportFatalUsageError in AMDGPULowerBu...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 31085d: AMDGPU: Use reportFatalUsageError for unsupported ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a72377: AMDGPU: Use reportFatalUsageError for unsupported ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1f2fdb: AMDGPU: Avoid report_fatal_error for reporting lib...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f33e5f: AMDGPU: Use reportFatalUsageError for LDS mixed ab...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5cbe0d: AMDGPU: Really delete AMDGPUAnnotateKernelFeatures
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4676a8: Revert "[Reland][InstCombine] Iterative replacemen...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] 729790: Revert "[Reland][InstCombine] Iterative replacemen...
Anshil Gandhi via All-commits
- [all-commits] [llvm/llvm-project] 17e846: AArch64: Replace AArch64MCExpr with MCSpecifierExpr
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] f46613: AMDGPU: Use reportFatalUsageError in AMDGPULowerMo...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 2e9b85: AMDGPU: Really delete AMDGPUAnnotateKernelFeatures
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] fa1177: [RISCV] Implement Feature Bit for Q (#145001)
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 703128: AMDGPU: Use reportFatalUsageError for unsupported ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4c2b93: [mlir][ods] Document InferTypeOpInterface behavior...
Jacques Pienaar via All-commits
- [all-commits] [llvm/llvm-project] 981f8e: [TableGen] Remove redundant control flow statement...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 0fa0c3: AMDGPU: Use reportFatalUsageError in AMDGPULowerBu...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9cc9ef: [lld][COFF] Remove duplicate strtab entries (#141197)
Haohai Wen via All-commits
- [all-commits] [llvm/llvm-project] cb4f32: [RISCV] Fix HasStdExtCOrZcfOrZce Syntax (#145141)
Sam Elliott via All-commits
- [all-commits] [llvm/llvm-project] 1fec09: [AArch64][GlobalISel] Allow selecting FPR index lo...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 8fee93: pre-commit test
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 437346: [GlobalISel] Widen vector loads from aligned ptrs ...
David Green via All-commits
- [all-commits] [llvm/llvm-project] ae162e: [AMDGPU] Add s_setprio_inc_wg gfx1250 instruction
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 265547: pre-commit tests
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 32dbaf: [mlir][Transforms][NFC] Dialect conversion: Rename...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 2fe4d1: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 2050d2: [libc++] Simplify std::function further after remo...
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 685af5: [libc++] Simplify <limits> a bit (#140021)
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] 7fd7f5: Revert "[libc++] Simplify <limits> a bit (#140021)"
Nikolas Klauser via All-commits
- [all-commits] [llvm/llvm-project] c69f97: [Clang] Add WG21 papers from the Sofia meeting to ...
Corentin Jabot via All-commits
- [all-commits] [llvm/llvm-project] 5f2135: AMDGPU: Really delete AMDGPUAnnotateKernelFeatures...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4a4582: [CIR] Upstream BinAssign for ComplexType (#144868)
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 0921bf: [mlir][Transforms] Dialect conversion: Add missing...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 03ef9e: [mlir][Transforms] Dialect conversion: Simplify `r...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] bb3729: [MLIR] Add optional cached symbol tables to LLVM c...
Michele Scuttari via All-commits
- [all-commits] [llvm/llvm-project] 2f5d96: [VPlan] Use EMIT-SCALAR when printing casts.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] d6a486: [ORC] Apply MachO::CPU_SUBTYPE_MASK to comparison ...
Lang Hames via All-commits
- [all-commits] [llvm/llvm-project] 341137: [mlir][transform][tensor] Add GetDimOp
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 1bb232: [libc++] Implement `views::join_with` (#65536)
Jakub Mazurkiewicz via All-commits
- [all-commits] [llvm/llvm-project] 369e84: [gn build] Port 1bb2328fd3ad
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 1b5d6e: [clang-tidy] count class member initializers as st...
Baranov Victor via All-commits
- [all-commits] [llvm/llvm-project] 678685: Update llvm/lib/Analysis/ValueTracking.cpp
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] e7ab68: [mlir][transform][tensor] Add GetDimOp
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] ea3213: [C++][Modules] A module directive may only appear ...
yronglin via All-commits
- [all-commits] [llvm/llvm-project] 44a1be: [CIR] Upstream __imag__ for ComplexType
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 77941e: [CostModel] Add a DstTy to getShuffleCost (#141634)
David Green via All-commits
- [all-commits] [llvm/llvm-project] 0e4fd6: [CIR] Upstream __real__ for ComplexType
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] e3a6c2: [CIR] Upstream __imag__ for ComplexType
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 4df7f7: [CIR] Upstream __real__ for ComplexType
Amr Hesham via All-commits
- [all-commits] [llvm/llvm-project] 831fcb: [libc++] constexpr flat_map (#137453)
Hui via All-commits
- [all-commits] [llvm/llvm-project] 2a9745: WIP - AffineMin folding
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] c10704: fix redundant umax
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 4811b7: fix redundant umax
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 4802be: address review comments
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 856d70: [mlir][transform] Plumb a simplified form of Affin...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] b3760c: [mlir][Transforms] Add 1:N support to `replaceUses...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 60d127: [VPlan] Pass operand index to canNarrowLoad. (NFC)
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] a961ba: AMDGPU: Use reportFatalUsageError for LDS mixed ab...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 99af99: [TSan] Fix p == end == ShadowMem::end in ShadowSet...
Kunqiu Chen via All-commits
- [all-commits] [llvm/llvm-project] 64a4b7: AMDGPU: Avoid report_fatal_error for unsupported d...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b36170: AMDGPU: Avoid report_fatal_error for getRegisterBy...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e6ebf8: [mlir] Migrate away from ArrayRef(std::nullopt) (N...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] ae372b: [CodeGen] Use range-based for loops (NFC) (#145142)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 463ce0: [CodeGen] Remove extraneous casts to VariableID (N...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 4c1a10: [X86][NFC] Use std::move to avoid copy (#141455)
Abhishek Kaushik via All-commits
- [all-commits] [llvm/llvm-project] 9f7a15: [VPlan] Update packScalarIntoVector to take and re...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 1da864: [RISCV] Properly support RISCVISD::LLA in getTarge...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] fc36e4: Revert "[RISCV] Properly support RISCVISD::LLA in ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 6c8c81: [libc] Fix feature check for riscv (#145169)
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] 2ed089: [clang/docs] add a missing brace in ClangFormatSty...
Tal Kedar via All-commits
- [all-commits] [llvm/llvm-project] e7dd22: [clang-tidy] Add new check `readability-use-numeri...
Katherine Whitlock via All-commits
- [all-commits] [llvm/llvm-project] 550ed9: [gn build] Port e7dd223ec451
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 056b52: [clang-doc] Precommit test for global variables (#...
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] f3e1d5: [clang-doc] document global variables
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] e066f3: [lldb] Fix qEcho message handling (#145072)
eleviant via All-commits
- [all-commits] [llvm/llvm-project] c455f4: [LV] Add more tests for narrowing interleave group...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] cd646d: Revert "[ValueTracking] Improve `Bitcast` handling...
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] 757c80: Add `REQUIRES: x86` to test added in 141197 to ski...
dyung via All-commits
- [all-commits] [llvm/llvm-project] 570885: Revert "[ValueTracking] Improve `Bitcast` handling...
Arthur Eubanks via All-commits
- [all-commits] [llvm/llvm-project] f280d3: AMDGPU: Avoid report_fatal_error for getRegisterBy...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b59652: CodeGen: Emit error if getRegisterByName fails
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4c1a7f: DAG: Emit an error if trying to legalize read/writ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] dfe7d5: DAG: Emit an error if trying to legalize read/writ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e1a589: AMDGPU: Use reportFatalUsageError for regalloc fla...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b7d0c9: [SelectionDAG][RISCV] Treat zext nneg as sext in P...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 1021b0: [InstSimplify] Simplify 'x u>= 1' to true when x i...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] aca7a4: pre-commit tests
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 2436b3: AMDGPU: Avoid report_fatal_error in image intrinsi...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] bc2d8c: AMDGPU: Avoid report_fatal_error on ds ordered int...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] fa0b84: [AMDGPU] Rename call instructions from b64 to i64 ...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] f51d87: [InstSimplify] Simplify 'x u>= 1' to true when x i...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 8e9969: pre-commit test
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] d8bfe8: [AMDGPU] Add s_setprio_inc_wg gfx1250 instruction
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 425090: Revert "[X86][NFC] Use std::move to avoid copy (#1...
Abhishek Kaushik via All-commits
- [all-commits] [llvm/llvm-project] cbfec4: Revert "[X86][NFC] Use std::move to avoid copy" (#...
Abhishek Kaushik via All-commits
- [all-commits] [llvm/llvm-project] da7905: [AMDGPU] Baseline gfx1250 speed model.
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 58b939: [VPlan] Support matching constants in narrowInterl...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 5945c5: WIP
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 6ae5b8: Make getStridesAndOffset const (#145148)
Evan Liu via All-commits
- [all-commits] [llvm/llvm-project] 689446: Update llvm/lib/Transforms/InstCombine/InstCombine...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 075cb6: [MLIR] Add logging/tracing to DataFlow analysis an...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] da1b1d: Update llvm/lib/Transforms/InstCombine/InstCombine...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 858388: [AArch64] Remove unnecessary DL variable. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] f78819: Revert "Revert "[RISCV] Remove B and Zbc extension...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] c7d9ea: [AVR] Don't apply post-indexing on mismatched poin...
Patryk Wychowaniec via All-commits
- [all-commits] [llvm/llvm-project] d2c045: [lldb][DWAFASTParserClang][NFC] Rename GetCXXObjec...
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] 26390f: [VectorCombine] foldShuffleOfShuffles - fold shuff...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 0dc0ae: [LV] Add additional tests for replicating calls re...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 5d7d8d: [Instrumentation] Drop "const" from a return type ...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 2ac293: [lld] Use llvm::partition_point (NFC) (#145209)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] dec93a: [mlir] Migrate away from ValueRange(std::nullopt) ...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 96493c: AMDGPU: Use reportFatalUsageError for regalloc fla...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ee5dcd: [mlir] fix assertion failure in remove-dead-values...
Menooker via All-commits
- [all-commits] [llvm/llvm-project] 584a2c: AMDGPU: Avoid report_fatal_error for reporting lib...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 078475: [ARM] Add test coverage for #144845 and regenerate...
David Green via All-commits
- [all-commits] [llvm/llvm-project] fd15b0: Apply suggestions from code review
Congcong Cai via All-commits
- [all-commits] [llvm/llvm-project] f2eb5d: [SelectionDAG] Handle `fneg`/`fabs`/`fcopysign` in...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 37c953: feedback
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 8ee964: [LV] Simplify creation of vp.load/vp.store/vp.redu...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 741ea8: [gn build] Port 8ee9646b06cd
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] ee414e: [CI] Refactor out some early exits in compute_proj...
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 80b9fc: Revert "[lldb] Fix qEcho message handling (#145072...
eleviant via All-commits
- [all-commits] [llvm/llvm-project] 214ca3: [CI] Test all projects when CI scripts change
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 99cdc2: [CI] Cleanup buildkite test report script
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] f9c9a3: [LV] Add tests with fmax reductions without fast-m...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 40eee8: [AMDGPU] Add s_setprio_inc_wg gfx1250 instruction ...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 113df3: [𝘀𝗽𝗿] initial version
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 8f01ed: [C API] Add getter/setter for samesign flag on icm...
Benji Smith via All-commits
- [all-commits] [llvm/llvm-project] 4154ad: [Xtensa] Implement Xtensa Floating Point Option. (...
Andrei Safronov via All-commits
- [all-commits] [llvm/llvm-project] 984408: [lldb] Migrate away from ValueRange(std::nullopt) ...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] f9fce4: [ORC] Fix potential stack corruption in Platform::...
Lang Hames via All-commits
- [all-commits] [llvm/llvm-project] 1cb17e: static virtual address
Mingming Liu via All-commits
- [all-commits] [llvm/llvm-project] c050ef: static virtual address
Mingming Liu via All-commits
- [all-commits] [llvm/llvm-project] b00ddc: [mlir][affine] Fix a crash when cast incompatible ...
Longsheng Mou via All-commits
- [all-commits] [llvm/llvm-project] a17b5b: [clang-reorder-fields] Prevent rewriting unsupport...
Vladimir Vuksanovic via All-commits
- [all-commits] [llvm/llvm-project] 6023ba: [mlir] Migrate away from TypeRange(std::nullopt) (...
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 76ae9a: [CodeGen] Use range-based for loops (NFC) (#145251)
Kazu Hirata via All-commits
- [all-commits] [llvm/llvm-project] 32f911: [InstCombine] Fold `ceil(X / (2 ^ C)) == 0` -> `X ...
Iris Shi via All-commits
- [all-commits] [llvm/llvm-project] 89c614: [AMDGPU] Baseline gfx1250 speed model. (#145217)
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 2f1558: [mlir][transform] Plumb a simplified form of Affin...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 0571bc: [mlir][transform] Plumb a simplified form of Affin...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 734e5b: [𝘀𝗽𝗿] initial version
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] c71655: [mlir][affine|ValueBounds] Add transform to simpli...
Fabian Mora via All-commits
- [all-commits] [llvm/llvm-project] ed155f: AMDGPU: Avoid report_fatal_error on ds ordered int...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] da0c21: [mlir][gpu] Fix bug with GPU hardware intrinsic gl...
Adam Straw via All-commits
- [all-commits] [llvm/llvm-project] 6049e5: WIP: AMDGPU: Always select the VGPR version of MFMAs
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] a51db3: Support data access profile in llvm-profgen, using...
Mingming Liu via All-commits
- [all-commits] [llvm/llvm-project] 6ca735: AMDGPU: Use reportFatalUsageError for unhandled ca...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f6fa5d: AMDGPU: Remove legacy pass manager version of AMDG...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4cbd52: AMDGPU: Use reportFatalUsageError for unsupported ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 6a0593: [AMDGPU] Extend wave reduce intrinsics for i32 typ...
Aaditya via All-commits
- [all-commits] [llvm/llvm-project] d0acdd: Revert "[StaticDataLayout][PGO]Implement reader an...
Mingming Liu via All-commits
- [all-commits] [llvm/llvm-project] c5d210: AMDGPU: Fix typo in argument allocation error message
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c3c73e: DAG: Move get_dynamic_area_offset type check to IR...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 3c86b6: AsmPrinter: Do not use report_fatal_error for unkn...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 1748f9: AsmPrinter: Emit context error for protected aliases
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] e93873: AsmPrinter: Emit context error for protected aliases
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 26f3f2: [MLIR][NFC] Declare RuntimeVerifiableOpInterface f...
Artemiy Bulavin via All-commits
- [all-commits] [llvm/llvm-project] 1390d8: AsmPrinter: Do not use report_fatal_error fir AIX ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 0b43cd: AsmPrinter: Do not use report_fatal_error for unha...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 389209: ARM: Move ABI enum from TargetMachine to TargetPar...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ec9e92: AArch64: Do not use report_fatal_error for pauth r...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9b61ec: X86: Use reportFatalUsageError for tiny code model...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 4be4b8: AMDGPU: Use reportFatalUsageError for unhandled ca...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] fccc6e: [C++20] [Modules] Don't make enum constant members...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] cb1d8e: Add minimum count threshold for indirect call prom...
Snehasish Kumar via All-commits
Last message date:
Sun Jun 22 23:46:15 PDT 2025
Archived on: Sun Jun 22 23:46:17 PDT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).