The Week Of Monday 31 July 2023 Archives by thread
Starting: Mon Jul 31 00:12:11 PDT 2023
Ending: Sun Aug 6 23:58:03 PDT 2023
Messages: 640
- [all-commits] [llvm/llvm-project] 596294: [LV][NFC] Refine comments related to reduction idi...
Mel Chen via All-commits
- [all-commits] [llvm/llvm-project] f444f3: [clang][Interp] Implement __builtin_isfinite
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] fa79d2: [libc++][Modules] Fix a few module related warnings
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] d37f1e: [clang][Interp] Implement __builtin_isnormal
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 3f75d3: [clang] Improve hermeticity of clang header tests.
simpal01 via All-commits
- [all-commits] [llvm/llvm-project] 893d3a: Reland [FuncSpec] Add Phi nodes to the InstCostVis...
Alexandros Lamprineas via All-commits
- [all-commits] [llvm/llvm-project] 063b37: Reapply [IR] Mark and/or constant expressions as u...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e90f4f: [clang][ExprConstant] Print template arguments whe...
Takuya Shimizu via All-commits
- [all-commits] [llvm/llvm-project] c4b21d: [llc] Add the command line option `-sched-model-fo...
Francesco Petrogalli via All-commits
- [all-commits] [llvm/llvm-project] 8e4887: [mlir] use a thread-local alternative to llvm::nulls
ftynse via All-commits
- [all-commits] [llvm/llvm-project] b17acc: [mlir][python] more python gpu transform mixins
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 19a1b6: [RISCV] Fix typo in C9LeftShift
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 418958: [InstCombine] Only perform one iteration
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 6ee03f: [NFC] Fix version number in release tree
Tobias Hieta via All-commits
- [all-commits] [llvm/llvm-project] ce6303: [lli] Fix crash on empty entry-function
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] 60b983: Retain all jump table range checks when using BTI.
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] 076bee: [DAG] getNode() - fold (zext (trunc (assertzext x)...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 259d56: [LoopAccessAnalysis] Add a const qualifier to getM...
Vedant Paranjape via All-commits
- [all-commits] [llvm/llvm-project] bd1755: [mlir][memref][transform][python] Create .td file ...
Ingo Müller via All-commits
- [all-commits] [llvm/llvm-project] fcb6a9: [Flang][OpenMP][Lower] Refactor implementation of ...
Sergio Afonso via All-commits
- [all-commits] [llvm/llvm-project] 0ef39e: [StackColoring] Fix typo in comment
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] c1c86f: [X86] LowerEXTRACT_VECTOR_ELT - match i8 extractio...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] b4c54b: [flang][OpenMP] Support common block in OpenMP pri...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] 171868: [Tooling/Inclusion] Add std::range symbols in the ...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] f75226: [flang][OpenMP] Support for privatization in commo...
NimishMishra via All-commits
- [all-commits] [llvm/llvm-project] dcb282: [clangd] Respect IWYU keep pragma for standard hea...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] 5ea647: [CodeGen] Assert that EmittedDeferredDecls is empty
Jonas Hahnfeld via All-commits
- [all-commits] [llvm/llvm-project] da1f1b: Prevent extraneous copy in f752265231c2d15590a53e4...
NimishMishra via All-commits
- [all-commits] [llvm/llvm-project] d38822: InstCombine: Drop some typed pointer bitcast handling
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] d74c89: InstCombine: Drop some typed pointer bitcasts
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ab6cd2: AMDGPU: Simplify early exit handling for libcall s...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b2826c: [mlir][NFC] Move offsets/sizes/strides helper to d...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 933fde: [mlir][tensor][NFC] Simplify extract_slice(cast) f...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 09156b: [InstCombine] Move worklist preparation into InstC...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] aba0ef: [mlir][bufferization] Support casts in EmptyTensor...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 16b75c: [mlir][vector] Use DenseI64ArrayAttr for ExtractOp...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] aeeaad: [SystemZ] Replace OperandMatchResultTy with ParseS...
Sergei Barannikov via All-commits
- [all-commits] [llvm/llvm-project] 85635c: [SLP][NFC]Use ScalarTy consistently in getEntryCos...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] d6f942: GlobalISel: Pass MachineIRBuilder to applyMappingImpl
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 2cb6d0: [mlir][OpenMP] Translating if and final clauses fo...
Shraiysh via All-commits
- [all-commits] [llvm/llvm-project] 72ec2c: [InstCombine] Fix handling of irreducible loops (P...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 662efd: [SLP][NFC]Improve handling of MinBWs container, NFC.
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] fbeda9: InstCombine: Drop some typed pointer cast handling
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 896aad: [NFCI][mlir][Tests] Rename identifiers minor/major...
Roger Ferrer Ibáñez via All-commits
- [all-commits] [llvm/llvm-project] a033bf: [flang][hlfir] work towards handling char_convert ...
Anthony Cabrera via All-commits
- [all-commits] [llvm/llvm-project] 2dc1a2: AMDGPU: Some AMDGPULibCalls cleanups
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 8a677a: AMDGPU: Partially respect nobuiltin in libcall sim...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ca35a1: [lld] Synthesize metadata for MTE globals
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] ab68df: [Driver][test] Add -resource-dir= and -fvisibility...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 94d554: AMDGPU: Don't parse name of sin/cos twice in libca...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 955fc6: [llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCa...
YAMAMOTO Takashi via All-commits
- [all-commits] [llvm/llvm-project] 4a3899: [mlir][arith] Validate pass options in arith-int-n...
Jakub Kuderski via All-commits
- [all-commits] [llvm/llvm-project] 235390: [NFC] Avoid potential dereferencing of nullptr.
schittir via All-commits
- [all-commits] [llvm/llvm-project] 1f8618: [mlir] python enum bindings generator
ftynse via All-commits
- [all-commits] [llvm/llvm-project] c2c22c: AMDGPU: Don't store current instruction in AMDGPUL...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cce359: [Object] Fix grammar mistake in the comment
Steven Wu via All-commits
- [all-commits] [llvm/llvm-project] 071671: [X86] Allow pre-SSE41 targets to extract multiple ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 17ecb5: [AMDGPU] AMDGPUTargetStreamer::getArchNameFromElfM...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 691b85: Update documentation about use of NATVIS
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] ec3950: [libc++][CI] Update tools in Docker.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] 5656d7: [llvm][tapi-diff] Transition diff-tool to be more ...
Cyndy Ishida via All-commits
- [all-commits] [llvm/llvm-project] d7915c: [libc++][test] Fixes using modules in the test suite.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] e57f6f: [libc++][modules] Fixes exporting named declarations.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] bae14b: [libc++][modules] Improves export validation.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] ca71dc: [lldb-vscode] Adding support for the "disassemble"...
John Harrison via All-commits
- [all-commits] [llvm/llvm-project] 689181: [lldb] Improve memory usage by freeing CTF types (...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 96cae8: [ScalarEvolution][NFC] Typo fix
Maksim Kita via All-commits
- [all-commits] [llvm/llvm-project] db9087: [lldb] Clean up uses of UuidCompatibility.h
Alex via All-commits
- [all-commits] [llvm/llvm-project] 2fcfae: Revert "[scudo] seperate cache retrieval logic"
ChiaHungDuan via All-commits
- [all-commits] [llvm/llvm-project] d9c53a: [gn] port 5656d7971b39 (llvm-tapi-diff -> llvm-rea...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 087c13: [llvm][tapi-diff] fix bazel files for commit 5656d...
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] b40248: [BOLT] A new code layout algorithm for function re...
spupyrev via All-commits
- [all-commits] [llvm/llvm-project] 57f879: clang: Add elementwise bitreverse builtin
Joshua Batista via All-commits
- [all-commits] [llvm/llvm-project] 478e0b: [flang] Quadmath 128 bit floating point intrinsics
Pete Steinfeld via All-commits
- [all-commits] [llvm/llvm-project] 29b1af: Outputs parameter comments using clang-doc and mar...
Arnaud Botella via All-commits
- [all-commits] [llvm/llvm-project] 4e429f: Few linter fixes
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] b34c7d: [OpenMP] Introduce hybrid core attributes to OMP_P...
Jonathan Peyton via All-commits
- [all-commits] [llvm/llvm-project] 3a100e: Fix test to not write temporary files, use -fsynta...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] e0b3f4: [ORC] Automatically suspend and resume lookups tha...
lhames via All-commits
- [all-commits] [llvm/llvm-project] f76f66: [clang][dataflow] Use `Strict` accessors where we ...
martinboehme via All-commits
- [all-commits] [llvm/llvm-project] 5fbee1: [PassRegistry] Add verify-fixpoint to instcombine ...
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] f92dc1: [RISCV] Add a common base class for RVInstI variat...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 9f366d: Fix typo in README for the MLIR minimal examples (...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 1e06b8: [docs] Bump minimum GCC version to 7.4
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] aeef9c: [scudo] CanCache should use Size + HeadersSize ins...
ChiaHungDuan via All-commits
- [all-commits] [llvm/llvm-project] e444dc: [mlir][Transform] Add classify_convolution_dims op
Quinn Dawkins via All-commits
- [all-commits] [llvm/llvm-project] e9bdf4: [libc][NFC] clean up type warnings in printf
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 778fa4: [AArch64] Add some basic handling for bf16 constants.
David Green via All-commits
- [all-commits] [llvm/llvm-project] 0a68cd: [SLP]Fix PR64252: Requesting cost of invalid exten...
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 1f3a28: [OpenMP][NFC] Reorganize the ompx::mapping layer i...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] f63cdf: AMDGPU: Move check of compatible libcall
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b0b566: [BOLT][YAML] Only read first profile per function
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 06e8dd: [lld] fix new test from ca35a19acab1 to work with ...
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] 70e76e: [BOLT] Fix instrumenting conditional tail calls
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] f9b2cb: InstCombine: Drop some typed pointer handling
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 299ec3: [BOLT] Fixing macOS build
spupyrev via All-commits
- [all-commits] [llvm/llvm-project] 6fac3f: [flang] Stricter "implicit continuation" in prepro...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 497050: [mlir][sparse] Fixes bug in VarSet ctor
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 887b69: [flang][openacc] Disallow the zero modifier on the...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] d542a5: [BPF] Clean up SelLowering
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 3b00f4: [mlir][sparse] Marking off todos and updating comm...
wren romano via All-commits
- [all-commits] [llvm/llvm-project] fa4a30: [flang] Cope with homonymous generic/specific in g...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 2a6821: [mlir][sparse] Adding nodiscard annotations to `is...
wren romano via All-commits
- [all-commits] [llvm/llvm-project] d796f3: [BOLT][NFC] Simplify DataAggregator
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] e01053: [scudo] Skip visiting all free blocks if grouping ...
ChiaHungDuan via All-commits
- [all-commits] [llvm/llvm-project] 636845: [OpenMP][NFC] Add offloading tests for the new omp...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 1a1a68: [StripDeadDebugInfo] Drop dead CUs for const globa...
Alexey Bader via All-commits
- [all-commits] [llvm/llvm-project] ff56b7: [flang] Add two llvm_unreachable() calls to new co...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 0aa439: AMDGPU/GlobalISel: Use SGPR results for G_AMDGPU_W...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 2dea83: [BOLT][test] Add missing stderr redirections
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] db4d6e: AMDGPU: Directly emit fabs intrinsic instead of ne...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 5b5bd8: AMDGPU: Move placement of RemoveIncompatibleFunctions
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 0ed4b1: [libc] Quiet initializer warnings in getopt
Roland McGrath via All-commits
- [all-commits] [llvm/llvm-project] 42c935: Revert "Reland "[LoongArch] Support -march=native ...
Steven Wu via All-commits
- [all-commits] [llvm/llvm-project] 5df63a: [mlir][sparse] Adding `Ranks::operator==` and `Var...
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 9eb0df: [BOLT][DWARF] Fix handling of inlined subroutine w...
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] 04af7d: [mlir][spirv][vector] Fix vector shuffle conversio...
Jakub Kuderski via All-commits
- [all-commits] [llvm/llvm-project] 4d42e8: Reapply "[CodeGen]Allow targets to use target spec...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 655360: [libc++] Granulaize math.h and move the functions ...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 7846d9: [gn build] Port 4d42e8b5d1fa
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 690ede: [AArch64] Remove copy/pasted RISC-V extension name...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 1713f8: [BOLT][DWARF] Opt out test from aarch64
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] 939133: [libc++][PSTL] Fix std::copy frontend dispatching
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 9b69a4: Revert "[Coroutines] Add an O(n) algorithm for com...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 15941d: [libc++][PSTL] Add vectorization annotations when ...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 59afd2: [BPF] Match CHECK w/ LLVM_ENABLE_ASSERTIONS=OFF (D...
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 934b49: [RISCV] Expand load extension / truncate store for...
joshua-arch1 via All-commits
- [all-commits] [llvm/llvm-project] 44d14a: [tests] precommit tests for D154953
Allen via All-commits
- [all-commits] [llvm/llvm-project] 4c8cf9: [RISCV] Use the first element of source as the sta...
Yeting Kuo via All-commits
- [all-commits] [llvm/llvm-project] 93a370: [LLVM] move verification of convergence control to...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] a5791b: [RISCV][BF16] Enable __bf16 for riscv targets
joshua-arch1 via All-commits
- [all-commits] [llvm/llvm-project] 8d359b: [gn build] Port 93a3706711fd
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 422bcd: [clang][ExtractAPI] Add semicolons to vars and fie...
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 9abc6d: [libcxx] Add release notes for Windows wide stdio ...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] eaca8c: [PEI][PowerPC] Switch to backwards frame index eli...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] eb9fce: Revert "[InstSimplify] Remove the remainder loop i...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 535f34: [index][clangd] Consider labels when indexing func...
ckandeler via All-commits
- [all-commits] [llvm/llvm-project] f60616: [Transforms] Remove unused forward declaration Mod...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 97cddb: [clang][Interp] Fix ignoring MaterializeTemporaryE...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] c59bc2: [NewGVN][PHIOFOPS] Relax conditions when checking ...
ManuelJBrito via All-commits
- [all-commits] [llvm/llvm-project] ccd7f0: [mlir][memref][transform][python] Create mix-in fo...
Ingo Müller via All-commits
- [all-commits] [llvm/llvm-project] d58233: [mlir][ArmSME] Add -canonicalize to vector to ArmS...
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] 318503: [mlir][ArmSME] Remove "pure" side-effect from 'get...
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] 4d494e: [Clang] Handle static_assert messages with an expr...
cor3ntin via All-commits
- [all-commits] [llvm/llvm-project] 6aac11: [clang][Interp] Evaluate Base when discarding a Me...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] c5592f: [InstCombine] Fix use after free when removing unr...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 9e1b82: [mlir][ArmSME] Add conversion from ArmSME to SCF t...
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] 6081f5: [mlir][ArmSME] Use vector.reduction add in zero test
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] c7b400: [clang][Interp] Fix ignoring SubstNonTypeTemplateP...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 1b7406: [XCOFF] Do not put MergeableCStrings in their own ...
Yueh-Ting (eop) Chen via All-commits
- [all-commits] [llvm/llvm-project] 9d927d: [mlir][Linalg] Add an end-to-end test for scalable...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] 502280: [Verifier] Pass raw_ostream as pointer instead of ...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] b86459: [clang][Interp] Fix ignoring TypeTraitExprs
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 3736ea: [include-cleaner] Handle StdInitializerListExprs
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] 80cd50: [CSKY] Optimize implementation of intrinsic 'llvm....
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] 2c4e1d: [InstCombine] Improve foldOpIntoPhi() to use isImp...
Maksim Kita via All-commits
- [all-commits] [llvm/llvm-project] 740b8c: [InstCombine] Make test more robust (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] c599cb: [Verifier] Check valid raw_ostream pointer before ...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] a7b954: [SLP] Avoid branch on undef in test (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 7c6444: [LoopVectorize] Regenerate test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e9e298: [LoopSimplify] Regenerate test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] c0a36a: [clang][Interp] Fix ignoring CompoundLiteralExprs
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] d01aec: [InstCombine] Set dead phi inputs to poison in mor...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 0d2e9b: [clang][Interp][NFC] Ignore ArraySubScriptExpr lik...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 75c3c6: [CSKY] Optimize 'llvm.cttz.i32' and 'llvm.ctlz.i32'
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] eec693: [clang][Interp] Fix ignoring String- and Character...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 8f3b87: [SPIRV] Add support for SPV_INTEL_optnone
Paulo Matos via All-commits
- [all-commits] [llvm/llvm-project] 80e80f: Remove stale info and fix superscript numbering
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 466bd9: Revert "[LLVM] move verification of convergence co...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 141661: [gn build] Port 466bd9981150
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] cd921e: [MISched] Do not erase resource booking history fo...
Francesco Petrogalli via All-commits
- [all-commits] [llvm/llvm-project] b1193c: [clangd] Avoid unexpected desugaring in isSugaredT...
zyn0217 via All-commits
- [all-commits] [llvm/llvm-project] 3926fe: [libc] Add basic wrappers for the backend address ...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 277a7e: build_llvm_release.bat: Update desired SWIG versio...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 4e1304: [LV] Add test for op truncation from 245ec675a4e41.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 65dca4: [clang][Interp] Fix tests for ignored expressions
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] f5edeb: [SLP][NFC]Add SVML vectorization tests, NFC.
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 21aa8a: [clang][Interp] Fix ignoring Integral- and Integra...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] d3718f: [LLVM] remove extern template declarations of Gene...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 6ba4b2: [clang][Interp] Implement __builtin_isfpclass
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 015ffb: [clang][Interp] Fix converting function pointers t...
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] f05490: [mlir][bufferization][transform][python] Add enums...
Ingo Müller via All-commits
- [all-commits] [llvm/llvm-project] 11fbdd: [CodeGen] Make use of isSubRegisterEq and isSuperR...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] ebf394: [TableGen][NFC] Group tokens with same attribute t...
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 582135: [clang][Interp] Implement __builtin_fpclassify
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 497966: Reland [InstSimplify] Remove the remainder loop if...
Allen via All-commits
- [all-commits] [llvm/llvm-project] fdac86: [RISCV][test] Add atomicrmw test cases for subopti...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] 168440: [clang][Interp] Implement __builtin_fabs()
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] 980808: [Flang][OpenMP] Fix loop index privatisation with ...
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] 707359: Recommit "[LV] Re-use existing broadcast value for...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] e3821e: [bazel] typo fix for f0549017 [mlir][bufferization...
Emilio Cota via All-commits
- [all-commits] [llvm/llvm-project] 0fb3eb: [RISCV] Generalize 'tryFoldSelectIntOp` to other o...
mgudim via All-commits
- [all-commits] [llvm/llvm-project] 7f12dc: [HIP] Fix regression about `__fp16` args and retur...
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] ee2168: [NFC] Fixing code formatting
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 89e25a: [Transforms][LICM] A test case for the upcoming fi...
pawosm-arm via All-commits
- [all-commits] [llvm/llvm-project] 7ef879: [libc++][PSTL] Silence clang-tidy errors.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] 89e44e: [clang][Interp] Implement __builtin_fmax
Timm Baeder via All-commits
- [all-commits] [llvm/llvm-project] ea90e2: Fix typo
Adrian Prantl via All-commits
- [all-commits] [llvm/llvm-project] bd077e: Released restriction that prevented implicit dynam...
rafaelubalmw via All-commits
- [all-commits] [llvm/llvm-project] 9c446d: [flang] More compile-time error checking for null ...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 4f1eec: [flang] Fix crash in folding of DPROD() with non-s...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 103907: [flang] Add missing dependency on tablegen files
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 6888de: [lldb] Fix building LLDB standlone without framework
Alex via All-commits
- [all-commits] [llvm/llvm-project] 048458: [RISCV] Add no NaN support to lowerFMAXIMUM_FMINIMUM.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 16c4b3: [flang] Correct handling of non-default lower boun...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] b8aba2: [lldb][NFCI] More forward declarations in SBDefines.h
Alex via All-commits
- [all-commits] [llvm/llvm-project] 0b1d1c: [CodeGenPrepare][NFC] Update the dominator tree in...
Momchil Velikov via All-commits
- [all-commits] [llvm/llvm-project] edb505: [RISCV] Use correct LMUL!=1 types for __attribute_...
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 2301e1: [Clang][Frontend] Change help text for --offload-h...
Anton Rydahl via All-commits
- [all-commits] [llvm/llvm-project] 943d19: [libc] Fix sched_getscheduler return value
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] 274c08: [flang][NFC] Delete unused runtime APIs
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 8670b5: [libc++] Optimize ranges::find for vector<bool>
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 6506b8: [gn build] Port 8670b53e11bb
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] bc2ea0: [RISCV][test] Add 'atomicrmw xchg a, -1' tests in ...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] 2d1e46: [clang][deps] NFC: Convert test to split-file
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] e93a81: [RISCVRVVInitUndef] Remove implicit single use ass...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 59237b: [lldb] Use a time-based timeout in IRInterpreter
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 6d0d41: [flang] Fixed out-of-tree build after D156435.
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] cdb7d5: [LV] Add test for select truncation.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 05d613: [lit][clang] Avoid realpath on Windows due to MAX_...
Saleem Abdulrasool via All-commits
- [all-commits] [llvm/llvm-project] f9fdd4: [flang] Don't emit false errors on LBOUND/UBOUND o...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 159945: [libc][NFC] Fix str_to_float and uint warnings
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 1e491c: [mlir][sparse][gpu] add 2:4 spmm prune_and_check flag
Kun Wu via All-commits
- [all-commits] [llvm/llvm-project] 2734f1: [flang][openmp] Handle !$INCLUDE "foo" (bug #64128)
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 668e33: [dwp][libtool-darwin][sancov] Enable llvm-driver
Andres Villegas via All-commits
- [all-commits] [llvm/llvm-project] d5ca16: [Driver] Fix test usages of --rtlib= without --unw...
Alex Brachet via All-commits
- [all-commits] [llvm/llvm-project] eb8c4b: [clang][deps] NFC: Convert test to split-file
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 5a5199: [RISCV] Call combineSelectToBinOp before generic s...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] e93821: [RISCV] Implement getOptimalMemOpType for memcpy/m...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 1e86ab: [RISCVRVVInitUndef] Ignore tied use for partial un...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 948f20: [llvm-objdump] [NFC] Use a single vector to store ...
Jacek Caban via All-commits
- [all-commits] [llvm/llvm-project] 59a57c: [clang][deps] NFC: Convert test to split-file
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 049591: [mlir][sparse] Adding `LvlVar` forward-declaration...
wren romano via All-commits
- [all-commits] [llvm/llvm-project] b314d0: [Driver][test] Remove invalid -fuse-ld=wasm-ld
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 8a9c51: [Driver][test] Remove hipBundled before %clang
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] fdbe93: [mlir][sparse] Adding getters/setters to `DimLvlMap`
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 8c1a51: [clang][dataflow] Remove deprecated `Strict` acces...
martinboehme via All-commits
- [all-commits] [llvm/llvm-project] 63c648: [Driver][test] Add --rocm-path or -nogpuinc/-nogpu...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] f39c39: [Driver] -###: exit with code 1 if hasErrorOccurred
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 9ecdbe: [clang][dataflow] Rename `AggregateStorageLocation...
martinboehme via All-commits
- [all-commits] [llvm/llvm-project] adece4: [clang-format][NFC] Remove superfluous code in Unw...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 5718a4: [flang] Catch insufficient actual elements/charact...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 5754f5: Workflows: Allow pull requests for .github directory
Tom Stellard via All-commits
- [all-commits] [llvm/llvm-project] 53f5bf: [libc][libm][GPU] Populating 'libmgpu.a' for math ...
Anton Rydahl via All-commits
- [all-commits] [llvm/llvm-project] ca7628: [lldb] Fix test TestBSDArchives.py properly
kusmour via All-commits
- [all-commits] [llvm/llvm-project] b21c24: [flang][runtime] Recognize and handle FINAL subrou...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 1d9c7c: Increase performance of llvm-gsymutil by up to 200%.
Greg Clayton via All-commits
- [all-commits] [llvm/llvm-project] 400da1: [clang-format] Fix braced initializer with templat...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 51a014: [Clang][CodeGen] `__builtin_alloca`s should care a...
Alex Voicu via All-commits
- [all-commits] [llvm/llvm-project] ba2082: [flang][openacc] Lower the entry part for OpenACC ...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 14741e: [flang][openacc] Lower the exit part for OpenACC d...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 29851f: [flang][openacc] Add lowering support for create c...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 392203: [flang][openacc] Add lowering support for present ...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 0058c9: [flang][openacc] Add lowering support for copyin c...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 5ce783: [lldb][test] Skip *-dbg-info-content API tests
Michael Buch via All-commits
- [all-commits] [llvm/llvm-project] a82b15: [libc] Disable nextafter tests for NVPTX
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 3a8db0: [mlir] Reduce warnings for bad assertion in genera...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 3b2f32: AMDGPU: Don't try memory optimizations in libcall ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] b90621: cleanup: fix bazel build files for 668e33c6401a
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] eb0055: AMDGPU: Add more tests for sincos recognition
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 9a8065: AMDGPU: Delete old PM support for libcall passes
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] cfa82f: [mlir][sparse][gpu] introduce flag that controls h...
Kun Wu via All-commits
- [all-commits] [llvm/llvm-project] 145a92: [scudo] Enable MemMapFuchsia
fabio-d via All-commits
- [all-commits] [llvm/llvm-project] fe3615: cleanup: fix bazel build files for 668e33c6401a, s...
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] ffecb4: workflows/release-tasks: Add missing sudo
Tom Stellard via All-commits
- [all-commits] [llvm/llvm-project] 82b94a: Fix the linting problems in UnsafeBufferUsage.cpp
Amirreza Ashouri via All-commits
- [all-commits] [llvm/llvm-project] 1f0d24: update_llc_test_checks: Fix broken amdgpu test
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f9da44: [mlir][sparse] clean up a few TODOs and layout
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 197848: gn build: Fix Android build.
pcc via All-commits
- [all-commits] [llvm/llvm-project] ed8379: [Intrinsics][ObjC] Mark objc_retain and friends as...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] ca6d86: [JITLink][PowerPC] Support R_PPC64_PCREL34
bzEq via All-commits
- [all-commits] [llvm/llvm-project] 5cb2a7: [Orc][PowerPC] Enable ELFNixPlatform support for p...
bzEq via All-commits
- [all-commits] [llvm/llvm-project] 1c1066: [AST] Simplify Type::isSizelessBuiltinType(). NFC.
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 53648a: [PowerPC][MC] Recognize tlbilx and its mnemonics
Qiu Chaofan via All-commits
- [all-commits] [llvm/llvm-project] 5f2157: [clang][ASTImporter] Fix friend class template imp...
Ding Fei via All-commits
- [all-commits] [llvm/llvm-project] a01194: [mlir][gpu] Support arith.extf in subgroup MMA ele...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] 9c38a1: [JITLink][PowerPC] Add basic TLS support for ppc64
bzEq via All-commits
- [all-commits] [llvm/llvm-project] d6a48a: [RISCV] Fix the CFI offset for callee-saved regist...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 244fd4: [RISCV] Run mem2reg on more scalar C builtin tests...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] f5b5a3: Revert "[CodeGenPrepare][NFC] Update the dominator...
Jordan Rupprecht via All-commits
- [all-commits] [llvm/llvm-project] 99b547: [Modules] Add test for merging of template member ...
Jonas Hahnfeld via All-commits
- [all-commits] [llvm/llvm-project] 36ac6a: [RISCV] Merge rv32 and rv64 Zvb* intrinsic tests. NFC
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] e5f9e1: [libcxx] Add release notes for Windows wide stdio ...
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 821687: [Transforms] Remove unused forward declaration Loo...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 620e2b: [mlir][LLVM] NFC - Remove createIndexConstant method
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 8f973d: [DebugInfo] Fix crash when printing malformed DBG ...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] c2093b: [AMDGPU] Add target features for GDS and GWS
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] d790a2: [mlir] Add getArgOperandsMutable method to CallOpI...
Martin Erhart via All-commits
- [all-commits] [llvm/llvm-project] 8af016: [clangd][c++20] Add concept semantic highlighting ...
jensmassberg via All-commits
- [all-commits] [llvm/llvm-project] be0dac: [RISCV] Improve codegen for i8/i16 'atomicrmw xchg...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] 9a370a: Reland "For #64088: mark vtable as used if we migh...
steelannelida via All-commits
- [all-commits] [llvm/llvm-project] 24f320: [RemarkUtil] Refactor llvm-remarkutil to include s...
Zain Jaffal via All-commits
- [all-commits] [llvm/llvm-project] 8acb8a: [RISCV] Make Zcf and Zcd imply the F and D extensi...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] 77a38f: [clang-format] Supress aligning of trailing namesp...
Björn Schäpers via All-commits
- [all-commits] [llvm/llvm-project] 19b110: [mlir][gpu] Add debug print with environment value
Guray Ozen via All-commits
- [all-commits] [llvm/llvm-project] f40af3: [MLIR][Presburger] Optimize for union & subtract
gilsaia via All-commits
- [all-commits] [llvm/llvm-project] fd05c3: Stop using legacy helpers indicating typed pointer...
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] fadf3e: [AMDGPU][GlobalISel] Update legalizer for G_ABS, G...
Mirko Brkušanin via All-commits
- [all-commits] [llvm/llvm-project] 778a5e: [include-cleaner] Introduce support for always_kee...
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] b9982b: [mlir][bufferization] Add rename function to Buffe...
Martin Erhart via All-commits
- [all-commits] [llvm/llvm-project] d1d0e1: [LV] Move packScalarIntoVectorValue to VPTransform...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 5bfeff: Reland [FuncSpec] Split the specialization bonus i...
Alexandros Lamprineas via All-commits
- [all-commits] [llvm/llvm-project] abb09a: Fix LLVM Sphinx build
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 2f0047: [MLIR][OpenMP] Allow map operands to be not specified
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] b95315: AMDGPU: Fix counting debug instructions in execz s...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 538814: [mlir][cuda runtime] Set Max Dynamic Shared Memory...
Guray Ozen via All-commits
- [all-commits] [llvm/llvm-project] 5b19f4: [OpenMP][AMDGPU] Single eager resource init + HSA ...
Michael Halkenhäuser via All-commits
- [all-commits] [llvm/llvm-project] 5ccfa1: [lit] abs_path_preserve_drive - don't normalize pa...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 37ef64: [llvm-exegesis] Prevent llvm-exegesis from using u...
Pavel Kosov via All-commits
- [all-commits] [llvm/llvm-project] 44bf4c: [libc] Fix float to string conversion in 32-bit sy...
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] 69cd6a: [mlir][linalg][nfc] Clarify the description of lin...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] 5bbfbd: [flang][OpenMP] Fix parallel do with integer*1 var
Leandro Lupori via All-commits
- [all-commits] [llvm/llvm-project] ecdded: [Clang] Fix strict weak ordering in ItaniumVTableB...
Daniel Kutenin via All-commits
- [all-commits] [llvm/llvm-project] 4e9eaa: [mlir][vector] Allow out-of-bounds starting positi...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 189be3: [gn] port 668e33c640 (driver_execs for llvm-dwp, l...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 8066d6: [gn build] Port 24f320e48c83
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] f418cb: [libc++] Fix `std::out_of_range` thrown from `basi...
Piotr Fusik via All-commits
- [all-commits] [llvm/llvm-project] ab15b1: [NFC][OMPT] Move `pop_macro` to the right place to...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 54458c: [lldb][lldb-vscode] Skip disassembler test on Arm
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] d6f188: [lit] Add missing os.path.normcase() to config-map...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7c349c: [mlir][Arith] Add arith.is_nan and arith.is_inf pr...
Krzysztof Drewniak via All-commits
- [all-commits] [llvm/llvm-project] ed0dbf: InstCombine: Remove dead fsub-as-fneg handling
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] f2bd78: [BPF] Avoid repeating MI->getOperand(NumDefs) x3
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 45760b: [flang] Attempt to silence new GCC warnings
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] f7e020: [OpenMP][libomptarget] Add missing field in Generi...
Kevin Sala Penadés via All-commits
- [all-commits] [llvm/llvm-project] 7b580d: [NFC][libc++][format] Switches to from_range const...
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] 8ea274: [VPlan] Fix in-loop reduction chains using VPlan d...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] f0e9cd: [libc++][PSTL] Adds a missing include.
Mark de Wever via All-commits
- [all-commits] [llvm/llvm-project] fe4c99: [RISCV] Add test case showing CSE regression from ...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] de7fa3: [RISCV] Copy memoperands in some of the post isel ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 1e7c79: [FPEnv][InstCombine] Correct strictfp tests.
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] f3589d: [libc++][NFC] Refactor the enable_ifs in the math ...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 30fff9: InstCombine: Don't bother skipping over pointer bi...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] d9b103: [FPEnv][InstSimplify] Correct strictfp tests.
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] b711d1: Revert "[FPEnv][InstSimplify] Correct strictfp tes...
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] 8b76b4: [clang][ExtractAPI] Add support for C++ classes
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 6c2e32: [lldb] Re-add compile-time checks for SPI in HosIn...
Alex via All-commits
- [all-commits] [llvm/llvm-project] 346c1f: [RISCV] Support vector crypto extension LLVM IR
Brandon Wu via All-commits
- [all-commits] [llvm/llvm-project] dad9de: [mlir][vector] Improve lowering to LLVM for `minf`...
Daniil Dudkin via All-commits
- [all-commits] [llvm/llvm-project] 926f85: fix bazel build for 8b76b44e46ac
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] 449823: [flang] Fixed IsContiguous check for slices of par...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] 7f0d54: [flang][openmp] Allocators construct semantic checks
Ethan Luis McDonough via All-commits
- [all-commits] [llvm/llvm-project] 82bc18: [BPF] Narrow some interfaces
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 7381de: [bazel] Update example workspace files with depend...
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 11b7ce: [ASanStableABI][Driver] Stop linking to asan dylib...
thetruestblue via All-commits
- [all-commits] [llvm/llvm-project] f4de60: fix use-after-free introduced in 8b76b44e46ac
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] 6b5e48: Revert "[BPF] Narrow some interfaces"
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 30b11b: Revert "[scudo] Enable MemMapFuchsia"
fabio-d via All-commits
- [all-commits] [llvm/llvm-project] d8f966: [RISCV] Rename RISCVISD::FMINNUM_VL/FMAXNUM_VL to ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 2e65a4: [Driver][test] Ensure --target= for -flto commands
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 667602: [RISCV] Implement support for bf16 select when zfb...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] d26eb8: [mlir][bufferization] DeallocOp canonicalizer remo...
Martin Erhart via All-commits
- [all-commits] [llvm/llvm-project] 006538: Revert "Reapply: [MemCpyOpt] implement single BB s...
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] bc0802: [Clang] Fix Offloading related tests after D156363
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] bf8cce: Revert "[llvm-objdump] [NFC] Use a single vector t...
Jacek Caban via All-commits
- [all-commits] [llvm/llvm-project] 49d41d: MachineSink: Fix strict weak ordering in GetAllSor...
Daniel Kutenin via All-commits
- [all-commits] [llvm/llvm-project] ad8446: [libc] Support underscores in NaN char sequences
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 61f3ce: [Driver] Change some group DocName from "flags" to...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 8b003c: Workflows: Allow pull request for clang-format cha...
MyDeveloperDay via All-commits
- [all-commits] [llvm/llvm-project] 590d7e: [HIP] Fix test rocm-detect.hip
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] e77e89: [mlir][test] Refactor SparseTensor CPU integration...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] 20f7cc: Revert "[clang][ExtractAPI] Add support for C++ cl...
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 2f8d8c: Generalize finding the rocm_agent_enumberator program
Krzysztof Drewniak via All-commits
- [all-commits] [llvm/llvm-project] 6ee9de: [test][MemCpyOpt] Regression test for D153453
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 61af95: [lldb] Make IR interpretation interruptible
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 7ef171: [Driver] Don't try to spell check unsupported options
Justin Bogner via All-commits
- [all-commits] [llvm/llvm-project] 2ad297: [mlir][spirv] Handle zero-element tensors in spirv...
Jakub Kuderski via All-commits
- [all-commits] [llvm/llvm-project] 660b74: [DAG] Support store merging of vector constant stores
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 54bda7: AMDGPU: Simplify and improve sincos matching
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ab202a: [Clang] Increase default architecture from sm_35 ...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 610ec9: [clang] allow const structs/unions/arrays to be co...
Nick Desaulniers via All-commits
- [all-commits] [llvm/llvm-project] 5f45a8: [lldb] Print hint if object description is request...
Augusto Noronha via All-commits
- [all-commits] [llvm/llvm-project] 5a1f87: Revert "[mlir][test] Refactor SparseTensor CPU int...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] b1f366: [flang][openacc] Disallow the zero modifier on the...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 34e53b: [flang][openacc] Add lowering support for copyout ...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] f9546d: [Orc][rtlib] Build orc runtime support for ppc64 o...
bzEq via All-commits
- [all-commits] [llvm/llvm-project] 372d88: [mlir][sparse] code cleanup.
PeimingLiu via All-commits
- [all-commits] [llvm/llvm-project] 083435: [RISCV] Add VP patterns for vwsll.[vv, vx, vi]
Luke Lau via All-commits
- [all-commits] [llvm/llvm-project] 7f4026: [mlir] Add linalg.batch_mmt4d named op
Jerry Wu via All-commits
- [all-commits] [llvm/llvm-project] cd328c: [libc] Use ASSERT_DEATH for EXPECT_DEATH under Fuc...
Roland McGrath via All-commits
- [all-commits] [llvm/llvm-project] 4d6f4c: [X86] Special handle for v1i1 during ExtractBitFro...
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] cd7959: [RISCV] Teach lowerScalarInsert to handle scalar v...
Yeting Kuo via All-commits
- [all-commits] [llvm/llvm-project] c1c5da: [RISCV] Merge fp-imm.ll and zfh-imm.ll into float/...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 97cccd: [LV][NFC] Remove the redundant braces.
Mel Chen via All-commits
- [all-commits] [llvm/llvm-project] e54539: [HLSL] Add reversebits library function
Joshua Batista via All-commits
- [all-commits] [llvm/llvm-project] 070009: [flang][openacc] Add lowering support for devicept...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] c988e7: [flang][openacc] Enforce restriction on declare di...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 1f3c1c: [Parser][ObjC] Fix crash on nested top-level block...
Ding Fei via All-commits
- [all-commits] [llvm/llvm-project] 40cc10: [RISCV] Scalarize binop followed by extractelement...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] bd7a4d: Restore "[LLVM] move verification of convergence c...
Sameer Sahasrabuddhe via All-commits
- [all-commits] [llvm/llvm-project] 56a31b: [gn build] Port bd7a4d7b2736
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 70d7ea: [clang-format] Handle goto labels preceded by C++1...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 2772c2: [test][MemCpyOpt] Update D153453 test
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 6ee497: [X86][Regcall] Add an option to respect regcall AB...
Wenju He via All-commits
- [all-commits] [llvm/llvm-project] df0b1d: [test][MemCpyOpt] Update D153453 test
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 8a71f4: [RISCV] Expand test coverage of bf16 operations wi...
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] 2ef44a: [MLIR][Bytecode] Add missing field initializer in ...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 254d28: Reland "[scudo] Enable MemMapFuchsia"
fabio-d via All-commits
- [all-commits] [llvm/llvm-project] f68c68: [RISCV] Use max pushed register to get pushed regi...
Yeting Kuo via All-commits
- [all-commits] [llvm/llvm-project] e6cd40: [clang][dataflow] In `ControlFlowContext`, handle ...
martinboehme via All-commits
- [all-commits] [llvm/llvm-project] 0b2d5b: [clang] allow const structs/unions/arrays to be co...
Qiu Chaofan via All-commits
- [all-commits] [llvm/llvm-project] 6eb2c1: [NFC][GuardWidening] Remove dead code
Aleksandr Popov via All-commits
- [all-commits] [llvm/llvm-project] 578ab3: [Attributor][NFCI] Use a uniform necessary query t...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 53cae2: [mlir] Remove unused declaration populateExtractOp...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] ab5ebe: [NFC][Clang][Test] Fix warning-as-error
Michael Platings via All-commits
- [all-commits] [llvm/llvm-project] a2938b: [RISCV] Add tests that m extension enabled in extr...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 425e9e: [LV] Rename the Select[I|F]Cmp reduction pattern t...
Mel Chen via All-commits
- [all-commits] [llvm/llvm-project] 7e9d7d: [mlir][LLVM] Add support for DIModule metadata
Christian Ulmann via All-commits
- [all-commits] [llvm/llvm-project] d0dc88: [Driver] Remove references to Solaris 12
rorth via All-commits
- [all-commits] [llvm/llvm-project] e68ffa: [Driver] Make test work on targets that have no Op...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] fe5370: [mlir] Store segment sizes in std::array
Tobias Gysi via All-commits
- [all-commits] [llvm/llvm-project] f3ce92: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils...
Brandon Wu via All-commits
- [all-commits] [llvm/llvm-project] 65a6be: [mlir][ArmSME] Use memref indices for load and store
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] 962ded: [NFC][clang] Fix static analyzer concerns
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] 781883: [mlir][ArmSME] Split lowering of arith.constant fr...
Cullen Rhodes via All-commits
- [all-commits] [llvm/llvm-project] c4bb3e: [NFC][clang] Fix static analyzer concerns
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] 7f9b94: [X86] LowerBuildVectorv16i8 - attempt to merge low...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 0da19a: [PEI][WebAssembly] Switch to backwards frame index...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] eb6987: [TableGen] Improve error report of unspecified arg...
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] a1f04b: [mlir][Interfaces][NFC] Use camel case for offset/...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] e73ae7: [analyzer] Fix incorrect link to "note" diagnostic...
Guruprasad Hegde via All-commits
- [all-commits] [llvm/llvm-project] b2d1de: [mlir][Interfaces][NFC] Delete dead code from Offs...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 68c98f: [JITLink][PowerPC] Add run lines for powerpc64. NFC.
bzEq via All-commits
- [all-commits] [llvm/llvm-project] 4e814b: [TableGen][NFC] Refine obtaining qualified registe...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] 23ce53: [RISCV] Support -m[no-]strict-align options
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 89aeef: [GVNSink] Add tests with cycles showing current mi...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] b3b2a9: [RISCV] Fix the predicate code of uimm6
Brandon Wu via All-commits
- [all-commits] [llvm/llvm-project] f2e728: [AArch64][PtrAuth] Fix unwind state for tail calls
ostannard via All-commits
- [all-commits] [llvm/llvm-project] c7cacb: Fix __cfi_check not aligned to 4k on relocatable f...
Yi Kong via All-commits
- [all-commits] [llvm/llvm-project] 05041b: [RISCV] emit .option directive for functions with ...
Piyou Chen via All-commits
- [all-commits] [llvm/llvm-project] 1547b8: [RISCV][NFC] Remove unused code in RISCV/RISCVInst...
Brandon Wu via All-commits
- [all-commits] [llvm/llvm-project] 067eca: [Flang][OpenMP] Convert elementTypeAttr for Atomic...
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] 43ad52: [lldb][AArch64] Add reading of TLS tpidr register ...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 9f72df: Fixing a formatting mistake; NFC
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] f17601: [ARM] Permit VGETLNi32 and VSETLNi32 without mnemo...
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] 623922: [lldb][AArch64] Save/restore TLS registers around ...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] a09359: Revert "Fix __cfi_check not aligned to 4k on reloc...
Yi Kong via All-commits
- [all-commits] [llvm/llvm-project] 1b5a3c: [mlir][transform][tensor][python] Add .td files fo...
Ingo Müller via All-commits
- [all-commits] [llvm/llvm-project] c9783d: [libc] Add support to compile some syscalls on 32 ...
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] 055893: [BPF] Don't crash on missing line info
Tamir Duberstein via All-commits
- [all-commits] [llvm/llvm-project] 51f91e: [libc] Add string construct/assign from string_view
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] 29dec3: [libc] NFC: Fix build on systems that don't have l...
Mikhail R. Gadelha via All-commits
- [all-commits] [llvm/llvm-project] b58b7f: [FPEnv][LibCallsShrinkWrap] Correct strictfp tests.
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] eb2558: Recommit [FPEnv][InstSimplify] Correct strictfp te...
Kevin P. Neal via All-commits
- [all-commits] [llvm/llvm-project] cdbc3a: [libc] Add support for cpp::make_signed
Guillaume Chatelet via All-commits
- [all-commits] [llvm/llvm-project] 679c07: [sanitizer_common] Remove hacks for __builtin_retu...
rorth via All-commits
- [all-commits] [llvm/llvm-project] 3feb63: [TLI][AArch64] Add SLEEF mappings to scalable vect...
JolantaJensen via All-commits
- [all-commits] [llvm/llvm-project] 546834: [mlir][bufferization] Improve analysis for element...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 46642c: [Libomptarget] Remove debug RAII from libomptarget
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 62ea79: [AMDGPU] Break Large PHIs: Take whole PHI chains i...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] bdeb35: [lldb][lldb-vscode] Fix nullptr dereference when J...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 165f45: [lldb][lldb-vscode] Pretty print JSON to log files
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 2a5e3f: [X86] Workaround possible CPUID bug in Sandy Bridge.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] a8c502: [RISCV] Add bf16 to isFPImmLegal.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] f887cb: [NFC][clang] Fix static analyzer concerns
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] 25d6f9: [NFC][clang] Fix static analyzer concerns
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] 0575ab: [mlir][tensor][transform][python] Add mix-in class.
Ingo Müller via All-commits
- [all-commits] [llvm/llvm-project] c96cba: [Libomptarget] Fix compilation of libomptarget wit...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] dcdcc7: [libc++][NFC] Replace typedefs with using in the m...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] dbf798: [mlir] Fix generating checks for multiple funcs in...
Benjamin Maxwell via All-commits
- [all-commits] [llvm/llvm-project] 186b2b: [PEI] Switch to backwards frame index elimination ...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] ae381c: [libc++] Fix PSTL status
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] b63ac5: [libc++] Update clang-tidy configuration for the t...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 4b08be: Revert "[Profile] Remove duplicate file locks when...
Zequan Wu via All-commits
- [all-commits] [llvm/llvm-project] b82c25: [flang][openacc] Add lowering support for the link...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] efb8a1: [BOLT][DWARF] Delete DW_AT_low_pc when converting ...
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] e1ceae: [BOLT][DWARF] Fix setting DW_AT_ranges offset of S...
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] 673d96: [llvm][ADT] Make `Twine` aware of `StringLiteral`
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 43dfe0: [Driver] Allow for sparcv8plus subdir with Solaris...
rorth via All-commits
- [all-commits] [llvm/llvm-project] efcb07: [llvm][Support] Avoid intermediate heap allocation...
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 32056a: [docs] Fix doxygen markers for grouping methods. NFC.
Volodymyr Sapsai via All-commits
- [all-commits] [llvm/llvm-project] 40f370: [RISCV] Add a test case that would have failed bef...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 93b0d0: [Flang][OpenMP] Add TODO message for copyprivate c...
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] 540818: [clang-repl] Remove redundant subsections from the...
Krishna Narayanan via All-commits
- [all-commits] [llvm/llvm-project] 653718: [bazel] fix typo in 0575ab2d46 [mlir][tensor][tran...
Emilio Cota via All-commits
- [all-commits] [llvm/llvm-project] 9a3f0c: Fix crash in lldb-vscode when missing function name
Zhenyu Tom Yang via All-commits
- [all-commits] [llvm/llvm-project] d5c220: [TableGen] OpInterface inheritance duplicates bases
Andrew Lenharth via All-commits
- [all-commits] [llvm/llvm-project] 8cacab: [mlir] Add an integration test for masked vectoris...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] deec9e: [VPlan] Move VPTransformState::get() to VPlan.cpp ...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 2bdc86: [clang][CodeGen] Drop some typed pointer bitcasts
Björn Pettersson via All-commits
- [all-commits] [llvm/llvm-project] c5abdd: Enable CUDA Fortran for bbc
Zhen Wang via All-commits
- [all-commits] [llvm/llvm-project] 243bc7: [clang][cli] Accept option spelling as `Twine`
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 3ef766: [scudo] Specify memory order while using atomic_co...
ChiaHungDuan via All-commits
- [all-commits] [llvm/llvm-project] 724000: [Clang][CodeGen] `__dynamic_cast` should care abou...
Alex Voicu via All-commits
- [all-commits] [llvm/llvm-project] 58b0d7: [SLP]Improve stores vectorization.
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 08dc84: [lldb][NFCI] Add SBTraceCursor.h to swig headers file
Alex via All-commits
- [all-commits] [llvm/llvm-project] 9c837b: [ValueTracking] Improve the coverage of isKnownToB...
Allen via All-commits
- [all-commits] [llvm/llvm-project] 68ea00: [InstSimplify] Check the NonZero for power of two ...
Allen via All-commits
- [all-commits] [llvm/llvm-project] c171ed: [OpenMP] Fix the linkage for kernel environment gl...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] fcf1a1: [OMPX] Change `thread_dim` to `block_dim` and the ...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] 5fd5f8: [Driver] Mark m_x86_Features_Group options as Targ...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] dc7c01: [X86] Promote VAES, SHA512, SM4 implied feature to...
Freddy Ye via All-commits
- [all-commits] [llvm/llvm-project] be7a54: [JITLink][ELF] Fix reading target architecture whe...
bzEq via All-commits
- [all-commits] [llvm/llvm-project] 834526: [clang] Abstract away string allocation in command...
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] acd1ab: [clang] NFC: Avoid double allocation when generati...
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 8fd56e: [clang][deps] NFC: Speed up canonical context hash...
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] 71d763: [OpenMP] [Semantics] [Flang] Adding more semantic ...
raghavendhra via All-commits
- [all-commits] [llvm/llvm-project] 51a470: Multilib & mfloat-abi release notes
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 7affa0: [Driver] Remove Flags from `cl_Group`. NFC
Justin Bogner via All-commits
- [all-commits] [llvm/llvm-project] 264743: [Transforms] Remove unused forward declaration Pos...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 506655: [mlir] Apply ClangTidy fixes (NFC)
Adrian Kuegel via All-commits
- [all-commits] [llvm/llvm-project] b82c2b: Reland "Fix __cfi_check not aligned to 4k on reloc...
Yi Kong via All-commits
- [all-commits] [llvm/llvm-project] 000d2b: [libc++][hardening][NFC] Rework the Lit feature fo...
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 1cf970: [libc++][print] Make `<print>` tests require file ...
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] b80ff2: [NewGVN] Only perform symbolic evaluation on instr...
ManuelJBrito via All-commits
- [all-commits] [llvm/llvm-project] 2df05c: [RISCV] Support overloaded version ntlh intrinsic ...
Piyou Chen via All-commits
- [all-commits] [llvm/llvm-project] 353733: [libc++][libunwind] Fixes to allow GCC 13 to compi...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 25ec26: [PEI] Remove support for register scavenging durin...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] f3b9b9: [AArch64][GISel] Expand arm64-dup and arm64-rev te...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 528831: [CSKY] Optimize ANDI/ORI to BSETI/BCLRI for specif...
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] af9109: [clang] Do not crash on use of a variadic overload...
Mariya Podchishchaeva via All-commits
- [all-commits] [llvm/llvm-project] 892305: [BOLT] fix the endless loop of --iterative-guess
chenpeihao3 via All-commits
- [all-commits] [llvm/llvm-project] 734da2: [clangd] Dont assert on specific uris for diagnost...
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] 31873d: [include-cleaner] Handle files with unnamed buffers
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] 27a0a7: Revert "[lldb][lldb-vscode] Skip disassembler test...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 65e80d: [Flang][OpenMP] Improve support for `if` clause on...
Sergio Afonso via All-commits
- [all-commits] [llvm/llvm-project] 34ffc3: [AMDGPU] Fix typo in comment in test
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] fbec83: [llvm][TableGen][Jupyter] Add configurable default...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 585012: [LLVM][TableGen][Jupyter] Add first tutorial notebook
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] e38377: [LLDB][CMake][NFC] Remove unused LLDB_LINKER_SUPPO...
J. Ryan Stinnett via All-commits
- [all-commits] [llvm/llvm-project] c30099: [LV] Return null VPlanPtr instead of std::optional...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 39cf21: [LV] Remove unnecessary std::move from tryToBuildV...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] cc6b8d: [mlir][conversion] NFC - Relax convert-cf-to-llvm ...
Nicolas Vasilache via All-commits
- [all-commits] [llvm/llvm-project] 19d7ab: [GlobalISel] Handle sequences of trunc(sext/zext/a...
Vladislav Dzhidzhoev via All-commits
- [all-commits] [llvm/llvm-project] bbe945: [AArch64][GISel] Expand G_DUP and G_DUPLANE to v8s...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 2532b6: [TableGen] Do not compile CombineRuleBuilder::ver...
Pierre van Houtryve via All-commits
- [all-commits] [llvm/llvm-project] a6d673: [LV] Split off code to optimize initial VPlan (NFC).
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 2f6ca3: Revert "[SLP]Improve stores vectorization."
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 9853e9: [libcxx] [test] Deduplicate setting parameters for...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 5d8bbe: Reword the intro to the code owners file
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 16a0fc: Add my Discord, IRC, and Discourse handles
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 5ba906: [lld-macho] Fixed crashes when linking with incomp...
Vy Nguyen via All-commits
- [all-commits] [llvm/llvm-project] e98e59: Revert "Foo"
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 28fef9: [mlir][VectorOps] Fix folding of vector.extract fr...
Benjamin Maxwell via All-commits
- [all-commits] [llvm/llvm-project] 58066e: [SLP]Improve stores vectorization.
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 4bde08: [mlir][bufferization] Change semantics of DeallocO...
Martin Erhart via All-commits
- [all-commits] [llvm/llvm-project] a133fb: [CSKY][NFC] Fix broken tests in eac78fdf68f58e113b...
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] 46b2ad: [CodeGen] Improve speed of ComplexDeinterleaving pass
Igor Kirillov via All-commits
- [all-commits] [llvm/llvm-project] 5d4927: [clangd][clang-tidy][stdlib] Add a missing symbol ...
VitaNuo via All-commits
- [all-commits] [llvm/llvm-project] 75f55e: [clang][ExtractAPI] Add support for C++ classes wi...
Erick Velez via All-commits
- [all-commits] [llvm/llvm-project] 48bcae: Revert "[SLP]Improve stores vectorization."
Alexey Bataev via All-commits
- [all-commits] [llvm/llvm-project] 1e92e2: [MLIR][OpenMP] Added MLIR translation support for ...
Akash Banerjee via All-commits
- [all-commits] [llvm/llvm-project] a8bef8: [Clang] Implement P2169 A nice placeholder with no...
cor3ntin via All-commits
- [all-commits] [llvm/llvm-project] beb339: build_llvm_release.bat: Set -DCLANG_ENABLE_LIBXML2...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 814250: [RISCV] Add vector legalization for fmaximum/fmini...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] feafc2: [Transforms] Remove unused forward declaration AAR...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 9f4a2a: [RISCV] Separate lowering of constant build vector...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 0f4d7d: [libc++][mdspan] Fix layout_left::stride(r)
Christian Trott via All-commits
- [all-commits] [llvm/llvm-project] df6b35: Fix Clang Sphinx bot
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 440001: [RISCV] Model all 3 arithmetic sources of vector F...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 7095a8: [flang][hlfir] Fixed where/elsewhere mask saving i...
Slava Zakharin via All-commits
- [all-commits] [llvm/llvm-project] 558ab6: [scudo] Select stricter atomic memory_order in Mem...
fabio-d via All-commits
- [all-commits] [llvm/llvm-project] d84450: [mlir][linalg] Canonicalize tensor.extract(linalg....
Surya Jasper via All-commits
- [all-commits] [llvm/llvm-project] e22908: [X86] ReplaceNodeResults - widen sub-128-bit vecto...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 418565: Fix the NSIndexSet data formatter for changes in m...
jimingham via All-commits
- [all-commits] [llvm/llvm-project] 2fb1c1: cmake: add missing dependencies on ClangDriverOpti...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] dce179: [JITLink][aarch32] Change writeRegister's return t...
lhames via All-commits
- [all-commits] [llvm/llvm-project] 3d756c: cmake: add missing dependencies on ClangDriverOpti...
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] cd29eb: [lld-macho][nfc]Add REQUIRES arch in test to fix b...
Vy Nguyen via All-commits
- [all-commits] [llvm/llvm-project] 786bab: Display PC instead of <unknown> for stack trace in...
Zhenyu Tom Yang via All-commits
- [all-commits] [llvm/llvm-project] 98dec2: Reland [Profile] Remove duplicate file locks when ...
Zequan Wu via All-commits
- [all-commits] [llvm/llvm-project] 0c7e8c: [AMDGPU] Change syncscopes.mir not to use undefine...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 8cee81: [Profile] Fix 98dec28458172091893e46040d7b5ab745a4...
Zequan Wu via All-commits
- [all-commits] [llvm/llvm-project] d70ab6: [Attributor][NFCI] Filter uninteresting accesses e...
Johannes Doerfert via All-commits
- [all-commits] [llvm/llvm-project] 849187: [mlir][transform][sparse] introduce sparse tensor ...
PeimingLiu via All-commits
- [all-commits] [llvm/llvm-project] fe1957: [hwasan] Enable leak detection in hwasan for Fuchs...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] ebf5f3: [flang][openacc] Make sure the correct flags are s...
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 4068a9: [OpenMP] [Semantics] [Flang] Fix build error cause...
raghavendhra via All-commits
- [all-commits] [llvm/llvm-project] f36bbb: [RISCV] Use static_assert to check ranges in hasMe...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] f3baf6: Revert "[clang][X86] Add __cpuidex function to cpu...
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 2b1bdc: fix build error.
PeimingLiu via All-commits
- [all-commits] [llvm/llvm-project] e9040e: [lldb][PECOFF] Exclude alignment padding when read...
Hiroshi Yamauchi via All-commits
- [all-commits] [llvm/llvm-project] e6b2e1: [libc++][print] Mark some more `<print>` tests as ...
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 3f092f: [llvm] Extract common `OptTable` bits into macros
Jan Svoboda via All-commits
- [all-commits] [llvm/llvm-project] e21b1d: [clang][CFG] Fix 2 memory errors in interval compu...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 00769d: [flang] Add -fppc-native-vector-element-order opti...
kkwli via All-commits
- [all-commits] [llvm/llvm-project] 6b4de7: [clang][deps] add support for dependency scanning ...
Connor Sughrue via All-commits
- [all-commits] [llvm/llvm-project] f037b8: [CUDA][HIP] Reorganize options for documentation
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] 043d03: Revert "Reland "Fix __cfi_check not aligned to 4k ...
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] e0053b: [lldb] Bump SWIG minimum version to 4
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] ecbe78: [lldb] Fix Python test formatting (NFC)
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 1b1cfe: [mlir] Set intial value for integer FieldParser fu...
CindyLiu via All-commits
- [all-commits] [llvm/llvm-project] 4f8513: AMDGPU: Remove extra parentheses
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 68f361: [flang][NFC] Reorganize directive output
Valentin Clement (バレンタイン クレメン) via All-commits
- [all-commits] [llvm/llvm-project] 65e57b: [FunctionImport] Reduce string duplication (NFC)
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 16d5c2: [libc] Add v variants of printf functions
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 1d3402: [libc++][PSTL] Disable `-Wpass-failed`.
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 932c63: [HIP] link HIP runtime library without --hip-link
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] 318f60: [lldb] Protect OptionValue accesses from data races
Augusto Noronha via All-commits
- [all-commits] [llvm/llvm-project] d75dc9: [lldb] Fix ThreadList::Update not locking the rhs'...
Augusto Noronha via All-commits
- [all-commits] [llvm/llvm-project] 9824ec: [clang][dataflow] Refactor `DataflowWorklist` type...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 606b77: Fix test hip-runtime-libs-msvc.hip
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] 34fe58: [lldb] Add a deduction guides for scoped_lock in O...
Jie Fu via All-commits
- [all-commits] [llvm/llvm-project] a33075: [lldb] Fix -Wsign-compare in TestSectionSize.cpp (...
Jie Fu via All-commits
- [all-commits] [llvm/llvm-project] 5c9861: [JITLink] Add public APIs for getting stub creatio...
Sunho Kim via All-commits
- [all-commits] [llvm/llvm-project] cad464: [mlir][sparse] Improve handling of NEW_SYNTAX
wren romano via All-commits
- [all-commits] [llvm/llvm-project] f9d505: [mlir][sparse] updating methods to get MLIRContext
wren romano via All-commits
- [all-commits] [llvm/llvm-project] b0f4b6: AMDGPU: Delete probably wrong constant folding of ...
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] eb9756: [gn build] Port 5c98617ccc4b
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] c40249: [Docs][llvm-link] Add documentation an CLI options
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 43b8e8: [llvm-exegesis] enable memory annotation and subpr...
Aiden Grossman via All-commits
- [all-commits] [llvm/llvm-project] 370a7e: [mlir][spirv] Handle zero-sized memrefs
Jakub Kuderski via All-commits
- [all-commits] [llvm/llvm-project] c15e7b: [RISCV] Add explicit i64 to an isel pattern that i...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] b53f6e: [CodeGen] Remove unused forward declaration Machin...
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 73cb01: [OpenMP] Support for OpenMP-Offload Record Replay
Konstantinos Parasyris via All-commits
- [all-commits] [llvm/llvm-project] 69b19f: [RISCV] Use i64 instead of XLenVT in RV64 only pat...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 400fde: [Attributor] Add lightweight version for attribute...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 539acc: [LV] Add variant of test without dead load.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 0efdf3: DAG: Remove getTargetIndex as it's unused
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] ef4330: [X86] truncateVectorWithPACK - handle vector trunc...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 36daf3: Add missing clangSerialization dependency for incl...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 166372: [clang-tidy] Fix inline namespaces in llvm-namespa...
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] 58a71c: [clang-format] Handle "// clang-format on" for Sep...
Owen via All-commits
- [all-commits] [llvm/llvm-project] e1a9da: [IR] Remove CreateExtractInteger
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 6a1f8e: [clang-tidy] Support begin/end free functions in m...
Chris Cotter via All-commits
- [all-commits] [llvm/llvm-project] b6c220: [llvm][NFC] Adjust mem fn auto upgrade detection
Nathan Sidwell via All-commits
- [all-commits] [llvm/llvm-project] 04333e: [llvm][NFC] Use CreateMemTransferInst more
Nathan Sidwell via All-commits
- [all-commits] [llvm/llvm-project] 14d575: [NFC][OpenMP] Fix compile warnings introduced in r...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] a3a7e7: [SelectionDAG] Add Opc_CheckPatternPredicate2 to s...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 3d8010: [clang-tidy][NFC] Fix link in documentation
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] bd0ed0: [Clang][SemaCXX] Add unused warning for variables ...
Takuya Shimizu via All-commits
- [all-commits] [llvm/llvm-project] 18b6f6: Revert "[Clang][SemaCXX] Add unused warning for va...
Takuya Shimizu via All-commits
- [all-commits] [llvm/llvm-project] b3700c: [clang-tidy] Re-add cppcoreguidelines-macro-to-enu...
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] 211157: [clang-tidy] Fixed false-negative in readability-i...
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] 16f6f1: [clang-tidy][NFC] Update release notes
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] b8e297: [OpenMP][libomptarget] Improve kernel initializati...
Kevin Sala Penadés via All-commits
- [all-commits] [llvm/llvm-project] 6df2c2: [AArch64] Add a more extensive fabs test. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] 0e7571: [AArch64][GISel] Expand lowering for fminimum and ...
David Green via All-commits
- [all-commits] [llvm/llvm-project] ffc5ed: [AArch64][GISel] Expand handling for G_FABS to mor...
David Green via All-commits
- [all-commits] [llvm/llvm-project] a0b1c2: [clang-format] Currectly handle PCIS_CurrentLine w...
Owen via All-commits
- [all-commits] [llvm/llvm-project] aac8ac: [VPlan] Model masked assumes as replicate recipes, ...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] ef888b: [HIP] Make test rocm-detect.hip more stable
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] c0abd3: [clang-tidy] Remove 'const' qualifiers on return t...
Dmitri Gribenko via All-commits
- [all-commits] [llvm/llvm-project] 0c1f31: [JITLink][PowerPC] Rename test files by removing '...
bzEq via All-commits
- [all-commits] [llvm/llvm-project] b9a8be: [tests] precommit tests for D156499
Allen via All-commits
- [all-commits] [llvm/llvm-project] a03ea3: [mlir][LLVM] Introduce verfier for call debug loca...
Christian Ulmann via All-commits
- [all-commits] [llvm/llvm-project] d7abaf: [RISCV] Remove -menable-experimental-extensions op...
Jim Lin via All-commits
- [all-commits] [llvm/llvm-project] 3dc413: [AMDGPU] Skip debug instruction uses while optimiz...
Yashwant Singh via All-commits
- [all-commits] [llvm/llvm-project] 7a4b12: [clang-tidy] Exclude delegate constructors in cppc...
Piotr Zegar via All-commits
- [all-commits] [llvm/llvm-project] bcfdb3: [mlir][transform] Add apply_conversion_patterns op
Matthias Springer via All-commits
Last message date:
Sun Aug 6 23:58:03 PDT 2023
Archived on: Sun Aug 6 23:58:04 PDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).