platform/upstream/llvm.git
2022-05-30 Chuanqi Xu[NFC] Use %clang instead of %clang++ in tests
2022-05-30 LLVM GN Syncbot[gn build] Port 751c7be5b20f
2022-05-30 Sheng[TableGen] Remove code beads
2022-05-30 Chuanqi Xu[Driver] Enable to use C++20 standalne by -fcxx-modules
2022-05-30 Max Kazantsev[JumpThreading][NFCI] Reuse existing DT instead of...
2022-05-30 Sockke[clang-apply-replacements] Added an option to ignore...
2022-05-30 Ping Deng[RISCV] Support VP_REDUCE_MUL mask operation
2022-05-30 Ping Deng[LegalizeTypes][VP] Add integer promotion support for...
2022-05-30 Chuanqi XuRevert "[Driver] Enable to use C++20 standalne by ...
2022-05-30 Chuanqi Xu[Driver] Enable to use C++20 standalne by -fcxx-modules
2022-05-30 Chenbing Zheng[InstCombine] bitcast (extractelement <1 x elt>, dest...
2022-05-30 SockkeFix `performance-unnecessary-value-param` for template...
2022-05-30 Lian Wang[NFC][VP] Fix llvm.vp.merge intrinsic Expansion in...
2022-05-30 Craig Topper[RISCV] isel (add (and X, 0x1FFFFFFFE), Y) as (SH1ADD...
2022-05-30 Craig Topper[RISCV] Add test cases showing missed opportunity to...
2022-05-29 Florian HahnRecommit "[LICM] Only create load in ph when promoting...
2022-05-29 David Green[AArch64] Reuse larger DUP if available
2022-05-29 Joe Loser[libc++][test] Remove Clang <= 3.7 workaround in is_def...
2022-05-29 chenglin.bi[InstCombine] Add baseline tests for shift+and+icmp...
2022-05-29 Simon Pilgrim[X86] Adjust vector shift costs to match SoG (Issue...
2022-05-29 chenglin.bi[InstCombine] Add baseline tests for shift+and transfor...
2022-05-29 Mark de Wever[libc++][doc] Clarify wording on the status page.
2022-05-29 Mark de Wever[libc++] Adds __format_string as nasty macro.
2022-05-29 Ayke van Laethem[libclang] Fix error message capitalization
2022-05-29 Ayke van Laethem[libclang] Fall back to getMainExecutable when dladdr...
2022-05-29 Nikolas Klauser[libc++] Use __enable_if_t and is_integral in cstddef
2022-05-29 Javed Absar[mlir][NFC] Trivial : Fix typo
2022-05-29 Mark de Wever[libc++] Adds missing includes.
2022-05-29 Purva-Chaudhari[clang-repl] Recover the lookup tables of the primary...
2022-05-28 Yuki Okushi[clang] Remove `rm` script which is no longer necessary
2022-05-28 Groverkss[MLIR][Presburger] Add applyDomain/Range to IntegerRelation
2022-05-28 Florian Hahn[VPlan] Use Exiting-block instead of Exit-block termino...
2022-05-28 Jason MolendaIncrease the default maximum stack walk
2022-05-28 Emil Kieri[flang] Make extension explicit: exponent-letter matchi...
2022-05-28 Daniel Hannon[clang][cmake] Fixed typo in hmaptool CMakeLists.txt
2022-05-28 Peter Klausler[flang] Make generic resolution conform to 15.5.5.2...
2022-05-28 Peter Klausler[nfc][flang] Fix spelling errors and usage in an error...
2022-05-28 Yuki OkushiRemove `deplibs` keyword completely
2022-05-28 Peter Klausler[flang] Avoid spurious warnings from reading module...
2022-05-28 Yuki Okushi[docs] Update the label name for new contributors
2022-05-28 Sam Clegg[libc++] Minor emscripten changes from downstream
2022-05-28 Peixin-Qiao[flang][OpenMP] Fix pointer variables in atomic read...
2022-05-28 Peixin-Qiao[flang][OpenMP][OpenACC] Fix exit of a region
2022-05-28 LLVM GN Syncbot[gn build] Port 30c37fb89cb7
2022-05-28 Nikolas Klauser[libc++] Granularize more of <type_traits>
2022-05-28 Nikolas Klauser[libc++] Remove unused __functional includes
2022-05-28 Argyrios Kyrtzidis[Lex] Fix crash during dependency scanning while skippi...
2022-05-28 Yuki Okushi[CompilerInstance] Fix weird condition on `createCodeCo...
2022-05-28 Fangrui Song[Driver] Replace err_invalid_branch_protection with...
2022-05-28 Fangrui Song[ARM][AArch64] Change -mharden-sls= to use err_drv_unsu...
2022-05-28 Roland McGrath[scudo] Clean up Zircon header file uses
2022-05-28 Matthias Springer[mlir][bufferization] Add extra filter mechanism to...
2022-05-28 Matthias Springer[mlir][bufferize][NFC] Split analysis+bufferization...
2022-05-28 Matthias Springer[mlir][bufferization][NFC] Remove post-analysis step...
2022-05-27 Matthias Springer[mlir][bufferization][NFC] Move OpFilter out of Bufferi...
2022-05-27 Joel E. Denny[OpenACC][OpenMP] Document atomic-in-teams extension
2022-05-27 Philip Reames[RISCV] Allow PRE of vsetvli involving non-1 LMUL
2022-05-27 eopXD[LSR][TTI][PowerPC][SystemZ][X86] Add const-ness to...
2022-05-27 NAKAMURA Takumi[bazel] BLAKE3: Adopt aarch64 and x86_64.
2022-05-27 Martin Storsjö[lldb] Fix cross compiling on macOS
2022-05-27 Craig Topper[RISCV] Correct load/store alignments in sink-splat...
2022-05-27 wren romano[mlir][sparse] Fixes C++98 warning
2022-05-27 Philip Reames[RISCV] Add a vsetvli PRE test involving non-1 LMUL
2022-05-27 Craig Topper[RISCV] Use template version of SignExtend64 for consta...
2022-05-27 Tobias Ribizel[CMake] Make FindLibEdit.cmake more robust
2022-05-27 Louis Dionne[runtimes] Rename various libcpp-has-no-XYZ Lit feature...
2022-05-27 Nikolas Klauser[libc++][NFC] Rename rand.dis to rand.dist
2022-05-27 Craig Topper[RISCV] Remove unused variables. NFC
2022-05-27 Sam Clegg[lld][WebAssembly] Fix crash on undefined+weak function...
2022-05-27 Pengxuan Zheng[llvm-lib] Ignore /LTCG option
2022-05-27 Craig Topper[RISCV] Return false from isOffsetFoldingLegal instead...
2022-05-27 Nicolai HähnleAMDGPU: Add G_AMDGPU_MAD_64_32 instructions
2022-05-27 Julian Lettner[TSan][Darwin] Deflake test
2022-05-27 Louis Dionne[runtimes] Officially deprecate the legacy testing...
2022-05-27 Louis Dionne[libc++] Add various missing _LIBCPP_HIDE_FROM_ABI
2022-05-27 Aart Bik[OpenMP][mlir] fix broken build
2022-05-27 Alex BrachetRevert "[Clang] Extend -gen-reproducer flag"
2022-05-27 Hans Wennborg[libc++] Use __libcpp_clz for a tighter __log2i function
2022-05-27 Matheus Izvekovcmake: use llvm dir variables for clang/utils/hmaptool
2022-05-27 Derek Schuff[WebAssembly] Consolidate sectionTypeToString in Binary...
2022-05-27 PeixinQiao[OpenMP] Support operation conversion to LLVM for threa...
2022-05-27 Sanjay Patel[InstCombine] fold multiply by signbit-splat to cmp...
2022-05-27 Sanjay Patel[InstCombine] reduce code duplication; NFC
2022-05-27 Egor Zhdan[Clang][Driver] Fix include paths for `--sysroot /...
2022-05-27 Alex Brachet[Clang] Extend -gen-reproducer flag
2022-05-27 Amy Kwan[PowerPC][AIX] Allow VSX patterns to be 32-bit and...
2022-05-27 Daniele VettorelAdd llvm-debuginfod-find tool to Bazel build
2022-05-27 Balazs Benics[analyzer] Fix wrong annotation of LazyCompoundVal...
2022-05-27 Tobias Hieta[workflow] Don't fail workflow if we already have a...
2022-05-27 Yitzhak Mandelbaum[clang][dataflow] Improve handling of constructor initi...
2022-05-27 Yitzhak Mandelbaum[clang][dataflow] Remove private-field filtering from...
2022-05-27 Shraiysh Vaishay[flang][OpenMP][NFC] Cleanup the sections tests
2022-05-27 Vassil VassilevAlso remove the empty StoredDeclsList entry from the...
2022-05-27 Daniil Dudkin[mlir][llvm] Fix compiler error on GCC 9
2022-05-27 Andrew Ng[LLD][test] Update `zlib` tests for LLD commit c78c00dc16
2022-05-27 Daniil Dudkin[flang] Support correct continuations for compiler...
2022-05-27 Fraser Cormack[RISCV][NFC] Unify compatibility checks under one function
2022-05-27 Groverkss[MLIR][Presburger] Add intersectDomain/Range to Integer...
2022-05-27 Anastasia Stulova[Doc][OpenCL] Misc wording improvements for SPIR-V
2022-05-27 Ben Dunbobbin[llvm-ar][test] add special case of replace converting...
next