platform/upstream/llvm.git
2022-04-13 Jonas Devlieghere[lldb] Remove reproducer logic from LocateSymbolFileMacOSX
2022-04-13 Jonas Devlieghere[lldb] Format LocateSymbolFileMacOSX (NFC)
2022-04-13 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-04-13 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-13 Damian Rouson[flang] expand the num_images test coverage
2022-04-13 Peter Klausler[flang] Emit a portability warning for padding in COMMON
2022-04-13 Christopher... [MLIR][GPU] Add GPU ops nvvm.mma.sync, nvvm.mma.ldmatri...
2022-04-13 Julian LettnerAdapt "cross compile?" check for Apple Silicon
2022-04-13 Jonas Devlieghere[lldb] Fix a bug in the decorator matching logic.
2022-04-13 Martin SeborRun update_test_checks.py after parameter renaming...
2022-04-13 Jonas Devlieghere[debugserver ] Un-conditionalize use of libcompression
2022-04-13 Stanislav Mekhanoshin[AMDGPU] Increate hazard for store dwordx3/4 to 2 waits...
2022-04-13 Sanjay Patel[SimplifyCFG] improve readability in switch-to-select...
2022-04-13 Sanjay Patel[SimplifyCFG] add more tests for switch to select trans...
2022-04-13 Corentin Jabot[clang] Implement Change scope of lambda trailing-retur...
2022-04-13 Martin SeborReplace numbered function arguments with descriptive...
2022-04-13 Corentin JabotFix compatibility with retroactive C++23 change [NFC]
2022-04-13 Nikolas Klauser[libc++] `bitset::operator[] const` should return bool
2022-04-13 Matt ArsenaultRegAlloc: Fix remaining virtual registers after allocat...
2022-04-13 Jez Ng[lld-macho][nfc] De-templatize UnwindInfoSection
2022-04-13 Vitaly BukaRevert "[sanitizer] Don't run malloc hooks for stacktraces"
2022-04-13 Jonas Devlieghere[lldb] Expand $ when using tcsh
2022-04-13 Vladislav Khmelevsky[BOLT] Update skipRelocation for aarch64
2022-04-13 Martin SeborReplace %0 in function arguments with descriptive names.
2022-04-13 Yitzhak Mandelbaum[clang][dataflow] Weaken abstract comparison to enable...
2022-04-13 Thomas Raoux[mlir][vector] Add unrolling pattern for TransposeOp
2022-04-13 Mehdi AminiRevert "[clang] Implement Change scope of lambda traili...
2022-04-13 Eli FriedmanRestrict lvalue-to-rvalue conversions in CGExprConstant.
2022-04-13 Matt ArsenaultRegAllocGreedy: Remove redundant check for virtual...
2022-04-13 Matt ArsenaultAMDGPU: Relax test check on tablegen debug output
2022-04-13 serge-sans... [iwyu] Handle regressions in libLLVM header include
2022-04-13 Congzhe Cao[DA] Refactor with a better API
2022-04-13 Amir Ayupov[BOLT][TEST] Add -no-pie to two tests
2022-04-13 Vitaly Buka[sanitizer] Don't run malloc hooks for stacktraces
2022-04-13 Aaron BallmanFix a typo with this test function name
2022-04-13 Amir Ayupov[BOLT][TEST] Remove -no-pie from cflags/cxxflags
2022-04-13 Corentin Jabot[Clang] Fix html error in cxx_status.html [NFC]
2022-04-13 Florian HahnRevert "[LICM] Only create load in pre-header when...
2022-04-13 Maksim Panchenko[BOLT] Ignore PC-relative relocations from data to...
2022-04-13 Amir Ayupov[BOLT] Fix data race in shortenInstructions
2022-04-13 Erich KeaneFix Werror build issue from 6f20744b7ff875
2022-04-13 Corentin Jabot[clang] Implement Change scope of lambda trailing-retur...
2022-04-13 Mogball[mlir][ods] Remove StrEnumAttr
2022-04-13 Aleksandr Platonov[Sema] Don't check bounds for function pointer
2022-04-13 Erich KeaneAdd support for ignored bitfield conditional codegen.
2022-04-13 Jacques Pienaar[mlir][pdll] Include string in PDLLServer.h
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-13 serge-sans... Revert "[ValueTracking] Make getStringLenth aware of...
2022-04-13 David Green[AArch64] Add new shuffles tests, and regenerate aarch6...
2022-04-13 Jacques Pienaar[mlir][pdll] Rename extra dir flag
2022-04-13 chenglin.bi[AArch64][SelectionDAG] stick all the power-of-two...
2022-04-13 Evgeny Mandrikov[NFC] Fix build failure with GCC 11 in C++20 mode
2022-04-13 Jacques Pienaar[mlir][pdll] Add extra-dirs for LSP includes.
2022-04-13 Anna ThomasCheck users of instrinsics instead of traversing entire...
2022-04-13 Chris Bieneman[NFC] Add CMake cache file for HLSL
2022-04-13 Momchil Velikov[AArch64] Async unwind - Adjust unwind info in AArch64L...
2022-04-13 Nathan Sidwell[demangler] Rust demangler buffer return
2022-04-13 Jay Foad[AMDGPU] Initialize a couple more Subtarget fields
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-13 Florian HahnRecommit "[LICM] Only create load in pre-header when...
2022-04-13 LLVM GN Syncbot[gn build] Port a85da649b9ac
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-13 Yaxun (Sam... [CUDA][HIP] Fix host used external kernel in archive
2022-04-13 Nikita Popov[SimplifyLibCalls] Don't mark memchr() memory as fully...
2022-04-13 Marek Kurdej[clang-format] Fix SeparateDefinitionBlocks breaking...
2022-04-13 Tobias Hieta[NFC] Simplify /noimplib argument logic
2022-04-13 Tobias Hieta[LLD][COFF] Add support for /noimplib
2022-04-13 chenglin.bi[SimplifyCFG] add tests for switch to select; NFC
2022-04-13 chenglin.biRevert "[SimplifyCFG] add tests for switch to select...
2022-04-13 PeixinQiao[OpenMP] Lowering to MLIR of ordered threads directive
2022-04-13 PeixinQiao[flang][OpenMP] Add semantic checks of nesting of regio...
2022-04-13 Marius Brehler[mlir][docs] Fix broken links
2022-04-13 Louis Dionne[libc++] Mark completed paper as complete
2022-04-13 LLVM GN Syncbot[gn build] Port 2fb026ee4d1a
2022-04-13 Louis Dionne[libc++] Post-commit adjustments after rebasing D117656
2022-04-13 Arthur O'DwyerImplement move_sentinel and C++20 move_iterator.
2022-04-13 Pavel Labath[lldb] Fixup af921006d3792f for non-linux platforms
2022-04-13 chenglin.bi[SimplifyCFG] add tests for switch to select; NFC
2022-04-13 LLVM GN Syncbot[gn build] Port 2b424f4ea82e
2022-04-13 Louis Dionne[libc++] Implement ranges::filter_view
2022-04-13 Jonas Paulsson[SystemZ] Implement adjustInliningThreshold().
2022-04-13 Sam McCall[clangd] Export preamble AST and serialized size as...
2022-04-13 Pavel Labath[lldb] Remove the global platform list
2022-04-13 Nico Weber[compiler-rt] Don't explictly ad-hoc sign dylibs on...
2022-04-13 Adrian Kuegel[mlir][Tensor] Fix wrong comment (NFC)
2022-04-13 Aaron BallmanCorrectly diagnose prototype redeclaration errors in C
2022-04-13 Liu, Chen3[X86] Covert unsigned int 0 to float-point with FILD...
2022-04-13 Simon Pilgrim[DAG] Enable SimplifyVBinOp folds on add/sub sat intrinsics
2022-04-13 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Removed unsupported 64bit DPP opcodes
2022-04-13 Simon Pilgrim[X86] Add tests showing failure to pull common shuffles...
2022-04-13 Sanjay Patel[SimplifyCFG] make a debug option for case max when...
2022-04-13 Jonas Paulsson[InlineAsm] Add support for address operands ("p").
2022-04-13 Andrzej Warzynski[flang][nfc] Simplify TargetMachine initialisation
2022-04-13 Dmitry Preobrazhensky[AMDGPU][GFX10] Enabled op_sel for v_add_nc_u16 and...
2022-04-13 Vladislav Khmelevsky[BOLT] Fix two aarch64 tests
2022-04-13 Simon Pilgrim[DAG] Add non-uniform vector support to (shl (srl x...
2022-04-13 Andrzej Warzynski[flang][driver] Add support for generating LLVM bytecod...
2022-04-13 Ping Deng[RISCV][NFC] Reorganize check prefixes in some tests...
2022-04-13 Alex Richardson[AArch64] Add missing HasNEON predicate in scalar FABD...
2022-04-13 Alex Richardson[AArch64] Baseline test for D123491
next