The Week Of Monday 10 March 2025 Archives by thread
Starting: Mon Mar 10 00:04:28 PDT 2025
Ending: Sun Mar 16 23:53:59 PDT 2025
Messages: 5374
- [llvm] [RISCV] Merge DecoderNamespace for T-Head extensions. NFC (PR #130555)
Craig Topper via llvm-commits
- [llvm] [AMDGPU][NPM] Support -regalloc-npm options (PR #129035)
Akshat Oke via llvm-commits
- [llvm] [AArch64][GlobalISel] Improve MULL generation (PR #112405)
Matt Arsenault via llvm-commits
- [llvm] [InstCombine] Fold fneg/fabs patterns with ppc_f128 (PR #130557)
Yingwei Zheng via llvm-commits
- [llvm] [Mips] Fix clang crashes when compiling a variadic function while tar… (PR #130558)
via llvm-commits
- [llvm] [X86] Support peephole optimization with CCMP instruction (PR #129994)
Feng Zou via llvm-commits
- [llvm] [llvm-objcopy] Apply encryptable offset to first segment, not section (PR #130517)
James Henderson via llvm-commits
- [llvm] [AMDGPU] Support block load/store for CSR (PR #130013)
Carl Ritson via llvm-commits
- [llvm] [CodeGen][NewPM] Port "PrologEpilogInserter" to NPM (PR #130550)
Vikram Hegde via llvm-commits
- [llvm] [CodeGen][NewPM] Port "PostRAMachineSink" pass to NPM (PR #129690)
Akshat Oke via llvm-commits
- [llvm] WIP:[LV] Support strided memory accesses with a stride of -1 (PR #128718)
Mel Chen via llvm-commits
- [llvm] [LV] Support strided memory accesses with a stride of -1 (PR #128718)
Mel Chen via llvm-commits
- [llvm] [X86][APX] Try to replace NDD with NF instructions when optimizeCompareInstr (PR #130488)
Phoebe Wang via llvm-commits
- [llvm] [RISCV] Enable prefetching writes (PR #130561)
Pengcheng Wang via llvm-commits
- [clang] [llvm] [Coroutines] Replace coro.outside.frame metadata with an intrinsic (PR #129255)
Hans Wennborg via llvm-commits
- [llvm] [AddressSanitizer] Remove memory effects from functions (PR #130495)
Guy David via llvm-commits
- [llvm] [AMDGPU] Add intrinsic and MI for image_bvh_dual_intersect_ray (PR #130038)
Mariusz Sikora via llvm-commits
- [llvm] [AMDGPU] Add intrinsics and MIs for ds_bvh_stack_* (PR #130007)
Mariusz Sikora via llvm-commits
- [llvm] [X86][APX] Try to replace non-NF with NF instructions when optimizeCompareInstr (PR #130488)
Phoebe Wang via llvm-commits
- [llvm] [CI] Rework github workflow processing (PR #130317)
Nathan Gauër via llvm-commits
- [llvm] [CI] Extend metrics container to log BuildKite metrics (PR #129699)
Nathan Gauër via llvm-commits
- [llvm] [ExecutionEngine] Avoid repeated hash lookups (NFC) (PR #130544)
Nikita Popov via llvm-commits
- [llvm] [Hexagon] Avoid repeated hash lookups (NFC) (PR #130545)
Nikita Popov via llvm-commits
- [llvm] [IPO] Avoid repeated hash lookups (NFC) (PR #130546)
Nikita Popov via llvm-commits
- [llvm] [Scalar] Avoid repeated hash lookups (NFC) (PR #130547)
Nikita Popov via llvm-commits
- [llvm] [llvm][CodeGen] Fix the empty interval issue in Window Scheduler(#128714) (PR #129204)
Matt Arsenault via llvm-commits
- [llvm] [LoopVectorize] Further improve cost model for early exit loops (PR #126235)
David Sherwood via llvm-commits
- [llvm] [LV] Optimise latch exit induction users for some early exit loops (PR #128880)
David Sherwood via llvm-commits
- [llvm] Reland: [MC] output inlined-at debug info (#106230) (PR #130306)
Nikita Popov via llvm-commits
- [llvm] [CVP] Infer `nuw`/`nsw` flags for TruncInst (PR #130504)
Simon Pilgrim via llvm-commits
- [llvm] [WIP][AMDGPU] frame index elimination hit assertion for scavenged nonreg (PR #130287)
Pankaj Dwivedi via llvm-commits
- [llvm] [X86] checkBitcastSrcVectorSize - early return when reach to MaxRecursionDepth. (PR #130226)
Simon Pilgrim via llvm-commits
- [llvm] [MCA] Adding missing instructions in AArch64 Neoverse V1 tests (PR #128892)
Julien Villette via llvm-commits
- [llvm] [InstCombine] Enable select freeze poison folding when storing value (PR #129776)
Nikita Popov via llvm-commits
- [compiler-rt] [scudo] Add `__scudo_get_info` symbol to export stats to a buffer. (PR #130273)
via llvm-commits
- [llvm] [LV][NFC] Pre-commit test for supporting strided accesses. (PR #130563)
Mel Chen via llvm-commits
- [llvm] [llvm-diff] Diff attributes & metadata (PR #129247)
via llvm-commits
- [llvm] [AMDGPU][NewPM] Port AMDGPUReserveWWMRegs to NPM (PR #123722)
Akshat Oke via llvm-commits
- [llvm] 564b756 - [ADT/Support] Add includes to fix module build
Jonas Hahnfeld via llvm-commits
- [llvm] [TailDuplicator] Do not restrict the computed gotos (PR #114990)
via llvm-commits
- [llvm] [LoopVectorize] Add cost of generating tail-folding mask to the loop (PR #130565)
David Sherwood via llvm-commits
- [llvm] 4a59d0c - [X86] checkBitcastSrcVectorSize - early return when reach to MaxRecursionDepth. (#130226)
via llvm-commits
- [lld] [llvm] [readobj][Arm][AArch64] Refactor Build Attributes parsing under ELFAtributeParser and add support for AArch64 Build Attributes (PR #128727)
Oliver Stannard via llvm-commits
- [llvm] [CodeGen][NPM] Port DetectDeadLanes to NPM (PR #130567)
Akshat Oke via llvm-commits
- [llvm] b1ebfac - [readobj][Arm][AArch64] Refactor Build Attributes parsing under ELFAtributeParser and add support for AArch64 Build Attributes (#128727)
via llvm-commits
- [llvm] 24f0901 - [MCA] Adding missing instructions in AArch64 Neoverse V1 tests (#128892)
via llvm-commits
- [llvm] [AMDGPU] Improve StructurizeCFG pass performance: avoid redundant DebugLoc map initialization. NFC. (PR #130568)
Valery Pykhtin via llvm-commits
- [clang] [llvm] [Clang][llvm] Implement fp8 FMOP4A intrinsics (PR #130127)
Virginia Cangelosi via llvm-commits
- [llvm] [AArch64][MachineCombiner] Reassociate long chains of accumulation instructions into a tree to increase ILP (PR #126060)
Jonathan Cohen via llvm-commits
- [llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Florian Hahn via llvm-commits
- [llvm] fe93a28 - [gn build] Port b1ebfac1859c
LLVM GN Syncbot via llvm-commits
- [llvm] 2aca7c2 - [X86] Add test case showing its not always beneficial to fold concat(palignr(),palignr()) -> palignr(concat(),concat())
Simon Pilgrim via llvm-commits
- [llvm] [CodeGen][NPM] Parse MachineFunctions in NPM driver (PR #128467)
Akshat Oke via llvm-commits
- [clang] [llvm] AMDGPU: Move enqueued block handling into clang (PR #128519)
Sameer Sahasrabuddhe via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert X86ISD::PALIGNR concatenation to use combineConcatVectorOps recursion (PR #130572)
Simon Pilgrim via llvm-commits
- [llvm] [SDAG] Add missing SoftenFloatRes legalization for FMODF (PR #129264)
Björn Pettersson via llvm-commits
- [llvm] [LLVM][MemCpyOpt] Unify alias tags if we optimize allocas (PR #129537)
Dominik Adamski via llvm-commits
- [llvm] [CodeGen] Utilizing register units based liveIns tracking in MBB (PR #129847)
Vikash Gupta via llvm-commits
- [llvm] 8c8eff2 - [X86] Add test case showing its not always beneficial to fold concat(pack(),pack()) -> pack(concat(),concat())
Simon Pilgrim via llvm-commits
- [llvm] [MCA] New option -scheduling-info (PR #130574)
Julien Villette via llvm-commits
- [flang] [llvm] [flang] Don't redefine pid_t on MinGW-w64. (PR #130288)
Tom Eccles via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert X86ISD::PACKSS/US concatenation to use combineConcatVectorOps recursion (PR #130575)
Simon Pilgrim via llvm-commits
- [llvm] [CostModel] Add -cost-kind=all costmodel output (PR #130490)
Simon Pilgrim via llvm-commits
- [llvm] [AArch64][ELF Parser] Fix out-of-scope variable usage (PR #130576)
via llvm-commits
- [llvm] [BOLT][AArch64] Do not crash on authenticated branch instructions (PR #129898)
Anatoly Trosinenko via llvm-commits
- [llvm] [DAG] fold AVGFLOORS to AVGFLOORU for non-negative operand (#84746) (PR #129678)
via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
- [llvm] [AMDGPU] Narrow 64 bit math to 32 bit if profitable (PR #130577)
via llvm-commits
- [flang] [llvm] [Flang][OpenMP] WIP: Add frontend support for declare variant (PR #130578)
Kiran Chandramohan via llvm-commits
- [llvm] 8d38906 - [IR] Fix assertion error in User new/delete edge case (#129914)
via llvm-commits
- [llvm] [IR] Fix assertion error in User new/delete edge case (PR #129914)
Marc Auberer via llvm-commits
- [llvm] [LV] Add target-independent tests for type-mismatch (PR #130295)
Florian Hahn via llvm-commits
- [llvm] [LoopInterchange] Add metadata to control loop-interchange (PR #127474)
Ryotaro Kasuga via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert X86ISD::HADD/SUB concatenation to use combineConcatVectorOps recursion (PR #130579)
Simon Pilgrim via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
- [flang] [llvm] [Flang] [OpenMP] Add semantic checks for detach clause in task (PR #119172)
Tom Eccles via llvm-commits
- [compiler-rt] Add cmake option to enable/disable searching PATH for symbolizer (PR #129012)
via llvm-commits
- [llvm] dd86ece - [MergeFunc] Check full IR and comdat keys in comdat.ll.
Florian Hahn via llvm-commits
- [llvm] [AMDGPU][CodeGen] Using MBB's liveIn check in tandem with MCRegAliasIterator in SILowerSGPRSpills (PR #129848)
Vikash Gupta via llvm-commits
- [llvm] [LoopPeel] Peel to make Phis loop inductions (PR #121104)
Ryotaro Kasuga via llvm-commits
- [llvm] [MachinePipeliner] Add an abstract layer to manipulate Data Dependenc… (PR #109918)
Ryotaro Kasuga via llvm-commits
- [llvm] [MergeFunc] Keep comdat on new function, not thunk. (PR #130583)
Florian Hahn via llvm-commits
- [compiler-rt] 0ede277 - Spelling in lit.cfg.py
via llvm-commits
- [llvm] [MachinePipeliner] Fix incorrect handlings of unpipelineable insts (PR #126057)
Ryotaro Kasuga via llvm-commits
- [llvm] 99fdb5d - [X86] combineConcatVectorOps - convert X86ISD::PALIGNR concatenation to use combineConcatVectorOps recursion (#130572)
via llvm-commits
- [llvm] [LV] Improve code in selectInterleaveCount (NFC) (PR #128002)
Ramkumar Ramachandra via llvm-commits
- [llvm] dd21aac - [TailDuplicator] Do not restrict the computed gotos (#114990)
via llvm-commits
- [llvm] [VPlan] Introduce VPlanConstantFolder (PR #125365)
Ramkumar Ramachandra via llvm-commits
- [clang] [llvm] [Clang][LLVM] Implement multi-multi vectors MOP4{A/S} (PR #129230)
via llvm-commits
- [llvm] [InstCombine] Simplify nonnull pointers (PR #128111)
via llvm-commits
- [lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)
Jack Styles via llvm-commits
- [compiler-rt] [compiler-rt][rtsan] adding Linux's clone call interception. (PR #130423)
via llvm-commits
- [llvm] [AMDGPU] Change SGPR layout to striped caller/callee saved (PR #127353)
Mikael Holmén via llvm-commits
- [clang] [llvm] [MIPS] Add MIPS i6400 and i6500 processors (PR #130587)
Mallikarjuna Gouda via llvm-commits
- [llvm] 52225d2 - [AMDGPU][NewPM] Port AMDGPUReserveWWMRegs to NPM (#123722)
via llvm-commits
- [llvm] [LLVM][Maintainers] Add llvm-cov / Coverage maintainer (PR #130590)
Nikita Popov via llvm-commits
- [llvm] [SelectionDAG][RISCV] Avoid store merging across function calls (PR #130430)
via llvm-commits
- [llvm] 94a62b3 - [X86] Add test case showing its not always beneficial to fold concat(pshufb(),pshufb()) -> pshufb(concat(),concat())
Simon Pilgrim via llvm-commits
- [llvm] 88f010a - [X86] Improve test coverage for concat(pmaddubsw(),pmaddubsw()) -> pmaddubsw(concat(),concat())
Simon Pilgrim via llvm-commits
- [llvm] 4508d6a - [AArch64][ELF Parser] Fix out-of-scope variable usage (#130576)
via llvm-commits
- [llvm] 4fee398 - [LLVM][SVE] Add isel for scalable vector bfloat copysign operations. (#130098)
via llvm-commits
- [llvm] [LLVM][SVE] Add isel for scalable vector bfloat copysign operations. (PR #130098)
Paul Walker via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert PSHUFB/PSADBW/VPMADDUBSW/VPMADDUBSW concatenation to use combineConcatVectorOps recursion (PR #130592)
Simon Pilgrim via llvm-commits
- [llvm] 0d2c55c - AMDGPU: Move enqueued block handling into clang (#128519)
via llvm-commits
- [clang] [llvm] AMDGPU: Implement bitcode autoupgrade for old style enqueue blocks (PR #128520)
Matt Arsenault via llvm-commits
- [llvm] 7fb71d1 - [RISCV][test] Add test case showing case where machine copy propagation leaves behind a no-op reg move
Alex Bradbury via llvm-commits
- [llvm] [AArch64][ELF Parser] Fix out-of-scope variable usage (PR #130594)
via llvm-commits
- [llvm] [MachineCopyPropagation] Recognise and delete no-op moves produced after forwarded uses (PR #129889)
Alex Bradbury via llvm-commits
- [llvm] [llvm-exegesis] Adding support for FPR8/16/32 and FPCR for setReg warning (PR #130595)
via llvm-commits
- [llvm] a5c33e6 - [AArch64][ELF Parser] Fix out-of-scope variable usage (#130594)
via llvm-commits
- [llvm] [LV][VPlan] Implement VPlan-based cost for exit condition. (PR #125640)
Alexey Bataev via llvm-commits
- [llvm] 848ba38 - [DAG] fold AVGFLOORS to AVGFLOORU for non-negative operand (#84746) (#129678)
via llvm-commits
- [llvm] [LV] Use ElementCount::isKnownLT to factor code (NFC) (PR #130596)
Ramkumar Ramachandra via llvm-commits
- [clang] [flang] [llvm] [clang] [OpenMP] New OpenMP 6.0 self_maps clause (PR #129888)
Alexey Bataev via llvm-commits
- [llvm] 5d92171 - [X86] combineConcatVectorOps - convert X86ISD::HADD/SUB concatenation to use combineConcatVectorOps recursion (#130579)
via llvm-commits
- [llvm] [LV] Clean up unused 'using' definition (NFC) (PR #130597)
Ramkumar Ramachandra via llvm-commits
- [llvm] [LV] Mark getMaxVScale static (NFC) (PR #130598)
Ramkumar Ramachandra via llvm-commits
- [llvm] 507e0c3 - [X86][APX] Try to replace non-NF with NF instructions when optimizeCompareInstr (#130488)
via llvm-commits
- [llvm] [VPlan] Clean up unused header (NFC) (PR #130599)
Ramkumar Ramachandra via llvm-commits
- [llvm] [utils] Add optional --directory flag to update_test_body.py (PR #129562)
via llvm-commits
- [flang] [llvm] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)
Krzysztof Parzyszek via llvm-commits
- [flang] [llvm] [flang][OpenMP] Parse cancel-directive-name as clause (PR #130146)
Krzysztof Parzyszek via llvm-commits
- [llvm] [LV] Audit and fix nits in cl::opts (NFC) (PR #130601)
Ramkumar Ramachandra via llvm-commits
- [llvm] dffbc03 - [MachineCopyPropagation] Recognise and delete no-op moves produced after forwarded uses (#129889)
via llvm-commits
- [llvm] [LV] Compute register usage for interleaving on VPlan. (PR #126437)
Sam Tebbs via llvm-commits
- [clang] [llvm] [analysis] Software Bill of Mitigations (PR #130103)
Matthew Levy via llvm-commits
- [llvm] 754eeea - [gn build] Port 0d2c55cb9682
LLVM GN Syncbot via llvm-commits
- [llvm] [AMDGPU] frame index elimination hit assertion for scavenged nonreg (PR #130287)
Pankaj Dwivedi via llvm-commits
- [clang] [llvm] [OpenMP] Remove 'libomptarget.devicertl.a' fatbinary and use static library (PR #126143)
Joseph Huber via llvm-commits
- [llvm] update_test_checks: add new --filter-out-after option (PR #129739)
David Sherwood via llvm-commits
- [llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)
Sam Tebbs via llvm-commits
- [llvm] 6b3bb44 - [X86] combineConcatVectorOps - convert PSHUFB/PSADBW/VPMADDUBSW/VPMADDUBSW concatenation to use combineConcatVectorOps recursion (#130592)
via llvm-commits
- [llvm] [SPIR-V] Remove spv_track_constant() internal intrinsics (PR #130605)
Vyacheslav Levytskyy via llvm-commits
- [llvm] [ConstantFolding] Fix handling of index width != pointer width (PR #130608)
Nikita Popov via llvm-commits
- [llvm] [LV] Optimize VPWidenIntOrFpInductionRecipe for known TC (PR #118828)
Hari Limaye via llvm-commits
- [llvm] Reland "DAG: Preserve range metadata when load is narrowed" (#128144) (PR #130609)
via llvm-commits
- [llvm] 9d37e61 - [SLP]Reduce number of alternate instruction, where possible
via llvm-commits
- [llvm] [SLP]Reduce number of alternate instruction, where possible (PR #128907)
Alexey Bataev via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert ISD::VECTOR_SHUFFLE concatenation to use combineConcatVectorOps recursion (PR #130610)
Simon Pilgrim via llvm-commits
- [llvm] [AMDGPU] Improve StructurizeCFG pass performance by using SSAUpdaterBulk. (PR #130611)
Valery Pykhtin via llvm-commits
- [compiler-rt] [RTSan][Apple] Disable AccessingALargeAtomicVariableDiesWhenRealtime (PR #129309)
via llvm-commits
- [llvm] [AMDGPU] SelectionDAG support for vector type set 0 to multiple sgpr64 (PR #128017)
Janek van Oirschot via llvm-commits
- [llvm] AMDGPU: Rename variable from undef to poison (PR #130460)
Anshil Gandhi via llvm-commits
- [llvm] a619f31 - [X86] combineConcatVectorOps - add missing VT/Subtarget checks for MOV*DUP concatenation folds.
Simon Pilgrim via llvm-commits
- [llvm] WIP [readobj][AArch64] Parse AArch64 build attributes (PR #124276)
via llvm-commits
- [lld] aaa1adc - [LLD][COFF] Add /noexp for link.exe compatibility (#128814)
via llvm-commits
- [lld] [LLD][COFF] Add /noexp for link.exe compatibility (PR #128814)
Martin Storsjö via llvm-commits
- [lld] [LLD][COFF] Update nodefaultlibs after updating search paths (PR #128813)
Martin Storsjö via llvm-commits
- [llvm] [AMDGPU] Skip handling of non-byte types in promote alloca. (PR #128769)
Sumanth Gundapaneni via llvm-commits
- [llvm] [SeparateConstOffsetFromGEP] Don't set unsound inbounds flag (PR #130616)
Fabian Ritter via llvm-commits
- [llvm] [NFC][ARM] Split SIMD identifier away from MVE (PR #130296)
Jack Styles via llvm-commits
- [llvm] [AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (PR #127212)
Ana Mihajlovic via llvm-commits
- [llvm] [SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (PR #130619)
Viktoria Maximova via llvm-commits
- [llvm] [DA] do not handle array accesses of different offsets (PR #123436)
Michael Kruse via llvm-commits
- [llvm] Calculate KnownBits from Metadata correctly for vector loads (PR #128908)
via llvm-commits
- [clang] [llvm] [ARM] Save floating point registers and status registers with save_fp function attribute (PR #89654)
Benson Chu via llvm-commits
- [llvm] [flang-rt] Added FLANG_RT_QUADMATH_INCLUDE_DIR option. (PR #130378)
Slava Zakharin via llvm-commits
- [llvm] 1f05703 - [ARM][Thumb] Save FPSCR + FPEXC for save-vfp attribute
Benson Chu via llvm-commits
- [llvm] [LLVM][SVE] Implement isel for bfloat fptoi and itofp operations. (PR #129713)
David Sherwood via llvm-commits
- [llvm] 3b33560 - Revert "[ARM][Thumb] Save FPSCR + FPEXC for save-vfp attribute"
Benson Chu via llvm-commits
- [llvm] [LV] Don't skip instrs with side-effects in reg pressure computation. (PR #126415)
Florian Hahn via llvm-commits
- [clang] [llvm] [llvm][opt][Transforms][SPIR-V] Enable `InferAddressSpaces` for SPIR-V (PR #110897)
Alex Voicu via llvm-commits
- [llvm] [llvm][AMDGPU] Enable FWD_PROGRESS bit for GFX10+ (PR #128367)
Alex Voicu via llvm-commits
- [clang] [llvm] [clang][CodeGen][AA] Add `!llvm.errno.tbaa` gathering int-compatible TBAA nodes (PR #125258)
Antonio Frighetto via llvm-commits
- [llvm] 81ca350 - AMDGPU: Rename variable from undef to poison (#130460)
via llvm-commits
- [llvm] [RISCV] Use vmv.v.x for any rv32 e64 splat with equal halves (PR #130530)
Philip Reames via llvm-commits
- [llvm] StructurizeCFG: Use poison instead of undef (PR #130459)
Shilei Tian via llvm-commits
- [llvm] 2bada41 - StructurizeCFG: Use poison instead of undef (#130459)
via llvm-commits
- [clang] [llvm] [ARM][Clang] Make `+nosimd` functional for AArch32 Targets (PR #130623)
Jack Styles via llvm-commits
- [llvm] [InstCombine] Canonicalize manual signed mul overflows (PR #100048)
via llvm-commits
- [llvm] [offload][SYCL] Add SYCL Module splitting (PR #119713)
Maksim Sabianin via llvm-commits
- [llvm] [llvm] Support multiple save/restore points in mir (PR #119357)
Elizaveta Noskova via llvm-commits
- [llvm] [JSON][NFC] Support `print` and `dump` methods in `json::Value` (PR #129302)
Nikolay Panchenko via llvm-commits
- [clang] [llvm] Reapply "[AArch64][SVE] Improve fixed-length addressing modes. (#130263)" (PR #130625)
Ricardo Jesus via llvm-commits
- [llvm] [SampleFDO] Match functions with the same base function name (PR #126688)
David Li via llvm-commits
- [clang] [llvm] [Support] Return `LockFileManager` errors right away (PR #130627)
Jan Svoboda via llvm-commits
- [llvm] 21ff15f - [X86] Add test cases showing its not always beneficial to fold concat(add/mul(),add/mul()) -> add/mul(concat(),concat())
Simon Pilgrim via llvm-commits
- [clang] [llvm] [Support] Remove output file checks from `LockFileManager` (PR #130395)
Jan Svoboda via llvm-commits
- [llvm] 7770d8f - [ADT] Use `adl_begin`/`adl_end` in `make_filter_range` (#130512)
via llvm-commits
- [llvm] [ADT] Use `adl_begin`/`adl_end` in `make_filter_range` (PR #130512)
Jakub Kuderski via llvm-commits
- [llvm] 3382119 - [X86] combineConcatVectorOps - convert ADD/SUB/MUL concatenation to use combineConcatVectorOps recursion
Simon Pilgrim via llvm-commits
- [llvm] [Flang-RT] Environment introspection for quadmath.h (PR #130411)
Slava Zakharin via llvm-commits
- [llvm] Be more aggressive with ObjCARCContract.cpp (PR #130630)
via llvm-commits
- [llvm] [hexagon] Prevent alignment search beyond a label (PR #130631)
Alexey Karyakin via llvm-commits
- [llvm] [llvm-c] Add `LLVMConstDataArray` and `LLVMGetRawDataValues` (PR #129440)
Quinton Miller via llvm-commits
- [llvm] [AMDGPU] Merge consecutive wait_alu instruction (PR #128916)
Nicolai Hähnle via llvm-commits
- [llvm] [HLSL] Analyze update counter usage (PR #130356)
Ashley Coleman via llvm-commits
- [llvm] [X86][AVX512] Better lowering for `_mm512_maskz_shuffle_epi32` (PR #121147)
Abhishek Kaushik via llvm-commits
- [llvm] [SDAG][X86] Promote FMODF to double on 32-bit Windows (PR #130636)
Benjamin Maxwell via llvm-commits
- [llvm] [X86] Prefer `lock or` over mfence (PR #106555)
Simon Pilgrim via llvm-commits
- [llvm] [llvm][docs] Add notes on upstreaming code from downstream projects (PR #129743)
Andrzej Warzyński via llvm-commits
- [llvm] [Diagnostics] Return rvalue reference from temporary argument (PR #127400)
Nikita Popov via llvm-commits
- [llvm] 5ba7a3b - [flang][OpenMP] Parse cancel-directive-name as clause (#130146)
via llvm-commits
- [llvm] Forward install RPATH setting to runtimes (PR #129496)
Petr Hosek via llvm-commits
- [llvm] d72f620 - [RISCV] Merge DecoderNamespace for T-Head extensions. NFC (#130555)
via llvm-commits
- [llvm] b4caea8 - [ExecutionEngine] Avoid repeated hash lookups (NFC) (#130544)
via llvm-commits
- [llvm] [ObjC] Increase depth limit to MayAutorelease (PR #83743)
via llvm-commits
- [llvm] 15762ea - [Hexagon] Avoid repeated hash lookups (NFC) (#130545)
via llvm-commits
- [llvm] 0b99a2a - [IPO] Avoid repeated hash lookups (NFC) (#130546)
via llvm-commits
- [llvm] 70477d9 - [Scalar] Avoid repeated hash lookups (NFC) (#130547)
via llvm-commits
- [llvm] [X86] Use Register in X86InstrBuilder.h. NFC (PR #130514)
Craig Topper via llvm-commits
- [llvm] [PowerPC] Add intrinsics and tests for basic Dense Math enablement instructions (PR #129913)
via llvm-commits
- [llvm] a576304 - [x86] paddus.ll - regenerate VPTERNLOG comments
Simon Pilgrim via llvm-commits
- [llvm] [LV] Strengthen calls to collectInstsToScalarize (NFC) (PR #130642)
Ramkumar Ramachandra via llvm-commits
- [llvm] [LV] Improve code in collectInstsToScalarize (NFC) (PR #130643)
Ramkumar Ramachandra via llvm-commits
- [llvm] [MLIR][Affine] Fix crash in loop unswitching/hoistAffineIfOp (#130401) (PR #130644)
Shilei Tian via llvm-commits
- [llvm] [X86] combineConcatVectorOps - add support for AVX1 and/or/xor/andnp concatenation (PR #130645)
Simon Pilgrim via llvm-commits
- [llvm] [SDAG] Pass pointer type to libcall expansion for SoftenFloatRes stack slots (PR #130647)
Benjamin Maxwell via llvm-commits
- [llvm] 7220ab8 - [LV] Mark getMaxVScale static (NFC) (#130598)
via llvm-commits
- [llvm] 809a33d - [VPlan] Clean up unused header (NFC) (#130599)
via llvm-commits
- [llvm] 35c0302 - [LV] Clean up unused 'using' definition (NFC) (#130597)
via llvm-commits
- [llvm] [MemProf] Extend CallSite information to include potential callees. (PR #130441)
Snehasish Kumar via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] update waitcnt for true16 (PR #128927)
Brox Chen via llvm-commits
- [clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Add GPU profiling flags to driver (PR #94268)
Ethan Luis McDonough via llvm-commits
- [llvm] [libc][bazel] Convert "errno" to libc_support_library. (PR #130368)
Alexey Samsonov via llvm-commits
- [llvm] [NVPTX] Use ADDR operand for atomic instructions (PR #130438)
Artem Belevich via llvm-commits
- [llvm] 22f7897 - [RISCV] Use vmv.v.x for any rv32 e64 splat with equal halves (#130530)
via llvm-commits
- [llvm] c7f7ac7 - [MergeFunc] Keep comdat on new function, not thunk. (#130583)
via llvm-commits
- [llvm] [NFC][Cloning] Make DifferentModule case more obvious in CollectDebugInfoForCloning (PR #129146)
Artem Pianykh via llvm-commits
- [llvm] 934d916 - [NVPTX] Use ADDR operand for atomic instructions (#130438)
via llvm-commits
- [llvm] [DirectX] Adding root constant documentation (PR #129569)
Finn Plummer via llvm-commits
- [llvm] [GlobalISel][AMDGPU] LLT changes for FPInfo (PR #130651)
Tim Gymnich via llvm-commits
- [llvm] b9cb931 - [X86] combineConcatVectorOps - convert X86ISD::VPERMV3 concatenation to use combineConcatVectorOps recursion
Simon Pilgrim via llvm-commits
- [llvm] [Github][libc++] Hash Pin Actions in Workflows (PR #129488)
Aiden Grossman via llvm-commits
- [llvm] [ctxprof][nfc] Drop `Section` in `writeFlatSection` (PR #130654)
Mircea Trofin via llvm-commits
- [llvm] 0a1f7f0 - [ctxprof][nfc] Drop `Section` in `writeFlatSection` (#130654)
via llvm-commits
- [compiler-rt] [llvm] [ctxprof] Flat profile collection (PR #130655)
Mircea Trofin via llvm-commits
- [clang] [llvm] Use global TimerGroups for both new pass manager and old pass manager timers (PR #130375)
Alan Zhao via llvm-commits
- [llvm] Git at GitHub.com kostasalv/llvm project.git (PR #130666)
via llvm-commits
- [llvm] [AArch64] Don't try to vectorize fixed point to fp narrowing conversion (PR #130665)
David Green via llvm-commits
- [llvm] [DependenceAnalysis] Extending SIV to handle separate loops (PR #128782)
Alireza Torabian via llvm-commits
- [llvm] [NVPTX] Improve modeling of inline PTX (PR #130675)
via llvm-commits
- [llvm] aeae366 - [VPlan] Make start operand non-optional for VPHeaderPHIRecipe (NFC).
Florian Hahn via llvm-commits
- [flang] [llvm] Reland [flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (PR #130386)
via llvm-commits
- [llvm] [WindowsDriver] Always consider `WinSdkVersion` (PR #130377)
Fabrice de Gans via llvm-commits
- [clang-tools-extra] [llvm] [llvm] add support for mustache templating language (PR #105893)
LLVM Continuous Integration via llvm-commits
- [llvm] [AMDGPU] Treat XDL ops as TRANS on gfx12 (PR #130692)
Changpeng Fang via llvm-commits
- [llvm] [IR][ADT][InstCombine] Remove `APFloat/Type::isIEEE` (PR #130496)
Yingwei Zheng via llvm-commits
- [llvm] [SystemZ, ArgExt verification] Cache results of isFullyInternal(). (PR #130693)
Jonas Paulsson via llvm-commits
- [clang] [llvm] [HLSL][NFC] Update resource metadata tests to not use obsolete annotations (PR #130222)
Helena Kotas via llvm-commits
- [llvm] [libc][bazel] Create libc_release_library for release configurations. (PR #130694)
Alexey Samsonov via llvm-commits
- [flang] [llvm] [Premerge] Add flang-rt (PR #128678)
Aiden Grossman via llvm-commits
- [llvm] [libc][bazel] Remove unneeded deps. (PR #130696)
Jorge Gorbe Moya via llvm-commits
- [clang] [llvm] [HLSL] Implement explicit layout for default constant buffer ($Globals) (PR #128991)
Helena Kotas via llvm-commits
- [clang] [clang-tools-extra] [flang] [llvm] Reland 'Update llvm::Registry to work for LLVM shared library builds on windows' (#109024) (PR #112640)
Mike Hommey via llvm-commits
- [llvm] 3226617 - AMDGPU: Remove a duplicate setOperationAction, NFC (#130664)
via llvm-commits
- [llvm] AMDGPU: Remove a duplicate setOperationAction, NFC (PR #130664)
Changpeng Fang via llvm-commits
- [llvm] 1dffe8f - Reland [flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (#130386)
via llvm-commits
- [llvm] 666540c - [ORC] Swap handleAsync handler and send-result arguments.
Lang Hames via llvm-commits
- [llvm] 8338fbe - [ADT] Use `adl_begin`/`end` in `hasNItems`* (#130524)
via llvm-commits
- [llvm] [ADT] Use `adl_begin`/`end` in `hasNItems`* (PR #130524)
Jakub Kuderski via llvm-commits
- [llvm] [X86][APX] Support peephole optimization with CCMP instruction (PR #129994)
Feng Zou via llvm-commits
- [lld] [ELF] Allow KEEP within OVERLAY (PR #130661)
Fangrui Song via llvm-commits
- [llvm] [TableGen] Reduce the number of vectors passed to getIslands. NFC (PR #130402)
Craig Topper via llvm-commits
- [llvm] 256bde4 - [X86] Use Register in X86InstrBuilder.h. NFC (#130514)
via llvm-commits
- [llvm] [tblgen] Fix behavior of !isa to prevent premature folding (PR #130442)
Krzysztof Drewniak via llvm-commits
- [llvm] [RISCV] Use inheritance to reduce duplicated code in RISCVInstrInfoXCV.td. NFC (PR #130703)
Craig Topper via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
James Henderson via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
James Henderson via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
James Henderson via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
James Henderson via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discad-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols referenced by relocations (PR #130704)
Fangrui Song via llvm-commits
- [llvm] [llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols referenced by relocations (PR #130704)
Andrew Ng via llvm-commits
- [llvm] [msan] Handle llvm.x86.vcvtps2ph.128/256 explicitly (PR #130705)
Thurston Dang via llvm-commits
- [llvm] [LLVM][ConstantFold] Undefined values are not constant (PR #130713)
Kees Cook via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfo.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfoXCV.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfoXCV.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfoXCV.td. NFC (PR #130714)
Sam Elliott via llvm-commits
- [llvm] [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfoXCV.td. NFC (PR #130714)
Craig Topper via llvm-commits
- [llvm] 494fe0b - [WebAssembly] Remove wasm-specific findWasmUnwindDestinations (#130374)
via llvm-commits
- [llvm] [WebAssembly] Remove wasm-specific findWasmUnwindDestinations (PR #130374)
Heejin Ahn via llvm-commits
- [llvm] 9a5a8c9 - [NVPTX] Add intrinsics for st.bulk instruction (#128856)
via llvm-commits
- [llvm] [NVPTX] Add intrinsics for st.bulk instruction (PR #128856)
Srinivasa Ravi via llvm-commits
- [llvm] fd21d35 - [TableGen] Reduce the number of vectors passed to getIslands. NFC (#130402)
via llvm-commits
- [lld] [ELF] Introduce ReportPolicy to handle -z *-report options. NFC (PR #130715)
Fangrui Song via llvm-commits
- [llvm] [AMDGPU] Avoid repeated hash lookups (NFC) (PR #130706)
Shilei Tian via llvm-commits
- [llvm] 72bb0a9 - [AMDGPU] Fix test failures when expensive checks are enabled (#130644)
via llvm-commits
- [llvm] [TableGen] Remove unnecessary const_cast and use range-based for loops. NFC (PR #130717)
Craig Topper via llvm-commits
- [llvm] Drop EHFrameRegistrar, use AllocActions for eh-frame registration. (PR #130719)
Lang Hames via llvm-commits
- [clang] [llvm] [RISCV] Update to Xqciint v0.4 (PR #130219)
via llvm-commits
- [llvm] [LLParser] Fix heap-buffer-overflow in PerFunctionState (PR #124509)
via llvm-commits
- [llvm] [JITLink][XCOFF] Setup initial build support for XCOFF (PR #127266)
Lang Hames via llvm-commits
- [llvm] [ELFObject] Added conditions to print removed symbols and removed sections (PR #124692)
Kshitij Paranjape via llvm-commits
- [llvm] remove extraneous comma in OpLifetimeStart and OpLifetimeStop (PR #129025)
via llvm-commits
- [llvm] [RISCV] Move let statement for hasSideEffects, mayLoad, mayStore into BranchCC_rri. NFC (PR #130721)
Craig Topper via llvm-commits
- [llvm] 1e83d97 - [RISCV] Use inheritance to reduce duplicated code in RISCVInstrInfoXCV.td. NFC (#130703)
via llvm-commits
- [llvm] [BPF] Fix BitCast Assertion with NonZero AddrSpace (PR #130722)
via llvm-commits
- [llvm] bb2e85f - [AMDGPU] Improve StructurizeCFG pass performance: avoid redundant DebugLoc map initialization. NFC. (#130568)
via llvm-commits
- [llvm] [CodeGen][NPM] Port MachineBlockPlacement to NPM (PR #129828)
Akshat Oke via llvm-commits
- [lld] 1fe702f - [lld][LoongArch] Relax TLS LE/GD/LD (#123600)
via llvm-commits
- [lld] [lld][LoongArch] Relax TLS LE/GD/LD (PR #123600)
Zhaoxin Yang via llvm-commits
- [lld] [lld][LoongArch] Relax TLSDESC code sequence (PR #123677)
Zhaoxin Yang via llvm-commits
- [llvm] [AMDGPU] Extend promotion of alloca to vectors (PR #127973)
Carl Ritson via llvm-commits
- [llvm] [AMDGPU] Remove the AnnotateKernelFeatures pass (PR #130198)
Jun Wang via llvm-commits
- [llvm] f120b0d - [MC] Remove MCSymbolRefExpr::VK_Invalid in favor of getVaraintKindForName returning std::optional
Fangrui Song via llvm-commits
- [llvm] [LV] Limits the splat operations be hoisted must not be defined by a recipe. (PR #117138)
Mel Chen via llvm-commits
- [llvm] [docs] Rewrite HowToCrossCompileLLVM (PR #129451)
Alex Bradbury via llvm-commits
- [llvm] [LoongArch] lower vectorshuffle to zero or any extend (PR #129485)
via llvm-commits
- [llvm] 4a4444c - [CodeModel] Factor getCost out of CostModelPrinter loop. NFC
David Green via llvm-commits
- [llvm] 8758e5f - [ConstantFolding] Fix handling of index width != pointer width (#130608)
via llvm-commits
- [llvm] [ExecutionEngine] Avoid repeated hash lookups (NFC) (PR #130707)
Nikita Popov via llvm-commits
- [llvm] [Transforms] Avoid repeated hash lookups (NFC) (PR #130708)
Nikita Popov via llvm-commits
- [llvm] [Utils] Avoid repeated hash lookups (NFC) (PR #130709)
Nikita Popov via llvm-commits
- [llvm] [X86] Avoid repeated hash lookups (NFC) (PR #130710)
Nikita Popov via llvm-commits
- [llvm] [llvm-rtdyld] Avoid repeated hash lookups (NFC) (PR #130711)
Nikita Popov via llvm-commits
- [llvm] [LLVM][NVPTX] Add support for ldmatrix extensions introduced in PTX 8.6 (PR #124899)
Pradeep Kumar via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Craig Topper via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Pengcheng Wang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Pengcheng Wang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Pengcheng Wang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
via llvm-commits
- [llvm] [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (PR #130733)
Hank Chang via llvm-commits
- [llvm] [SROA] Allow load-only promotion with read-only captures (PR #130735)
Nikita Popov via llvm-commits
- [clang] [llvm] [RISCV] Mark {vl, vtype} as clobber in inline assembly (PR #128636)
Hank Chang via llvm-commits
- [llvm] [LoongArch] Enable LoopTermFold Pass (PR #130737)
via llvm-commits
- [clang] [llvm] [RISCV] Add Qualcomn uC Xqcili (load large immediates) extension (PR #130012)
Sudharsan Veeravalli via llvm-commits
- [llvm] [X86][NF] Switch the order of Inst and &Target.getInstruction(NewRec) (PR #130739)
Phoebe Wang via llvm-commits
- [llvm] [NVPTX] Fix generic address in st.bulk intrinsic (PR #130740)
Srinivasa Ravi via llvm-commits
- [llvm] 148a7ae - [X86] combineConcatVectorOps - add support for AVX1 and/or/xor/andnp concatenation (#130645)
via llvm-commits
- [llvm] 1ff10fa - [LV] Limits the splat operations be hoisted must not be defined by a recipe. (#117138)
via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Matt Arsenault via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Matt Arsenault via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `getelementptr inbounds null, idx -> null` (PR #130742)
Nikita Popov via llvm-commits
- [llvm] 055db3e - [LV] Optimise latch exit induction users for some early exit loops (#128880)
via llvm-commits
- [llvm] [CodeGen][NPM] Port BranchFolder to NPM (PR #128858)
Akshat Oke via llvm-commits
- [llvm] Revert "[llvm] add support for mustache templating language (#105893)" (PR #130676)
LLVM Continuous Integration via llvm-commits
- [llvm] [Pass] Add variadic function templates for `PreservedAnalyses` (PR #130749)
via llvm-commits
- [llvm] cdf1833 - [CostModel] Add -cost-kind=all costmodel output (#130490)
via llvm-commits
- [llvm] [AMDGPU] (x or y) xor -1 -> x nor y (PR #130264)
Ana Mihajlovic via llvm-commits
- [llvm] 63635c1 - [clang] [OpenMP] New OpenMP 6.0 self_maps clause (#129888)
via llvm-commits
- [llvm] [MachineLateInstrsCleanup] Handle multiple kills for a preceding definition. (PR #119132)
Carl Ritson via llvm-commits
- [llvm] [LoopVectorize] Move checking for OptForSize into the cost model (NFC) (PR #130752)
John Brawn via llvm-commits
- [llvm] [LoopVectorize] Don't scalarize predicated instruction with optsize (PR #129265)
John Brawn via llvm-commits
- [llvm] [ms] [llvm-ml] Allow optional parenthesized arguments for macros (PR #129905)
Martin Storsjö via llvm-commits
- [llvm] [AArch64][CostModel] Increase the cost of illegal SVE int-to-fp converts (PR #130756)
Graham Hunter via llvm-commits
- [llvm] [FuncComp] Compare MDNodes in cmpMetadata using cmpMDNode. (PR #128878)
Florian Hahn via llvm-commits
- [llvm] 26ecf97 - [LoopVectorize] Further improve cost model for early exit loops (#126235)
via llvm-commits
- [libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)
Harrison Hao via llvm-commits
- [llvm] dbbadfd - [SDAG][X86] Promote float FMODF to double on 32-bit Windows (#130636)
via llvm-commits
- [llvm] [TableGen] Add `!match` operator to do regex matching (PR #130759)
Pengcheng Wang via llvm-commits
- [llvm] [SimplifyCFG] Treat umul + extract pattern as one cheap single instruction (PR #128021)
Gábor Spaits via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Peter Smith via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Vladislav Dzhidzhoev via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
Fangrui Song via llvm-commits
- [llvm] Fix [mlir] Fix bazel build after 205c532 round 2. (PR #130765)
Bart Chrzaszcz via llvm-commits
- [llvm] 5c8760b - [AArch64] Update arith-fp.ll codegen test. NFC
David Green via llvm-commits
- [llvm] [LV] Optimise users of induction variables in early exit blocks (PR #130766)
David Sherwood via llvm-commits
- [llvm] [X86][AVX10.2] Fix unexpected larger scope (PR #130767)
Phoebe Wang via llvm-commits
- [llvm] [AMDGPU] Implement vop3p complex pattern optmization for gisel (PR #130234)
Juan Manuel Martinez Caamaño via llvm-commits
- [llvm] Revert "[CI] Extend metrics container to log BuildKite metrics" (PR #130770)
Nathan Gauër via llvm-commits
- [llvm] [AMDGPU] Search for literals among explicit operands only (PR #130771)
Diana Picus via llvm-commits
- [llvm] fcce308 - [X86][AVX10.2] Fix unexpected larger scope (#130767)
via llvm-commits
- [llvm] AMDGPU: Move insertion into V2SCopies map (PR #130776)
Matt Arsenault via llvm-commits
- [llvm] bfeea10 - [offload][SYCL] Add SYCL Module splitting (#119713)
via llvm-commits
- [llvm] e3bef37 - Revert "[offload][SYCL] Add SYCL Module splitting (#119713)"
Joseph Huber via llvm-commits
- [llvm] [CaptureTracking][AA] Only consider provenance captures (PR #130777)
Nikita Popov via llvm-commits
- [llvm] da0f9e7 - Reland: [MC] output inlined-at debug info (#106230) (#130306)
via llvm-commits
- [llvm] 9cc477b - [llvm-exegesis][AArch64] Handle register classes FPR8/16/32 and FPCR (#130595)
via llvm-commits
- [llvm] 9f30815 - [JSON][NFC] Support `print` and `dump` methods in `json::Value` (#129302)
via llvm-commits
- [llvm] [SLP]Reduce number of alternate instruction, where possible (PR #123360)
Hans Wennborg via llvm-commits
- [clang] [llvm] Add support for template as type parameter (PR #127654)
via llvm-commits
- [llvm] e858b10 - Revert "[SLP]Reduce number of alternate instruction, where possible"
Hans Wennborg via llvm-commits
- [llvm] [SLP] SLP's copyable elements based upon Main/Alt operations. (PR #124242)
Dinar Temirbulatov via llvm-commits
- [clang] [llvm] [RISCV] Add Qualcomm uC Xqcibi (Branch Immediate) extension (PR #130779)
via llvm-commits
- [llvm] d48a36f - [ms] [llvm-ml] Allow optional parenthesized arguments for macros (#129905)
via llvm-commits
- [llvm] 21f1ef3 - [AMDGPU] Avoid repeated hash lookups (NFC) (#130706)
via llvm-commits
- [llvm] 8c2714e - [ExecutionEngine] Avoid repeated hash lookups (NFC) (#130707)
via llvm-commits
- [llvm] 3339632 - [Utils] Avoid repeated hash lookups (NFC) (#130709)
via llvm-commits
- [llvm] f33dca4 - [llvm-rtdyld] Avoid repeated hash lookups (NFC) (#130711)
via llvm-commits
- [llvm] 7c77a46 - [X86] combineConcatVectorOps - convert ISD::VECTOR_SHUFFLE concatenation to use combineConcatVectorOps recursion (#130610)
via llvm-commits
- [llvm] [ms] [llvm-ml] Add support for @CatStr built-in function symbol (PR #130781)
Eric Astor via llvm-commits
- [llvm] [BOLT][Linux] Optionally only handle C functions (PR #130478)
via llvm-commits
- [llvm] OrcV2: also set COFF flag overrides when custom linking layer is used (PR #129533)
Wenzel Jakob via llvm-commits
- [llvm] 7129205 - [LoopVectorize] Move checking for OptForSize into the cost model (NFC) (#130752)
via llvm-commits
- [llvm] 222b99d - [AMDGPU][True16][CodeGen] update waitcnt for true16 (#128927)
via llvm-commits
- [llvm] More fixes for 205c532. (PR #130784)
Bart Chrzaszcz via llvm-commits
- [llvm] b334321 - [X86] Prefer `lock or` over mfence (#106555)
via llvm-commits
- [llvm] [BOLT][Linux] Add support for AArch64 (PR #130480)
via llvm-commits
- [llvm] [BOLT][Linux] Gather a list of C function (PR #130478)
via llvm-commits
- [llvm] [LAA] Hoist setting condition for RT-checks (NFC) (PR #128045)
Ramkumar Ramachandra via llvm-commits
- [llvm] [InlineCost] Cache collectEphemeralValues() to save compile time (PR #130210)
via llvm-commits
- [llvm] c542f42 - [AArch64] Update cost test to use -cost-kind=all. NFC
David Green via llvm-commits
- [llvm] 1fe4631 - [hexagon] Prevent alignment search beyond a label (#130631)
via llvm-commits
- [llvm] 93d41d8 - [LV] Use ElementCount::isKnownLT to factor code (NFC) (#130596)
via llvm-commits
- [llvm] [WebAssembly] Lower wide SIMD i8 muls (PR #130785)
Sam Parker via llvm-commits
- [llvm] f90aa41 - [Support] Remove output file checks from `LockFileManager` (#130395)
via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] minmax pattern only for GFX11+ (PR #130786)
Brox Chen via llvm-commits
- [llvm] ae98526 - [RISCV] Update to Xqciint v0.4 (#130219)
via llvm-commits
- [llvm] [AIX] Add -pthread to build on AIX (PR #129108)
David Tenty via llvm-commits
- [llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
Teresa Johnson via llvm-commits
- [llvm] [SPIR-V] Add `OpConstantCompositeContinuedINTEL` instruction (PR #129086)
Viktoria Maximova via llvm-commits
- [llvm] fix v_mul_f16_fake16 pattern (PR #130790)
Brox Chen via llvm-commits
- [llvm] [SPIR-V] Add support for inline SPIR-V types (PR #125316)
Nathan Gauër via llvm-commits
- [llvm] [MC][SystemZ] Introduce Target Specific HLASM Streamer for z/OS (PR #130535)
via llvm-commits
- [llvm] 146ef7a - [TableGen] Remove unnecessary const_cast and use range-based for loops. NFC (#130717)
via llvm-commits
- [llvm] [PowerPC] Add Dense Math binary integer outer-Product accumulate to DMR Instructions (PR #130791)
Maryam Moghadas via llvm-commits
- [llvm] 3464766 - [RISCV] Sink hasSideEffects, mayLoad, mayStore from defs to classes in RISCVInstrInfoXCV.td. NFC (#130714)
via llvm-commits
- [lld] 90c11ad - [ELF] Introduce ReportPolicy to handle -z *-report options. NFC
via llvm-commits
- [llvm] [BOLT][NFC] Change Relocation Type to 32-bit and add Optional flag (PR #130792)
Paschalis Mpeis via llvm-commits
- [llvm] 2bf7018 - [RISCV] Move let statement for hasSideEffects, mayLoad, mayStore into BranchCC_rri. NFC (#130721)
via llvm-commits
- [llvm] [InstCombine] Add support for GEPs in `simplifyNonNullOperand` (PR #128365)
Alexander Kornienko via llvm-commits
- [llvm] 1324dfe - [AIX] Add -pthread to build on AIX (#129108)
via llvm-commits
- [llvm] [DXIL] Remove definition and any uses of DXIL `Property` (PR #130796)
Finn Plummer via llvm-commits
- [llvm] [ci] Add ids workflow for checking llvm apis have been annotated with LLVM_ABI (PR #128370)
Andrew Rogers via llvm-commits
- [llvm] AMDGPU/GlobalISel: Disable LCSSA pass (PR #124297)
Petar Avramovic via llvm-commits
- [llvm] [llvm] replace static_assert with std::enable_if_t in ilist_node_impl (PR #127722)
Saleem Abdulrasool via llvm-commits
- [llvm] 4f60f45 - [llvm] replace static_assert with std::enable_if_t in ilist_node_impl (#127722)
via llvm-commits
- [llvm] [NFC][AMDGPU] Auto generate check lines for some assembler tests (PR #130797)
Shilei Tian via llvm-commits
- [llvm] [RISCV] Move DecoderNamespace in RISCVInstrInfoXCV.td to the Instruction defs. NFC (PR #130800)
Craig Topper via llvm-commits
- [llvm] [NFC][AMDGPU] Auto generate check lines for some disassembler tests (PR #130799)
Shilei Tian via llvm-commits
- [llvm] [NVPTX] Legalize ctpop and ctlz in operation legalization (PR #130668)
Alex MacLean via llvm-commits
- [llvm] [AMDGPU] Hoist readlane/readfirst through unary/binary operands (PR #129037)
Shilei Tian via llvm-commits
- [llvm] Introducing a new ISD::POISON SDNode to represent the poison value in the IR. (PR #125883)
zhijian lin via llvm-commits
- [llvm] [AArch64][GISel] Fix lowering of fp16 intrinsics (PR #130156)
Amara Emerson via llvm-commits
- [llvm] [AMDGPU][Scheduler] Refactor ArchVGPR rematerialization during scheduling (PR #125885)
Jeffrey Byrnes via llvm-commits
- [lld] 5f21ee2 - [LLD][ELF] Don't spill to same memory region (#129795)
via llvm-commits
- [lld] [LLD][ELF] Don't spill to same memory region (PR #129795)
Daniel Thornburgh via llvm-commits
- [lld] [lld][ELF] Add --why-live flag (inspired by Mach-O) (PR #127112)
Daniel Thornburgh via llvm-commits
- [clang] [flang] [llvm] [mlir] [Transforms] Introduce BuildBuiltins.h atomic helpers (PR #101966)
Michael Kruse via llvm-commits
- [llvm] c4280db - [X86] Add getBLENDIBlendMask helper to extract X86ISD::BLENDI blend mask. NFC.
Simon Pilgrim via llvm-commits
- [llvm] 9f2bd97 - [X86] combineConcatVectorOps - convert X86ISD::PACKSS/US concatenation to use combineConcatVectorOps recursion (#130575)
via llvm-commits
- [llvm] [PAC][InstCombine] Replace auth+sign with resign (PR #130807)
Anatoly Trosinenko via llvm-commits
- [llvm] [AArch64][PAC] Combine signing with address materialization (PR #130809)
Anatoly Trosinenko via llvm-commits
- [llvm] [BOLT]Report 0 profile quality gaps if no eligible functions (PR #130810)
via llvm-commits
- [llvm] 5686786 - [BPF] Fix BitCast Assertion with NonZero AddrSpace (#130722)
via llvm-commits
- [llvm] [AMDGPU] Ignore RegMask operands when folding operands to SALU insts (PR #130813)
Mirko Brkušanin via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert X86ISD::PCMPEQ/PCMPGT concatenation to use combineConcatVectorOps recursion instead of IsConcatFree (PR #130814)
Simon Pilgrim via llvm-commits
- [llvm] ba11e1e - [docs] Rewrite HowToCrossCompileLLVM (#129451)
via llvm-commits
- [llvm] 7de895f - [SLP]Reduce number of alternate instruction, where possible
Alexey Bataev via llvm-commits
- [lld] 381599f - [ELF] Allow KEEP within OVERLAY (#130661)
via llvm-commits
- [clang] [clang-tools-extra] [llvm] [clangd][WIP] Add doxygen parsing using standalone doxygen parser (PR #128591)
via llvm-commits
- [lld] Revert "[LLD][ELF] Don't spill to same memory region" (PR #130815)
Daniel Thornburgh via llvm-commits
- [lld] c2ed840 - Revert "[LLD][ELF] Don't spill to same memory region" (#130815)
via llvm-commits
- [llvm] [RISCV] Add an error that Xqciac and Xqcicm are not compatible with C+D or Zcd. (PR #130816)
Craig Topper via llvm-commits
- [llvm] [AMDGPU] Added hot-block-rematerialize pass (PR #126331)
Adam Yang via llvm-commits
- [llvm] [RISCV] FeatureVendorXwchc should imply FeatureStdExtZca. (PR #130817)
Craig Topper via llvm-commits
- [llvm] [TTI][RISCV] Unconditionally break critical edges to sink ADDI (PR #108889)
Philip Reames via llvm-commits
- [llvm] [RISCV] Move vendor extensions after standard extensions in RISCVDisassembler::getInstruction16. (PR #130821)
Craig Topper via llvm-commits
- [llvm] [X86][ISel][FMA] Get a handle on operand nodes when negating FMA (PR #130176)
Vineet Kumar via llvm-commits
- [llvm] [InstCombine] Support trunc to i1 in foldSelectICmpAnd (PR #127905)
Andreas Jonson via llvm-commits
- [llvm] 69f5928 - [X86] combineConcatVectorOps - convert X86ISD::PCMPEQ/PCMPGT concatenation to use combineConcatVectorOps recursion instead of IsConcatFree (#130814)
via llvm-commits
- [llvm] [RISCV] Add combine for shadd family of instructions. (PR #130829)
Stefan Pintilie via llvm-commits
- [llvm] dafb566 - [Support] Return `LockFileManager` errors right away (#130627)
via llvm-commits
- [clang] [llvm] [Support] Do not remove lock file on failure (PR #130834)
Jan Svoboda via llvm-commits
- [llvm] Think in terms of blocks for ARC (PR #130860)
via llvm-commits
- [llvm] [AMDGPU] Change placeholder from `undef` to `poison` (PR #130858)
Pedro Lobo via llvm-commits
- [llvm] da70881 - [RISCV] Move DecoderNamespace in RISCVInstrInfoXCV.td to the Instruction defs. NFC (#130800)
via llvm-commits
- [llvm] [flang-rt] Use --as-needed for linking flang-rt libraries. (PR #130856)
Michael Kruse via llvm-commits
- [llvm] Xtensa] Implement windowed call ABI. (PR #130001)
Andrei Safronov via llvm-commits
- [llvm] 8f05f25 - reapply [llvm] add support for mustache templating language (#130732)
via llvm-commits
- [llvm] [AggressiveInstCombine] Memchr inline (PR #130525)
via llvm-commits
- [llvm] 9415b7d - [Support] Fix -Wpessimizing-move in Mustache.cpp (NFC)
Jie Fu via llvm-commits
- [llvm] [AA] Move Target Specific AA before BasicAA (PR #125965)
via llvm-commits
- [llvm] [AMDGPUAA] Check Type before Taking AddressSpace of a Value (PR #128116)
via llvm-commits
- [llvm] 7ae7585 - [X86][APX] Support peephole optimization with CCMP instruction (#129994)
via llvm-commits
- [llvm] [llvm-dwarfdump] Make --verify for .debug_names multithreaded. (PR #127281)
Greg Clayton via llvm-commits
- [llvm] Revert "[llvm] add support for mustache templating language (#105893)" (PR #130873)
via llvm-commits
- [llvm] 554347b - Revert "[llvm] add support for mustache templating language (#105893)" (#130873)
via llvm-commits
- [llvm] [flang-rt] replace the triple dir to 'aix' for flang-rt to be consistent with clang on AIX. (PR #130875)
Daniel Chen via llvm-commits
- [llvm] [RegisterCoalescer]: Try inflated RC for coalescing (PR #130870)
Matt Arsenault via llvm-commits
- [llvm] AMDGPU: Add baseline test for coalescing vgpr to agpr subreg inserts (PR #130877)
Matt Arsenault via llvm-commits
- [llvm] AMDGPU: Implement i1 to bfloat conversion (PR #130831)
Matt Arsenault via llvm-commits
- [llvm] [VPlan] Support `fast` in FMF in VPRecipeWithIRFlags. (PR #130880)
Elvis Wang via llvm-commits
- [llvm] [IR] Optimize CFI in `writeCombinedGlobalValueSummary` (PR #130382)
Vitaly Buka via llvm-commits
- [llvm] [VP][RISCV] Add a vp.load.ff intrinsic for fault only first load. (PR #128593)
Shih-Po Hung via llvm-commits
- [llvm] [VPlan] Change parent of VPReductionRecipe to VPRecipeWithIRFlags. NFC (PR #130881)
Elvis Wang via llvm-commits
- [llvm] [RISCV][Disassembler] Use a table to store all the decoder tables and their associated features. NFC (PR #130883)
Craig Topper via llvm-commits
- [llvm] e427f06 - [ADT] Use adl_begin in make_first_range and make_second_range (#130521)
via llvm-commits
- [llvm] [ADT] Use adl_begin in make_first_range and make_second_range (PR #130521)
Jakub Kuderski via llvm-commits
- [llvm] adae90e - AMDGPU: Add baseline test for coalescing vgpr to agpr subreg inserts (#130877)
via llvm-commits
- [llvm] 7257261 - [NVPTX] Fix generic address in st.bulk intrinsic (#130740)
via llvm-commits
- [llvm] d898761 - [RISCV] FeatureVendorXwchc should imply FeatureStdExtZca. (#130817)
via llvm-commits
- [llvm] bf2d1c4 - AMDGPU: Disable machine verifier in failing test
Matt Arsenault via llvm-commits
- [llvm] [ADT] Use `adl_*` wrappers across STLExtras (PR #87936)
Jakub Kuderski via llvm-commits
- [llvm] [LoopIdiom] Select llvm.experimental.memset.pattern intrinsic rather than memset_pattern16 libcall (PR #126736)
Alex Bradbury via llvm-commits
- [llvm] [CodeGen] Avoid repeated hash lookups (NFC) (PR #130889)
Kazu Hirata via llvm-commits
- [llvm] 7a66a26 - [llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols referenced by relocations
via llvm-commits
- [llvm] [Transforms] Avoid repeated hash lookups (NFC) (PR #130890)
Kazu Hirata via llvm-commits
- [llvm] [Support] Avoid repeated hash lookups (NFC) (PR #130891)
Kazu Hirata via llvm-commits
- [llvm] [Utils] Avoid repeated hash lookups (NFC) (PR #130892)
Kazu Hirata via llvm-commits
- [llvm] 606e9fa - [WindowsDriver] Always consider `WinSdkVersion` (#130377)
via llvm-commits
- [llvm] [VPlan] Use VPInstruction for VPScalarPHIRecipe. (NFCI) (PR #129767)
via llvm-commits
- [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Kaviya Rajendiran via llvm-commits
- [llvm] [CodeGen][NPM] Port FEntryInserter to NPM (PR #129857)
Akshat Oke via llvm-commits
- [llvm] [RISCV][MC] Correct the register state update for auipc (PR #130897)
via llvm-commits
- [llvm] 57a9088 - [CodeGen][NPM] Port DetectDeadLanes to NPM (#130567)
via llvm-commits
- [llvm] [CodeGen][NPM] Port XRayInstrumentation to NPM (PR #129865)
Akshat Oke via llvm-commits
- [llvm] [CodeGen][NPM] Port PatchableFunction to NPM (PR #129866)
Akshat Oke via llvm-commits
- [llvm] [AMDGPU][NFC] Format GCNCreateVOPD.cpp (PR #130548)
Akshat Oke via llvm-commits
- [llvm] [AMDGPU][NPM] Port SIMemoryLegalizer to NPM (PR #130060)
Akshat Oke via llvm-commits
- [llvm] AMDGPU: Replace undef with poison in tests using insertvalue (PR #130895)
Matt Arsenault via llvm-commits
- [llvm] d921bf2 - [AMDGPU] Extend promotion of alloca to vectors (#127973)
via llvm-commits
- [llvm] [X86][GISel] Use Register. NFC (PR #130907)
Craig Topper via llvm-commits
- [lld] 90a08fb - [LLD][COFF] Update nodefaultlibs after updating search paths (#128813)
via llvm-commits
- [llvm] [RegAlloc] Scale the spill weight by the weight of register class (PR #113675)
Pengcheng Wang via llvm-commits
- [llvm] [RegAlloc] Scale the spill weight by target factor (PR #113675)
Pengcheng Wang via llvm-commits
- [llvm] AMDGPU: Make rcp intrinsic propagate poison (PR #130913)
Matt Arsenault via llvm-commits
- [llvm] Combine (X ^ Y) and (X == Y) where appropriate (PR #130922)
Ryan Buchner via llvm-commits
- [llvm] Update the base and index value for masked gather (PR #130920)
Matt Arsenault via llvm-commits
- [llvm] [LoopInterchange] Prevent from undoing its own transformation (PR #127473)
Ryotaro Kasuga via llvm-commits
- [llvm] AddressSanitizer: Add use-after-scope to pass options (PR #130924)
Guy David via llvm-commits
- [llvm] [RISCV] Use vsetvli instead of vlenb in Prologue/Epilogue (PR #113756)
Luke Lau via llvm-commits
- [llvm] [AMDGPU] Introduce "amdgpu-uniform-intrinsic-combine" pass to combine uniform AMDGPU lane Intrinsics. (PR #116953)
Pankaj Dwivedi via llvm-commits
- [llvm] [llvm][lit] fix writing results to file (PR #130845)
James Henderson via llvm-commits
- [llvm] a6089a9 - [AMDGPU] Ignore RegMask operands when folding operands to SALU insts (#130813)
via llvm-commits
- [llvm] c22c564 - [AMDGPU][NPM] Port SIMemoryLegalizer to NPM (#130060)
via llvm-commits
- [llvm] [AMDGPU][NPM] Port SIInsertWaitcnts to NPM (PR #130061)
Akshat Oke via llvm-commits
- [llvm] 5daba3d - [AMDGPU][NFC] Format GCNCreateVOPD.cpp (#130548)
via llvm-commits
- [llvm] [AMDGPU][NPM] Port GCNCreateVOPD to NPM (PR #130059)
Akshat Oke via llvm-commits
- [llvm] [SPIR-V] Stop using Register to represent target specific virtual registers. (PR #129362)
VISHAKH PRAKASH via llvm-commits
- [llvm] 5a0a2f8 - AMDGPU: Replace undef with poison in tests using insertvalue (#130895)
via llvm-commits
- [llvm] AMDGPU: Replace insertelement poison with insertelement undef (PR #130896)
Matt Arsenault via llvm-commits
- [llvm] 6f89c1f - [AArch64] Remove Kyro run lines from insert-extract.ll. NFC
David Green via llvm-commits
- [llvm] adb44ed - [AArch64] Add -cost-kind=all coverage for insert-extract.ll and shuffle-load.ll. NFC
David Green via llvm-commits
- [llvm] [BOLT][Linux] Add support for relocation mode (PR #130931)
via llvm-commits
- [llvm] [TableGen] Add `!select` operator to select records (PR #129680)
Pengcheng Wang via llvm-commits
- [llvm] [MC] Speed up checkFeatures() (NFCI) (PR #130936)
Matt Arsenault via llvm-commits
- [llvm] [TableGen] Add `!defined` operator to get defined records (PR #129680)
Pengcheng Wang via llvm-commits
- [llvm] [GlobalISel] Preserve original flags of output instructions in matchtable (PR #130937)
Pierre van Houtryve via llvm-commits
- [llvm] [SLP] Make getSameOpcode support interchangeable instructions. (PR #127450)
Han-Kuan Chen via llvm-commits
- [llvm] [LoongArch] Custom lower vector trunc to vector shuffle (PR #130938)
via llvm-commits
- [llvm] 3ad810e - AMDGPU/GlobalISel: Disable LCSSA pass (#124297)
via llvm-commits
- [llvm] AMDGPU/GlobalISel: Update divergence lowering tests (PR #128702)
Petar Avramovic via llvm-commits
- [llvm] 5ec884e - Revert "[SLP]Reduce number of alternate instruction, where possible"
Hans Wennborg via llvm-commits
- [llvm] [LoopVectorize] Allow Early-Exit Loop Vectorization with EVL (PR #130918)
Florian Hahn via llvm-commits
- [llvm] 553da96 - AMDGPU/GlobalISel: Update divergence lowering tests (#128702)
via llvm-commits
- [llvm] AMDGPU/GlobalISel: Temporal divergence lowering (non i1) (PR #124298)
Petar Avramovic via llvm-commits
- [clang] [flang] [llvm] [mlir] [TargetRegistry] Accept Triple in createTargetMachine() (NFC) (PR #130940)
Nikita Popov via llvm-commits
- [libcxx] [llvm] [libc++] Remove official Clang 18 support. (PR #130142)
David Spickett via llvm-commits
- [llvm] [CI] Fix bad timestamps being reported (PR #130941)
Nathan Gauër via llvm-commits
- [llvm] [llvm][yaml2obj] Modify section header overriding timing (PR #130942)
Ruoyu Qiu via llvm-commits
- [llvm] [VPlan] Add new VPIRPhi overlay for VPIRInsts wrapping phi nodes (NFC). (PR #129387)
Florian Hahn via llvm-commits
- [clang] [llvm] [not for merge][RFC] Key Instructions front end demo (PR #130943)
Orlando Cazalet-Hyams via llvm-commits
- [llvm] [VPlan] Use VPPhiAccessors for VPIRPhi. (PR #129389)
Florian Hahn via llvm-commits
- [llvm] c07e1e3 - AMDGPU/GlobalISel: Temporal divergence lowering (non i1) (#124298)
via llvm-commits
- [llvm] AMDGPU/GlobalISel: Temporal divergence lowering i1 (PR #124299)
Petar Avramovic via llvm-commits
- [llvm] 014bf63 - AMDGPU/GlobalISel: Temporal divergence lowering i1 (#124299)
via llvm-commits
- [llvm] 77b55c7 - [llvm][docs] Add notes on upstreaming code from downstream projects (#129743)
via llvm-commits
- [compiler-rt] [llvm] Add cmake option to enable/disable searching PATH for symbolizer (PR #129012)
via llvm-commits
- [llvm] 30fa7a2 - [NFC][Cloning] Make DifferentModule case more obvious in CollectDebugInfoForCloning (#129146)
via llvm-commits
- [llvm] [NFC][Cloning] Replace IdentityMD set with a predicate in ValueMapper (PR #129147)
Artem Pianykh via llvm-commits
- [clang] [llvm] [CVP] Infer `nuw`/`nsw` flags for TruncInst (PR #130504)
Yingwei Zheng via llvm-commits
- [llvm] [AArch64] Add getVectorInstrCost Codesize costs handling. (PR #130946)
David Green via llvm-commits
- [llvm] [SCEV] Add PHI SCEV verification to ensure availability at loop entry (PR #127550)
Aleksandr Popov via llvm-commits
- [llvm] 6bf0c46 - reapply [llvm] add support for mustache templating language (#130876)
via llvm-commits
- [llvm] [BOLT][Linux] Add support for instrumentation (PR #130948)
via llvm-commits
- [llvm] 059ada4 - [PreISelintrinsicLowering] getTypeSizeInBits/8 => getTypeAllocSize in memset.pattern lowering
Alex Bradbury via llvm-commits
- [llvm] [PreISelIntrinsicLowering] Zext/trunc count parameter as necessary for memset_pattern16 emission (PR #129239)
Alex Bradbury via llvm-commits
- [llvm] [X86] combineConcatVectorOps - remove unused DAGCombinerInfo argument. NFC. (PR #130951)
Simon Pilgrim via llvm-commits
- [llvm] [PreISelIntrinsicLowering] Look through ptrtoint for a constant (e.g. global ptr) when trying to produce memset_pattern16 (PR #129220)
Alex Bradbury via llvm-commits
- [llvm] 5073b5f - [CVP] Infer `nuw`/`nsw` flags for TruncInst (#130504)
via llvm-commits
- [flang] [llvm] Users/meinersbur/flang runtime premerge flangtest (PR #130955)
Michael Kruse via llvm-commits
- [llvm] 15136f1 - [AMDGPU] Change placeholder from `undef` to `poison` (#130853)
via llvm-commits
- [llvm] [AMDGPU] Change placeholder from `undef` to `poison` (PR #130853)
Pedro Lobo via llvm-commits
- [llvm] 73e23f8 - [AMDGPU] Change placeholder from `undef` to `poison` (#130858)
via llvm-commits
- [llvm] 6717a38 - [gn] port 3a7a9c928671 better
Nico Weber via llvm-commits
- [llvm] de34213 - [gn] port ab6f470675ed
Nico Weber via llvm-commits
- [llvm] [AMDGPU][NewPM] Port "AMDGPUResourceUsageAnalysis" to NPM (PR #130959)
Vikram Hegde via llvm-commits
- [llvm] 1e58bdc - [gn build] Port 75f76d482cc2
LLVM GN Syncbot via llvm-commits
- [llvm] 6af9fd9 - [gn build] Port 76d5a79bed00
LLVM GN Syncbot via llvm-commits
- [llvm] 2c8e154 - [gn build] Port f10a8706a144
LLVM GN Syncbot via llvm-commits
- [llvm] Proper BUILD.bazel fix due to c07e1e3 (PR #130962)
Bart Chrzaszcz via llvm-commits
- [llvm] da42b2f - AMDGPU: Replace insertelement poison with insertelement undef (#130896)
via llvm-commits
- [llvm] AMDGPU: Replace insertelement undef with poison in cases with manual updates (PR #130898)
Matt Arsenault via llvm-commits
- [llvm] [AMDGPU][True16] added Pre-RA hint to improve copy elimination (PR #103366)
Jay Foad via llvm-commits
- [llvm] 1d0dd76 - AMDGPU: Replace insertelement undef with poison in cases with manual updates (#130898)
via llvm-commits
- [llvm] AMDGPU: Replace tests using undef in shufflevector with poison (PR #130899)
Matt Arsenault via llvm-commits
- [clang] [libc] [llvm] Reapply "[AMDGPU] Use COV6 by default (#118515)" (PR #130963)
Shilei Tian via llvm-commits
- [llvm] 2fbddfb - [X86] combineConcatVectorOps - remove unused DAGCombinerInfo argument. NFC. (#130951)
via llvm-commits
- [llvm] b76e396 - AMDGPU: Replace tests using undef in shufflevector with poison (#130899)
via llvm-commits
- [llvm] AMDGPU: Replace ptr addrspace(1) undefs with poison (PR #130900)
Matt Arsenault via llvm-commits
- [llvm] 5da9044 - [MemCpyOpt] Fix clobber check in fca2memcpy optimization
Nikita Popov via llvm-commits
- [llvm] [SimplifyCFG] Add command-line option to disable the pass (PR #130965)
Madhur Amilkanthwar via llvm-commits
- [llvm] [SPARC][IAS] Set correct ELF flag values for VIS & VIS2-enabled objects (PR #130966)
via llvm-commits
- [llvm] 1900634 - [MC] Speed up checkFeatures() (NFCI) (#130936)
via llvm-commits
- [llvm] [AMDGPU] Make S_WAIT_EVENT a scheduling boundary (PR #129032)
Jay Foad via llvm-commits
- [llvm] a502c65 - [BuildLibCalls] Add helper for setting memory effects (NFC)
Nikita Popov via llvm-commits
- [llvm] [X86][APX] Add NF instructions to convertToThreeAddress functions (PR #130969)
Phoebe Wang via llvm-commits
- [llvm] [DirectX] Change placeholders from `undef` to `poison` (PR #130970)
Pedro Lobo via llvm-commits
- [llvm] [InferAttrs] Mark floating-point libcalls as errno-writing (PR #124742)
Nikita Popov via llvm-commits
- [compiler-rt] 07d86d2 - [ctxprof] Flat profile collection (#130655)
via llvm-commits
- [clang] [llvm] [LLVM][SROA] Teach SROA how to "bitcast" between fixed and scalable vectors. (PR #130973)
Paul Walker via llvm-commits
- [llvm] Changed default value of slp-max-vf to 192 (PR #70479)
Kiran Chandramohan via llvm-commits
- [llvm] c56514f - [X86] mfence.ll - remove dead X32 check prefix
Simon Pilgrim via llvm-commits
- [llvm] 8be1d12 - [X86] combineX86ShufflesRecursively/combineX86ShuffleChain - pass down SDLoc instead of relying on Root node every recursion. NFC.
Simon Pilgrim via llvm-commits
- [llvm] [M68k] implement -mxgot (PR #119803)
John Paul Adrian Glaubitz via llvm-commits
- [llvm] 9820248 - AddressSanitizer: Add use-after-scope to pass options (#130924)
via llvm-commits
- [llvm] 1008539 - [SLP]Reduce number of alternate instruction, where possible
Alexey Bataev via llvm-commits
- [flang] [llvm] [Flang] Adds omp_lib dependency to check-flang (PR #130975)
Michael Kruse via llvm-commits
- [llvm] 7a25c72 - [X86] Use Register in X86SpeculativeLoadHardening.cpp. NFC (#130905)
via llvm-commits
- [llvm] [X86] Use Register in X86SpeculativeLoadHardening.cpp. NFC (PR #130905)
Craig Topper via llvm-commits
- [llvm] d71b3de - [X86][GISel] Use Register and MCRegister. NFC (#130907)
via llvm-commits
- [llvm] 90a8322 - [RISCV] Add an error that Xqccmp, Xqciac, and Xqcicm are not compatible with C+D or Zcd. (#130816)
via llvm-commits
- [clang] [compiler-rt] [Coverage] Fix region termination for GNU statement expressions (PR #130976)
Justin Cady via llvm-commits
- [llvm] [openmp] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES (PR #124711)
Michael Kruse via llvm-commits
- [llvm] [HEXAGON] Add support to lower "FREEZE a half(f16)" instruction on (PR #130977)
Abinaya Saravanan via llvm-commits
- [flang] [llvm] [flang][OpenMP] Map ByRef if size/alignment exceed that of a pointer (PR #130832)
Krzysztof Parzyszek via llvm-commits
- [llvm] [gold] Use ld.bfd for tests (PR #130981)
Nikita Popov via llvm-commits
- [llvm] 1db978c - [DirectX] Remove DXILResourceMDAnalysis (#130323)
via llvm-commits
- [clang] [llvm] [DirectX] Remove DXILResourceMDAnalysis (PR #130323)
Helena Kotas via llvm-commits
- [clang] [llvm] [HLSL] Remove old resource annotations (PR #130338)
Helena Kotas via llvm-commits
- [llvm] StandardInstrumentation: Fix behavior of -ir-dump-directory with -print-before-pass-number (PR #130983)
Matt Arsenault via llvm-commits
- [llvm] db3fdbc - [CodeGen] Avoid repeated hash lookups (NFC) (#130889)
via llvm-commits
- [llvm] a3b0189 - [Transforms] Avoid repeated hash lookups (NFC) (#130890)
via llvm-commits
- [llvm] 2620742 - [Utils] Avoid repeated hash lookups (NFC) (#130892)
via llvm-commits
- [llvm] f4d599c - [Support] Do not remove lock file on failure (#130834)
via llvm-commits
- [llvm] [Support] Prevent leaking unique lock files (PR #130984)
Jan Svoboda via llvm-commits
- [llvm] [LICM] Don't hoist NOT out of loop if it can be fold into ANDN/ORN/XNOR (PR #130986)
Piotr Fusik via llvm-commits
- [llvm] 48b1991 - [NVPTX][test] Use 'not' to switch an XFAIL test to PASS (#130839)
via llvm-commits
- [llvm] [NVPTX][test] Use 'not' to switch an XFAIL test to PASS (PR #130839)
Alex MacLean via llvm-commits
- [llvm] ec941a4 - [NVPTX] Legalize ctpop and ctlz in operation legalization (#130668)
via llvm-commits
- [clang] [llvm] [VectorCombine] Shrink loads used in shufflevector rebroadcasts (PR #128938)
Nikita Popov via llvm-commits
- [llvm] Implement IR expansion for frem instruction (PR #130988)
Frederik Harwath via llvm-commits
- [llvm] 71582c6 - [AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (#127212)
via llvm-commits
- [llvm] [ARM][SLP] Adjust cost returned for vadd reduction (PR #122713)
Nashe Mncube via llvm-commits
- [llvm] [ARM]Adjust cost of muls in SMLAL patterns (PR #122713)
Nashe Mncube via llvm-commits
- [llvm] [NVPTX] Fix bug in sign of bfe folding (PR #130862)
Alex MacLean via llvm-commits
- [clang] [llvm] [Support] Introduce new `AdvisoryLock` interface (PR #130989)
Jan Svoboda via llvm-commits
- [llvm] dd181af - [X86] Add isMaskableNode helper to determine if a node could potentially fold into a AVX512 predicated instruction. NFC.
Simon Pilgrim via llvm-commits
- [llvm] ea2e66a - [LLVM][ConstantFold] Undefined values are not constant (#130713)
via llvm-commits
- [llvm] 4518780 - [PowerPC] Add intrinsics and tests for basic Dense Math enablement instructions (#129913)
via llvm-commits
- [llvm] e1ac57d - [MemProf] Extend CallSite information to include potential callees. (#130441)
via llvm-commits
- [llvm] [MC] Introduce ability to add target specific AsmStreamer (PR #107415)
via llvm-commits
- [llvm] 6030936 - [NVPTX] Fix bug in sign of bfe folding (#130862)
via llvm-commits
- [llvm] [TableGen] Make sure BitWidth is set even if all instructions are Pseudo or TargetOpcode (PR #124071)
Farzon Lotfi via llvm-commits
- [llvm] e619073 - [SandboxVec][NullPass][NFC] Add missing banner comment at top of file
Vasileios Porpodas via llvm-commits
- [llvm] [CI] Extend metrics container to log BuildKite metrics (PR #130996)
Nathan Gauër via llvm-commits
- [llvm] [DAGCombiner] Attempt to fold 'add' nodes to funnel-shift or rotate (PR #125612)
Alex MacLean via llvm-commits
- [llvm] 378739f - [SystemZ] Move disabling of arg verification to before isFullyInternal(). (#130693)
via llvm-commits
- [llvm] 96be34e - [SandboxVec][SeedCollector][NFC] Fix typo in banner
Vasileios Porpodas via llvm-commits
- [llvm] posisel fix (PR #128812)
Brox Chen via llvm-commits
- [llvm] [InstCombine] handle trunc to i1 in foldLogOpOfMaskedICmps. (PR #128861)
Andreas Jonson via llvm-commits
- [llvm] [LV][EVL] Attach a new metadata on EVL vectorized loops (PR #131000)
Min-Yih Hsu via llvm-commits
- [llvm] [llvm] Match llvm.type.checked.load.relative semantics to llvm.load.r… (PR #129583)
Paul Kirth via llvm-commits
- [llvm] [LV][EVL] Introduce the EVLIndVarSimplify Pass for EVL-vectorized loops (PR #131005)
Min-Yih Hsu via llvm-commits
- [llvm] [LV] Introduce the EVLIVSimplify Pass for EVL-vectorized loops (PR #91796)
Min-Yih Hsu via llvm-commits
- [flang] [llvm] [flang-rt] Fixed HAVE_LDBL_MANT_DIG_113 detection. (PR #131010)
Slava Zakharin via llvm-commits
- [llvm] [llvm-diff] Add colorful output to diff (PR #131012)
via llvm-commits
- [llvm] aa008e0 - Revert "[AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (#127212)"
Kazu Hirata via llvm-commits
- [llvm] [Exegesis] CPU selection, when native arch and target mismatch (PR #131014)
via llvm-commits
- [llvm] 4d79e98 - [Support] Avoid repeated hash lookups (NFC) (#130891)
via llvm-commits
- [llvm] [AMDGPU][CodeGen] use vt in VGPRimm pattern (PR #131016)
Brox Chen via llvm-commits
- [llvm] 5929de8 - [gn build] Port 7790d69cce04
LLVM GN Syncbot via llvm-commits
- [llvm] [BOLT] Enable hugify for AArch64 (PR #117158)
via llvm-commits
- [llvm] [SandboxVec] Add print-region pass (PR #131019)
via llvm-commits
- [llvm] 9d7e1d9 - [AMDGPU][True16] added Pre-RA hint to improve copy elimination (#103366)
via llvm-commits
- [llvm] [RFC][Transforms] Prefer unreachable insn over optimizaiton with undef (PR #131020)
via llvm-commits
- [llvm] fix vgprimm for t16 (PR #131021)
Brox Chen via llvm-commits
- [llvm] 15e6bb6 - [ORC] Rename wrapper arguments to match conventions. NFCI.
Lang Hames via llvm-commits
- [llvm] [llvm][Timer] Don't print timers in TimerGroup when all Timers are removed (PR #131026)
Arthur Eubanks via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] update test for buildbot failure (PR #131028)
Brox Chen via llvm-commits
- [llvm] c8047c6 - [AMDGPU][True16][CodeGen] update test for buildbot failure (#131028)
via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] gisel true16 for ICMP (PR #128913)
Brox Chen via llvm-commits
- [llvm] [Offload] Remove handling for COV4 binaries from offload/ (PR #131033)
Joseph Huber via llvm-commits
- [compiler-rt] [rtsan][Apple] Add interceptor for _os_nospin_lock_lock (PR #131034)
via llvm-commits
- [llvm] 202137d - [SLP]Fix a crash on matching gather operands of phi nodes in loops
Alexey Bataev via llvm-commits
- [llvm] 9c65e6a - [HEXAGON] Add support to lower "FREEZE a half(f16)" instruction on Hexagon and fix the isel-buildvector-v2f16.ll assertion (#130977)
via llvm-commits
- [llvm] 62994c3 - [VPlan] Also introduce explicit broadcasts for values from entry VPBB.
Florian Hahn via llvm-commits
- [llvm] [DWARFLinker] Adjust DW_AT_LLVM_stmt_sequence for rewritten line tables (PR #128953)
Jonas Devlieghere via llvm-commits
- [llvm] Update Fork to newest version of main (PR #131045)
Corey O'Malley via llvm-commits
- [llvm] [LoopPeel] Fix branch weights' effect on block frequencies (PR #128785)
Joel E. Denny via llvm-commits
- [llvm] [NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle missing debug info. (PR #129792)
Zequan Wu via llvm-commits
- [llvm] [RegAlloc] Sort CopyHint by IsCSR (PR #131046)
Matt Arsenault via llvm-commits
- [llvm] cb73271 - [AMDGPU][CodeGen] use vt in VGPRimm pattern (#131016)
via llvm-commits
- [llvm] [flang-rt] Added IsContiguousUpTo runtime function. (PR #131048)
Slava Zakharin via llvm-commits
- [llvm] 44ff94e - [Diagnostics] Return rvalue reference from temporary argument (#127400)
via llvm-commits
- [llvm] [NVPTX] Customize getScalarizationOverhead (PR #128077)
via llvm-commits
- [llvm] e4a0fd5 - [gn build] Port be9ca85d64eb
LLVM GN Syncbot via llvm-commits
- [llvm] AMDGPU: Replace ptr addrspace(3) undef in tests with poison (PR #131049)
Shilei Tian via llvm-commits
- [llvm] eea7d32 - [MC] Move fixSymbolsInTLSFixups to ELFObjectWriter
Fangrui Song via llvm-commits
- [llvm] SelectionDAG: Support nofpclass(nan/qnan/snan) in arguments (PR #130051)
YunQiang Su via llvm-commits
- [llvm] 95ab95f - AMDGPU: Make rcp intrinsic propagate poison (#130913)
via llvm-commits
- [llvm] AMDGPU: Make sqrt and rsq intrinsics propagate poison (PR #130914)
Matt Arsenault via llvm-commits
- [llvm] d8f17b3 - AMDGPU: Make sqrt and rsq intrinsics propagate poison (#130914)
via llvm-commits
- [llvm] AMDGPU: Make frexp_exp and frexp_mant intrinsics propagate poison (PR #130915)
Matt Arsenault via llvm-commits
- [llvm] 0a78bd6 - AMDGPU: Make frexp_exp and frexp_mant intrinsics propagate poison (#130915)
via llvm-commits
- [llvm] 853849a - [ORC] Remove some unnecessary namespace qualifications. NFCI.
Lang Hames via llvm-commits
- [llvm] 62e37a8 - [RISCV][Disassembler] Use a table to store all the decoder tables and their associated features. NFC (#130883)
via llvm-commits
- [llvm] 79a5974 - [gn build] Port 4dcba5e08dc9
LLVM GN Syncbot via llvm-commits
- [llvm] AMDGPU: Make cvt_pknorm and cvt_pk intrinsics propagate poison (PR #131059)
Pravin Jagtap via llvm-commits
- [llvm] [Analysis] Avoid repeated hash lookups (NFC) (PR #131066)
Kazu Hirata via llvm-commits
- [llvm] [CodeGen] Avoid repeated hash lookups (NFC) (PR #131067)
Kazu Hirata via llvm-commits
- [llvm] [IPO] Avoid repeated hash lookups (NFC) (PR #131068)
Kazu Hirata via llvm-commits
- [llvm] [X86] Avoid repeated hash lookups (NFC) (PR #131069)
Kazu Hirata via llvm-commits
- [clang] [llvm] [DirectX] Implement Shader Flags Analysis for ResMayNotAlias (PR #131070)
Deric C. via llvm-commits
- [llvm] 376e3b6 - [TableGen] Add `!match` operator to do regex matching (#130759)
via llvm-commits
- [llvm] 642a476 - [PowerPC] Rename PPCMCExpr's VK_PPC_ to VK_. NFC
Fangrui Song via llvm-commits
- [llvm] bc4b2c7 - [X86][APX] Add NF instructions to convertToThreeAddress functions (#130969)
via llvm-commits
- [llvm] [SPIRV] Added support for extension SPV_INTEL_blocking_pipes (PR #131075)
Aadesh PremKumar via llvm-commits
- [llvm] [InstCombine] Fold `umax(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umax(x, y))` and `umin(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umax(x, y))` and `umin(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umax(x, y))` and `umin(nuw_shl(C0, x), nuw_shl(C0, y)) -> nuw_shl(C0, umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax(x, y))` and `umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(base, x), nuw_shl(base, y)) -> nuw_shl(base, umax/umin(x, y))` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Nikita Popov via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Yingwei Zheng via llvm-commits
- [llvm] [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (PR #131076)
Yingwei Zheng via llvm-commits
- [llvm] 73e12de - [HLSL] Implement explicit layout for default constant buffer ($Globals) (#128991)
via llvm-commits
- [llvm] 95e186c - Reland "DAG: Preserve range metadata when load is narrowed" (#128144) (#130609)
via llvm-commits
- [llvm] [SPIRV] Support extension SPV_INTEL_runtime_aligned (PR #131072)
via llvm-commits
- [llvm] 5d5f162 - Move PowerPC-specific MCSymbolRefExpr::VariantKind to PPCMCExpr
Fangrui Song via llvm-commits
- [llvm] bd748b3 - [RISCV] Add implicit operand {VL, VTYPE} in RISCVInsertVSETVLI when u… (#130733)
via llvm-commits
- [llvm] [LoongArch] Pre-commit test for vector trunc (PR #131082)
via llvm-commits
- [llvm] AMDGPU: Replace half undef uses with poison in tests (PR #131083)
Matt Arsenault via llvm-commits
- [llvm] [VPlan] Rename VPReverseVectorPointerRecipe to VPVectorEndPointerRecipe. NFC (PR #131086)
Luke Lau via llvm-commits
- [llvm] [HEXAGON] Fix semantics of ordered FP compares (PR #131089)
via llvm-commits
- [llvm] 43ab422 - [LoongArch] Pre-commit test for vector trunc (#131082)
via llvm-commits
- [clang] [llvm] [RISCV] Add Zilsd and Zclsd Extensions (PR #131094)
via llvm-commits
- [llvm] 5952972 - [CodeGen][NPM] Port BranchFolder to NPM (#128858)
via llvm-commits
- [llvm] [VPlan] Move FOR splice cost into VPInstruction::FirstOrderRecurrenceSplice (PR #129645)
Luke Lau via llvm-commits
- [llvm] AMDGPU][True16][CodeGen] fold clamp update for true16 (PR #128919)
Matt Arsenault via llvm-commits
- [llvm] 55b480e - [SROA] Allow load-only promotion with read-only captures (#130735)
via llvm-commits
- [llvm] de89575 - [CaptureTracking][AA] Only consider provenance captures (#130777)
via llvm-commits
- [llvm] [LoongArch] fix vec-trunc.ll test error (PR #131104)
via llvm-commits
- [llvm] d77ef14 - [LoongArch] fix vec-trunc.ll test error (#131104)
via llvm-commits
- [llvm] [AMDGPU] Eliminate likely-spurious execz checks via intrinsic argument (PR #123749)
Fabian Ritter via llvm-commits
- [llvm] [InferAttrs] Refine attributes for a few libc routines (PR #131117)
Antonio Frighetto via llvm-commits
- [llvm] abdbaff - [DWARFLinker] Adjust DW_AT_LLVM_stmt_sequence for rewritten line tables (#128953)
via llvm-commits
- [llvm] [LV][NFC] Refactor code for extracting first active element (PR #131118)
David Sherwood via llvm-commits
- [llvm] Add IRBuilder::CreateFMA (PR #131112)
Matt Arsenault via llvm-commits
- [llvm] [NVPTX] support packed f32 instructions for sm_100+ (PR #126337)
Princeton Ferro via llvm-commits
- [compiler-rt] 481a55a - [rtsan][Apple] Add interceptor for _os_nospin_lock_lock (#131034)
via llvm-commits
- [compiler-rt] [libc] [libc][sched] Implement proxy headers for `cpu_set_t`, `struct sched_param` and `sched_macros`. (PR #126303)
Krishna Pandey via llvm-commits
- [llvm] a5a162c - [SDAG] Pass pointer type to libcall expansion for SoftenFloatRes stack slots (#130647)
via llvm-commits
- [llvm] [InstCombine] Sink NOT to be fold into ANDN/ORN/XNOR (PR #131120)
Piotr Fusik via llvm-commits
- [llvm] 46739be - [GlobalISel] Preserve original flags of output instructions in matchtable (#130937)
via llvm-commits
- [llvm] [X86] combineConcatVectorOps - convert X86ISD::BLENDI concatenation to use combineConcatVectorOps recursion (PR #131121)
Simon Pilgrim via llvm-commits
- [llvm] [NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part> (PR #129149)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Coro] Remove now unused CommonDebugInfo in CoroSplit (PR #129150)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Cloning] Remove now unused FindDebugInfoToIdentityMap (PR #129151)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Cloning] Remove now unused CollectDebugInfoForCloning (PR #129152)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Cloning] Clean up comments in CloneFunctionInto (PR #129153)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Cloning] Move DebugInfoFinder decl closer to its place of usage (PR #129154)
Artem Pianykh via llvm-commits
- [llvm] [NFC][Cloning] Replace DIFinder usage in CloneFunctionInto with a MetadataPredicate (PR #129148)
Artem Pianykh via llvm-commits
- [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
Michael Kruse via llvm-commits
- [llvm] f613bc5 - AMDGPU: Replace half undef uses with poison in tests (#131083)
via llvm-commits
- [llvm] AMDGPU: Replace i16 undefs with poison in tests (PR #131084)
Matt Arsenault via llvm-commits
- [llvm] 1eb5588 - AMDGPU: Replace i16 undefs with poison in tests (#131084)
via llvm-commits
- [llvm] AMDGPU: Replace some float undef test uses with poison (PR #131090)
Matt Arsenault via llvm-commits
- [llvm] Rename ExpandLargeFpConvertPass to ExpandFpPass (PR #131128)
Frederik Harwath via llvm-commits
- [llvm] da69147 - [InferAttrs] Refine attributes for a few libc routines
Antonio Frighetto via llvm-commits
- [llvm] [llvm] DLLExport public methods from SmallVector (PR #127850)
Aaron Ballman via llvm-commits
- [llvm] dff22a0 - [X86] combineConcatVectorOps - convert X86ISD::BLENDI concatenation to use combineConcatVectorOps recursion (#131121)
via llvm-commits
- [llvm] d507b3d - [X86] combineGatherScatter - pull out repeated index value type. NFC.
Simon Pilgrim via llvm-commits
- [llvm] 024df9c - AMDGPU: Replace some float undef test uses with poison (#131090)
via llvm-commits
- [llvm] AMDGPU: Replace some test i32 undef uses with poison (PR #131092)
Matt Arsenault via llvm-commits
- [flang] [llvm] [Flang] Remove FLANG_INCLUDE_RUNTIME (PR #124126)
Michael Kruse via llvm-commits
- [llvm] 94c8fa6 - AMDGPU: Replace some test i32 undef uses with poison (#131092)
via llvm-commits
- [llvm] AMDGPU: Replace ptr addrspace(4) undef uses with poison in tests (PR #131095)
Matt Arsenault via llvm-commits
- [llvm] AMDGPU: Fix broken negative test from ancient times (PR #131106)
Matt Arsenault via llvm-commits
- [llvm] [Docs] Fix link in LoopTerminology (NFC) (PR #131138)
Ryotaro Kasuga via llvm-commits
- [llvm] Partial fix of BUILD.bazel after 598e882. (PR #131140)
Bart Chrzaszcz via llvm-commits
- [llvm] b67379c - [llvm-diff] Add colorful output to diff (#131012)
via llvm-commits
- [llvm] [llvm][lit] fix writing results to --time-trace-output file (PR #130845)
Ebuka Ezike via llvm-commits
- [llvm] [GOFF] Refactor GOFFOstream (PR #131143)
Kai Nacke via llvm-commits
- [llvm] [AA][BasicAA] Move more call logic to BasicAA (PR #131144)
Nikita Popov via llvm-commits
- [llvm] c26ec7e - [llvm][lit] fix writing results to --time-trace-output file (#130845)
via llvm-commits
- [llvm] AMDGPU: Enable RELA for PAL target (PR #128516)
via llvm-commits
- [lld] [LLD][COFF] Clarify EC vs. native symbols in diagnostics on ARM64X (PR #130857)
Martin Storsjö via llvm-commits
- [clang-tools-extra] [lld] [llvm] tools: Remove untested PluginLoader includes (PR #117644)
Matt Arsenault via llvm-commits
- [llvm] [SROA] Rewrite invariant group intrinsics after splitting alloca (PR #107557)
Antonio Frighetto via llvm-commits
- [llvm] [AMDGPU] Try to reuse in v_cndmask register with constant from compare. (PR #131146)
Daniil Fukalov via llvm-commits
- [llvm] d4baf61 - [X86] combineConcatVectorOps - add outstanding TODOs for missing op concatenation cases. NFC.
Simon Pilgrim via llvm-commits
- [llvm] [VPlan] Remove no-op SCALAR-STEPS after unrolling. (PR #123655)
Florian Hahn via llvm-commits
- [llvm] ffe202c - Revert "[LV] Limits the splat operations be hoisted must not be defined by a recipe. (#117138)"
Mel Chen via llvm-commits
- [llvm] 5d5e706 - [VPlan] Restrict hoisting of broadcast operations using VPDominatorTree (#117138)
Mel Chen via llvm-commits
- [llvm] Remove an incorrect assert in MFMASmallGemmSingleWaveOpt. (PR #130131)
via llvm-commits
- [llvm] [AMDGPU] Lower LDS in functions without sanitize_address in amdgpu-sw-lower-lds. (PR #131147)
via llvm-commits
- [llvm] e3c80d4 - AMDGPU: Fix broken negative test from ancient times (#131106)
via llvm-commits
- [llvm] PeepholeOpt: Do not skip reg_sequence sources with subregs (PR #125667)
Matt Arsenault via llvm-commits
- [llvm] c3c97ea - PeepholeOpt: Do not skip reg_sequence sources with subregs (#125667)
via llvm-commits
- [llvm] [CodeExtractor] Add align metadata to extracted pointers (PR #131131)
Michael Kruse via llvm-commits
- [llvm] 85318ba - [MachineLateInstrsCleanup] Handle multiple kills for a preceding definition. (#119132)
via llvm-commits
- [clang] [compiler-rt] [llvm] llvm-cov: Merge records for template instantiations (PR #121197)
NAKAMURA Takumi via llvm-commits
- [llvm] 57e22f5 - [X86] Add tests showing failure to concat matching VPSHUFLW/HW ymm shuffles.
Simon Pilgrim via llvm-commits
- [llvm] 7661526 - [X86] combineConcatVectorOps - extend PSHUFD/LW/HW handling to support 512-bit types
Simon Pilgrim via llvm-commits
- [llvm] [MachineCSE] Enhance MachineCSE simple PRE to find common subexpressi… (PR #129860)
via llvm-commits
- [compiler-rt] [hwasan] Don't check code model if there are no real globals (PR #131152)
Thurston Dang via llvm-commits
- [libc] [llvm] [libc][math][c23] Add fsqrtf16 C23 math functions. (PR #131153)
Harrison Hao via llvm-commits
- [llvm] [LLVM][PhaseOrdering] Run CSE after InstCombine has cleaned the result of vectorisation. (PR #120443)
Paul Walker via llvm-commits
- [llvm] [VPlan] Fix crash with inloop fmuladd reductions with blend (PR #131154)
Luke Lau via llvm-commits
- [compiler-rt] 143bf95 - [hwasan] Don't check code model if there are no globals (#131152)
via llvm-commits
- [lld] 2044dd0 - [InstrProf] Remove -forder-file-instrumentation (#130192)
via llvm-commits
- [compiler-rt] 2044dd0 - [InstrProf] Remove -forder-file-instrumentation (#130192)
via llvm-commits
- [clang] [compiler-rt] [lld] [llvm] [InstrProf] Remove -forder-file-instrumentation (PR #130192)
Ellis Hoag via llvm-commits
- [llvm] [SimplifyCFG] Introduce a heuristic code sinker to fold phi expressions (PR #128171)
via llvm-commits
- [llvm] Expanding the Histogram Intrinsic (PR #127399)
Graham Hunter via llvm-commits
- [llvm] [LLVM][InstCombine][AArch64] Refactor common SVE intrinsic combines. (PR #126928)
Paul Walker via llvm-commits
- [llvm] Add target hook for automatic histogram vectorization (PR #128414)
Graham Hunter via llvm-commits
- [llvm] [asan][x86] Abort instrumenting memintrinsics that target fs, gs (PR #129291)
Alexander Potapenko via llvm-commits
- [llvm] 15a5b3a - [AMDGPU][True16][CodeGen] gisel true16 for ICMP (#128913)
via llvm-commits
- [llvm] [SimplifyCFG] Treat `extract oneuse(op.with.overflow),1` pattern as a single instruction (PR #128021)
Antonio Frighetto via llvm-commits
- [llvm] d2d052b - [DirectX] Use "texture" not "SRV" when pretty printing resources (#130230)
via llvm-commits
- [llvm] [DirectX] Use "texture" not "SRV" when pretty printing resources (PR #130230)
Justin Bogner via llvm-commits
- [llvm] b3b0070 - Follow up to #130230 - update missed test
Justin Bogner via llvm-commits
- [llvm] [DirectX] Documenting Static Samplers binary representation (PR #131011)
via llvm-commits
- [llvm] [DirectX] Documenting Root Signature Binary representation (PR #131011)
via llvm-commits
- [llvm] [AMDGPU] Fix a crash by skipping DBG instrs at start of sched region (PR #131167)
Emma Pilkington via llvm-commits
- [llvm] 65220fc - [PPC] Fix coding style violations in PPCTargetTransformInfo.cpp (#130666)
via llvm-commits
- [llvm] 09d8e44 - [llvm][Timer] Use global TimerGroups for both new pass manager and old pass manager timers (#130375)
via llvm-commits
- [llvm] aa612f3 - [NFC][Cloning] Replace DIFinder usage in CloneFunctionInto with a MetadataPredicate (#129148)
via llvm-commits
- [llvm] Update the libc BUILD.bazel file with selects for Windows builds. (PR #131172)
Brian Ledger via llvm-commits
- [clang] [llvm] Revert "Use global TimerGroups for both new pass manager and old pass manager timers" (PR #131173)
Arthur Eubanks via llvm-commits
- [llvm] [AArch64][CodeGen] Add patterns for +lsfe atomic stores (PR #131174)
Kerry McLaughlin via llvm-commits
- [llvm] [InstCombine] Use known bits to simplify mask in foldSelectICmpAnd (PR #128741)
Julian Nagele via llvm-commits
- [llvm] d8dfdaf - [Support] Introduce new `AdvisoryLock` interface (#130989)
via llvm-commits
- [llvm] [RISCV] Set AllocationPriority in line with LMUL (PR #131176)
Philip Reames via llvm-commits
- [llvm] [LoopVectorize] Don't replicate blocks with optsize (PR #129265)
John Brawn via llvm-commits
- [llvm] [AMDGPU] In instruction selector, allow copy from physical reg to s1 (PR #96157)
Jun Wang via llvm-commits
- [llvm] [VPlan] Add VPPhiAccessors to provide interface for phi recipes (NFC) (PR #129388)
Florian Hahn via llvm-commits
- [compiler-rt] [profile] Implement a non-mmap path when reading profile files from a non-local filesystem (PR #131177)
Wael Yehia via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] add v_cndmask_t16 to hazardmask (PR #128912)
Brox Chen via llvm-commits
- [llvm] e61859f - [RISCV] Add Qualcomm uC Xqcili (load large immediates) extension (#130012)
via llvm-commits
- [llvm] [SystemZ][z/OS] Introduce new AsmStreamer for z/OS specific HLASM format output (PR #108433)
Ilia Diachkov via llvm-commits
- [llvm] [X86] combineConcatVectorOps - extend ISD::VECTOR_SHUFFLE handling to support 512-bit types (PR #131189)
Simon Pilgrim via llvm-commits
- [llvm] f13d583 - [VPlan] Pass some functions directly to all_of (NFC).
Florian Hahn via llvm-commits
- [clang] [llvm] [SPIRV] GPU intrinsics (PR #131190)
Jon Chesterfield via llvm-commits
- [llvm] [LLVM] Update llvm-mca / MCA maintainers (PR #131187)
Andrea Di Biagio via llvm-commits
- [clang] [compiler-rt] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)
Jonas Paulsson via llvm-commits
- [llvm] [shrinkwrap] Add test point to capture the prologue and epilogue insertion by shrinkwrap pass for powerpc. (PR #131192)
Tony Varghese via llvm-commits
- [compiler-rt] [Darwin][ASan][Test] Create a noinlined wrapper function for reliable suppression in test. (PR #131194)
via llvm-commits
- [llvm] [MC][AsmPrinter] Introduce llvm_reg_offset pseudo cfi instruction. (PR #125104)
Craig Topper via llvm-commits
- [compiler-rt] [ctxprof] Fix warnings post PR #130655 (PR #131198)
Mircea Trofin via llvm-commits
- [llvm] d642eec - [HEXAGON] Fix semantics of ordered FP compares (#131089)
via llvm-commits
- [llvm] [shrinkwrap] PowerPC's FP register should be honored when processing the save point for prologue. (PR #129855)
Tony Varghese via llvm-commits
- [compiler-rt] 8aa835c - [ctxprof] Fix warnings post PR #130655 (#131198)
via llvm-commits
- [compiler-rt] [libcxx] [libcxxabi] [libunwind] [lldb] [llvm] [compiler-rt] Disable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON on AIX. (PR #131200)
Daniel Chen via llvm-commits
- [llvm] [asan][x86] Skip memintrinsics that write to special address spaces on x86-64 (PR #129291)
Thor Preimesberger via llvm-commits
- [compiler-rt] [llvm] [ctxprof] Capture sampling info for context roots (PR #131201)
Mircea Trofin via llvm-commits
- [llvm] [BOLT] Pass unfiltered relocations to disassembler. NFCI (PR #131202)
Maksim Panchenko via llvm-commits
- [llvm] [GSYM] Update gSym unit test with stable / portable path (PR #131204)
via llvm-commits
- [libc] [llvm] [libc] Make RPC server handling header only (PR #131205)
Joseph Huber via llvm-commits
- [llvm] c30ff92 - [msan] Handle llvm.x86.vcvtps2ph.128/256 explicitly (#130705)
via llvm-commits
- [llvm] DAG: Use phi to create vregs instead of the constant input (PR #129464)
Krzysztof Drewniak via llvm-commits
- [llvm] enable true16 for more codegen test (PR #131206)
Brox Chen via llvm-commits
- [llvm] [mlir] [mlir][bufferization] Add option to LowerDeallocations to choose the kind of dealloc op to build (PR #67565)
via llvm-commits
- [llvm] enable true16 for more test (PR #131212)
Brox Chen via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 2 (PR #131210)
Brox Chen via llvm-commits
- [llvm] 37d99e9 - [GOFF] Refactor GOFFOstream (#131143)
via llvm-commits
- [llvm] Avoid a race condition in opt-viewer/optrecord (PR #131214)
Miro Hrončok via llvm-commits
- [llvm] [GOFF] Introduce GOFFWriter class (PR #131216)
Kai Nacke via llvm-commits
- [clang] [llvm] Reapply "Use global TimerGroups for both new pass manager and old pas… (PR #131217)
Alan Zhao via llvm-commits
- [llvm] [DirectX] Start the creation of a DXIL Instruction legalizer (PR #131221)
Farzon Lotfi via llvm-commits
- [llvm] [ValueTracking] Improve `Bitcast` handling to match SDAG (PR #125935)
Simon Pilgrim via llvm-commits
- [llvm] [RISCV] Move Size and CopyCost overrides for vector register to the VReg class. NFC (PR #131222)
Craig Topper via llvm-commits
- [llvm] c59c387 - [RISCV] Improve Disassembler test xqci-invalid.txt (#130039)
via llvm-commits
- [llvm] [RISCV] Improve Disassembler test xqci-invalid.txt (PR #130039)
Sam Elliott via llvm-commits
- [clang] [llvm] [RISCV] Add Qualcomm uC Xqcisim (Simulation Hint) extension (PR #128833)
Sam Elliott via llvm-commits
- [llvm] dfb661c - [LAA] Add extra tests for #128061.
Florian Hahn via llvm-commits
- [llvm] [docs] Fix link appearing improperly (PR #131225)
Nicolas van Kempen via llvm-commits
- [llvm] [CrossDSO CFI] Make sure __cfi_check has BTI attribute. (PR #131224)
Eli Friedman via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
- [llvm] 0f8c075 - [llvm] Match llvm.type.checked.load.relative semantics to llvm.load.r… (#129583)
via llvm-commits
- [llvm] 0ab9f78 - [docs] Fix link appearing improperly (#131225)
via llvm-commits
- [llvm] [RISCV] Shrink the size of the VLMul field in RegisterClass target flags. Use uint8_t for TSFlags. NFC (PR #131227)
Craig Topper via llvm-commits
- [llvm] Revert "reapply [llvm] add support for mustache templating language" (PR #131228)
via llvm-commits
- [llvm] 08d15e3 - Revert "reapply [llvm] add support for mustache templating language" (#131228)
via llvm-commits
- [llvm] [SLP] Sort PHIs by ExtractElements when relevant (PR #131229)
Jeffrey Byrnes via llvm-commits
- [clang] [llvm] Support alternative sections for patchable function entries (PR #131230)
Sami Tolvanen via llvm-commits
- [compiler-rt] XFAIL malloc_zone.cpp for darwin/lsan (PR #131234)
Mariusz Borsa via llvm-commits
- [llvm] [RISCV] Add nf argument to VReg class instead overriding with a let. NFC (PR #131235)
Craig Topper via llvm-commits
- [llvm] 55e5e74 - [RISCV] Remove some unnecessary hasSideEffects = 0 and sink some to their base class. NFC (#131044)
via llvm-commits
- [llvm] [RISCV] Remove some unnecessary hasSideEffects = 0 and sink some to their base class. NFC (PR #131044)
Craig Topper via llvm-commits
- [compiler-rt] ab58a3c - XFAIL malloc_zone.cpp for darwin/lsan (#131234)
via llvm-commits
- [llvm] [SLP] Precommit test (PR #131236)
Jeffrey Byrnes via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matt Arsenault via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Simon Pilgrim via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [llvm] SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (PR #131239)
Matthias Braun via llvm-commits
- [compiler-rt] [Darwin][ASan][Test] Create a noinlined wrapper function for reliable suppression in test. (PR #131247)
Paddy McDonald via llvm-commits
- [llvm] [msan][NFCI] Add test for llvm.x86.vcvtph2ps.{128, 256} (PR #131244)
Thurston Dang via llvm-commits
- [llvm] 315c02a - [VPlan] Fix crash with inloop fmuladd reductions with blend (#131154)
via llvm-commits
- [llvm] [BOLT] Workaround failures (PR #131245)
Alan Zhao via llvm-commits
- [llvm] ad99368 - AMDGPU: Replace ptr addrspace(4) undef uses with poison in tests (#131095)
via llvm-commits
- [llvm] AMDGPU: Replace test uses of ptr addrspace(5) undef with poison (PR #131101)
Matt Arsenault via llvm-commits
- [llvm] 37c8792 - AMDGPU: Replace test uses of ptr addrspace(5) undef with poison (#131101)
via llvm-commits
- [llvm] AMDGPU: Replace more undef test pointer uses with poison (PR #131102)
Matt Arsenault via llvm-commits
- [llvm] 06c379a - AMDGPU: Replace more undef test pointer uses with poison (#131102)
via llvm-commits
- [llvm] AMDGPU: Replace some test undef uses with poison (PR #131103)
Matt Arsenault via llvm-commits
- [llvm] 910514c - AMDGPU: Replace some test undef uses with poison (#131103)
via llvm-commits
- [llvm] AMDGPU: Use generated checks in test missing checks (PR #131110)
Matt Arsenault via llvm-commits
- [llvm] [BPF] Remove unnecessary BitCast operations (PR #131260)
via llvm-commits
- [llvm] [SelectionDAG] Avoid repeated hash lookups (NFC) (PR #131266)
Matt Arsenault via llvm-commits
- [llvm] [ctxprof] Fix initializer in PGOCtxProfLowering (PR #131269)
Mircea Trofin via llvm-commits
- [llvm] 61adca7 - [ctxprof] Fix initializer in PGOCtxProfLowering (#131269)
via llvm-commits
- [llvm] WIP: AMDGPU: Use MFPropsModifier modifier in SIFoldOperands (PR #127752)
Akshat Oke via llvm-commits
- [llvm] yaml2obj: Implement Coverage mapping format (PR #129472)
NAKAMURA Takumi via llvm-commits
- [llvm] f34385d - [AMDGPU][NPM] Port GCNCreateVOPD to NPM (#130059)
via llvm-commits
- [llvm] 87916f8 - [CodeGen][NPM] Port MachineBlockPlacement to NPM (#129828)
via llvm-commits
- [llvm] [CodeGen][NPM] Port MachineBlockPlacementStats to NPM (PR #129853)
Akshat Oke via llvm-commits
- [llvm] MIR: Replace undef with poison in some MIR tests (PR #131282)
Matt Arsenault via llvm-commits
- [llvm] 2a48995 - [ARM] Pass ArrayRef by value instead of const reference. NFC
Craig Topper via llvm-commits
- [llvm] [RISCV] Reorder include of RISCVInstrInfoZi* before C and Zc*. NFC (PR #131274)
Pengcheng Wang via llvm-commits
- [llvm] 6b7daf2 - [MachineCombiner][Targets] Use Register in TII genAlternativeCodeSequence interface. NFC (#131272)
via llvm-commits
- [llvm] [MachineCombiner][Targets] Use Register in TII genAlternativeCodeSequence interface. NFC (PR #131272)
Craig Topper via llvm-commits
- [llvm] AMDGPU: Use freeze poison instead of undef in alloca promotion (PR #131285)
Matt Arsenault via llvm-commits
- [clang] [llvm] [clang][DebugInfo] Add symbol for debugger with VTable information. (PR #130255)
Carlos Alberto Enciso via llvm-commits
- [llvm] 26324bc - [VPlan] Move FOR splice cost into VPInstruction::FirstOrderRecurrenceSplice (#129645)
via llvm-commits
- [clang] [clang-tools-extra] [llvm] [clang] WIP: Improved Context Declaration tracking (PR #107942)
Younan Zhang via llvm-commits
- [llvm] 17eb777 - AMDGPU: Use generated checks in test missing checks (#131110)
via llvm-commits
- [llvm] AMDGPU: Replace undef references with poison in some MIR tests (PR #131254)
Matt Arsenault via llvm-commits
- [llvm] ac94ccd - AMDGPU: Replace undef references with poison in some MIR tests (#131254)
via llvm-commits
- [llvm] AMDGPU: Switch a test with only function label checks to generated (PR #131255)
Matt Arsenault via llvm-commits
- [llvm] 3529c64 - AMDGPU: Switch a test with only function label checks to generated (#131255)
via llvm-commits
- [llvm] AMDGPU: Remove undef in subreg-coalescer-crash.ll (PR #131256)
Matt Arsenault via llvm-commits
- [llvm] 8d0205f - AMDGPU: Remove undef in subreg-coalescer-crash.ll (#131256)
via llvm-commits
- [llvm] AMDGPU: Switch a test to generated checks which only tested labels (PR #131257)
Matt Arsenault via llvm-commits
- [llvm] 9b83ffb - AMDGPU: Switch a test to generated checks which only tested labels (#131257)
via llvm-commits
- [llvm] AMDGPU: Add generated checks to compile only test (PR #131258)
Matt Arsenault via llvm-commits
- [clang] [llvm] [RISCV][MC] Implement MC for Base P extension (PR #123271)
via llvm-commits
- [llvm] 75cf046 - Re-apply "[AMDGPU] Fix test failures when expensive checks are enabled (#130644)"
Hans Wennborg via llvm-commits
- [llvm] 4c1a1a5 - AMDGPU: Add generated checks to compile only test (#131258)
via llvm-commits
- [llvm] AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll test (PR #131259)
Matt Arsenault via llvm-commits
- [llvm] 7bae613 - AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll test (#131259)
via llvm-commits
- [llvm] AMDGPU: Use generated checks in unchecked test (PR #131275)
Matt Arsenault via llvm-commits
- [llvm] [BPF] Avoid repeated hash lookups (NFC) (PR #131265)
Nikita Popov via llvm-commits
- [llvm] [Utils] Avoid repeated hash lookups (NFC) (PR #131267)
Nikita Popov via llvm-commits
- [llvm] [dsymutil] Avoid repeated hash lookups (NFC) (PR #131268)
Nikita Popov via llvm-commits
- [llvm] [mlir] [MLIR][NVVM] Add NVVMRequiresSM op trait (PR #126886)
Srinivasa Ravi via llvm-commits
- [llvm] [VPlan] Add VPSymbolicValueSC for typed VPValues w/o underlying IR value (PR #130507)
Mel Chen via llvm-commits
- [llvm] 0a5847f - [X86] combineConcatVectorOps - pull out repeated getOpcode() calls. NFC.
Simon Pilgrim via llvm-commits
- [llvm] [VPlan] Only store RecurKind + FastMathFlags in VPReductionRecipe. NFCI (PR #131300)
Luke Lau via llvm-commits
- [llvm] [X86] combineConcatVectorOps - attempt to recursively call combineConcatVectorOps from inside ConcatSubOperand. (PR #131303)
Simon Pilgrim via llvm-commits
- [llvm] 9af5384 - [AArch64][GISel] Fix lowering of fp16 intrinsics (#130156)
via llvm-commits
- [llvm] a58a6a9 - [SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (#130619)
via llvm-commits
- [llvm] 3b6d009 - [LV][NFC] Refactor code for extracting first active element (#131118)
via llvm-commits
- [llvm] [AMDGPU] Add identity_combines to RegBankCombiner (PR #131305)
Pierre van Houtryve via llvm-commits
- [llvm] a9843ac - AMDGPU: Use generated checks in unchecked test (#131275)
via llvm-commits
- [llvm] AMDGPU: Use generated checks in coalescer_distribute.ll (PR #131276)
Matt Arsenault via llvm-commits
- [llvm] 11d35a0 - AMDGPU: Use generated checks in coalescer_distribute.ll (#131276)
via llvm-commits
- [llvm] AMDGPU: Migrate some tests away from undef (PR #131277)
Matt Arsenault via llvm-commits
- [llvm] [Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (PR #91862)
Alexandre Ganea via llvm-commits
- [llvm] [FMF] Set all bits if needed when setting individual flags. (PR #131321)
Florian Hahn via llvm-commits
- [llvm] 73e93ec - [X86] combineConcatVectorOps - attempt to recursively call combineConcatVectorOps from inside ConcatSubOperand. (#131303)
via llvm-commits
- [llvm] 6962cf1 - Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128)
via llvm-commits
- [llvm] [X86] combineINSERT_SUBVECTOR - peek through bitcasts to find a concatenation of subvector shuffles (PR #131331)
Simon Pilgrim via llvm-commits
- [llvm] a0b175c - [SimplifyCFG] Treat `extract oneuse(op.with.overflow),1` pattern as a single instruction (#128021)
via llvm-commits
- [llvm] [SimplifyCFG] Treat umul + extract pattern as cheap single instruction. (PR #124933)
Gábor Spaits via llvm-commits
- [llvm] [CI] Add dateutil dependency to the metrics container (PR #131333)
Nathan Gauër via llvm-commits
- [llvm] AMDGPU] ISel & PEI for whole wave functions (PR #131334)
Diana Picus via llvm-commits
- [llvm] [VPlan] Remove createReduction. NFCI (PR #131336)
Luke Lau via llvm-commits
- [llvm] 9387281 - [msan][NFCI] Add test for llvm.x86.vcvtph2ps.{128,256} (#131244)
via llvm-commits
- [llvm] [llvm] Fix crash when complex deinterleaving operates on an unrolled loop (PR #129735)
Sander de Smalen via llvm-commits
- [llvm] [LoopUtils] Pre-commit test for follow-up metadata for loops (NFC) (PR #131337)
Ryotaro Kasuga via llvm-commits
- [llvm] bbd1bb4 - [SLP]Set insert point for split node with non-scheulable instructions after the last instruction
Alexey Bataev via llvm-commits
- [llvm] llvm module splitter [nfr][wip] (PR #121543)
weiwei chen via llvm-commits
- [llvm] [AMDGPU] Insert before and after instructions that always use GDS (PR #131338)
Stephen Thomas via llvm-commits
- [llvm] 8d333e1 - [SelectionDAG] Avoid repeated hash lookups (NFC) (#131266)
via llvm-commits
- [llvm] 1b42be6 - [Utils] Avoid repeated hash lookups (NFC) (#131267)
via llvm-commits
- [llvm] 19b25a4 - [dsymutil] Avoid repeated hash lookups (NFC) (#131268)
via llvm-commits
- [llvm] 389ed47 - [BPF] Remove unnecessary BitCast operations (#131260)
via llvm-commits
- [llvm] [SystemZ] Use hasAddressTaken() with verifyNarrowIntegerArgs (NFC). (PR #131039)
Ulrich Weigand via llvm-commits
- [llvm] 841f463 - [NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part> (#129149)
via llvm-commits
- [llvm] [NFC][KeyInstr] Add (LLVM_)EXPERIMENTAL_KEY_INSTRUCTIONS (cmake/)definition (PR #131344)
Orlando Cazalet-Hyams via llvm-commits
- [llvm] [Aarch64] [ISel] Don't save vaargs registers if vaargs are unused (PR #126780)
Hans Wennborg via llvm-commits
- [llvm] 52cd27e - Revert "[Aarch64] [ISel] Don't save vaargs registers if vaargs are unused (#126780)"
Hans Wennborg via llvm-commits
- [llvm] 42ddb55 - [X86] combineINSERT_SUBVECTOR - peek through bitcasts to find a concatenation of subvector shuffles (#131331)
via llvm-commits
- [llvm] [RemoveDIs] Remove "try-debuginfo-iterators..." test flags (PR #130298)
Jeremy Morse via llvm-commits
- [llvm] [DAGCombiner] Eliminate fp casts if we have the right fast math flags (PR #131345)
John Brawn via llvm-commits
- [llvm] [InstCombine] Eliminate fptrunc/fpext if fast math flags allow it (PR #115027)
John Brawn via llvm-commits
- [llvm] 792a6f8 - [RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)
via llvm-commits
- [llvm] [offload][SYCL] Add SYCL Module splitting. (PR #131347)
Maksim Sabianin via llvm-commits
- [llvm] da3ee97 - StandardInstrumentation: Fix -ir-dump-directory with -print-before-pass-number (#130983)
via llvm-commits
- [clang] [llvm] Add support for flag output operand "=@cc" for SystemZ. (PR #125970)
Ulrich Weigand via llvm-commits
- [llvm] [SPIR-V] Add type analysis pass (PR #131348)
Nathan Gauër via llvm-commits
- [llvm] [RISCV][RegAlloc] Add getCSRFirstUseCost for RISC-V (PR #131349)
Michael Maitland via llvm-commits
- [llvm] [GSYM] Fix incorrect comparison in gSYM creation (PR #131197)
Peter Rong via llvm-commits
- [llvm] bdb4012 - [CodeGen] Remove parameter from LiveRangeEdit::canRematerializeAt [NFC]
Philip Reames via llvm-commits
- [llvm] 8c31bb7 - [GSYM] Fix incorrect comparison in gSYM creation (#131197)
via llvm-commits
- [llvm] [RegAllocFast] Ensure live-in vregs get reloaded after INLINEASM_BR spills (PR #131350)
Antonio Frighetto via llvm-commits
- [lld] [lld-macho] Improve ICF thunk folding logic (PR #131186)
Peter Rong via llvm-commits
- [llvm] b936ef1 - [RISCV] Reorder include of RISCVInstrInfoZi* before C and Zc*. NFC (#131274)
via llvm-commits
- [llvm] [X86] combineConcatVectorOps - use ConcatSubOperand for X86ISD::VPERMV operand concatenation (PR #131352)
Simon Pilgrim via llvm-commits
- [llvm] cd54d58 - [AMDGPU][True16][CodeGen] add v_cndmask_t16 to hazardmask (#128912)
via llvm-commits
- [llvm] beb4a48 - [InstCombine] Use known bits to simplify mask in foldSelectICmpAnd (#128741)
via llvm-commits
- [llvm] [NFC][AMDGPU] Replace direct arch comparison with `isAMDGCN()` (PR #131357)
Shilei Tian via llvm-commits
- [llvm] 2ee7ba4 - [RISCV] Move Size and CopyCost overrides for vector register to the VReg class. NFC (#131222)
via llvm-commits
- [llvm] a8949b1 - [X86] Add test coverage showing failure to concatenate matching rotate nodes
Simon Pilgrim via llvm-commits
- [llvm] 86329ba - [HLSL] Remove old resource annotations (#130338)
via llvm-commits
- [clang] [llvm] [HLSL] Remove HLSLResource attribute (PR #130342)
Helena Kotas via llvm-commits
- [llvm] 87a5519 - MIR: Replace undef with poison in some MIR tests (#131282)
via llvm-commits
- [llvm] [CodeGen] commuteInstruction should update implicit-def (PR #131361)
Sander de Smalen via llvm-commits
- [llvm] [Transforms] LoopIdiomRecognize recognize strlen and wcslen (PR #108985)
Henry Jiang via llvm-commits
- [llvm] 3f62718 - AMDGPU: Migrate some tests away from undef (#131277)
via llvm-commits
- [llvm] AMDGPU: Migrate more tests away from undef (PR #131314)
Matt Arsenault via llvm-commits
- [llvm] 352b9e6 - [X86] combineConcatVectorOps - extend ISD::ROTLI/VROTRI handling to support 256-bit types
Simon Pilgrim via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
Matthias Braun via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
Matthias Braun via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
Matthias Braun via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
Matthias Braun via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
via llvm-commits
- [llvm] GlobalISel: neg (and x, 1) --> SIGN_EXTEND_INREG x, 1 (PR #131367)
Matt Arsenault via llvm-commits
- [llvm] e6382f2 - SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (#131239)
via llvm-commits
- [compiler-rt] [profile] Use fprofile-continuous in compiler-rt tests (PR #126617)
Anh Tuyen Tran via llvm-commits
- [llvm] 3ec693d - [X86] combineConcatVectorOps - use ConcatSubOperand for X86ISD::VPERMV operand concatenation (#131352)
via llvm-commits
- [llvm] [NVPTX] Improve 64bit FSH/ROT lowering when shift amount is constant (PR #131371)
Alex MacLean via llvm-commits
- [llvm] [NVPTX] Check 'contract' fast-math flag in addition to global options (PR #131372)
Alex MacLean via llvm-commits
- [llvm] 51c706c - [NFC][AMDGPU] Replace direct arch comparison with `isAMDGCN()` (#131357)
via llvm-commits
- [clang] [llvm] [MTE] generalize overalignment / size of MTE globals (PR #121957)
Florian Mayer via llvm-commits
- [llvm] [flang-rt] Install flang_rt.cuda with the toolchain. (PR #131373)
Slava Zakharin via llvm-commits
- [llvm] 7598cea - [gn build] Port c84d8e8f1c40
LLVM GN Syncbot via llvm-commits
- [llvm] SGPR 16bit folding in true16 (PR #128929)
Brox Chen via llvm-commits
- [llvm] 0b688f3 - [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 1 (#131206)
via llvm-commits
- [llvm] b1fe7da - [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 2 (#131210)
via llvm-commits
- [llvm] 0f1175c - [AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 3 (#131212)
via llvm-commits
- [llvm] b17af9d - [NFC][llvm/IR] comparison of unsigned expression in ‘>=0’ is always true (#130843)
via llvm-commits
- [llvm] [NFC][llvm/IR] comparison of unsigned expression in ‘>=0’ is always true (PR #130843)
via llvm-commits
- [llvm] [libc] add uefi fullbuild to workflows (PR #131376)
Tristan Ross via llvm-commits
- [clang] [flang] [llvm] [NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN() (PR #131379)
Shilei Tian via llvm-commits
- [llvm] [LLVM] Only enable `-fno-lifetime-dse` in LTO mode (PR #131381)
Joseph Huber via llvm-commits
- [llvm] 8bceb77 - [NFC][Coro] Remove now unused CommonDebugInfo in CoroSplit (#129150)
via llvm-commits
- [llvm] 9c86198 - [SLP] Update vector value for incoming phi node, beeing vectorized already
Alexey Bataev via llvm-commits
- [llvm] f333841 - [RISCV] Add nf argument to VReg class instead overriding with a let. NFC (#131235)
via llvm-commits
- [compiler-rt] 78f74f6 - [Darwin][ASan][Test] Create a noinlined wrapper function for reliable suppression in test. (#131247)
via llvm-commits
- [llvm] 6ac6312 - [LLVM] Only enable `-fno-lifetime-dse` in LTO mode (#131381)
via llvm-commits
- [llvm] [AMDGPU] Fix register class constraints for si-fold-operands pass when folding immediate into copies (PR #131387)
via llvm-commits
- [clang] [llvm] IR: Store the default subtarget info in named metadata instead of the context. (PR #98673)
Eli Friedman via llvm-commits
- [llvm] 8413f4d - [llvm-objcopy] Apply encryptable offset to first segment, not section (#130517)
via llvm-commits
- [llvm] 605a9f5 - [SLP]Check if user node is same as other node and check operand order
Alexey Bataev via llvm-commits
- [llvm] [SandboxIR] Implement missing ConstantVector member functions (PR #131390)
via llvm-commits
- [llvm] dccc0a8 - [NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN() (#131379)
via llvm-commits
- [llvm] fbf0276 - [SLP] Reorder reuses mask, if it is not empty, for subvector operands
Alexey Bataev via llvm-commits
- [flang] [llvm] [CMake] Fix using precompiled headers with ccache (PR #131397)
Kajetan Puchalski via llvm-commits
- [llvm] [NFC][AMDGPU] Replace multiple calls to `MI.getOpcode()` with `Opcode` (PR #131400)
Shilei Tian via llvm-commits
- [llvm] [RISCV] Use hasFeature instead of checkFeature in llvm-exegesis. NFC (PR #131401)
Craig Topper via llvm-commits
- [llvm] [SPIR-V] Add support for HLSL SV_GroupIndex (PR #130670)
Cassandra Beckley via llvm-commits
- [lld] 8988914 - [lld-macho] Improve ICF thunk folding logic (#131186)
via llvm-commits
- [llvm] [DebugInfo] Preserve line and column number when merging debug info. (PR #129960)
Snehasish Kumar via llvm-commits
- [llvm] bf6357f - [Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)
via llvm-commits
- [llvm] Revert "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (PR #131405)
Henry Jiang via llvm-commits
- [llvm] 5b2a881 - Revert "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (#131405)
via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] fold clamp update for true16 (PR #128919)
Brox Chen via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] workaround sgpr16 folding in true16 (PR #128929)
Brox Chen via llvm-commits
- [llvm] [AMDGPU][True16][CodeGen] workaround sgpr folding in true16 (PR #128929)
Brox Chen via llvm-commits
- [llvm] b785293 - [NFC][AMDGPU] Replace multiple calls to `MI.getOpcode()` with `Opcode` (#131400)
via llvm-commits
- [llvm] [RISCV] Reorder RISCVInstrInfoXCV.td to separate Operands, SDNodeXForms, formats, and instructions into separate sections. NFC (PR #131411)
Craig Topper via llvm-commits
- [llvm] Reland "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (PR #131412)
Henry Jiang via llvm-commits
- [llvm] [AMDGPU][GlobalISel] Enable vector reductions (PR #131413)
Tim Gymnich via llvm-commits
- [llvm] [BOLT][AArch64] Add symbolization for ADRP+LDR to ADRP+ADD relaxation (PR #131414)
Maksim Panchenko via llvm-commits
- [llvm] [Coverage] Improve performance of propagating Counter of Expansions (PR #122589)
NAKAMURA Takumi via llvm-commits
- [llvm] [SLP]Fix/improve getSpillCost analysis (PR #129258)
Alexander Kornienko via llvm-commits
- [llvm] [ADT] Avoid repeated hash lookups (NFC) (PR #131418)
Kazu Hirata via llvm-commits
- [llvm] [AMDGPU] Avoid repeated hash lookups (NFC) (PR #131419)
Kazu Hirata via llvm-commits
- [llvm] [ARM] Avoid repeated map lookups (NFC) (PR #131420)
Kazu Hirata via llvm-commits
- [llvm] [Analysis] Avoid repeated hash lookups (NFC) (PR #131421)
Kazu Hirata via llvm-commits
- [llvm] [CodeGen] Avoid repeated hash lookups (NFC) (PR #131422)
Kazu Hirata via llvm-commits
- [llvm] [ExecutionEngine] Avoid repeated hash lookups (NFC) (PR #131423)
Kazu Hirata via llvm-commits
- [llvm] SelectionDAG store merging default implementations are unreasonable #90714 (PR #131424)
Devesh Yadav via llvm-commits
- [llvm] 221bc55 - Move AVR-specific MCSymbolRefExpr::VariantKind to AVRMCExpr
Fangrui Song via llvm-commits
- [llvm] a3ce1cc - [MC] Remove unused VK_AVR_*
Fangrui Song via llvm-commits
- [compiler-rt] [compiler-rt][Darwin][x86] Fix instrprof-darwin-exports test (PR #131425)
David Tellenbach via llvm-commits
- [compiler-rt] b034905 - [ctxprof] Capture sampling info for context roots (#131201)
via llvm-commits
- [compiler-rt] [llvm] [ctxprof] Make ContextRoot an implementation detail (PR #131416)
Mircea Trofin via llvm-commits
- [llvm] a4976ca - Move Hexagon-specific MCSymbolRefExpr::VariantKind to HexagonMCExpr
Fangrui Song via llvm-commits
- [llvm] Main merge true16 codegen dsload (PR #131427)
Brox Chen via llvm-commits
- [llvm] e642ed8 - [AVR] Remove initializeVariantKinds
Fangrui Song via llvm-commits
- [llvm] [ctxprof] Missing test update post #131201 (PR #131428)
Mircea Trofin via llvm-commits
- [llvm] 215c47e - [ctxprof] Missing test update post #131201 (#131428)
via llvm-commits
- [llvm] [X86][APX] Remove the EFLAGS def operand rather than the last one (PR #131430)
Phoebe Wang via llvm-commits
- [llvm] 1762f16 - [InstCombine] Fold `umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y))` and `umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z)` (#131076)
via llvm-commits
- [llvm] aead088 - [AMDGPU] Avoid repeated hash lookups (NFC) (#131419)
via llvm-commits
- [llvm] 2ada0c1 - [AArch64] Move fixELFSymbolsInTLSFixups to getRelocType
Fangrui Song via llvm-commits
- [llvm] 7207300 - [MC] Remove empty fixELFSymbolsInTLSFixups overrides
Fangrui Song via llvm-commits
- [llvm] 6c66cda - [AntiDepBreaker] Use MCRegister. NFC
Craig Topper via llvm-commits
- [llvm] 3b5413c - [CodeGen] Use MCRegister in DbgVariableLocation. NFC
Craig Topper via llvm-commits
- [llvm] [InstCombine] Ensure Safe Handling of Flags in foldFNegIntoConstant (PR #94148)
via llvm-commits
- [llvm] 2549517 - [X86][APX] Remove the EFLAGS def operand rather than the last one (#131430)
via llvm-commits
- [llvm] 6a030b3 - [VPlan] Remove unused VPlanIngredient (NFC).
Florian Hahn via llvm-commits
- [llvm] 1e6ba3c - [NFC][Cloning] Remove now unused FindDebugInfoToIdentityMap (#129151)
via llvm-commits
- [llvm] [InstCombine] Fold X - Y + Y * C -> X + Y * (C - 1) (PR #117722)
via llvm-commits
- [clang] [llvm] workflows/release-binaries: Enable Windows x86 builds (PR #128274)
via llvm-commits
- [llvm] Reapply "[Aarch64] [ISel] Don't save vaargs registers if vaargs are unused" (PR #131459)
Pavel Skripkin via llvm-commits
- [llvm] [mlir] [llvm] Add `getSingleElement` helper and use in MLIR (PR #131460)
Matthias Springer via llvm-commits
- [llvm] [InstCombine] Implement processSMulSExtIdiom for Signed Multiplication Overflow Detection (PR #131461)
via llvm-commits
- [compiler-rt] f83726e - [profile] Use fprofile-continuous in compiler-rt tests (#126617)
via llvm-commits
- [llvm] 4230858 - [ARM] Avoid repeated map lookups (NFC) (#131420)
via llvm-commits
- [llvm] 0320512 - [Analysis] Avoid repeated hash lookups (NFC) (#131421)
via llvm-commits
- [llvm] 6a1fd24 - [CodeGen] Avoid repeated hash lookups (NFC) (#131422)
via llvm-commits
- [llvm] d1700cd - [ExecutionEngine] Avoid repeated hash lookups (NFC) (#131423)
via llvm-commits
- [llvm] fc17114 - [NFC][Cloning] Remove now unused CollectDebugInfoForCloning (#129152)
via llvm-commits
- [llvm] 86ae25d - [CodeGen][X86] Use Register in TTI unfoldMemoryOperand interface. NFC
Craig Topper via llvm-commits
- [llvm] 7af3d39 - [SystemZ] Optimize vector comparison reductions
Ulrich Weigand via llvm-commits
- [llvm] cdc7864 - [SystemZ] Optimize widening and high-word vector multiplication
Ulrich Weigand via llvm-commits
- [llvm] 4a4987b - [SystemZ] Optimize vector zero/sign extensions
Ulrich Weigand via llvm-commits
- [llvm] 4155cc0 - [SystemZ] Recognize carry/borrow computation
Ulrich Weigand via llvm-commits
- [llvm] f4ea105 - [SystemZ] Implement i128 funnel shifts
Ulrich Weigand via llvm-commits
- [llvm] 911953a - [Sparc] Move fixELFSymbolsInTLSFixups to getRelocType
Fangrui Song via llvm-commits
- [llvm] 8ff27bb - [VPlan] Remove unneeded select in VPWidenPointerInductionRecipe (NFC).
Florian Hahn via llvm-commits
- [llvm] a1a29c3 - [Mips] Move fixELFSymbolsInTLSFixups to getRelocType
Fangrui Song via llvm-commits
- [llvm] [JITLink][AArch32] Fix applyFixup Data_Pointer32 range with unsigned write (PR #71784)
via llvm-commits
- [llvm] 5ae8f25 - [RISCV] Move fixELFSymbolsInTLSFixups to getRelocType
Fangrui Song via llvm-commits
- [compiler-rt] [compiler-rt][rtsan] fix ioctl interception for musl. (PR #131464)
David CARLIER via llvm-commits
- [llvm] 56b05a0 - [VPlan] Use VFxUF in VPWidenPointerInductionRecipe.
Florian Hahn via llvm-commits
- [llvm] 5f449b9 - [RISCV] Allow RISCVMCExpr folding in the absence of linker relaxaxation
Fangrui Song via llvm-commits
- [llvm] 37a57ca - [FMF] Set all bits if needed when setting individual flags. (#131321)
via llvm-commits
- [llvm] 3168110 - [AddressSanitizer] Remove memory effects from functions (#130495)
via llvm-commits
- [llvm] fc6fd6a - [NFC][Cloning] Clean up comments in CloneFunctionInto (#129153)
via llvm-commits
- [llvm] 8560da2 - [PowerPC] Simplify PPCMCExpr::evaluateAsRelocatableImpl
Fangrui Song via llvm-commits
- [lld] [PAC][ThinLTO] Fix auth key for GOT entries of function symbols (PR #131467)
Daniil Kovalev via llvm-commits
- [lld] 7c26407 - [LLD][COFF] Clarify EC vs. native symbols in diagnostics on ARM64X (#130857)
via llvm-commits
- [llvm] [Github][Docs] Add best practice for top level read permissions (PR #131470)
Aiden Grossman via llvm-commits
- [clang] [llvm] [flang-rt] Pass the whole path of libflang_rt.runtime.a to linker on AIX (PR #131041)
Daniel Chen via llvm-commits
- [llvm] [Github] Bump actions script version to v7 (PR #131471)
Aiden Grossman via llvm-commits
- [llvm] [Github] Fix scorecard action (PR #131472)
Aiden Grossman via llvm-commits
- [llvm] aadfa9f - [LV] Add additional tests for narrowing interleave groups.
Florian Hahn via llvm-commits
- [llvm] 79d84a8 - MipsMCExpr: remove unneeded folding and fix a crash for %hi(und-$L3)
Fangrui Song via llvm-commits
- [llvm] 6a8d5f2 - [VPlan] Don't access canonical IV in VPWidenPointerInduction::execute.
Florian Hahn via llvm-commits
- [llvm] 0bd8a75 - [VPlan] Fix formatting after 6a8d5f22f.
Florian Hahn via llvm-commits
- [llvm] d6fbffa - [MC] evaluateAsRelocatable: remove the Fixup argument
Fangrui Song via llvm-commits
- [llvm] ff2ed15 - [MC] evaluateAsAbsolute requires MCValue::RefKind==0
Fangrui Song via llvm-commits
- [llvm] 7722d75 - [MC] evaluateAsRelocatableImpl: remove the Fixup argument
Fangrui Song via llvm-commits
- [llvm] [AMDGPU][MC] Support UC_VERSION_* constants. (PR #95618)
Fangrui Song via llvm-commits
- [lld] 4286f4d - [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (#127787)
via llvm-commits
- [llvm] 2091547 - [PPC codegen test] NFC: Fix RUN line; fix DATA checks to match 64-bit
Hubert Tong via llvm-commits
- [llvm] [VPlan] Don't cost FOR splice if unused in legacy cost model (PR #131486)
Luke Lau via llvm-commits
- [llvm] [X86] nocf_check: disable tail call (PR #131487)
Fangrui Song via llvm-commits
- [llvm] f5f8f3c - [GSYM] Update gSym unit test with stable / portable path (#131204)
via llvm-commits
- [llvm] d017767 - [ADT] Avoid repeated hash lookups (NFC) (#131418)
via llvm-commits
- [llvm] Rename RISCVMCExpr::VK_RISCV_ to VK_. NFC (PR #131489)
Fangrui Song via llvm-commits
- [llvm] [docs] Mention --discard-locals/--discard-all change for llvm-strip (PR #131491)
Fangrui Song via llvm-commits
- [llvm] [AMDGPU] Avoid repeated hash lookups (NFC) (PR #131493)
Kazu Hirata via llvm-commits
- [llvm] [BPF] Avoid repeated map lookups (NFC) (PR #131494)
Kazu Hirata via llvm-commits
- [llvm] [CodeGen] Avoid repeated hash lookups (NFC) (PR #131495)
Kazu Hirata via llvm-commits
- [llvm] [Hexagon] Avoid repeated hash lookups (NFC) (PR #131496)
Kazu Hirata via llvm-commits
- [llvm] [Transforms] Avoid repeated hash lookups (NFC) (PR #131497)
Kazu Hirata via llvm-commits
- [llvm] [PowerPC] Avoid repeated hash lookups (NFC) (PR #131498)
Kazu Hirata via llvm-commits
- [llvm] 508db53 - [AMDGPU] Avoid repeated hash lookups (NFC) (#131493)
via llvm-commits
- [compiler-rt] [compiler-rt] allow building with uefi (PR #131499)
Tristan Ross via llvm-commits
- [llvm] 3fe914c - [X86] Use Register and MCRegister. NFC
Craig Topper via llvm-commits
- [llvm] 1e02442 - [Github][Docs] Add best practice for top level read permissions (#131470)
via llvm-commits
- [llvm] Optimize fptrunc(x)>=C1 --> x>=C2 (PR #99475)
via llvm-commits
- [clang] [lld] [llvm] Integrated Distributed ThinLTO (DTLTO): Design Overview (PR #126654)
Katya Romanova via llvm-commits
- [llvm] de03e10 - [DirectX] Change placeholders from `undef` to `poison` used in fully instantiated vector [NFC] (#130970)
via llvm-commits
- [llvm] [llvm][ADT] Add `getSingleElement` helper (PR #131508)
Matthias Springer via llvm-commits
- [llvm] 3fac235 - [AArch64][GlobalISel] Add cttz, ctlz and ctpop test coverage. NFC
David Green via llvm-commits
- [llvm] 90e6ba6 - [AArch64][GlobalISel] Remove min/max v2s64 clamp
David Green via llvm-commits
- [llvm] 926d980 - [AArch64][GlobalISel] Some minor reordering of types for consistency. NFC
David Green via llvm-commits
- [llvm] dc9a183 - [NFC][Cloning] Move DebugInfoFinder decl closer to its place of usage (#129154)
via llvm-commits
- [llvm] 4e98944 - [VPlan] Truncate VFxUF if needed in VPWidenPointerInduction::execute.
Florian Hahn via llvm-commits
- [clang] [llvm] [BPF] Make -mcpu=v3 as the default (PR #107008)
Yuval Deutscher via llvm-commits
- [llvm] 215c0d2 - [AArch64][GlobalISel] Reorder getActionDefinitionsBuilders. NFC
David Green via llvm-commits
- [llvm] [AArch64][GlobalISel] Legalize more CTPOP vector types. (PR #131513)
David Green via llvm-commits
- [llvm] [AArch64][GlobalISel] Clean up CTLZ vector type legalization. (PR #131514)
David Green via llvm-commits
- [compiler-rt] 616d104 - [compiler-rt][rtsan] fix ioctl interception for musl. (#131464)
via llvm-commits
- [llvm] [SCEV] Check whether the start is non-zero in `ScalarEvolution::howFarToZero` (PR #131522)
Yingwei Zheng via llvm-commits
- [llvm] [AArch64] A simple tool for generating a scheduling model draft from a SWOG (PR #131525)
via llvm-commits
- [llvm] [CodeGen][GlobalISel] Add a getVectorIdxWidth and getVectorIdxLLT. (PR #131526)
David Green via llvm-commits
- [llvm] [AArch64][GlobalISel] Perfect Shuffles (PR #106446)
David Green via llvm-commits
- [llvm] e2438ce - [BPF] Avoid repeated map lookups (NFC) (#131494)
via llvm-commits
- [llvm] 48ecec2 - [Hexagon] Avoid repeated hash lookups (NFC) (#131496)
via llvm-commits
- [llvm] 1bc2108 - [Transforms] Avoid repeated hash lookups (NFC) (#131497)
via llvm-commits
- [llvm] 93ce345 - [PowerPC] Avoid repeated hash lookups (NFC) (#131498)
via llvm-commits
- [llvm] b648576 - [CodeGen] Avoid repeated hash lookups (NFC) (#131495)
via llvm-commits
- [llvm] [DFSan] Change placeholders from `undef` to `poison` (PR #131534)
Pedro Lobo via llvm-commits
- [llvm] [LoopFuse] Change placeholder from `undef` to `poison` (PR #131535)
Pedro Lobo via llvm-commits
- [llvm] [WebAssembly] Change placeholder from `undef` to `poison` (PR #131536)
Pedro Lobo via llvm-commits
- [llvm] ee29e16 - [LV] Reorganize tests for narrowing interleave group transform.
Florian Hahn via llvm-commits
- [llvm] [SCEV] Check if AddRec doesn't wrap via BTC before adding predicate. (PR #131538)
Florian Hahn via llvm-commits
- [llvm] 40b7034 - [LV] Add tests for vector backedge elimination with early-exit loops.
Florian Hahn via llvm-commits
- [llvm] [VPlan] Support early-exit loops in optimizeForVFAndUF. (PR #131539)
Florian Hahn via llvm-commits
- [llvm] 3e6f618 - [llvm][ADT] Add `getSingleElement` helper (#131508)
via llvm-commits
- [llvm] [BOLT] Support computed goto and allow map addrs inside functions (PR #120267)
Maksim Panchenko via llvm-commits
- [llvm] 950bc6c - [LoopFuse] Change placeholder from `undef` to `poison` (#131535)
via llvm-commits
- [llvm] 81ba006 - [X86] nocf_check: disable tail call
via llvm-commits
- [llvm] 2e78abe - [MSP430] Delete unneeded fixupNeedsRelaxationAdvanced
Fangrui Song via llvm-commits
- [lld] wasm-ld: Implement function pointer alignment (PR #105532)
Ethan O'Brien via llvm-commits
- [llvm] [CodeGen] Avoid repeated hash lookups (NFC) (PR #131551)
Kazu Hirata via llvm-commits
- [llvm] [ExecutionEngine] Avoid repeated map lookups (NFC) (PR #131552)
Kazu Hirata via llvm-commits
- [llvm] [FileCheck] Avoid repeated hash lookups (NFC) (PR #131553)
Kazu Hirata via llvm-commits
- [llvm] [Transforms] Avoid repeated hash lookups (NFC) (PR #131554)
Kazu Hirata via llvm-commits
- [llvm] [TargetParser] Avoid repeated hash lookups (NFC) (PR #131555)
Kazu Hirata via llvm-commits
- [llvm] [Transforms] Avoid repeated hash lookups (NFC) (PR #131556)
Kazu Hirata via llvm-commits
- [clang] [llvm] [DataLayout] Introduce sentinel pointer value (PR #131557)
Shilei Tian via llvm-commits
- [llvm] Added support for isFpClass (PR #129665)
via llvm-commits
- [llvm] [SPIRV] Addition of @llvm.lround.* and @llvm.llround.* intrinsic (PR #129240)
Aadesh PremKumar via llvm-commits
- [llvm] [GVN] Add MemorySSA checks in tests 1/N (PR #130261)
Madhur Amilkanthwar via llvm-commits
- [llvm] [Github] Hash Pin Actions in Most Workflows (PR #129486)
Carlo Cabrera via llvm-commits
- [llvm] Clean up external users of GlobalValue::getGUID(StringRef) (PR #129644)
Owen Rodley via llvm-commits
- [llvm] AMDGPU: Expand remaining system atomic operations (PR #122137)
Matt Arsenault via llvm-commits
- [llvm] e24e523 - [LoopVectorize] Add test for follow-up metadata for loops (NFC) (#131337)
via llvm-commits
- [llvm] [WebAssembly] Split separate component LiveIntervals for TEEs (PR #131561)
Heejin Ahn via llvm-commits
- [llvm] 2a2d6d6 - [RISCV] Remove unused check prefixes from half arith strict test. NFC
Jim Lin via llvm-commits
- [llvm] 687c9d3 - [CodeGen][NPM] Port FEntryInserter to NPM (#129857)
via llvm-commits
- [llvm] [LiveDebugValues][NFC] Remove TargetPassConfig from LDVImpl (PR #131562)
Akshat Oke via llvm-commits
- [llvm] [llc] Report error in lieu of warning for invalid cl option (PR #128846)
Akshat Oke via llvm-commits
- [llvm] de60c0e - [MC] .reloc: move FirstLiteralRelocationKind check to evaluateFixup
Fangrui Song via llvm-commits
- [llvm] [WebAssembly] Fix LiveInterval verification of throwing instructions (PR #131565)
Heejin Ahn via llvm-commits
- [llvm] baab447 - [llc] Report error in lieu of warning for invalid cl option (#128846)
via llvm-commits
- [llvm] Support for extension SPV_INTEL_masked_gather_scatter (PR #131566)
VISHAKH PRAKASH via llvm-commits
- [llvm] [AVR] Wrap out-of-bounds relative jumps (PR #118015)
Fangrui Song via llvm-commits
- [llvm] c5a491e - [SCEV] Check whether the start is non-zero in `ScalarEvolution::howFarToZero` (#131522)
via llvm-commits
- [llvm] [ADT] Add DenseSet::insert_range (PR #131567)
Kazu Hirata via llvm-commits
- [llvm] [AVR] Force relocations for non-encodable jumps (PR #121498)
Fangrui Song via llvm-commits
- [llvm] e0fee65 - [PowerPC] Use Register in FastISel. NFC
Craig Topper via llvm-commits
- [llvm] b09b9ac - [llvm][CodeGen] Fix the empty interval issue in Window Scheduler (#129204)
via llvm-commits
- [llvm] 8a1b4d0 - [MC] Rework AVR #121498 to not add extra argument to shouldForceRelocation
Fangrui Song via llvm-commits
- [llvm] AMDGPU: Use MFPropsModifier modifier in SIFoldOperands (PR #127752)
Matt Arsenault via llvm-commits
- [llvm] f75d75b - AMDGPU: Use MFPropsModifier modifier in SIFoldOperands (#127752)
via llvm-commits
- [llvm] f402953 - [ORC] Fix code example in comment: SPS function sigs are function types. NFCI.
Lang Hames via llvm-commits
- [llvm] 2c35cb6 - [MC] Remove unneeded getNumFixupKinds
Fangrui Song via llvm-commits
- [llvm] 05607a3 - [CodeGen] Avoid repeated hash lookups (NFC) (#131551)
via llvm-commits
- [llvm] 78408fd - [ExecutionEngine] Avoid repeated map lookups (NFC) (#131552)
via llvm-commits
- [llvm] [SPIRV]Added support for the extension SPV_INTEL_subgroup_matrix_multiply_accumulate (PR #131572)
Aadesh PremKumar via llvm-commits
Last message date:
Sun Mar 16 23:53:59 PDT 2025
Archived on: Sun Mar 16 23:54:01 PDT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).