The Week Of Monday 23 May 2022 Archives by author
Starting: Mon May 23 00:47:40 PDT 2022
Ending: Sun May 29 23:39:10 PDT 2022
Messages: 559
- [all-commits] [llvm/llvm-project] 7c13ae: Give option to use isCopyInstr to determine which ...
adriantong1024 via All-commits
- [all-commits] [llvm/llvm-project] 67e2e6: [gn build] Set llvm_have_mallinfo2 to true by default
aeubanks via All-commits
- [all-commits] [llvm/llvm-project] 534b19: [gn build] Manually port bed9efed71
aeubanks via All-commits
- [all-commits] [llvm/llvm-project] 3d5461: [gn build] Fix D126415 to only set `llvm_have_mall...
aeubanks via All-commits
- [all-commits] [llvm/llvm-project] 36096c: [NFC][JumpThreading] Remove InsertFreezeWhenUnfold...
aeubanks via All-commits
- [all-commits] [llvm/llvm-project] c913c5: [llvm-ar][test] add special case of replace conver...
bd1976bris via All-commits
- [all-commits] [llvm/llvm-project] 9080e2: [InstCombine] Add baseline tests for shift+and tra...
chenglin.bi via All-commits
- [all-commits] [llvm/llvm-project] e09172: [InstCombine] Add baseline tests for shift+and+icm...
chenglin.bi via All-commits
- [all-commits] [llvm/llvm-project] 87936c: [LoopVectorize] Fix assertion failure in fixReduct...
david-arm via All-commits
- [all-commits] [llvm/llvm-project] 917dc0: [ARM] Recognize t2LoopEnd for software pipelining
dpenry via All-commits
- [all-commits] [llvm/llvm-project] 818cc9: [AMDGPU][MC][GFX940] Disable v_mac_f32_dpp
dpreobra via All-commits
- [all-commits] [llvm/llvm-project] 73c3df: [mlir] Use-after-free checker for the Transform di...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 46c1f7: Add [opt] suffix to optimized stack frame in lldb-...
jeffreytan81 via All-commits
- [all-commits] [llvm/llvm-project] 0fe220: Show error message for optimized variables
jeffreytan81 via All-commits
- [all-commits] [llvm/llvm-project] a1d490: Fix lldb-vscode frame test failure
jeffreytan81 via All-commits
- [all-commits] [llvm/llvm-project] 134d7f: Store a by name list of signals with their actions...
jimingham via All-commits
- [all-commits] [llvm/llvm-project] 439162: [lldb] Fix an unused function warning
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 29f167: [Flang][OpenMP] Fixes for unstructured OpenMP code
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] 29a5a7: [RISCV] Add pre-emit pass to make more instruction...
lewis-revill via All-commits
- [all-commits] [llvm/llvm-project] 7ffc99: [gn build] Port eebc1fb772c5
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 1868f3: [gn build] Port 496156ac57da
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 3245e2: [gn build] Port 1d1a191edcfa
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] b81171: [gn build] Port 29a5a7c6d47a
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 51f635: [gn build] Port 569d6630204d
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] ec0ef6: [gn build] Port 0e3dc1a52ffe
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 75ac91: [gn build] Port b58a420ff4f9
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 827fa2: [gn build] Port 08cc05851872
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] cde101: [gn build] Port 11e3ad299fee
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 936e9b: [gn build] Port 30c37fb89cb7
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] b16460: [gn build] Port 751c7be5b20f
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 1ad9b2: [MLIR][Linalg] Adjust documentation (NFC)
lorenzo chelini via All-commits
- [all-commits] [llvm/llvm-project] ad73ce: [Target] use getSubtarget<> instead of static_cast...
lzw via All-commits
- [all-commits] [llvm/llvm-project] bed9ef: [MCDisassembler] Disambiguate Size parameter in tr...
maksfb via All-commits
- [all-commits] [llvm/llvm-project] bb8e02: llvm-reduce: improve basic-blocks removal pass
markuslavin via All-commits
- [all-commits] [llvm/llvm-project] 6f4644: [clang] Don't parse MS attributes in `ParseExportD...
martinboehme via All-commits
- [all-commits] [llvm/llvm-project] ebb6f3: [libc++] Adds missing includes.
mordante via All-commits
- [all-commits] [llvm/llvm-project] 4cb184: [libc++] Adds __format_string as nasty macro.
mordante via All-commits
- [all-commits] [llvm/llvm-project] 773c6e: [libc++][doc] Clarify wording on the status page.
mordante via All-commits
- [all-commits] [llvm/llvm-project] 84acdd: [SVEInstrFormats] Ensure scatter instructions are ...
paulwalker-arm via All-commits
- [all-commits] [llvm/llvm-project] 6f215c: [SelectionDAG] Add support to widen ISD::STEP_VECT...
paulwalker-arm via All-commits
- [all-commits] [llvm/llvm-project] 9426df: [LLVM][IR] Fix assert in ConstantExpr::getPtrToInt...
paulwalker-arm via All-commits
- [all-commits] [llvm/llvm-project] 5f6fe6: [AVR] Fix incorrect calling convention for varargs...
pcc via All-commits
- [all-commits] [llvm/llvm-project] eebc1f: [libc++] Granularize parts of <type_traits>
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] b177a9: [libc++] Always enable the ranges concepts
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 570390: [libc++] Assume that push_macro and pop_macro are ...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 19e21d: [libc++] Add auto to the list of required extensio...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 40f7fc: [libc++] Add ranges::max_element to the synopsis a...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 1d1a19: [libc++] Implement ranges::reverse
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 7af89a: [libc++] Implement ranges::fill{, _n}
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 569d66: [libc++] Implement ranges::equal
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 0e3dc1: [libc++] Implement ranges::{all, any, none}_of
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 11e3ad: [libc++] Implement ranges::is_sorted{, _until}
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 3606da: [libc++] Enable ranges_robust_against* and niebloi...
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] eb1c50: [libc++][NFC] Rename rand.dis to rand.dist
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 34f738: [libc++] Remove unused __functional includes
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 30c37f: [libc++] Granularize more of <type_traits>
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 7e69bd: [libc++] Use __enable_if_t and is_integral in cstddef
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 4f12a7: [llvm-lib] Ignore /LTCG option
pzhengqc via All-commits
- [all-commits] [llvm/llvm-project] fb67d6: [iwyu] Handle regressions in libLLVM header include
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 6f3f8b: [GuardWidening] Update test with update_test_check...
serguei-katkov via All-commits
- [all-commits] [llvm/llvm-project] 0a838a: [GuardWidening] Add test showing incorrect behavio...
serguei-katkov via All-commits
- [all-commits] [llvm/llvm-project] c2eccc: [GuardWidening] Remove nuw/nsw flags for hoisted i...
serguei-katkov via All-commits
- [all-commits] [llvm/llvm-project] 610eb3: [PowerPC][Future] Add an ISA Future to go with mcp...
stefanp-ibm via All-commits
- [all-commits] [llvm/llvm-project] 8f70d1: [clang-format] Handle attributes in enum declaration.
tchatow via All-commits
- [all-commits] [llvm/llvm-project] 1e1f60: [flang] Alternate entry points with unused arguments
vdonaldson via All-commits
- [all-commits] [llvm/llvm-project] acff94: Update intrinsic module source files
vdonaldson via All-commits
- [all-commits] [llvm/llvm-project]
vdonaldson via All-commits
- [all-commits] [llvm/llvm-project] 949c39: [flang] Update intrinsic module source files
vdonaldson via All-commits
- [all-commits] [llvm/llvm-project] f96aa8: Test C DR conformance (part three of many)
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 69da3b: Revert "[OpenMP] atomic compare fail : Parser & AS...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 9368bf: Removing this as part of the revert done in 69da3b...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 85750d: Use the canonical type when matching a generic sel...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 681c50: Improve the strict prototype diagnostic behavior
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 605651: Fix failing test case with strict prototype changes
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 6273b5: Roll back use of #warning for header deprecations
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] c3a248: [libc++] type_traits: use __is_core_convertible in...
Aaron Jacobs via All-commits
- [all-commits] [llvm/llvm-project] 5799f8: [mlir][sparse] add new complex ops to reduction re...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] a9e354: [mlir][sparse] complex lowering
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] a5d7e2: [OpenMP][mlir] fix broken build
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 9698a4: Fix warning by handling OMPC_fail in switch statem...
Adrian Kuegel via All-commits
- [all-commits] [llvm/llvm-project] c8e7c0: [NFC][llvm-ml] Rename rip-relative-addressing.asm ...
Alan Zhao via All-commits
- [all-commits] [llvm/llvm-project] 65fd1e: [llvm-ml] Add support for the .S extension
Alan Zhao via All-commits
- [all-commits] [llvm/llvm-project] 8725dc: [libc][docs] Use same formatting for headers in so...
Alex Brachet via All-commits
- [all-commits] [llvm/llvm-project] 684c08: [Clang] Extend -gen-reproducer flag
Alex Brachet via All-commits
- [all-commits] [llvm/llvm-project] 4dc389: Revert "[Clang] Extend -gen-reproducer flag"
Alex Brachet via All-commits
- [all-commits] [llvm/llvm-project]
Alex Bradbury via All-commits
- [all-commits] [llvm/llvm-project] ee8524: [libclang] add supporting for indexing/visiting C+...
Alex Lorenz via All-commits
- [all-commits] [llvm/llvm-project] 1b34f1: [clang][test] mark tests added in ee8524087c78 as ...
Alex Lorenz via All-commits
- [all-commits] [llvm/llvm-project] 79e09a: [clang] Fix the begin location of concepts special...
Alex Lorenz via All-commits
- [all-commits] [llvm/llvm-project] 025235: [mlir][LLVM] Add support for Calling Convention in...
Alexander Batashev via All-commits
- [all-commits] [llvm/llvm-project] a3a85f: [mlir] Add RSqrt tp ComplexOps.td.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] f3eeef: [mlir] Add Expm1 tp ComplexOps.td.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] b3c5c2: [mlir] Add `complex.atan2` operation.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] e51a6b: [BOLT][DWARF] Convert dwarf5-df-* tests to assembl...
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] 8b0d76: [DFAJumpThreading] Relax analysis to handle unpred...
Alexey Z. via All-commits
- [all-commits] [llvm/llvm-project] 58b764: [tests] precommit tests for D126040
Allen via All-commits
- [all-commits] [llvm/llvm-project] b976fa: [BOLT][NFC] Remove unused BF::computeLocalUDChain ...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 5d8247: [BOLT][NFC] Use for_each to simplify printLoopInfo
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 69f87b: [BOLT][NFC] Customize endline character for printI...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] f7581a: [BOLT][NFC] Use ListSeparator in BinaryFunction pr...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 0bf3c3: Fix build failure revealed by c35ca3a1c78f693b749a...
Amy Kwan via All-commits
- [all-commits] [llvm/llvm-project] af4309: [PowerPC][AIX] Allow VSX patterns to be 32-bit and...
Amy Kwan via All-commits
- [all-commits] [llvm/llvm-project] 72832e: [SPIR-V] Allow setting SPIR-V version via target t...
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] d61ded: [OpenCL] Make -cl-ext a driver option.
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] 730dc4: [Clang] Added options for integrated backend.
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] 3087af: [OpenCL][Doc] Misc improvements related to SPIR-V ...
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] 7df259: [Doc][OpenCL] Misc wording improvements for SPIR-V
Anastasia Stulova via All-commits
- [all-commits] [llvm/llvm-project] 572fc7: [AArch64] Order STP Q's by ascending address
Andre Vieira via All-commits
- [all-commits] [llvm/llvm-project] b2b032: [DFSan] Add option to specify individual library f...
Andrew Browne via All-commits
- [all-commits] [llvm/llvm-project] 4290ef: [Support] Reduce allocations in parallelForEach wi...
Andrew Ng via All-commits
- [all-commits] [llvm/llvm-project] c78c00: [LLD][ELF] Drop the string null terminator from th...
Andrew Ng via All-commits
- [all-commits] [llvm/llvm-project] a94d45: [LLD][test] Update `zlib` tests for LLD commit c78...
Andrew Ng via All-commits
- [all-commits] [llvm/llvm-project] bea86a: [SLP][NFC]Add a test for extracting scalar from un...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 2ac5eb: [SLP]Do not emit extract elements for insertelemen...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 319a72: [SLP][NFC]Improve compile time, NFC.
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] f9c806: [SLP][NFC]Make isFirstInsertElement a weak strict ...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 10f41a: [SLP]Fix PR55688: Miscompile due to incorrect nuw/...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 3bf5c2: [SLP]Do not try to generate ScatterVectorize if it...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 9139d4: [SLP]Fix crash on reordering of ScatterVectorize n...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 120d52: [SLP]Fix PR55653: emit undefs where required, not ...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 7b809c: [SLP]Improve compile time, NFC.
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 9da896: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific...
Anubhab Ghosh via All-commits
- [all-commits] [llvm/llvm-project] b58a42: [Tooling/DependencyScanning] Rename refactorings t...
Argyrios Kyrtzidis via All-commits
- [all-commits] [llvm/llvm-project] edcd06: [test/ClangScanDeps] Add a target triple for `macr...
Argyrios Kyrtzidis via All-commits
- [all-commits] [llvm/llvm-project] fad6e3: [Lex] Fix crash during dependency scanning while s...
Argyrios Kyrtzidis via All-commits
- [all-commits] [llvm/llvm-project] 75d12e: [libclang] Fall back to getMainExecutable when dla...
Ayke via All-commits
- [all-commits] [llvm/llvm-project] 0bd645: [libclang] Fix error message capitalization
Ayke via All-commits
- [all-commits] [llvm/llvm-project] 7a2d6d: [analyzer][NFC] Inline ExprEngine::evalComplement
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] e37b28: [analyzer][NFC] Use idiomatic classof instead of i...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] f13050: [analyzer][NFCi] Annotate major nonnull returning ...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] 3988bd: [llvm][clang][bolt][NFC] Use llvm::less_first() wh...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] a73b50: Revert "[llvm][clang][bolt][NFC] Use llvm::less_fi...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] e651ed: [analyzer] Fix wrong annotation of LazyCompoundVal...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] 2f2ca3: Fix an unused variable warning in no-asserts build...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] 338e76: Lower complex.expm1 to standard dialect.
Bixia Zheng via All-commits
- [all-commits] [llvm/llvm-project] a14057: [mlir][sparse] Add more complex operations.
Bixia Zheng via All-commits
- [all-commits] [llvm/llvm-project] 244494: [Hexagon] Fix test on OpenBSD
Brad Smith via All-commits
- [all-commits] [llvm/llvm-project] ce54b2: [Clang][CoverageMapping] Fix switch counter codege...
Bruno Cardoso Lopes via All-commits
- [all-commits] [llvm/llvm-project] 62a9b3: [MachineSink] replace MachineLoop with MachineCycle
Chen Zheng via All-commits
- [all-commits] [llvm/llvm-project] 80c491: Revert "[MachineSink] replace MachineLoop with Mac...
Chen Zheng via All-commits
- [all-commits] [llvm/llvm-project] d79275: [MachineSink] replace MachineLoop with MachineCycle
Chen Zheng via All-commits
- [all-commits] [llvm/llvm-project] c088fb: [mlir][PDLL] Allow numeric result indexing for unr...
ChiaHungDuan via All-commits
- [all-commits] [llvm/llvm-project] 334f63: [mlir][NvGpuToNVVM] Fix missing i4 support for nvg...
Chris via All-commits
- [all-commits] [llvm/llvm-project] 7085cb: [mlir][NvGpuToNVVM] Fix byte size calculation in a...
Chris via All-commits
- [all-commits] [llvm/llvm-project] 11dd50: NFC. Clang-formatting.
Chris B via All-commits
- [all-commits] [llvm/llvm-project] c4bc41: [LLVM] Add rcp.approx.ftz.f32 intrinsic
Christian Sigg via All-commits
- [all-commits] [llvm/llvm-project] 1b89a2: [C++20] [Coroutines] Conform the updates for CWG i...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 9e9cf3: Revert "[C++20] [Coroutines] Conform the updates f...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] a1ffba: [C++20] [Coroutines] Conform the updates for CWG i...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 99eca8: [Driver] Enable to use C++20 standalne by -fcxx-mo...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 42c3c7: Revert "[Driver] Enable to use C++20 standalne by ...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] a54471: [Driver] Enable to use C++20 standalne by -fcxx-mo...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 738c20: [NFC] Use %clang instead of %clang++ in tests
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 8e9528: [RISCV][NFC] Test cases for fmuladd intrinsic
ChunyuLiao via All-commits
- [all-commits] [llvm/llvm-project] 80ab16: [NFC][LoopCacheAnalysis] Update test cases to make...
CongzheUalberta via All-commits
- [all-commits] [llvm/llvm-project] 75eb05: [AArch64] Add test case for pr55644. NFC
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] cddeb7: [RISCV] Add test cases showing failure to remove m...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] d2ee2c: [RISCV] Add an operand kind to the opcode/imm retu...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 66db53: [RISCV] Fix vnsrl/vnsra isel patterns that are dro...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 06fee4: [X86] Add isSimple check to the load combine in co...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 172149: [RISCV] Preserve fast math flags in lowerVPOp.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] e9ac99: [RISCV] Simplfy creation of IndexVT in lowerMasked...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] aaad50: [RISCV] Return false from isOffsetFoldingLegal ins...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] d0f65e: [RISCV] Remove unused variables. NFC
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] b09e54: [RISCV] Use template version of SignExtend64 for c...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 542a83: [RISCV] Correct load/store alignments in sink-spla...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] e642d0: [RISCV] Add test cases showing missed opportunity ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] a1a14e: [Clang] Avoid misleading 'conflicting types' diagn...
Cyndy Ishida via All-commits
- [all-commits] [llvm/llvm-project] d1440c: [flang] expand the this_image test coverage
Damian Rouson via All-commits
- [all-commits] [llvm/llvm-project] 504736: [clang][extract-api] Don't emit symbols prefixed w...
Daniel Grumberg via All-commits
- [all-commits] [llvm/llvm-project] 50f2e4: [clang][cmake] Fixed typo in hmaptool CMakeLists.txt
Daniel Hannon via All-commits
- [all-commits] [llvm/llvm-project] b479ea: Add llvm-debuginfod-find tool to Bazel build
Daniele Vettorel via All-commits
- [all-commits] [llvm/llvm-project] 889c7c: [flang] Support correct continuations for compiler...
Daniil Dudkin via All-commits
- [all-commits] [llvm/llvm-project] 52d79b: [mlir][llvm] Fix compiler error on GCC 9
Daniil Dudkin via All-commits
- [all-commits] [llvm/llvm-project] 0da230: [lldb] Improve formatting of dlopen error messages...
Dave Lee via All-commits
- [all-commits] [llvm/llvm-project] 760298: [lldb] Specify aguments of `image list`
Dave Lee via All-commits
- [all-commits] [llvm/llvm-project] e59f64: Move GCC-compatible pod-packing change to v15/old ...
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 6ef5e2: [AArch64] Fix assumptions on input type of tryComb...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 18cb3b: [ARM] Fix vcvtb/t.f16 input liveness
David Green via All-commits
- [all-commits] [llvm/llvm-project] 756314: [AArch64] Costmodel tests for llvm.vscale intrinsi...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 9a3144: [AArch64] Reuse larger DUP if available
David Green via All-commits
- [all-commits] [llvm/llvm-project] 38eb4f: [llvm][DWARF] Move test using X86 triple into X86 ...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] a205f2: [WebAssembly] Consolidate sectionTypeToString in B...
Derek Schuff via All-commits
- [all-commits] [llvm/llvm-project] c5e5cf: Test stackmap support for i128
Edd Barrett via All-commits
- [all-commits] [llvm/llvm-project] e91780: [Clang][Driver] Fix include paths for `--sysroot /...
Egor Zhdan via All-commits
- [all-commits] [llvm/llvm-project] 4c549a: [flang][NFC] Make semantics test dosemantics03.f90...
Emil Kieri via All-commits
- [all-commits] [llvm/llvm-project] f1983f: [flang] Make extension explicit: exponent-letter m...
Emil Kieri via All-commits
- [all-commits] [llvm/llvm-project] 52992f: Add !nosanitize to FixedMetadataKinds
Enna1 via All-commits
- [all-commits] [llvm/llvm-project] 33b598: [clang][dataflow] Relax assert on existence of `th...
Eric Li via All-commits
- [all-commits] [llvm/llvm-project] 224a86: [llvm-nm][docs] Document -W and -U
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 9ee15b: [MC] Lower case the first letter of EmitCOFF* Emit...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 056dec: [Driver][test] Change -target i386-unknown-linux-g...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] cef377: [RISCV] Simplify code after D125905
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 068b8a: [ARM][AArch64] Change -mharden-sls= to use err_drv...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 3b4500: [Driver] Replace err_invalid_branch_protection wit...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 0cc981: [AArch64] implement isReassocProfitable, disable f...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 866172: [AArch64] Add tests with free shuffles for indexed...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 1ba42d: [VPlan] Use MapVector for LiveOuts for determinist...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] c6e45e: [VPlan] Exit earlier when trying to widen with sca...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 390c0a: [LV] Fix indentation in tryToCreateWidenRecipe (NFC).
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] f96aa4: [SimpleLoopUnswitch] Always skip trivial select an...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] a9a012: [AArch64] Add additional tests for sinking free sh...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 9c66ed: [SCEV] Add test with loop guarded by assume with a...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 6af5f5: [SCEV] Collect conditions from assumes same way as...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 786c68: [AArch64] Add support for FMA intrinsics to should...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 6abce1: [VPlan] Use Exiting-block instead of Exit-block te...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 0776c4: Recommit "[LICM] Only create load in ph when promo...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] cb8681: [RISCV] Fix RVV stack frame alignment bugs
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 08c9fb: [RISCV] Ensure the entire stack is aligned to the ...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 7f7ef0: [LegalizeTypes][NFC] Fix node name in assertion me...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] fd9373: [RISCV] Replace untested code with assert
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 2c9983: [RISCV][NFC] Add braces to 'else' to match braced ...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 3e450d: [RISCV][NFC] Unify compatibility checks under one ...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 32f189: [analyzer] Implement assumeInclusiveRange in terms...
Gabor Marton via All-commits
- [all-commits] [llvm/llvm-project] f75bc5: [analyzer] Fix symbol simplification assertion fai...
Gabor Marton via All-commits
- [all-commits] [llvm/llvm-project] ca3d96: [analyzer] Return from reAssume if State is poster...
Gabor Marton via All-commits
- [all-commits] [llvm/llvm-project] b5b2ae: [analyzer] Add UnarySymExpr
Gabor Marton via All-commits
- [all-commits] [llvm/llvm-project] 6ab69e: [analyzer][NFC] Rename GREngine->CoreEngine, GRExp...
Gabor Marton via All-commits
- [all-commits] [llvm/llvm-project] 5aefda: [mlir][Linalg] Relax vectorization condition to al...
Han-Chung Wang via All-commits
- [all-commits] [llvm/llvm-project] ebe2e4: [libcxx] Add sort.bench.cpp to libcxx/benchmarks/C...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 865ad6: [libc++] Use __libcpp_clz for a tighter __log2i fu...
Hans via All-commits
- [all-commits] [llvm/llvm-project] 085ace: [RISCV][NFC] Remove solved TODO for combining cons...
Haocong Lu via All-commits
- [all-commits] [llvm/llvm-project] cd2292: [pseudo] A basic implementation of compiling cxx g...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] f1df65: [pseudo] Add missing dependency, fix shared librar...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] c673d6: [AST] Dont invalidate a ref-type var decl if it ha...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] a17fc7: Fix unused-variable warning, NFC.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] e5d8fb: [BasicBlockUtils] Add corner case test for loop me...
Hendrik Greving via All-commits
- [all-commits] [llvm/llvm-project] 6c12ae: Exposes interface to free up caching data structur...
Hyoun Kyu Cho via All-commits
- [all-commits] [llvm/llvm-project] be4eaf: [Clang][CodeGen] Fix the cmse-clear-return.c test.
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] 1586e1: [AMDGPU][MC][GFX11] Support base+soffset+offset SM...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] b3c856: [MLIR][NFC] Fix the Conversion/MemRefToSPIRV/alloc...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] 046f90: [TableGen] Undeprecate 'field' when used with the ...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] ad1d60: [FileCheck] Catch missspelled directives.
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] 8894c0: [FileCheck] GetCheckTypeAbbreviation() to handle t...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] b0ccf3: [AMDGPU][GFX9] Support base+soffset+offset SMEM lo...
Ivan Kosarev via All-commits
- [all-commits] [llvm/llvm-project] 997b07: C++ DR2394: Const-default-constructible for members.
James Y Knight via All-commits
- [all-commits] [llvm/llvm-project] 24239e: Add new hidden option -print-on-crash that prints ...
Jamie Schmeiser via All-commits
- [all-commits] [llvm/llvm-project] bef4da: Skip testing of watchpoint hit-count/ignore-count ...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 8ee35c: Update three tests to realpath paths that we compa...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] c274b6: Defer source path remap tilde expansion until sour...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 56ac85: Revert "Defer source path remap tilde expansion un...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 8a4672: Defer source path remap tilde expansion until sour...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] ea6d0c: One further tweak for realpathing filepath to matc...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 2f23ab: Increase the default maximum stack walk
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 891944: [mlir] Fix warning `missing base in copy ctor`
Javed Absar via All-commits
- [all-commits] [llvm/llvm-project] c7283c: [mlir][NFC] Trivial : Fix typo
Javed Absar via All-commits
- [all-commits] [llvm/llvm-project] 21843d: [AMDGPU] Remove unneeded regex escaping in FileChe...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 929353: [TableGen] Remove an untrue statement from the docs
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 96bbe1: [mlir] Rename mlir::SmallVector -> llvm::SmallVector
Jeff Niu via All-commits
- [all-commits] [llvm/llvm-project] b27148: [RISCV] Replace ISD::FP_EXTEND and ISD::FP_ROUND w...
Jianjian Guan via All-commits
- [all-commits] [llvm/llvm-project] bb82f7: Revert "Revert "[AArch64] Set maximum VF with shou...
JinGu Kang via All-commits
- [all-commits] [llvm/llvm-project] 1a51ab: [AMDGPU] gfx11 export instructions
Joe Nash via All-commits
- [all-commits] [llvm/llvm-project] ef1ea5: [AMDGPU] gfx11 vinterp instructions MC support
Joe Nash via All-commits
- [all-commits] [llvm/llvm-project] 835e09: [AMDGPU] gfx11 FLAT Instructions
Joe Nash via All-commits
- [all-commits] [llvm/llvm-project] 48ca3a: [OpenMP] Extend omp teams to permit nested omp atomic
Joel E. Denny via All-commits
- [all-commits] [llvm/llvm-project] 4a3681: [OpenACC][OpenMP] Document atomic-in-teams extension
Joel E. Denny via All-commits
- [all-commits] [llvm/llvm-project] a1ec3c: [scudo] Link against libatomic on all MIPS targets
John Paul Adrian Glaubitz via All-commits
- [all-commits] [llvm/llvm-project] c30a8c: [lldb] Fix should_skip_simulator_test decorator
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] f179f4: [lldb] Disable modules in Apple-lldb-base
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 436eaf: [lldb] Improve TestAppleSimulatorOSType.py error m...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 5451c4: [lldb/fuzzer] Moving target fuzzer into separate s...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 42fe7c: [SystemZ] Bugfix for symbolic displacements.
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] f0a61c: Remove `friend` classes from TypeCategoryMap
Jorge Gorbe Moya via All-commits
- [all-commits] [llvm/llvm-project] f37101: [OpenMP] Add `-Xoffload-linker` to forward input t...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 372386: [OpenMP] Fix file arguments for embedding bitcode ...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 8a1984: [Clang][Docs] Document `-Xoffload-linker` flag
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] b7c8c4: [Clang] Introduce `--offload-link` option to perfo...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 1bae02: [Cuda] Use fallback method to mangle externalized ...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 5a2dbe: [libc++][test] Verify std::ranges::rbegin, crbegin...
Joseph Loser via All-commits
- [all-commits] [llvm/llvm-project] 7f1e04: [libc++][test] Remove Clang <= 3.7 workaround in i...
Joseph Loser via All-commits
- [all-commits] [llvm/llvm-project] 806e8a: [Sanitizer][Darwin] Add SANITIZER_DRIVERKIT platfo...
Julian Lettner via All-commits
- [all-commits] [llvm/llvm-project] 196238: [Sanitizer][Darwin] Add explanation for Apple plat...
Julian Lettner via All-commits
- [all-commits] [llvm/llvm-project] 8e724a: [TSan][Darwin] Deflake test
Julian Lettner via All-commits
- [all-commits] [llvm/llvm-project] b166aa: [RISCV][NFC] Change interface of RVVIntrinsic::get...
Kito Cheng via All-commits
- [all-commits] [llvm/llvm-project] e45087: [RISCV] Fix state persistence bugs (PR55548)
Kito Cheng via All-commits
- [all-commits] [llvm/llvm-project] b06049: [libc++][NFC] Add more tests to `move_{iterator, se...
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 8d2918: Minutes for security group sync-ups have moved to ...
Kristof Beyls via All-commits
- [all-commits] [llvm/llvm-project] 23bb55: DWARFVerifier: Change vector of IntervalMap to vec...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] aee6b8: [ADT] Explicitly delete copy/move constructors and...
Krzysztof Parzyszek via All-commits
- [all-commits] [llvm/llvm-project] 3c057a: [MLIR][Presburger] Add getDomainSet, getRangeSet t...
Kunwar Shaanjeet Singh Grover via All-commits
- [all-commits] [llvm/llvm-project] fb857d: [MLIR][Presburger] Add inverse to IntegerRelation
Kunwar Shaanjeet Singh Grover via All-commits
- [all-commits] [llvm/llvm-project] f168a6: [MLIR][Presburger] Add intersectDomain/Range to In...
Kunwar Shaanjeet Singh Grover via All-commits
- [all-commits] [llvm/llvm-project] dac27d: [MLIR][Presburger] Add applyDomain/Range to Intege...
Kunwar Shaanjeet Singh Grover via All-commits
- [all-commits] [llvm/llvm-project] b07880: [libc++] Replace modulus operations in std::seed_s...
Laramie Leavitt via All-commits
- [all-commits] [llvm/llvm-project] 413fbb: [mlir][scf] Retain existing attributes in scf.for ...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] e0ea1f: [mlir][spirv] Fix capability check for 64-bit elem...
Lei Zhang via All-commits
- [all-commits] [llvm/llvm-project] a84026: [RISCV] Add test for experimental.vector.reverse
LiqinWeng via All-commits
- [all-commits] [llvm/llvm-project] c98b3a: Fix `performance-unnecessary-value-param` for temp...
Liu Ke via All-commits
- [all-commits] [llvm/llvm-project] 3f3a23: [clang-apply-replacements] Added an option to igno...
Liu Ke via All-commits
- [all-commits] [llvm/llvm-project] 57d239: [mlir] Breakdown diagnostic string literals
Logan Chien via All-commits
- [all-commits] [llvm/llvm-project] 0c8fdd: [mlir] Fix Tensor_InsertSliceOp description
Logan Chien via All-commits
- [all-commits] [llvm/llvm-project] 6cb3fd: [libc++] Remove duplicate tests for callable concepts
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 55e34f: [libc++] Always enable the ranges concepts
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] a9a6e2: [libc++] Rename the generic-singlethreaded CI job ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] dc8a9a: [libc++][NFC] Move definitions around in string.cp...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 643df8: [libc++] Make sure that all headers can be include...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] d8afac: [libc++] Use Python subprocess instead of libc++'s...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 838335: [libc++] Remove conditional include
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 851bfc: [libc++abi] Use from-scratch testing configs for l...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] f8c8bd: [libc++] Remove temporary workaround for existing ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 3bba72: [libc++] Time tests during CI
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 92bbcf: [libunwind] Tidy-up the testing configuration for ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] eb1b1f: [libc++][NFC] Fix whitespace
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] c358d9: [libc++] Add various missing _LIBCPP_HIDE_FROM_ABI
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 719bf2: [runtimes] Officially deprecate the legacy testing...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] a7f989: [runtimes] Rename various libcpp-has-no-XYZ Lit fe...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] d4d28f: [clang-format] Fix QualifierAlignment with global ...
Marek Kurdej via All-commits
- [all-commits] [llvm/llvm-project] 8246b2: [Sanitizers][Darwin] Replace SANITIZER_MAC with SA...
Mariusz Borsa via All-commits
- [all-commits] [llvm/llvm-project] 46c0ec: [InstCombine] Fold memrchr calls with sequences of...
Martin Sebor via All-commits
- [all-commits] [llvm/llvm-project] 919107: [lldb] Fix cross compiling on macOS
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] bf1ab1: cmake: use llvm dir variables for clang/utils/hmap...
Matheus Izvekov via All-commits
- [all-commits] [llvm/llvm-project] e267df: Use cmake Python3_EXECUTABLE variable instead of h...
Matthias Braun via All-commits
- [all-commits] [llvm/llvm-project] ec55f0: [mlir][bufferization][NFC] Improve assembly format...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 210c4e: [mlir][bufferization] Fix Python bindings
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 598c5d: [mlir][bufferize] Support fully dynamic layout map...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 82c85b: [mlir][bufferize][NFC] Update One-Shot Bufferize p...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 0ee1c0: [mlir][bufferize] Remove hoisting functionality fr...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] ab249f: [mlir][bufferization][NFC] Remove dead code
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 52698a: [mlir][bufferization] Clean up imports and code co...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 153417: [mlir][bufferization][NFC] Move OpFilter out of Bu...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 3490aa: [mlir][bufferization][NFC] Remove post-analysis st...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] f470f8: [mlir][bufferize][NFC] Split analysis+bufferizatio...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 2f0a63: [mlir][bufferization] Add extra filter mechanism t...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 1968f7: [Test] Add LICM test for PR55672 showing problem w...
Max Kazantsev via All-commits
- [all-commits] [llvm/llvm-project] 143ca1: Fix comment in test. NFC
Max Kazantsev via All-commits
- [all-commits] [llvm/llvm-project] 503d57: [JumpThreading][NFCI] Reuse existing DT instead of...
Max Kazantsev via All-commits
- [all-commits] [llvm/llvm-project] 63d69a: Apply clang-tidy fixes for performance-unnecessary...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] da3b82: Apply clang-tidy fixes for performance-unnecessary...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] cc871c: [Polly][Test] Fix race condition while printing do...
Michael Kruse via All-commits
- [all-commits] [llvm/llvm-project] e40c4d: [llvm-rc] Avoid which(1) dependency in windres-pre...
Michał Górny via All-commits
- [all-commits] [llvm/llvm-project] 9ba937: [OpenMP] Add parsing/sema support for omp_all_memo...
Mike Rice via All-commits
- [all-commits] [llvm/llvm-project] 239094: [OpenMP] Add codegen for 'omp_all_memory' reserved...
Mike Rice via All-commits
- [all-commits] [llvm/llvm-project] ba3f85: [OpenMP] Add diagnostic for unterminated 'omp [beg...
Mike Rice via All-commits
- [all-commits] [llvm/llvm-project] 0a5cfb: [OpenMP] Use the align clause value from 'omp allo...
Mike Rice via All-commits
- [all-commits] [llvm/llvm-project] f15c60: [UpdateTestChecks] Auto-generate stub bodies for u...
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] 6ddc4c: Fix break introduced by D124306
Mircea Trofin via All-commits
- [all-commits] [llvm/llvm-project] cead4e: [symbolizer] Parse DW_TAG_variable DIs to show lin...
Mitch Phillips via All-commits
- [all-commits] [llvm/llvm-project] 40b9a2: emitStringLiteralDef: Return earlier here. NFC.
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] c8e087: [TableGen] emitStringLiteralDef: Pad trailing '\0'...
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] 801ac2: [bazel] Bump to 15.0.0git
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] 6f4347: [bazel] Introduce "VE" CodeGen in LLVM.
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] de20fb: [bazel] BLAKE3: Adopt aarch64 and x86_64.
NAKAMURA Takumi via All-commits
- [all-commits] [llvm/llvm-project] 8b5d9c: [x86][DAG] Unroll vectorized FREMs that will becom...
Nabeel Omer via All-commits
- [all-commits] [llvm/llvm-project] bedd3e: [mlir][tosa] Change tosa.depthwise_conv2d's ending...
NatashaKnk via All-commits
- [all-commits] [llvm/llvm-project] f3c1d2: [clang-tidy] Extend SimplifyBooleanExpr demorgan s...
Nathan James via All-commits
- [all-commits] [llvm/llvm-project] 09ef6d: [clang-tidy] Update docs for SimplifyDeMorganRelaxed
Nathan James via All-commits
- [all-commits] [llvm/llvm-project] 175833: [clangd] Handle '--' in QueryDriverDatabase
Nathan Ridge via All-commits
- [all-commits] [llvm/llvm-project] a1dcfb: [clang] Module global init mangling
Nathan Sidwell via All-commits
- [all-commits] [llvm/llvm-project] 6b8c6f: [clang][PR55406] CFG for coroutine
Nathan Sidwell via All-commits
- [all-commits] [llvm/llvm-project] 154f93: [gn build] (semi-automatically) port 0360b9f1599b
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 1b976f: [gn build] Reformat all build files
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] c85688: [gn build] (manually) port some of cd2292ef8245
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 788463: [pseudo-gen] Add -o flag, make --grammar required
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 2a2846: AMDGPU/GISel: Factor out AMDGPURegisterBankInfo::b...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] afc901: Revert "AMDGPU/GISel: Factor out AMDGPURegisterBan...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] affa1b: AMDGPU/GISel: Factor out AMDGPURegisterBankInfo::b...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 5df289: AMDGPU: Add G_AMDGPU_MAD_64_32 instructions
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 089036: [XCORE][CodeGen][NFC] Revert: Use ArrayRef in Targ...
Nigel Perks via All-commits
- [all-commits] [llvm/llvm-project] 5126c3: [CGP] Freeze condition when despeculating ctlz/cttz
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 45226d: [InstCombine] Reuse icmp of and/or folds for logic...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 131249: [InstCombine] Add tests for recursive and/or of ic...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] f45c1e: [InstCombine] Change operand order in recursive an...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 81c648: [LoopUnroll] Freeze tripcount rather than condition
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 973c7e: [InstCombine] Use different icmp pattern in test (...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e1fcf9: [InstCombine] Add splat vector test for asymmetric...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 4aa32e: [InstCombine] Add tests for masked icmps with bitw...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e7ddb4: [InstCombine] Add tests for freeze of load with me...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] b2a13d: [InstCombine] Use IRBuilder in freeze pushing tran...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 3eab6c: [InstCombine] Add test for GEP difference with bit...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 8a6698: [ValueTracking] Loads with !dereferenceable metada...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 6346a0: [PhaseOrdering] Add test for unprofitable loop loa...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] c8eb83: [ControlHeightReduction] Use logical and
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] bebf7b: [clang-format][NFC] Insert/remove braces in clang/...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 522187: [clang-format] Fix an invalid code generation in R...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 5bf44a: [clang-format][NFC] Refactor UnwrappedLineParser::...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 1e9114: Replace the custom linked list in LeaderTableEntry...
Owen Anderson via All-commits
- [all-commits] [llvm/llvm-project] 939a43: Revert "Replace the custom linked list in LeaderTa...
Owen Anderson via All-commits
- [all-commits] [llvm/llvm-project] 256a52: Round up zero-sized symbols to 1 byte in `.debug_a...
Patrick Walton via All-commits
- [all-commits] [llvm/llvm-project] 7f5439: [compiler-rt][test] Fix flake in symbolize_stack test
Paul Kirth via All-commits
- [all-commits] [llvm/llvm-project] dbd1ba: [PS5] Disable a test, same as PS4
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] 217531: [PS5] Make driver's PIC behavior match PS4
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] 28432b: [PS5] Verify defaults to -fno-stack-size-section
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] efebb2: Revert "[PS5] Verify defaults to -fno-stack-size-s...
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] 4a3e2a: Reland "[PS5] Verify defaults to -fno-stack-size-s...
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] d8dda5: [PS5] Default to -fno-rtti
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] 634c8e: [PS5] Allow dllimport/dllexport same as PS4
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] e251fb: [libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_...
Pavel Samolysov via All-commits
- [all-commits] [llvm/llvm-project] b05068: [NFC][flang] Change the OpenMP atomic read/write t...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] 042ae8: [OpenMP] Support operation conversion to LLVM for ...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] 65af17: [flang][OpenMP][OpenACC] Fix exit of a region
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] 660733: [flang][OpenMP] Fix pointer variables in atomic re...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] e141e7: [flang] Fix character length calculation for Unico...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 9f33dd: [flang] Allow global scope names that clash with i...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 037732: [flang] Ignore BIND(C) binding name conflicts of i...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 7f680b: [flang] Allow more forward references to ENTRY names
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] deb62f: [flang][runtime] Clean up asynchronous I/O APIs
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 574f9d: [flang] Extension: Accept Hollerith actual argumen...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] d90e86: [flang][runtime] INQUIRE(UNIT=666, NUMBER=n) must s...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 8527f9: [flang][runtime] Handle BACKSPACE after reading pa...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 03095b: [flang] Fix crash in semantics after PDT instantia...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] c42862: [flang] Catch calls to assumed-length character fu...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] cd2a8d: [flang] Don't prematurely resolve subprogram names
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] bd92bc: [flang] Fix purity testing for generic calls
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 48a8a3: [flang] Accept defined assignment with CLASS(*) RHS
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] dcf9ba: [flang] Fix false error for multiple defined I/O s...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] d52a6e: [flang] Process subprogram BIND(C, NAME=...) locally
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 0a7911: [flang] Replace crash and improve a semantics TODO...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] cdd54c: [flang][runtime] Catch decimal integer input overflow
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] bbad98: [flang] Address regression (calls to assumed-lengt...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 6b99dc: [flang] Fix crash from a blank BIND(C, NAME="") on ...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] ddd692: [flang] Allow forward reference to ENTRY from gene...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 735062: [flang] Avoid spurious warnings from reading modul...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 3142c7: [nfc][flang] Fix spelling errors and usage in an e...
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] 0c1905: [flang] Make generic resolution conform to 15.5.5....
Peter Klausler via All-commits
- [all-commits] [llvm/llvm-project] ade47b: [LV] Improve register pressure estimate at high VFs
Peter Waller via All-commits
- [all-commits] [llvm/llvm-project] bc2fe4: [RISCV] Add basic fault-first load coverage for VS...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] a95ecb: [RISCV] Hoist VSETVLI out of idiomatic fixed lengt...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 948d93: [RISCV] Ensure the forwarded AVL register is alive
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] a4a438: [riscv] Add coverage for fixed length vector loops...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] dd336b: [RISCV] Restructure comment and add clarifying ass...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 2a3b6f: [RISCV] Hoist VSETVLI vlmax, vtype out of scalable...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] be2cb8: [riscv] Remove mutation of prior vsetvli from inse...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 1f0639: Reapply "[RISCV] Enable strict assertions in Inser...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] afe499: [RISCV] Allow compatible VTYPE in AVL Reg Forward ...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] d58cc0: [RISCV] reorganize getFrameIndexReference to reduc...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 8a3b6b: [RISCV] Add a subtarget feature to enable unaligne...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] d4905a: [RISCV] Add a vsetvli PRE test involving non-1 LMUL
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 85b447: [RISCV] Allow PRE of vsetvli involving non-1 LMUL
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] c8644e: [compiler-rt][lsan] Update CanBeAHeapPointer for A...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] f6038c: [compiler-rt][scudo] Simplify TBI checks
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] 676eaa: [compiler-rt][scudo] Add missing preprocessor token
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] 6edbdf: Revert "[compiler-rt][scudo] Add missing preproces...
PiJoules via All-commits
- [all-commits] [llvm/llvm-project] 842e48: [demangler][RISCV] Fix for long double
Piggy via All-commits
- [all-commits] [llvm/llvm-project] 121689: [SelectionDAG][NFC] Simplify integer promotion in ...
Pretty-box via All-commits
- [all-commits] [llvm/llvm-project] 083798: [LegalizeTypes][VP] Add integer promotion support ...
Pretty-box via All-commits
- [all-commits] [llvm/llvm-project] 5ff27f: [clang-repl] Recover the lookup tables of the prim...
Purva-Chaudhari via All-commits
- [all-commits] [llvm/llvm-project] c09cd6: [BOLT] Fix AND evaluation bug in shrink wrapping
Rafael Auler via All-commits
- [all-commits] [llvm/llvm-project] 4d8d25: [Propeller] Promote functions with propeller profi...
Rahman Lavaee via All-commits
- [all-commits] [llvm/llvm-project] 3aa249: Revert "[Propeller] Promote functions with propell...
Rahman Lavaee via All-commits
- [all-commits] [llvm/llvm-project] 08cc05: Reland "[Propeller] Promote functions with propell...
Rahman Lavaee via All-commits
- [all-commits] [llvm/llvm-project] 89e663: [clang-tidy] Improve add_new_check.py to recognize...
Richard Thomson via All-commits
- [all-commits] [llvm/llvm-project] ebc77f: [mlir:LSP] Link the test dialect into mlir-lsp-server
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] d6708b: [mlir-vscode] Add support for highlighting pdll an...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] dc9fb6: [mlir][Tablegen-LSP] Add support for a compilation...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 8e757c: Fix conversion error to Expected
RoboTux via All-commits
- [all-commits] [llvm/llvm-project] a27b91: [scudo] Clean up Zircon header file uses
Roland McGrath via All-commits
- [all-commits] [llvm/llvm-project] b15910: Sema: adjust assertion to account for deduced types
Saleem Abdulrasool via All-commits
- [all-commits] [llvm/llvm-project] 9ff4f2: [clang-tidy] Fix #55134 (regression introduced by ...
Salman Javed via All-commits
- [all-commits] [llvm/llvm-project] 74f984: [lld][WebAssembly] Allow use of statically allocat...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 966427: [lld][WebAssemlby] Check for command line flags wi...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 198815: [lld][WebAssembly] Avoid importing/exporting hidde...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 87628f: [lld][WebAssembly] Require double dash for modern ...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 98ff20: [lld][WebAssembly] Update test after 87628f5804e2
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 0e8f4c: [lld][WebAssembly] Fix crash on undefined+weak fun...
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] b86771: [libc++] Minor emscripten changes from downstream
Sam Clegg via All-commits
- [all-commits] [llvm/llvm-project] 0360b9: [pseudo] (trivial) bracket-matching
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] e0fe97: [TypePromotion] Avoid unnecessary trunc zext pairs
Sam Parker via All-commits
- [all-commits] [llvm/llvm-project] 6793c6: [InstCombine] add tests for icmp of zext i1; NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] e8c20d: [IR] add and use pattern match specialization for ...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 05527b: [InstCombine] fold more shuffles with FP<->Int cas...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] d5ebba: [x86] add test with volatile load; NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] d3187d: [SLP] add minimum test for miscompile (PR55688); NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] ea6171: [InstCombine] add tests for icmp with udiv operand...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 60682a: [InstCombine] add tests for icmp with sdiv operand...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 5a6e08: [InstCombine] reduce code duplication; NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 0f6494: [DOC] Refactor Functions section in LangRef
Sebastian Peryt via All-commits
- [all-commits] [llvm/llvm-project] 6fc0bc: Fix behavior of is_fp_class on empty class set
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] bdd009: [GlobalISel] Add G_IS_FPCLASS
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] ff1681: [Support] Add missing <cstdint> header to Signals.h
Sergei Trofimovich via All-commits
- [all-commits] [llvm/llvm-project] f50be3: [TableGen] Remove code beads
Sheng via All-commits
- [all-commits] [llvm/llvm-project] 751c7b: [TableGen] Remove code beads
Sheng via All-commits
- [all-commits] [llvm/llvm-project] 4baae1: [pseudo] Fix pseudo-gen usage when cross-compiling
Shoaib Meenai via All-commits
- [all-commits] [llvm/llvm-project] 3d2b5b: [libunwind] Factor out sigreturn check condition. NFC
Shoaib Meenai via All-commits
- [all-commits] [llvm/llvm-project] a831ce: Revert "[runtimes] Detect changes to Tests.cmake"
Shoaib Meenai via All-commits
- [all-commits] [llvm/llvm-project] 7604c5: [OpenMP][IRBuilder] `omp task` support
Shraiysh via All-commits
- [all-commits] [llvm/llvm-project] 512d06: [mlir][openmp] Add check for types of operands in ...
Shraiysh via All-commits
- [all-commits] [llvm/llvm-project] dae2c2: [flang][OpenMP][NFC] Cleanup the sections tests
Shraiysh via All-commits
- [all-commits] [llvm/llvm-project] 6e1271: [VP][fix] Don't discard masks in reductions
Simon Moll via All-commits
- [all-commits] [llvm/llvm-project] dd231f: [AArch64] Regenerate andandshift.ll test checks
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 64186e: [X86] Add test showing failure to expand <2 x floa...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 96323c: [X86] scalar_widen_div.ll - remove non-generated C...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 6c8026: [CostModel][X86] getScalarizationOverhead - improv...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 11455e: [DAG] Unroll vectorized FPOW instructions before w...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] b45e04: [X86] Add non-uniform vector tests for 'one bit di...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7b617e: [DAG] Cleanup "and/or of cmp with single bit diff"...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] f366ac: [DAG] Generalize (sra (trunc (sra x, c1)), c2) -> ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 14258d: [SLP] Move canVectorizeLoads implementation to sim...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c99690: [X86] Adjust vector shift costs to match SoG (Issu...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 2a5d50: [libc] Add the pthread_mutex_t type.
Siva Chandra via All-commits
- [all-commits] [llvm/llvm-project] 9b8ca3: [libc] Add global stdout and stderr objects.
Siva Chandra via All-commits
- [all-commits] [llvm/llvm-project] ec5197: [memprof] Keep and display symbol names in the Raw...
Snehasish Kumar via All-commits
- [all-commits] [llvm/llvm-project] 97c3ef: [SelectOpti][2/5] Select-to-branch base transforma...
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] 8b42bc: [SelectOpti][3/5] Base Heuristics
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] d7ebb7: [SelectOpti][4/5] Loop Heuristics
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] a111fb: [SelectOpti][5/5] Optimize select-to-branch transf...
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] 1786e7: Revert "[SelectOpti][5/5] Optimize select-to-branc...
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] 67be40: Recommit "[SelectOpti][5/5] Optimize select-to-bra...
Sotiris Apostolakis via All-commits
- [all-commits] [llvm/llvm-project] 5df666: [AMDGPU] Enforce alignment of image vaddr on gfx90a
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 26c4cf: [AMDGPU] Disable newly added gfx90a global isel im...
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 02d349: NFC: Silence two warnings for unused bufferization...
Stella Laurenzo via All-commits
- [all-commits] [llvm/llvm-project] e7afa2: [mlir] Use 'native' instead of 'llvm_has_native_ta...
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] 12bae5: Remove duplicate fields in RAGreedy
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] 75acec: [lldb] Fix enums-layout test on Windows
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] 3e0be5: [MSVC, ARM64] Add __writex18 intrinsics
Stephen Long via All-commits
- [all-commits] [llvm/llvm-project] 4f1e64: [MSVC, ARM64] Add __readx18 intrinsics
Stephen Long via All-commits
- [all-commits] [llvm/llvm-project] 232bf8: [OpenMP] atomic compare fail : Parser & AST support
SunilKuravinakop via All-commits
- [all-commits] [llvm/llvm-project] ca27f3: [Clang][OpenMP] Support for omp nothing
SunilKuravinakop via All-commits
- [all-commits] [llvm/llvm-project] 0d7f8d: [OpenCL] Remove argument names from async copy bui...
Sven van Haastregt via All-commits
- [all-commits] [llvm/llvm-project] a02000: Add support of the next Debian (Debian 13 - Trixie)
Sylvestre Ledru via All-commits
- [all-commits] [llvm/llvm-project] 1e2b74: Revert "[TableGen] Remove code beads"
Sylvestre Ledru via All-commits
- [all-commits] [llvm/llvm-project] 18e6b8: Allow pointer types for atomicrmw xchg
Takafumi Arakaki via All-commits
- [all-commits] [llvm/llvm-project] 89aaa2: [mlir][vector] Add new lowering mode to vector.con...
Thomas via All-commits
- [all-commits] [llvm/llvm-project] 8717b4: [clang][driver] Dynamically select gcc-toolset/dev...
Timm Bäder via All-commits
- [all-commits] [llvm/llvm-project] 0eccc9: Revert "[clang][driver] Dynamically select gcc-too...
Timm Bäder via All-commits
- [all-commits] [llvm/llvm-project] 49ad57: [workflow] Don't fail workflow if we already have ...
Tobias Hieta via All-commits
- [all-commits] [llvm/llvm-project] 03a090: [CMake] Make FindLibEdit.cmake more robust
Tobias Ribizel via All-commits
- [all-commits] [llvm/llvm-project] 21c060: github: Switch release PR repository to llvm/llvm-...
Tom Stellard via All-commits
- [all-commits] [llvm/llvm-project]
Tom Stellard via All-commits
- [all-commits] [llvm/llvm-project] b950bd: Bump version to 14.0.5
Tom Stellard via All-commits
- [all-commits] [llvm/llvm-project] 602682: bugfix in InfiniteLoopCheck to not print warnings ...
Usama Hameed via All-commits
- [all-commits] [llvm/llvm-project] 8c0eb3: Also remove the empty StoredDeclsList entry from t...
Vassil Vassilev via All-commits
- [all-commits] [llvm/llvm-project] 4f89ff: [test][clang] Move -O3 in command line
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] c0ec10: [lld-macho][nfc] Run clang-format on lld/MachO/*.{...
Vy Nguyen via All-commits
- [all-commits] [llvm/llvm-project] fae6bd: [lld-macho] Support -non_global_symbols_strip_lis...
Vy Nguyen via All-commits
- [all-commits] [llvm/llvm-project] be84f9: [LegalizeTypes][VP] Fix OpNo in WidenVecOp_VP_SCATTER
WangLian via All-commits
- [all-commits] [llvm/llvm-project] 8aa6b0: [LegalizeTypes][VP] Add widen and split support fo...
WangLian via All-commits
- [all-commits] [llvm/llvm-project] 967ef4: [NFC][VP] Fix llvm.vp.merge intrinsic Expansion in...
WangLian via All-commits
- [all-commits] [llvm/llvm-project] 84b998: [lldb] Fix broken bad-address-breakpoint test
Will Hawkins via All-commits
- [all-commits] [llvm/llvm-project] 35b095: [ValueTracking] Added support to deduce PHI Nodes ...
William Junda Huang via All-commits
- [all-commits] [llvm/llvm-project] ae9489: [NFC][Metadata] Define move constructor and move a...
Wolfgang Pieb via All-commits
- [all-commits] [llvm/llvm-project] b8feeb: [RISCV] Make old JIT ExecutionEngine tests unsuppo...
Xeonacid via All-commits
- [all-commits] [llvm/llvm-project] 628b2b: [DirectX] Update test for dxil-dis.
Xiang Li via All-commits
- [all-commits] [llvm/llvm-project] e6de9e: [CUDA][HIP] Externalize kernels in anonymous name ...
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] 6eb9e0: [clang][dataflow] Make limit on fixpoint-algorithm...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 2f93bb: [clang][dataflow] Relax `Environment` comparison o...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 67136d: [clang][dataflow] Remove private-field filtering f...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 3682e2: [clang][dataflow] Improve handling of constructor ...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] d3d3e2: [CompilerInstance] Fix weird condition on `createC...
Yuki Okushi via All-commits
- [all-commits] [llvm/llvm-project] 0a2d2e: [docs] Update the label name for new contributors
Yuki Okushi via All-commits
- [all-commits] [llvm/llvm-project] bc08a1: Remove `deplibs` keyword completely
Yuki Okushi via All-commits
- [all-commits] [llvm/llvm-project] 41a054: [clang] Remove `rm` script which is no longer nece...
Yuki Okushi via All-commits
- [all-commits] [llvm/llvm-project] 793bb7: [InstCombine] add test for trunc-shl-trunc ; NFC
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 269e3f: [InstCombine] [NFC] Move transforms for truncated ...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 41aab9: [InstCombine] bitcast(logic(bitcast(X), bitcast(Y)...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 1486a9: [InstCombine] [NFC] refector foldXorOfICmps
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] b709f0: [InstCombine] [NFC] precommit tests for bitcast-ex...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] ef256e: [InstCombine] bitcast (extractelement <1 x elt>, d...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] a64872: Reland "[llvm-pdbutil] Add options to only dump sy...
Zequan Wu via All-commits
- [all-commits] [llvm/llvm-project] 5c9f3e: [LLDB][NativePDB] Check for missing type info to a...
Zequan Wu via All-commits
- [all-commits] [llvm/llvm-project] 6a8457: [LSR][TTI][PowerPC][SystemZ][X86] Add const-ness t...
eop Chen via All-commits
- [all-commits] [llvm/llvm-project] 360411: [flang][MSVC] Fix building with `/permissive-` flag
مهدي شينون (Mehdi Chinoune) via All-commits
- [all-commits] [llvm/llvm-project] 9df056: [SLP] Fix crash caused by reorderBottomToTop().
vporpo via All-commits
- [all-commits] [llvm/llvm-project] 2046e1: [mlir][sparse] Improving ExecutionEngine/SparseTen...
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 05c17b: [mlir][sparse] Moving some functions around
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 0fbe3f: [mlir][sparse] Fixes C++98 warning
wren romano via All-commits
- [all-commits] [llvm/llvm-project] 496156: [X86][AMX] Multiple configure for AMX register.
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] 3b1de7: [X86][AMX] Reduce the compiling time for non-amx c...
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] 535604: [X86][AMX] Update test case with automation tool.
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] aaaf9c: [X86][AMX] Replace LDTILECFG with PLDTILECFGV on a...
Luo, Yuanke via All-commits
Last message date:
Sun May 29 23:39:10 PDT 2022
Archived on: Sun May 29 23:39:11 PDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).