The Week Of Monday 2 May 2022 Archives by author
Starting: Mon May 2 01:07:25 PDT 2022
Ending: Sun May 8 22:23:47 PDT 2022
Messages: 573
- [all-commits] [llvm/llvm-project] b07aab: [GlobalOpt] Iterate over replaced values determini...
aeubanks via All-commits
- [all-commits] [llvm/llvm-project] afaa56: Implement support for __llvm_addrsig for MachO in ...
alx32 via All-commits
- [all-commits] [llvm/llvm-project] e29dc0: [lld] Implement safe icf for MachO
alx32 via All-commits
- [all-commits] [llvm/llvm-project] 87a551: Fix "the the" typo in documentation and user facin...
briantracy via All-commits
- [all-commits] [llvm/llvm-project] 0c8c05: [llvm-ar] Modify usage printouts to use the correc...
chrisjbris via All-commits
- [all-commits] [llvm/llvm-project] b6beb5: Update movmsk-cmp.ll to match improvements made to...
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] d95501: Automatically generate CodeGen/X86/sse-align-*.ll ...
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] 324d69: Automatically generates several X86/sse tests case...
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] f41834: Automatically generate aix32-cc-abi-vaarg.ll . NFC
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] c2c259: const char* for LLVMTargetMachineEmitToFile's argu...
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] 06fad8: [DAGCombine] Add node in the worklist in topologic...
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] bead7a: Regenerate avx512-regcall-NoMask.ll . NFC
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] 5cd690: Generate sse-intel-ocl.ll automatically. NFC
deadalnix via All-commits
- [all-commits] [llvm/llvm-project] 0cb596: Mark test icf-safe.s as requiring aarch64 to fix b...
dyung via All-commits
- [all-commits] [llvm/llvm-project] dd8cf3: [NFC] Minimal refactor of TTI to avoid clangsa com...
elavkje via All-commits
- [all-commits] [llvm/llvm-project] 946311: [mlir] support isa/cast/dyn_cast<Operation *>(oper...
ftynse via All-commits
- [all-commits] [llvm/llvm-project] 6c57b0: [mlir] improve and test TransformState::Extension
ftynse via All-commits
- [all-commits] [llvm/llvm-project] f52e36: [sanitizer] Use newfstatat for x32
hjl-tools via All-commits
- [all-commits] [llvm/llvm-project] b22689: [sanitizer] Correct GetTls for x32
hjl-tools via All-commits
- [all-commits] [llvm/llvm-project] b910cf: [flang] use 1-based dim in transformational runtim...
jeanPerier via All-commits
- [all-commits] [llvm/llvm-project] f3a970: [libc++] Mark tests that use check_assertion.h as ...
john-brawn-arm via All-commits
- [all-commits] [llvm/llvm-project] fffb6e: [AArch64] Fix sub with carry
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] 26ba34: [AArch64] Add llvm/test/CodeGen/AArch64/i256-math.ll
kazutakahirata via All-commits
- [all-commits] [llvm/llvm-project] aa0e16: [Flang] Lower Unstructured do loops
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] b85c39: [Flang][OpenMP] Initial lowering of the OpenMP wor...
kiranchandramohan via All-commits
- [all-commits] [llvm/llvm-project] 98616c: [ORC] Add an ExecutorAddr::toPtr overload for func...
lhames via All-commits
- [all-commits] [llvm/llvm-project] 16dcbb: [ORC] Return ExecutorAddrs rather than JITEvaluate...
lhames via All-commits
- [all-commits] [llvm/llvm-project] aa69cb: [gn build] Port 5de0a3e9da72
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 4f5d52: [gn build] Port 4070aa01561c
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 24901a: [gn build] Port 41c0ff1e740b
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 5a64bc: [gn build] Port eac22d0754f7
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 3e8aca: [gn build] Port 860eabb3953a
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 88962f: [gn build] Port 9f38da258ea7
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 892b20: [gn build] Port 80045e9afa2f
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 6d7472: [gn build] Port 37ba1b9d1ac7
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 679ee5: [gn build] Port 9924d8d66ae1
llvmgnsyncbot via All-commits
- [all-commits] [llvm/llvm-project] 13f358: [libc] Add LINK_LIBRARIES option to add_fp_unittes...
lntue via All-commits
- [all-commits] [llvm/llvm-project] 6d92f4: [libc][Obvious] Fix cmake usage of list PREPEND (u...
lntue via All-commits
- [all-commits] [llvm/llvm-project] 5d1dbe: [libc] fix strtold tests on 32 bit systems
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] e072a1: [libc] add printf writer
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 270ca8: [libc] Update windows entrypoint list
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 945fa6: [libc][NFC] add index mode to printf parser
michaelrj-google via All-commits
- [all-commits] [llvm/llvm-project] 702c4a: [ISD::IndexType] Helper functions for common queries.
paulwalker-arm via All-commits
- [all-commits] [llvm/llvm-project] 80045e: [libc++] Implement ranges::for_each{, _n}
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 37ba1b: [libc++] Implement ranges::is_partitioned
philnik777 via All-commits
- [all-commits] [llvm/llvm-project] 5a4f17: [libc++] Avoid a Microsoft SAL macro.
pkasting via All-commits
- [all-commits] [llvm/llvm-project] e547a3: [DeadArgElim] Set unused arguments for internal fu...
qcolombet via All-commits
- [all-commits] [llvm/llvm-project] c685f8: [mlir][OpenMP] Add omp.cancel and omp.cancellation...
raghavendhra via All-commits
- [all-commits] [llvm/llvm-project] f114f0: [lldb] Fix ppc64 detection in lldb
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] 703065: [iwyu] Handle regressions in libLLVM header include
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] f416e5: [lldb] Fix ppc64 detection in lldb
serge-sans-paille via All-commits
- [all-commits] [llvm/llvm-project] f0d6cb: [analyzer] Canonicalize SymIntExpr so the RHS is p...
tomasz-kaminski-sonarsource via All-commits
- [all-commits] [llvm/llvm-project] df5801: [analyzer] Get direct binding for specific punned ...
vabridgers via All-commits
- [all-commits] [llvm/llvm-project] 1fc208: Fix Clang sphinx build
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 50b51b: Fix a typo in an OpenMP test
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 2cb2cd: Change the behavior of implicit int diagnostics
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 623431: Fix failing buildbot for lldb
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 1587f6: Bump the serialization major version number
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 94d36f: Fix a crash on invalid with _Generic expressions
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 859d92: Fix a failing assertion with vector type initializ...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] b1a55d: Fix a crash on targets where __bf16 isn't supported
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 199dfb: Silence a false positive about an unevaluated expr...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 967137: No longer accept scoped enumerations in C
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] f6dff9: Pedantically warn about // comments in gnu89 mode
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 1c5090: Revert "Pedantically warn about // comments in gnu...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 43d8ff: Fix underlining length; NFC
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 861467: Fix underlining in docs to fix the sphinx build
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] a1bb95: Revert "[FuzzMutate] Split out FuzzerCLI library t...
Aaron Ballman via All-commits
- [all-commits] [llvm/llvm-project] 1abcdc: [mlir][sparse] add missing types to from/to-MLIR c...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 2617f2: [mlir][sparse] fix build issue with unused local u...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 952fa3: [mlir][sparse] add more zero-preserving unary ops ...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] 5b122a: [mlir][sparse] integration test for zero preservin...
Aart Bik via All-commits
- [all-commits] [llvm/llvm-project] cc344d: [clang] Add static_cast to fix Bazel build.
Adrian Kuegel via All-commits
- [all-commits] [llvm/llvm-project] 7aaad7: [ifs] Fix bug where exclude only excluded when out...
Alex Brachet via All-commits
- [all-commits] [llvm/llvm-project] e8f7d0: [mlir] Add a flag to allow equivalent results.
Alexander Belyaev via All-commits
- [all-commits] [llvm/llvm-project] 46bef4: [InstCombine][NFC] Add baseline tests for folds of...
Alexander Shaposhnikov via All-commits
- [all-commits] [llvm/llvm-project] 640f1e: [InstCombine][NFC] Update comment in and-xor-or.ll
Alexander Shaposhnikov via All-commits
- [all-commits] [llvm/llvm-project] ec7122: [InstCombine] Fold ((A&B)^C)|B
Alexander Shaposhnikov via All-commits
- [all-commits] [llvm/llvm-project] f827ee: [Scalar][NFC] Minor cleanups in CallSiteSplitting.cpp
Alexander Shaposhnikov via All-commits
- [all-commits] [llvm/llvm-project] ba1ac9: [BOLT][DWARF] Add version 5 split dwarf support
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] 3abb68: [BOLT][DWARF] Fix assert for split dwarf.
Alexander Yermolovich via All-commits
- [all-commits] [llvm/llvm-project] eb3136: Fix debugserver translation check
Alexandre Perez via All-commits
- [all-commits] [llvm/llvm-project] cf7cd6: [analyzer] Check for std::__addressof for inner po...
Ali Shuja Siddiqui via All-commits
- [all-commits] [llvm/llvm-project] 87e364: [AArch64][GlobalISel] Add undef combines to postle...
Amara Emerson via All-commits
- [all-commits] [llvm/llvm-project] 586802: [GlobalISel] Re-generate some tests.
Amara Emerson via All-commits
- [all-commits] [llvm/llvm-project] 88b6d3: [BOLT][TEST] Fix test failures on AArch64 builder
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 39492b: Revert "[BOLT][TEST] Fix test failures on AArch64 ...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 1d5263: [BOLT][TEST] Fix test failures on AArch64 builder
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] f9db6d: [BOLT][CMAKE] Fix llvm-bolt-fuzzer build
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] ec0222: [BOLT][NFC] Refactor ICP::findCallTargetSymbols
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] d0b1c9: [BOLT][NFC] ICP: simplify findTargetsIndex
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] c3d537: [BOLT][NFC] Make ICP options naming uniform
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 60957a: [BOLT] Fix ICPJumpTablesTopN option use
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 68c729: [BOLT][NFC] Fix MCPlusBuilder::getAliases caching ...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 2ad1c7: [BOLT][NFC] Minor cleanup in ICP getCallTargets an...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] f8d2d8: [BOLT][NFC] Move getInliningInfo out of Inliner class
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] aff52d: [BOLT][CMAKE] Check build target architecture for ...
Amir Ayupov via All-commits
- [all-commits] [llvm/llvm-project] 2534dc: [PowerPC] Enable CR bits support for Power8 and ab...
Amy Kwan via All-commits
- [all-commits] [llvm/llvm-project] e38f01: [IROutliner] Accomodate blocks containing PHINodes...
Andrew Litteken via All-commits
- [all-commits] [llvm/llvm-project] 7ea03f: [SLP]Improve reductions analysis and emission, par...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] e74a73: [SLP][NFC]Minor code changes for better readabilit...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] 99f31a: [SLP]Further improvement of the cost model for sca...
Andrew V. Tischenko via All-commits
- [all-commits] [llvm/llvm-project] eed0d8: [OpenMP] libomp: cleanup dead code
Andrey Churbanov via All-commits
- [all-commits] [llvm/llvm-project] 4a64be: [OpenMP] libomp: cleanup - remove duplicate check
Andrey Churbanov via All-commits
- [all-commits] [llvm/llvm-project] 52d0ef: [OpenMP] libomp: Add itt notifications to sync dep...
Andrey Churbanov via All-commits
- [all-commits] [llvm/llvm-project] 02fb5b: [flang][driver] Define the default frontend driver...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] bb177e: [flang][driver] Re-organise the code-gen actions (...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] b9f3b7: [flang][driver] Add support for consuming LLVM IR/...
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] bb0aa5: [flang] Fix triple in a couple of driver tests
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] c12ef7: [flang][driver] Add missing parentheses in an assert
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] a65afc: [flang][driver] Add support for -save-temps
Andrzej Warzyński via All-commits
- [all-commits] [llvm/llvm-project] e94045: BuildLibCalls: infer allocptr attribute for free a...
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] c7ae42: BuildLibCalls: add alloc-family attribute to many ...
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] 1deea7: BuildLibCalls: simplify switch statement slightly
Augie Fackler via All-commits
- [all-commits] [llvm/llvm-project] c1d6dc: [compiler-rt][AVR] Use correct return value for __...
Ayke via All-commits
- [all-commits] [llvm/llvm-project] 514371: [compiler-rt][AVR] Fix avr_SOURCES CMake variable
Ayke via All-commits
- [all-commits] [llvm/llvm-project] 5a2e59: [analyzer] Fix Static Analyzer g_memdup false-posi...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] 464c98: [analyzer][docs] Document alpha.security.cert.pos....
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] fd7efe: [analyzer] Fix cast evaluation on scoped enums in ...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] 5ce705: [analyzer] Allow exploded graph dumps in release b...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] 29dff0: [analyzer] Allow CFG dumps in release builds
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] da5b5a: Revert "[analyzer] Canonicalize SymIntExpr so the ...
Balazs Benics via All-commits
- [all-commits] [llvm/llvm-project] ef4ecc: [LoopCacheAnalysis] Consider dimension depth of th...
Bardia Mahjour via All-commits
- [all-commits] [llvm/llvm-project] 363b3a: fix warning caused by ef4ecc3ceffcf3ef129640c813f8...
Bardia Mahjour via All-commits
- [all-commits] [llvm/llvm-project] cef273: [MC][AVR] Implement decoding STD/LDD
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] dc6689: [Disassembler][AVR] Remove unused static functions
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] 70a66c: [compiler-rt][builtins] Add helper functions for u...
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] e2ed3f: [AVR][NFC] Eliminate warning 'unused variable'
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] 3902eb: [compiler-rt][builtins] Fix wrong ABI of AVR __mul...
Ben Shi via All-commits
- [all-commits] [llvm/llvm-project] dccb73: [mlir][MemRef] Return `0` for the canonical stride...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] 9eccc7: [bazel] Fix the build after 2c3326608460
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] 08b20f: [ConstantFold] Use getFltSemantics instead of manu...
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] 17d27d: [IR] Simplify code. NFCI.
Benjamin Kramer via All-commits
- [all-commits] [llvm/llvm-project] f2639c: [randstruct] Move initializer check to be more eff...
Bill Wendling via All-commits
- [all-commits] [llvm/llvm-project] 1cd13e: [mlir][sparse][taco] Support more data types.
Bixia Zheng via All-commits
- [all-commits] [llvm/llvm-project] ed85de: [libcxx] random_device, use arc4random() on Solaris
Brad Smith via All-commits
- [all-commits] [llvm/llvm-project] 67b0b0: [libcxx] Remove static inline and make use of _LIB...
Brad Smith via All-commits
- [all-commits] [llvm/llvm-project] 96bbd3: [AArch64][SVE] Only fold frame indexes referencing...
Bradley Smith via All-commits
- [all-commits] [llvm/llvm-project] 8f623f: [AArch64][SVE] Restore SP from FP when SVE CSRs an...
Bradley Smith via All-commits
- [all-commits] [llvm/llvm-project] e5a4cf: [mlir] Fix printer when it is a DenseElementsAttr ...
Chengji Yao via All-commits
- [all-commits] [llvm/llvm-project] 22c6e7: [mlir][nvvm] Fix support for tf32 data type in mma...
Chris via All-commits
- [all-commits] [llvm/llvm-project] 987980: [mlir][NvGpu] Fix nvgpu.mma.sync lowering to NVVM ...
Chris via All-commits
- [all-commits] [llvm/llvm-project] 4070aa: [Object][DX] Initial DXContainer parsing support
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 55e13a: [NFC] Fix warning reported on bots
Chris B via All-commits
- [all-commits] [llvm/llvm-project] b26e44: [NFC] Fixing error on some versions of GCC
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 966c40: [Object][DX] Identify DXBC file magic
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 19fb52: [NFC] Add missing switch cases
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 15d20b: Fix DXBC magic parsing
Chris B via All-commits
- [all-commits] [llvm/llvm-project] 7d40f5: [Pipelines] Hoist CoroCleanup to avoid blocking op...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 405bf9: [NFC] [Pipelines] Hoist CoroCleanup as Module Pass
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 2d0378: [Coroutines] Don't re-materialize for debug instru...
Chuanqi Xu via All-commits
- [all-commits] [llvm/llvm-project] 3a8266: [SCEV] Removed an unnecessary assertion
CongzheUalberta via All-commits
- [all-commits] [llvm/llvm-project] 5e004f: [LoopCacheAnalysis][NFC] Add a test case for impro...
CongzheUalberta via All-commits
- [all-commits] [llvm/llvm-project] 5f057e: [DAGCombiner] reassociationCanBreakAddressingModeP...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 72a663: [RISCV] Add isCommutable to FADD/FMUL/FMIN/FMAX/FEQ.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 097181: [RISCV] Don't lookup TII in RISCVInstrInfo::getVLE...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 1d6430: [RISCV] Update isLegalAddressingMode for RVV.
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 411bb4: [RISCV] Add a special case to treat riscv-v-vector...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] ef849f: [PowerPC] Re-run update_mir_test_checks.py on nofp...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 60cb48: [RISCV] Use movImm went multiplying by simm12 in g...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 572dfe: [SelectionDAG] Use llvm::any_of to simplify a loop...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] be51dd: [RISCV] Add integer min/max intrinsic tests. NFC
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 084f96: [SelectionDAG] Constant fold (sext_inreg undef, VT...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 5140e0: [SelectionDAGISel] Add back a comment to MergeInpu...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 76f90a: [SelectionDAG] Clear promoted bits before UREM on ...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 2ca78d: [SelectionDAG] Improve asserts in SelectionDAG::ge...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] 00bfab: [LegalizeTypes] Don't assume fshl/fshr shift amoun...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] b81bf7: [LegalizeTypes] Make use of SelectionDAG::getShift...
Craig Topper via All-commits
- [all-commits] [llvm/llvm-project] b6c67c: [clang] Track how headers get included generally d...
Cyndy Ishida via All-commits
- [all-commits] [llvm/llvm-project] 8867e8: [flang] Fix ICE for passing a label for non altern...
Daniil Dudkin via All-commits
- [all-commits] [llvm/llvm-project] 2c27d5: [flang] Fix internal error with DATA-statement sty...
Daniil Dudkin via All-commits
- [all-commits] [llvm/llvm-project] 2f9fc5: [lldb] Add setting for max depth of value object p...
Dave Lee via All-commits
- [all-commits] [llvm/llvm-project] 0d8cb8: DWARFVerifier: Verify CU/TU index overlap issues
David Blaikie via All-commits
- [all-commits] [llvm/llvm-project] 986de8: [AArch64] Add more comprehensive reverse shuffle c...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 2dcb2d: [AArch64] Cost modelling for fptoi_sat
David Green via All-commits
- [all-commits] [llvm/llvm-project] c7d39f: [LV][SLP] Add tests for vectorizing fptoi_sat intr...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 6f8190: [LV][SLP] Mark fptosi_sat as vectorizable
David Green via All-commits
- [all-commits] [llvm/llvm-project] 7aadfc: [VectorCombine] Add tests for shuffle binops patte...
David Green via All-commits
- [all-commits] [llvm/llvm-project] f84879: [ARM] Delay creation of MVE Imm shifts to legaliza...
David Green via All-commits
- [all-commits] [llvm/llvm-project] c7a6b1: [ARM][AArch64] Add some extra shuffle conversion t...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 1f37d9: [PowerPC] Add extra v2i64 splat load tests. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] 100cb9: [VectorCombine] Fold shuffle select pattern
David Green via All-commits
- [all-commits] [llvm/llvm-project] 115c18: [DAG][PowerPC] Combine shuffle(bitcast(X), Mask) t...
David Green via All-commits
- [all-commits] [llvm/llvm-project] dccc69: [AArch64] Add extra reverse costs.
David Green via All-commits
- [all-commits] [llvm/llvm-project] 891c3c: [DAGCombine] Make combineShuffleOfBitcast LittleEn...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 593069: Revert "[DAGCombine] Make combineShuffleOfBitcast ...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 2db46d: [SLP] Add tests for awkward laod orders from SLP. NFC
David Green via All-commits
- [all-commits] [llvm/llvm-project] 802e15: [SLP] Cluster ordering for loads
David Green via All-commits
- [all-commits] [llvm/llvm-project] 830c18: [AArch64] Add missing NVCAST patterns.
David Green via All-commits
- [all-commits] [llvm/llvm-project] 6f9e1e: [VectorCombine] Attempt to fold select shuffles fr...
David Green via All-commits
- [all-commits] [llvm/llvm-project] 29f70e: Minor correction in bitreverse intrinsic semantics
David Kreitzer via All-commits
- [all-commits] [llvm/llvm-project] 37471c: [clang][OpenMP] Local variable alignment incorrect...
David Pagan via All-commits
- [all-commits] [llvm/llvm-project] 7667d8: Revert "[lldb] Fix ppc64 detection in lldb"
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] ca0b41: [lldb][NFC] Add more tests for GenerateOptionsUsage
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 61f2d3: [lldb][NFC] Simplify part of Options::GenerateOpti...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] cf05de: [lldb][NFC] Refactor printing of short options in ...
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 0dfafa: [lldb] Correct hex digit regex in some tests
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] ab07d0: [libcxx] Reject month 0 in get_date/__get_month
David Spickett via All-commits
- [all-commits] [llvm/llvm-project] 8bc29d: [clang][AArch64][SVE] Implement conditional operat...
David Truby via All-commits
- [all-commits] [llvm/llvm-project] f1d4ce: [flang] Add ExternalNameConversionPass to pass pip...
Diana via All-commits
- [all-commits] [llvm/llvm-project] 2fec52: tsan: model atomic read for failing CAS
Dmitry Vyukov via All-commits
- [all-commits] [llvm/llvm-project] c1e17c: ExtractAPI: Use %clang_cc1 and -verify in enum.c
Duncan P. N. Exon Smith via All-commits
- [all-commits] [llvm/llvm-project] 1dd8da: [flang] Fix semantics check for RETURN statement
Emil Kieri via All-commits
- [all-commits] [llvm/llvm-project] aaddfb: [bazel] Add test targets for dataflow framework
Eric Li via All-commits
- [all-commits] [llvm/llvm-project] 62b2a4: [clang][dataflow] Only skip ExprWithCleanups when ...
Eric Li via All-commits
- [all-commits] [llvm/llvm-project] 58abe3: [clang][dataflow] Add flowConditionIsTautology fun...
Eric Li via All-commits
- [all-commits] [llvm/llvm-project] 45643c: [clang][dataflow] Centralize expression skipping l...
Eric Li via All-commits
- [all-commits] [llvm/llvm-project] 1bffc7: Upstream support for POINTER assignment in FORALL.
Eric Schweitz via All-commits
- [all-commits] [llvm/llvm-project] 4b6c2c: Deferred Concept Instantiation Implementation
Erich Keane via All-commits
- [all-commits] [llvm/llvm-project] 0c31da: Revert "Deferred Concept Instantiation Implementat...
Erich Keane via All-commits
- [all-commits] [llvm/llvm-project] a97899: Re-apply 4b6c2cd642 "Deferred Concept Instantiatio...
Erich Keane via All-commits
- [all-commits] [llvm/llvm-project] 45c07d: Revert "Re-apply 4b6c2cd642 "Deferred Concept Inst...
Erich Keane via All-commits
- [all-commits] [llvm/llvm-project] 38d0df: [mlir] CRunnerUtils: qualify UnrankedMemRefType to...
Eugene Zhulenev via All-commits
- [all-commits] [llvm/llvm-project] 696092: [sanitizer] Use canonical syscalls everywhere
Evgenii Stepanov via All-commits
- [all-commits] [llvm/llvm-project] 46cc04: [Driver][test] Add back some -no-canonical-prefixes
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 3d09c9: [Driver][test] Avoiding producing object file in t...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 980679: [Driver][test] Remove clang{{.*}} when testing -cc...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 4d34c4: [OpenMP] Fix -Wswitch (due to new OMPC_cancellatio...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 3bc798: [ELF] Fix branch range computation when picking Th...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 5a4498: [ELF] Support custom sections between DATA_SEGMENT...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] b3d5bb: [ELF] Change (NOLOAD) type mismatch to use SHT_NOB...
Fangrui Song via All-commits
- [all-commits] [llvm/llvm-project] 0ef8ca: [VPlan] Do not create VPWidenCall recipes for scal...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 8b4822: Recommit "[VPlan] Remove uneeded needsVectorIV che...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] ff8d0b: [VPlan] Add test for printing plan with an exit va...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 6bd2b7: [SimpleLoopUnswitch] Add freeze if branch execs fo...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 3497a4: [LICM] Add test to exercise assertion from D123473.
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] f9f7aa: [VPlan] Remove dead code to create VPWidenPHIRecip...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] db7a87: [SimpleLoopUnswitch] Collect either logical ANDs/O...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 1d0423: [InstCombine] Add tests for combining AArch64 neon...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 7211d5: Revert "[SimpleLoopUnswitch] Collect either logica...
Florian Hahn via All-commits
- [all-commits] [llvm/llvm-project] 1b2704: [HWASan] cleanup imports in hwasan_symbolize.
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] 4af939: [HWASan] Allow to linkify symbolizer output.
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] 6ca1df: [HWASan] Clean up hwasan_symbolize.
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] d8564d: [HWASan] Allow to linkify symbolizer output.
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] 68cd47: [HWASan] Clean up hwasan_symbolize.
Florian Mayer via All-commits
- [all-commits] [llvm/llvm-project] 78c1dc: [RISCV] Add a test showing incorrect VSETVLI inser...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] 588155: [RISCV] Add an extra vsetvli insertion test
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] bafab9: [InstCombine] Fix scalable-vector bitwise select m...
Fraser Cormack via All-commits
- [all-commits] [llvm/llvm-project] ad4711: In MSVC compatibility mode, friend function declar...
Fred Tingaud via All-commits
- [all-commits] [llvm/llvm-project] c894e8: In MSVC compatibility mode, handle unqualified tem...
Fred Tingaud via All-commits
- [all-commits] [llvm/llvm-project] 672b90: [mlir] Add sin & cos ops to complex dialect
Goran Flegar via All-commits
- [all-commits] [llvm/llvm-project] 919e45: [Linalg] Remove Optional from getStaticLoopRanges ...
Han-Chung Wang via All-commits
- [all-commits] [llvm/llvm-project] 7e23b4: [OpenMP] Possible fix for sporadic test failure fr...
Hansang Bae via All-commits
- [all-commits] [llvm/llvm-project] b18abd: [pseudo] Simplify the forest dump, NFC.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] 860eab: Revert "[pseudo] Implement the GLR parsing algorit...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] 9f38da: [pseudo] Implement the GLR parsing algorithm.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] ed1b32: [pseudo] Print the GSS::Node details when the unit...
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] c45460: [pseudo] Use a real language option in the parser.
Haojian Wu via All-commits
- [all-commits] [llvm/llvm-project] fed7be: Mark identifier prefixes as substitutable
Harald van Dijk via All-commits
- [all-commits] [llvm/llvm-project] e95ae3: [CSSPGO][NFC] Replace SampleProfileLoader::Profile...
Hongtao Yu via All-commits
- [all-commits] [llvm/llvm-project] 3113e5: [CSSPGO] Relax size limitation for priority inlini...
Hongtao Yu via All-commits
- [all-commits] [llvm/llvm-project] a41900: [CSSPGO][Preinliner] Use linear threshold to drive...
Hongtao Yu via All-commits
- [all-commits] [llvm/llvm-project] 4e5e04: [LoopVectorize] Support reductions that store inte...
Igor Kirillov via All-commits
- [all-commits] [llvm/llvm-project] 0098f2: [SPIRV] Add SPIR-V specific intrinsics, two passes...
Ilia Diachkov via All-commits
- [all-commits] [llvm/llvm-project] 726d7b: [Sema] Simplify CheckConstraintSatisfaction. NFC
Ilya Biryukov via All-commits
- [all-commits] [llvm/llvm-project] ad2263: [Sema] Replace invalid FIXME about memory leak. NFC
Ilya Biryukov via All-commits
- [all-commits] [llvm/llvm-project] e13c28: [Driver] Remove -fno-concept-satisfaction-caching
Ilya Biryukov via All-commits
- [all-commits] [llvm/llvm-project] 1e95d1: [clang] Fix Clang release notes
Ilya Biryukov via All-commits
- [all-commits] [llvm/llvm-project] 7070c6: [SystemZ] Accept (. - 0x100000000) PCRel32 constants
Ilya Leoshkevich via All-commits
- [all-commits] [llvm/llvm-project] f6112f: [docs] PCH usage documentation update
Ivan Murashko via All-commits
- [all-commits] [llvm/llvm-project] df552e: Update the CFA to use $sp when $fp is restored on ...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] a6553d: Remove expected fail for TestStepNoDebug on AArch64
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] b6388e: Decr return pc mid-stack when picking UnwindPlan row
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 2be791: Insert crashing stack frame when call to null func...
Jason Molenda via All-commits
- [all-commits] [llvm/llvm-project] 9ebbe2: RegAllocGreedy: Common up part of the priority cal...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] ba6c8d: [AMDGPU] Combine DPP mov even if old reg def is in...
Jay Foad via All-commits
- [all-commits] [llvm/llvm-project] 1d712c: [DebugInfo][InstrRef] Don't generate redundant DBG...
Jeremy Morse via All-commits
- [all-commits] [llvm/llvm-project] 19bb38: [lld-macho][nfc] Set test min version to 11.0
Jez Ng via All-commits
- [all-commits] [llvm/llvm-project] 2c3326: [mlir][sparse] Add lowering for unary and binary ops
Jim Kitchen via All-commits
- [all-commits] [llvm/llvm-project] 7e71a0: [AMDGPU] Split FeatureAtomicFaddInsts
Joe Nash via All-commits
- [all-commits] [llvm/llvm-project] bc78c0: [amdgpu] Elide module lds allocation in kernels wi...
Jon Chesterfield via All-commits
- [all-commits] [llvm/llvm-project] e1c808: Fix zero-width bitfield extracts to emit 0
Jon Roelofs via All-commits
- [all-commits] [llvm/llvm-project] d75cc0: [lldb] Remove PlatformRemoteMacOSX::GetFileWithUUI...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] e53019: [lldb] Make GetSharedModuleWithLocalCache consider...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 3d08c7: [lldb] Session transcript should use the async deb...
Jonas Devlieghere via All-commits
- [all-commits] [llvm/llvm-project] 304378: Reapply "[BuildLibCalls] Introduce getOrInsertLibF...
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] fbaec1: [SystemZ] Avoid crashing in tryRISBGZero().
Jonas Paulsson via All-commits
- [all-commits] [llvm/llvm-project] 46a5a8: [OpenMP] Fix save-temps name in linker wrapper
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] e12905: [OpenMP] Add basic support for properly handling s...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] 8477a0: [OpenMP] Allow compiling multiple target architect...
Joseph Huber via All-commits
- [all-commits] [llvm/llvm-project] a0fb38: [DebugInfo] Give warning instead of error for prem...
Junfeng Dong via All-commits
- [all-commits] [llvm/llvm-project] eaaa31: [RISCV][TargetLowering] Special case overflow expa...
Kai Wang via All-commits
- [all-commits] [llvm/llvm-project] 911756: [PATCH] Reorganize gtest integration
Konrad Kleine via All-commits
- [all-commits] [llvm/llvm-project] 9924d8: [libc++][ranges] Implement `views::take`.
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 010252: [libc++][ranges] Implement `views::single`.
Konstantin Varlamov via All-commits
- [all-commits] [llvm/llvm-project] 2deebc: [RFC] Add and sort decl to maintain order instead ...
Kugan via All-commits
- [all-commits] [llvm/llvm-project] 4d1fd7: [docs] Add Office Hours for Tobias Grosser
Kunwar Shaanjeet Singh Grover via All-commits
- [all-commits] [llvm/llvm-project] 0e2fb8: [libc++] Refactor max_size.pass.cpp
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 990ea3: [libc++] Add a few _LIBCPP_ASSERTs in __tree
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 586efd: [libc++][P0943] Add stdatomic.h header.
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 3442ff: [libc++][NFC] Slight refactoring of some std::vect...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 687ccb: [libc++][NFC] Move swap_noexcept test to .compile....
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] ec3d22: [libc++][NFC] Add release note for constexpr std::...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 9fffca: [libc++][NFC] Fix formatting that was incorrectly ...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 7b04bf: [runtimes] Always configure libc++abi before libc++
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] a097c4: [compiler-rt] Fix issue with compiler-rt tests mix...
Louis Dionne via All-commits
- [all-commits] [llvm/llvm-project] 8ef571: [ThreadPool] add ability to group tasks into separ...
Luboš Luňák via All-commits
- [all-commits] [llvm/llvm-project] 9c34a1: [ThreadPool] delete debug global variable if not n...
Luboš Luňák via All-commits
- [all-commits] [llvm/llvm-project] b7d807: [lldb] parallelize calling of Module::PreloadSymbo...
Luboš Luňák via All-commits
- [all-commits] [llvm/llvm-project] 317532: [AMDGPU][NFC] Make lowerINSERT_VECTOR_ELT() more r...
Mahesha S via All-commits
- [all-commits] [llvm/llvm-project] 5a47ac: [Analyzer] Fix clang::ento::taint::dumpTaint defin...
Marco Antognini via All-commits
- [all-commits] [llvm/llvm-project] f34639: [Analyzer] Minor cleanups in StreamChecker
Marco Antognini via All-commits
- [all-commits] [llvm/llvm-project] 68ee5e: [Analyzer] Fix assumptions about const field with ...
Marco Antognini via All-commits
- [all-commits] [llvm/llvm-project] 47bdea: [ThreadSanitizer] Add fallback DebugLocation for i...
Marco Elver via All-commits
- [all-commits] [llvm/llvm-project] 9ae87b: [Instrumentation] Share InstrumentationIRBuilder b...
Marco Elver via All-commits
- [all-commits] [llvm/llvm-project] c819dc: [clang-format] Add a regression test for aligning ...
Marek Kurdej via All-commits
- [all-commits] [llvm/llvm-project] 63aaf9: [mlir] Add missing CMake deps to mlir-pdll
Marius Brehler via All-commits
- [all-commits] [llvm/llvm-project] 2417de: [AMDGPU] Use d16 flag for image.sample instructions
Mariusz Sikora via All-commits
- [all-commits] [llvm/llvm-project] bc8e60: sanitizer: support GCC's fallthrough attribute
Martin Liška via All-commits
- [all-commits] [llvm/llvm-project] f496a0: sanitizer: use pragma clang conditionally
Martin Liška via All-commits
- [all-commits] [llvm/llvm-project] 0a1bca: tsan: fix deadlock in libbacktrace
Martin Liška via All-commits
- [all-commits] [llvm/llvm-project] 903b88: sanitizer: Fix fallthrough detection.
Martin Liška via All-commits
- [all-commits] [llvm/llvm-project] f1b924: tsan: fix GCC warnings
Martin Liška via All-commits
- [all-commits] [llvm/llvm-project] cc2ce8: [SimplifyLibcalls] Tests for libcall folding of su...
Martin Sebor via All-commits
- [all-commits] [llvm/llvm-project] f1f889: [libunwind] [CMake] Handle the RelWithDebInfo conf...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 448eab: [libcxx] [test] Fix max_size.pass.cpp for other Wi...
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 30194d: [libcxx] [ci] Add a i386 Windows configuration to CI
Martin Storsjö via All-commits
- [all-commits] [llvm/llvm-project] 241ca4: llvm-reduce: Reduce includes
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] c4e5a2: ARM: Fix using undefined virtual registers in test
Matt Arsenault via All-commits
- [all-commits] [llvm/llvm-project] 37a147: [mlir][bufferize] Allow in-place bufferization for...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 5f60c4: [mlir][linalg][bufferize][NFC] Make init_tensor el...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] b34ea9: [mlir][linalg][bufferize][NFC] Remove remaining Co...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] f178c3: [mlir][scf][bufferize][NFC] Simplify verifyAnalysi...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 417e1c: [mlir][scf][bufferize][NFC] Split ForOp bufferizat...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] e30068: [mlir][scf][bufferize] Update verifyAnalysis error...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] a5d09c: [mlir][scf] Implement BufferizableOpInterface for ...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 988748: [mlir][bufferize] Do not copy buffers with undefin...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] 9785eb: [mlir][bufferize] Disallow adding new bufferizable...
Matthias Springer via All-commits
- [all-commits] [llvm/llvm-project] e6a7af: [NFC] Fix typo in assert message
Max Kazantsev via All-commits
- [all-commits] [llvm/llvm-project] 5a08e8: [RS4GC] Add support for 'freeze' instruction to fi...
Max Kazantsev via All-commits
- [all-commits] [llvm/llvm-project] 6e3253: Apply clang-tidy fixes for bugprone-argument-comme...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 061f25: Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 072e0a: Enable the use of ThreadPoolTaskGroup in MLIR thre...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 90c2af: Apply clang-tidy fixes for llvm-include-order in M...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] 25cd6f: Fix MLIR integration test after a8308020 (`func.` ...
Mehdi Amini via All-commits
- [all-commits] [llvm/llvm-project] e927a3: [mlir][LLVMIR] Add support for translating FCmp & ...
Min-Yih Hsu via All-commits
- [all-commits] [llvm/llvm-project] 857eb4: [mlir][LLVMIR] Add support for translating Switch ...
Min-Yih Hsu via All-commits
- [all-commits] [llvm/llvm-project] 794c42: [mlir][LLVMIR] Do not update instMap via assignmen...
Min-Yih Hsu via All-commits
- [all-commits] [llvm/llvm-project] dd87ac: [clang-tidy][NFC] Add createChecks method that als...
Nathan James via All-commits
- [all-commits] [llvm/llvm-project] ed2d4d: [demangler] Fold expressions of .* and ->*
Nathan Sidwell via All-commits
- [all-commits] [llvm/llvm-project] 617edf: [x86][scheduler] Add MIR test for 41914
Nick Desaulniers via All-commits
- [all-commits] [llvm/llvm-project] 18fd09: [X86SchedSandyBridge] update cost of COPY to 1 cyc...
Nick Desaulniers via All-commits
- [all-commits] [llvm/llvm-project] d21289: [gn build] (manually) port fb7a435492a5
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] ddef1e: [llvm-otool] Make `llvm-otool -l` output compatibl...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 895a72: [lld/mac] Support writing zippered dylibs and bundles
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 21ab2b: [gn build] (semi-manually) port 70a66c08fc65
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 07a83b: [gn build] try to (manually) port 9ef451d1fdaa9a1 ...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] f3d31c: Revert "[HWASan] Clean up hwasan_symbolize."
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 68609d: [gn build] (semi-manually) port 7e63a0d479dd
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] 042bd2: Revert "Automatically generates several X86/sse te...
Nico Weber via All-commits
- [all-commits] [llvm/llvm-project] deaa67: AMDGPU/SDAG: Factor out the fold (add (mul x, y), ...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] cdc5b6: AMDGPU/GISel: Update some MIR tests to reduce futu...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 8b42e6: AMDGPU: Remove redundant call to MachineInstrBuild...
Nicolai Hähnle via All-commits
- [all-commits] [llvm/llvm-project] 597946: [ConstantFold] Don't convert getelementptr to ptrt...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] aae5f8: [Local] Consider atomic loads from constant global...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 9082eb: [InstCombine] Add tests for A+(B&~A) and A+((A&B)^...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2e8a50: [CodeGen] Add tests for X+(Y&~X) pattern (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 95fedf: [InstCombine] Handle non-canonical GEP index in in...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project]
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 472558: [ValueTracking] A and (B & ~A) have no common bits...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e08926: [SDAG] Extract commutative helper from haveNoCommo...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2171a8: [SDAG] Handle A and B&~A in haveNoCommonBitsSet()
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] e6cb64: [X86] Add additional add of and not tests (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2929c3: [SCEV] Regenerate test checks (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] b62e9f: [SCEV] Add poison implication tests for umin_seq (...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 032cc7: [InstCombine] Fix commuted tests (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 2f64a6: [SCEV] Add additional poison implication tests (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 451bc7: [SDAG] Handle truncated not in haveNoCommonBitsSet()
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 47c559: [SCEV] Fold umin_seq to umin using implied poison ...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 967893: [DAGCombine] Fold (X & ~Y) | Y with truncated not
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] b457ac: [InstCombine] Extract icmp of select transform (NFC)
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] 686bd6: [MLIR] Fix build with make
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] d7b6fd: [InstCombine] Add additional icmp of select tests ...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] a94589: [InstCombine] Add icmp of select with implied cond...
Nikita Popov via All-commits
- [all-commits] [llvm/llvm-project] c8603d: [clang-format] Fix a bug that misformats Access Sp...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 397188: [clang-format][NFC] Clean up tryToParseLambdaIntro...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 342e1c: [clang-format] Fix a bug in AlignConsecutiveAssign...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 8b626a: [clang-format] Fix another bug in AlignConsecutive...
Owen via All-commits
- [all-commits] [llvm/llvm-project] e7aed7: [clang-format][NFC] Add a few regression tests
Owen via All-commits
- [all-commits] [llvm/llvm-project] af4cf1: [clang-format][NFC] Make all TokenAnnotator member...
Owen via All-commits
- [all-commits] [llvm/llvm-project] 6641c5: [AVR] Always expand STDSPQRr & STDWSPQRr
Patryk Wychowaniec via All-commits
- [all-commits] [llvm/llvm-project] 625e0e: [BOLT] [NFC] Remove unused variable
Paul Kirth via All-commits
- [all-commits] [llvm/llvm-project] 214265: [NFC] Add test for HasNativeLLVMSupport
Paul T Robinson via All-commits
- [all-commits] [llvm/llvm-project] 51e725: [lldb] Fix nondeterminism in DWARFIndexCachingTest
Pavel Labath via All-commits
- [all-commits] [llvm/llvm-project] ac0f4c: [flang] Fix AllocaOp/AllocMemOp type conversion
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] ffc7f9: [flang] Support external procedure passed as actua...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] 2472b6: [flang] Add one semantic check for masked array as...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] c207e3: [flang] Enforce a program not including more than ...
PeixinQiao via All-commits
- [all-commits] [llvm/llvm-project] d13444: [flang][nfc] Use a message class for "not yet impl...
Pete Steinfeld via All-commits
- [all-commits] [llvm/llvm-project] ebe24a: [flang] Change "unsupported" messages in the runti...
Pete Steinfeld via All-commits
- [all-commits] [llvm/llvm-project] 981523: [ORC-RT][ORC] Handle dynamic unwind registration f...
Peter S. Housel via All-commits
- [all-commits] [llvm/llvm-project] 1dda6a: [test][ORC-RT] Disable elfnix_platform tests on no...
Peter S. Housel via All-commits
- [all-commits] [llvm/llvm-project] 75f9e8: [AArch64] Add -aarch64-insert-extract-base-cost
Peter Waller via All-commits
- [all-commits] [llvm/llvm-project] 7f0e74: [Driver] Pass --fix-cortex-a53-843419 automaticall...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 203455: [CMake][libcxx] Use target_include_directories for...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 57636c: [CMake] Include llvm-debuginfod-find in Fuchsia to...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] fecad8: [runtime] Build compiler-rt with --unwindlib=none
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] d77326: Revert "[runtime] Build compiler-rt with --unwindl...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 102bc6: [runtime] Build compiler-rt with --unwindlib=none
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] bf3cba: Revert "[runtime] Build compiler-rt with --unwindl...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] 83e079: Revert "[CMake][libcxx] Use target_include_directo...
Petr Hosek via All-commits
- [all-commits] [llvm/llvm-project] e9d4a9: [X86] Autogen a few tests for ease of update [nfc]
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] be50b8: [riscv] Add debug printing support for VSETVLIInfo...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 2982d0: Fix a buildbot warning [nfc]
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] dbbbc9: [riscv] Add a couple more vsetvli tests
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] dbe716: [riscv] Add vsetvli tests involving moves to/from ...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 18ed2e: [RISCV] Add a version of insertVSETVLI which uses ...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 042a7a: [riscv] Use X0 for destination of VSETVLI instruct...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] f48611: [riscv] Add strict asserts for VSETVLI insertion a...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] dee9b0: [riscv] Add some minimal tracing output to InsertV...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] c7c3f5: [riscv] Use early return to reduce nesting for Ins...
Philip Reames via All-commits
- [all-commits] [llvm/llvm-project] 64816e: [AArch64] Support for Ampere1 core
Philipp Tomsich via All-commits
- [all-commits] [llvm/llvm-project] 7e02bc: [AArch64] Add native CPU detection for Ampere1
Philipp Tomsich via All-commits
- [all-commits] [llvm/llvm-project] b540ee: [X86] Fix redundant `%s` in RUN command. NFC
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] 2d18a8: [X86] Fix uninitialized variable warnings in cetin...
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] aa25b5: [X86] Add `void` to void function. NFC
Phoebe Wang via All-commits
- [all-commits] [llvm/llvm-project] 733dc3: [BOLT] Report per-section hotness in bolt-heatmap.
Rahman Lavaee via All-commits
- [all-commits] [llvm/llvm-project] c7ecfa: Fix some places where PseudoObjectExpr handling as...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] c4f95e: Reimplement `__builtin_dump_struct` in Sema.
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] c2572d: [docs] Add blank lines to help Sphinx parse nested...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] f6c749: [docs] Fix uses of `foo` that should be ``foo`` th...
Richard Smith via All-commits
- [all-commits] [llvm/llvm-project] 32eb7b: [Driver][test] Remove clang{{.*}} when testing -cc...
Richard Trieu via All-commits
- [all-commits] [llvm/llvm-project] 3dd004: [trace][intelpt] Fix out-of-bounds access.
Richard Trieu via All-commits
- [all-commits] [llvm/llvm-project] 5afd20: [riscv] Mark function as used to avoid unused warn...
Richard Trieu via All-commits
- [all-commits] [llvm/llvm-project] 8bb5b6: [mlir:ExecutionEngine] Update use of getAddress no...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 6609c1: [mlir] Add a better error message when failing to ...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] a83080: [mlir] Remove special case parsing/printing of `fu...
River Riddle via All-commits
- [all-commits] [llvm/llvm-project] 68dee8: [MachinePipeliner] Fix unscheduled instruction
RoboTux via All-commits
- [all-commits] [llvm/llvm-project] eac22d: [pseudo] Implement the GLR parsing algorithm.
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 40c137: [Frontend] give createInvocationFromCommandLine an...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 04b419: [Driver] Make "upgrade" of -include to include-pch...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 7cf97d: [clang-tidy] Make header-guard check a little loos...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 6385c0: [clangd] Fix inlayhints crash, don't assume functi...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 817550: [Lex] Don't assert when decoding invalid UCNs.
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 232cc4: [pseudo] Only expand UCNs for raw_identifiers
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] ba0d50: [Support] Fix UB in BumpPtrAllocator when first al...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 1616bd: [pseudo] Add fuzzer for the pseudoparser.
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 7dc3c6: [pseudo] Strip directives from a token stream
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 7cc837: Generalize "check-all" umbrella targets, use for c...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 56ee5d: [Support] Fix asan AllocatorTest after ba0d50ad7ec66
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 499d0b: [clang] createInvocationFromCommandLine -> createI...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 076dd0: [clangd] Speed up an unfortunate timer-based test.
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 4b76ba: [clangd] Eliminate direct usage of isAvailable() m...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] f44552: [Frontend] Fix broken createInvocation test due to...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 6ed81a: Fix LLDB test broken by 499d0b96cb52c828e7fc4d5882...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] edaeab: Revert "[clangd] Speed up an unfortunate timer-bas...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] c46863: [clangd] Speed up a slow sleeping testcase.
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 1eb974: Fix check-clang-tools target after 7cc8377f2c572a9...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 0a83ff: [FuzzMutate] Move LLVM module (de)serialization fr...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 1c5e85: [FuzzMutate] Split out FuzzerCLI library that does...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] e571e1: Reland "[FuzzMutate] Split out FuzzerCLI library t...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] d44ffd: [Bitstream] Only consider flushing to file on bloc...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] 6bbf51: [Frontend] Move, don't copy the predefines buffer ...
Sam McCall via All-commits
- [all-commits] [llvm/llvm-project] bdc307: [x86] update test file with complete auto-generate...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] cb3fb0: [AArch64] add tests for int->FP->int casts; NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 747c6a: [SDAG] fix miscompile when casting int->FP->int
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] a47e03: [InstCombine] add tests for min/max with shuffled ...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 03e36d: [InstCombine] add tests for fma with shuffled oper...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 4954f0: [InstCombine] add FMF to tests for better coverage...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 629e1e: [InstCombine] add tests for funnel-shift with shuf...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 7bad1d: [InstCombine] add scalable vector test for logical...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 21c028: [InstCombine] fix typo in test name; NFC
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] ef9d39: [InstCombine] add tests for shuffle with fneg oper...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] 8650f0: [InstCombine] fix miscompile when casting int->FP-...
Sanjay Patel via All-commits
- [all-commits] [llvm/llvm-project] d9b554: [Doc] Refine description of llvm.is_fpclass
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] 83914e: [InstCombine] Remove side effect of replaced const...
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] e1554a: Revert "[InstCombine] Remove side effect of replac...
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] eb28da: [InstCombine] Remove side effect of replaced const...
Serge Pavlov via All-commits
- [all-commits] [llvm/llvm-project] 522d90: Revert "Fix a misuse of `cast`"
Sheng via All-commits
- [all-commits] [llvm/llvm-project] 9c2121: [NFC][test] Replace hardcoded number with numeric ...
Sheng via All-commits
- [all-commits] [llvm/llvm-project] 9c1085: [Clang][OpenMP] Add the support for floating-point...
Shilei Tian via All-commits
- [all-commits] [llvm/llvm-project] dcb906: [clang][ASTImporter][NFC]: Move clang::ImportError...
Shivam via All-commits
- [all-commits] [llvm/llvm-project] 24e9d9: Added the brief discription about the new CSA chec...
Shivam via All-commits
- [all-commits] [llvm/llvm-project] b39017: update the doc for the static analyzer checker
Shivam via All-commits
- [all-commits] [llvm/llvm-project] bbd031: Update ReleaseNotes.rst
Shivam via All-commits
- [all-commits] [llvm/llvm-project] a60fda: [mlir][OpenMP] Restrict types for omp.parallel args
Shraiysh via All-commits
- [all-commits] [llvm/llvm-project] 86bb7d: [CostModel][X86] getScalarizationOverhead - handle...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] a23291: [Clang] Add integer add reduction builtin
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c5e875: [SLP][X86] Add test coverage for PR41892
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c7662d: [X86] MOVDDUP has the same sched behaviour as MOVS...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 9a14c3: [X86] Replace avx512f integer add reduction builti...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] ce9c0f: [X86][AMX] combineLdSt - don't dereference dyn_cas...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 74634f: [SLP][X86] Add test case for Issue #48223
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] dc1abb: [X86] const-shift-of-constmasked.ll - replace X32 ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 731f0e: [PowerPC] Regenerate urem-seteq-illegal-types.ll
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] bc3056: [X86] Add test showing failure to modulo the rotat...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] faa35f: [DAG] Fix issue with rot(rot(x, c1), c2) -> rot(x, c1...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] cbd390: [X86] load-local illegal types tests - expose the ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c2a5a8: [X86] Add some test coverage for Issue #55271
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4236a1: [CostModel][X86] Add more complete float/double se...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] f22e99: [SLP][X86] Regenerate ssat tests to remove defunct...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] f0e8c1: [CostModel][X86] Adjust 256-bit select costs to ac...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] d21bf5: [CostModel][X86] Adjust pre-SSE41 fp scalar select...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] cbfa85: [CostModel][X86] Adjust 128-bit select costs to ac...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 3d107c: [CostModel][X86] Relax fcmp costs on SSE41 targets...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 102824: [clang][X86] Rename some intrinsics tests to use t...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] c0bebc: [DAG] visitREM - merge buildOptimizedSREM into if(...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] eeb445: [X86] Add description comments to SandyBridge for ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 6e3454: [X86] Remove unused 'hint' argument from prefetch ...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 2cd080: [X86] rdrand-builtins.c - add 32-bit target covera...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 4750be: [X86] Add 32-bit target test coverage to clean hea...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] e7806c: [Headers][X86] amxintrin.h - fixed unknown paramet...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] b432f8: [ARM] Update ror.ll test to canonicalized IR
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7e3ef7: [AMDGPU] lowerEXTRACT_VECTOR_ELT - fold from a SCA...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] a38564: [RISCV] Regenerate rv32zbp-zbkb.ll
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] f2b164: [X86] Fix some signedness errors in x86 headers
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 6b3a11: [Headers][X86] Replace \operation with \code{.oper...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 72eb63: [Headers][X86] Enable basic Wdocumentation testing...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 993d94: [InstCombine] Add test coverage for PR43261 / Issu...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 96d2d2: [SLP][X86] Add test coverage for PR47491 / Issue #...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 2233a6: [SLP][X86] Add test coverage for PR49934 / Issue #...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7d9459: [SLP][X86] Add test coverage for PR41892 / Issue #...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 751005: [SLP][X86] Add test coverage for PR42652 / Issue #...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 5a6792: [X86] combine-add.ll - add test case for PR52039 /...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 800d36: [DAG] Only perform the fold (A-B)+(C-D) --> (A+C)-...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 6824cf: [X86] Set some more plausible latencies for horizo...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 7e3aa7: [X86] Add test coverage for PR26515 / Issue #26889
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 9a1213: [SLP][X86] Add test coverage for PR50392 / Issue #...
Simon Pilgrim via All-commits
- [all-commits] [llvm/llvm-project] 1be024: [Windows] Fix cmd line tokenization of unclosed qu...
Simon Tatham via All-commits
- [all-commits] [llvm/llvm-project] 63f21f: [AMDGPU] Handle LDS DMA and LDS_DIRECT hazards
Stanislav Mekhanoshin via All-commits
- [all-commits] [llvm/llvm-project] 6dedbc: Make BinaryStreamWriter::padToAlignment write bloc...
Stella Laurenzo via All-commits
- [all-commits] [llvm/llvm-project] 5f14ae: [mlir] Fix Visual Studio warnings
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] d45556: [mlir] Fix the names of exported functions
Stella Stamenova via All-commits
- [all-commits] [llvm/llvm-project] 751716: Add transparency report.
Tanya Lattner via All-commits
- [all-commits] [llvm/llvm-project] a0b5af: [memprof] Don't instrument PGO and other compiler ...
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 084b65: [memprof] Only insert dynamic shadow load when needed
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 655294: [memprof] Use unknown_function error type for miss...
Teresa Johnson via All-commits
- [all-commits] [llvm/llvm-project] 6f095b: sanitizer_common: Define FP_XSTATE_MAGIC1 for old ...
Tobias Burnus via All-commits
- [all-commits] [llvm/llvm-project] 30e879: [docs] Improve documentation around CMAKE_BUILD_TYPE
Tobias Hieta via All-commits
- [all-commits] [llvm/llvm-project] 350bdf: [CMake] Make omitting CMAKE_BUILD_TYPE an error
Tobias Hieta via All-commits
- [all-commits] [llvm/llvm-project] 043e96: [clangd] Add inlay hints for mutable reference par...
Tobias Ribizel via All-commits
- [all-commits] [llvm/llvm-project] 364c50: [libunwind] Add SystemZ support
Ulrich Weigand via All-commits
- [all-commits] [llvm/llvm-project] 716723: [libunwind][SystemZ] Unwind out of signal handlers
Ulrich Weigand via All-commits
- [all-commits] [llvm/llvm-project] 098e80: Revert "[DeadArgElim] Set unused arguments for int...
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 861190: [mlir] Create lbOperands before op.setLowerBound
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] eeccdd: Revert "tsan: model atomic read for failing CAS"
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 009d56: [test][msa] Add more sse, avx intrinsics tests
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 08ac66: [test][msan] Relax order of param shadow
Vitaly Buka via All-commits
- [all-commits] [llvm/llvm-project] 3b762b: [clang][NFC] In parts of Objective-C Sema use Obj-...
Volodymyr Sapsai via All-commits
- [all-commits] [llvm/llvm-project] 2407c1: [AIX][PGO] Enable linux style PGO on AIX
Wael Yehia via All-commits
- [all-commits] [llvm/llvm-project] 93bb2f: XFAIL some PGO tests on AIX until the new linker b...
Wael Yehia via All-commits
- [all-commits] [llvm/llvm-project] 4ff5e8: [RISCV] Enable MachineOutliner by default under -O...
Wang Pengcheng via All-commits
- [all-commits] [llvm/llvm-project] 8bb104: [RISCV][NFC] Use true_mask replace riscv_vmset_vl ...
WangLian via All-commits
- [all-commits] [llvm/llvm-project] fb0d63: [RISCV][SelectionDAG] Support VP_REDUCE_ADD mask o...
WangLian via All-commits
- [all-commits] [llvm/llvm-project] 3fa5eb: [HLSL] add -fcgl option flag.
Xiang Li via All-commits
- [all-commits] [llvm/llvm-project] 36d4f4: [lld] Fix typo for processAux; NFC
Xiaodong Liu via All-commits
- [all-commits] [llvm/llvm-project] 62501b: [NFC][CUDA][HIP] rework mangling number for aux ta...
Yaxun (Sam) Liu via All-commits
- [all-commits] [llvm/llvm-project] 9a8d33: [clang-tidy] Escape diagnostic messages before pas...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] a45647: [clang][dataflow][NFC] Clarify guarantees on retur...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] 7e63a0: [clang-tidy] New check for safe usage of `std::opt...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] ec34de: [clang-tidy][NFC] Fix doc typo for bugprone-unchec...
Yitzhak Mandelbaum via All-commits
- [all-commits] [llvm/llvm-project] a61c8e: tsan: for unittests, change to use test fixtures t...
Yuanfang Chen via All-commits
- [all-commits] [llvm/llvm-project] 4c8c10: [InstCombine] try to narrow more shifted bswap-of-...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 53069d: [InstCombine] precommit tests for D124590
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 8eaa1e: [InstCombine] add casts from splat-a-bit pattern i...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 1fd792: [InstCombine] precommit some tests for reassociate...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 394c68: [InstCombine] sub(add(X, Y), umin(Y, Z)) --> add(X, us...
ZCBing via All-commits
- [all-commits] [llvm/llvm-project] 5807e5: [RISCV] Fix incorrect codegen for masked vmsge{u}....
Zakk Chen via All-commits
- [all-commits] [llvm/llvm-project] 6c1001: [RISCV][Clang] add more tests for clang driver. (NFC)
Zakk Chen via All-commits
- [all-commits] [llvm/llvm-project] bd606a: [ARM] Only update the successor edges for immediat...
ZhiyaoMa98 via All-commits
- [all-commits] [llvm/llvm-project] 4c262f: [clang][extract-api] Use relative includes
Zixu Wang via All-commits
- [all-commits] [llvm/llvm-project] 5f841c: [NFC] Remove unfinished test case
Zixu Wang via All-commits
- [all-commits] [llvm/llvm-project] 2966f0: Revert "[clang][extract-api] Use relative includes"
Zixu Wang via All-commits
- [all-commits] [llvm/llvm-project] cb5bb2: Revert "Revert "[clang][extract-api] Use relative ...
Zixu Wang via All-commits
- [all-commits] [llvm/llvm-project] 9fe89a: [clangd] Add parsing for IgnoreHeaders config option
kadir çetinkaya via All-commits
- [all-commits] [llvm/llvm-project] 5de0a3: [trace][intelpt] Support system-wide tracing [1] -...
walter erquinigo via All-commits
- [all-commits] [llvm/llvm-project] e59269: [XCOFF][AIX] Use unique section names for LSDA and...
xingxue-ibm via All-commits
- [all-commits] [llvm/llvm-project] 9c46a9: [NFC][GVNSink] Don't pretend that iteration is ove...
yurai007 via All-commits
- [all-commits] [llvm/llvm-project] fe7d00: [X86][AMX] Add mayLoad/mayStore property for AMX i...
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] 764676: [fastregalloc] Fix bug when undef value is tied to...
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] 373ce1: [X86][AMX] Replace PXOR instruction with SET0 in A...
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] 54fe59: [fastregalloc] Add test case for self loop (D125079).
Luo, Yuanke via All-commits
- [all-commits] [llvm/llvm-project] d5d498: [X86][AMX] Simplify AMX test case.
Luo, Yuanke via All-commits
Last message date:
Sun May 8 22:23:47 PDT 2022
Archived on: Sun May 8 22:23:49 PDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).