platform/upstream/llvm.git
2023-02-27 chendewen[SVE] Add intrinsics for uniform dsp operations that...
2023-02-27 Manuel Klimek[clang-format] Add macro replacement to fuzzing.
2023-02-27 Haojian Wu[bazel] Port Bazel for e7950fceb1e7f82370f6cff80b258e55...
2023-02-27 Michael PlatingsAllow building with CMAKE_SYSTEM_NAME=Generic
2023-02-27 Max Kazantsev[Test] Add failing test for PR61022
2023-02-27 Sergey KachkovRevert "[GVN] Support address translation through selec...
2023-02-27 Nikita Popov[SCEV] Make scalable size representation more explicit
2023-02-27 Augustin Fabre[clang-format] clang-format.el: fix warnings
2023-02-27 LLVM GN Syncbot[gn build] Port e7950fceb1e7
2023-02-27 Carlos Alberto... [llvm-debuginfo-analyzer] (09/09) - CodeView Reader
2023-02-27 Haojian Wu[include-cleaner] Fix an unintended early return when...
2023-02-27 Sergey Kachkov[GVN] Support address translation through select instru...
2023-02-27 Christian Ulmann[mlir][llvm] Stop exporting empty debug MD strings
2023-02-27 Diana Picus[AMDGPU] Run update scripts on existing tests. NFC
2023-02-27 Christian Ulmann[mlir][llvm] Builders dont access null attr (NFC)
2023-02-27 Matthias Springer[mlir][SCF] Fix incorrect API usage in RewritePatterns
2023-02-27 Jean Perier[flang][hlfir] Lower associate construct to HLFIR
2023-02-27 Jean Perier[flang][hlfir] Lower allocatable assignment to HLFIR
2023-02-27 Jean Perier[flang][hlfir] add allocatable assignment semantic...
2023-02-27 Nilanjana Basu[AArch64] Added tests for inserting scalar result of...
2023-02-27 Lei Zhang[mlir][spirv] Fix Physical32/Physical64 support for...
2023-02-27 Lei Zhang[mlir][spirv] Respect client API requirements for 64...
2023-02-27 Rahul Kayaith[mlir][python] Don't emit diagnostics when printing...
2023-02-27 Jun ZhangPrecommit test for D144777, NFC
2023-02-27 Serge Pavlov[Clang] Copy strictfp attribute from pattern to instant...
2023-02-27 Craig Topper[TableGen] Use raw_svector_ostream and ListSeparator...
2023-02-27 Jie Fu[X86][MC] Fix -Wimplicit-fallthrough in X86MCCodeEmitte...
2023-02-27 Shengchen Kan[X86][MC] Assert unexpected form in emitREXPrefix,...
2023-02-27 Craig Topper[TableGen] Remove duplicate call to getPredicateCheck...
2023-02-26 Amara Emerson[GlobalISel] Fix an assertion failure in matchHoistLogi...
2023-02-26 isuckatcs[clang-tidy] handle exceptions properly in `ExceptionAn...
2023-02-26 Lei Zhang[mlir] NFC: Prepare GPUToSPIRV tests for supporting...
2023-02-26 LLVM GN Syncbot[gn build] Port ff93c9beefd4
2023-02-26 Nico Weber[gn] port 6e93bf5f66
2023-02-26 Alex Bradbury[WebAssembly][test] Clean up ir-locals.ll after opaque...
2023-02-26 Alex Bradbury[Webassembly][test] Regenerate ir-locals.ll using updat...
2023-02-26 Alexey Lapshin[DWARFLinker][DWARFv5] Add support for .debug_rnglists.
2023-02-26 Noah GoldsteinAdd additional operations that masked instructions...
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
next