platform/upstream/llvm.git
2023-02-26 Noah GoldsteinAdd tests for combining mask with shuffles; NFC
2023-02-26 Noah GoldsteinWiden i16 shuffle masks if vector width < 512 even...
2023-02-26 Noah GoldsteinAdd more tests for promoting `blendw` -> `blendd`; NFC
2023-02-26 Simon Pilgrim[X86] Add additional uses tests for select(icmp(x,y...
2023-02-26 William S.... [LICM] Ensure LICM can hoist invariant.group
2023-02-26 zhongyunde[MergeICmps] Adapt to non-eq comparisons, retry
2023-02-26 Simon Pilgrim[X86] Add vector test coverage for select(icmp(x,y...
2023-02-26 Simon Pilgrim[X86] Add scalar test coverage for select(icmp(x,y...
2023-02-26 Brad Smith[Driver][OpenBSD] Simplify command-line option handling...
2023-02-26 Simon Pilgrim[TextAPI] Use const auto& in foreach loop to avoid...
2023-02-26 Simon Pilgrim[X86] Add test showing poor bitselect between constants...
2023-02-26 Sanjay Patel[InstCombine] add tests for redundant-via-demanded...
2023-02-26 Simon Pilgrim[X86] Add PR46472 bitselect test coverage
2023-02-26 Piotr Zegar[clang-tidy] Improved too-small-loop-variable with...
2023-02-26 Mehdi Amini[mlir-opt] Rename internally the variables backing...
2023-02-26 Simon Pilgrim[X86] Add i686 and fast/slow-inc test coverage to const...
2023-02-26 Roy Jacobson[clang-tidy] Tweak 'rule of 3/5' checks to allow defaul...
2023-02-26 Mark de Wever[libc++] Improves clang-tidy configuration.
2023-02-26 Younan Zhang[clangd] Hide inlay hints when using a macro as a calli...
2023-02-26 Simon Pilgrim[X86] Fix ambiguous operator ordering to stop -Wparenth...
2023-02-26 Valentin Clement[flang] Do not initialize intent(out) polymorphic point...
2023-02-26 Piotr Zegar[clang-tidy] Fix bugprone-copy-constructor-init documen...
2023-02-26 Alexis Murzeau[clang-tidy] readability-identifier-naming.HungarianNot...
2023-02-26 Kazu Hirata[X86] Precommit a test
2023-02-26 Craig Topper[RISCV] Add explicit i64 to isel patterns to reduce...
2023-02-26 Brad Smith[Driver][FreeBSD] Further simplify the Driver handling...
2023-02-25 Mehdi AminiRefactor a MlirOptMainConfig class to hold the configur...
2023-02-25 Simon Pilgrim[ScalarEvolution] Fix unused variable warnings. NFC.
2023-02-25 Simon Pilgrim[AArch64] Add coverage for select(icmp(x,y),sub(x,y...
2023-02-25 Simon Pilgrim[PowerPC] Add coverage for select(icmp_sgt(x,y),sub...
2023-02-25 Simon Pilgrim[PowerPC] Replace PPCISD::VABSD cases with generic...
2023-02-25 Craig Topper[RISCV] Reuse the condop/invcondop ComplexPatterns...
2023-02-25 Simon Pilgrim[PPC] Fix abs(sub(x,y)) -> abs(x,y) tests
2023-02-25 Craig Topper[RISCV] Add a check for integer setcc to RISCVDAGToDAGI...
2023-02-25 Piotr Zegar[clang-tidy] Fix false-positive in readability-containe...
2023-02-25 Craig Topper[RISCV] Add explicit i64 to reduce RISCVGenDAGISel...
2023-02-25 Craig Topper[RISCV] Add explicit types to some XTHead isel patterns...
2023-02-25 Nikolas Klauser[libc++] Add FTM for views::as_rvalue
2023-02-25 Sebastian Pop[BOLT] fix tests on arm64
2023-02-25 Aaron BallmanRemove WG14 N2829 from the C status page; NFC
2023-02-25 Igor Zhukov[libc++] Implement LWG-3204: `sub_match::swap` only...
2023-02-25 Aaron Ballman[C2x] Implement support for revised spelling of keywords
2023-02-25 Luo, Yuanke[X86] Fix the base pointer save/restore bug
2023-02-25 DianQK[SimplifyCFG] Improve the precision of `PtrValueMayBeMo...
2023-02-25 Kiran Chandramohan[Flang][OpenMP] NFC: Remove omp prefix of test files...
2023-02-25 Kiran Chandramohan[Flang][OpenMP] NFC: Remove omp prefix of test files...
2023-02-25 Kiran Chandramohan[Flang][OpenMP] NFC: Move OpenMP parser tests to a...
2023-02-25 Emilia Dreamer[clang-format] Don't move qualifiers past pointers...
2023-02-25 Emilia Dreamer[clang-format] Rewrite how indent is reduced for compac...
2023-02-25 Craig TopperRevert "foo"
2023-02-25 Craig TopperRevert "[RISCV] Add explicit types to some XTHead isel...
2023-02-25 Craig Topper[RISCV] Add explicit types to some XTHead isel patterns...
2023-02-25 Craig Topperfoo
2023-02-25 Craig Topper[RISCV] Combine some duplicate XTHeadFMemIdx patterns...
2023-02-25 Alex Bradbury[lld][RISCV] Avoid error when encountering unrecognised...
2023-02-25 Casey Carter[libc++][test] Silence MSVC deprecation warnings
2023-02-25 Matt Arsenaultclang: Add __builtin_elementwise_fma
2023-02-25 Mehdi AminiAdd info about the "testing only" aspect of `--allow...
2023-02-25 Mehdi Amini[MLIR][doc] Clarify `allowUnregisteredDialects()` as...
2023-02-24 Fangrui Song[lldb][test] Fix vCont-threads/main.cp for -std=c++11
2023-02-24 Vitaly Buka[docs] Update compiler-rt/CODE_OWNERS.TXT
2023-02-24 Fangrui Song[OpenMP] Remove uses of ATOMIC_VAR_INIT
2023-02-24 Fangrui SongRemove uses of ATOMIC_VAR_INIT
2023-02-24 Michael Jones[libc] Clarify printf percent conversion behavior.
2023-02-24 Noah GoldsteinAdd transform for `(and/or (icmp eq/ne A,-1),(icmp...
2023-02-24 Noah GoldsteinMake `(and/or (icmp eq/ne A,C0), (icmp eq/ne A,C1)...
2023-02-24 Noah GoldsteinAdd tests for (or/and (icmp eq/ne A, C0), (icmp eq...
2023-02-24 Noah GoldsteinAdd transforms for `(max/min (xor X, Pow2), X)` ->...
2023-02-24 Noah GoldsteinAdd tests for transforming `(max/min (xor X, Pow2)...
2023-02-24 Noah GoldsteinAdd tests for shuffle as shift/rotate; NFC
2023-02-24 Noah GoldsteinAdd Extend shuffle pattern to vNf32 shuffles.
2023-02-24 Noah GoldsteinPrioritize lowering V{4|16}F32 with blend.
2023-02-24 Alexey Bataev[SLP]Improve handling gathers/buildvectors with undefs.
2023-02-24 Alan Hu[OCaml] Remove all PassManager-related functions
2023-02-24 Zibi Sarbinowski[z/OS][NFC] Remove obsolete code.
2023-02-24 Stefan Pintilie[PowerPC] Add Binary Coded Decimal Assist Instructions
2023-02-24 Fangrui SongLanguageExtensions.rst: fix a typo in the `#pragma...
2023-02-24 Philipp Tomsich[RISCV] Add vendor-defined XTheadCondMov (conditional...
2023-02-24 Siva Chandra... [libc] Add a linting target named "libc-lint".
2023-02-24 Mark de Wever[libc++][test] Use the Japanese test.
2023-02-24 Alexis Murzeau[clang-tidy] improve readability-identifier-naming...
2023-02-24 Alexey Bataev[SLP][NFC]Format and improve function, returning std...
2023-02-24 Cyndy Ishida[llvm][NFC] Move tapi tests using nm to llvm-nm test...
2023-02-24 Aaron Ballman[C2x] Remove the ATOMIC_VAR_INIT macro from stdatomic.h
2023-02-24 Tue Ly[libc][math] Fix floating point exception testing macro...
2023-02-24 Akira Hatanaka[CodeGen] Stop storing alignment information into point...
2023-02-24 Vitaly BukaRevert "[InstCombine] Remove early constant fold"
2023-02-24 Tue Ly[libc][math] Set floating point exceptions for exp...
2023-02-24 Craig Topper[RISCV] Use ComplexPattern to reduce the number of...
2023-02-24 Arthur Eubanks[clang][Driver] Pass /INFERASANLIBS:NO to link.exe...
2023-02-24 Markus Böck[mlir][NVGPUToNVVM] Add option for emitting opaque...
2023-02-24 David SpickettRevert "[clang-tidy] handle exceptions properly in...
2023-02-24 Markus Böck[mlir][SPIRV] Enable use of opaque-pointers in spirv...
2023-02-24 Markus Böck[mlir][GPUToVulkan] Port conversion passes and `mlir...
2023-02-24 Manuel Klimek[clang-format] Add simple macro replacements in formatting.
2023-02-24 Jon Chesterfield[amdgpu] Change LDS lowering default to hybrid
2023-02-24 Jon Chesterfield[amdgpu] Add test case showing bug prior to D141852
2023-02-24 Tobias Gysi[mlir][llvm] Add FastmathFlagsInterface only once ...
2023-02-24 Steve Merritt[Codeview] Fix incorrect size determination for complex...
2023-02-24 Hans Wennborg[PDB] Error on too large stream directories
next