platform/upstream/llvm.git
2022-08-12 Chuanqi Xu[AST] [Modules] Introduce Decl::getNonTransparentDeclCo...
2022-08-12 Kevin Athey[MSAN] remove unused debugging statements (NFC)
2022-08-12 Amy Kwan[libcxx] [test] Fix max_size.pass.cpp for PowerPC targets
2022-08-12 wanglian[LegalizeTypes][NFC] Use getConstantOperandAPInt instea...
2022-08-12 Dave Lee[lldb] Remove unused "import unittest2" statements
2022-08-12 Dave Lee[lldb] Remove uses of six module (NFC)
2022-08-12 Slava Gurevich[LLDB][NFC] Fix the style issue in TCPSocket
2022-08-12 Jeff Niu[mlir] Switch segment size attributes to DenseI32ArrayAttr
2022-08-12 Jeff Niu[mlir] Change the syntax of dense arrays
2022-08-11 Michael Jones[libc] move int conversion out of base template
2022-08-11 Jonas Devlieghere[lldb] Fix output for unconditionally decorated tests
2022-08-11 Ivan Murashko[clang] SIGSEGV fix at clang::ASTContext::getRawComment...
2022-08-11 Mircea Trofin[mlgo][nfc] regalloc test model generator: prep for...
2022-08-11 not-jenni[mlir][tosa] Updates tosa.logical_not to use the SameOp...
2022-08-11 Nico Weber[gn build] Make it possible to do PGO-optimized builds
2022-08-11 Arthur Eubanks[NFC] Format ilist_node_options.h to cycle bots
2022-08-11 Craig Topper[RISCV] Use SLTIU X, -1 for (setne X, -1).
2022-08-11 Shafik Yaghmour[Clang] Fix for Tighten restrictions on enum out of...
2022-08-11 Dave Lee[lldb] Tidy some regex in crashlog.py (NFC)
2022-08-11 Martin Storsjö[llvm] Use hidden visibility when building for MinGW...
2022-08-11 Martin Storsjö[lldb] Silence a GCC warning about missing returns...
2022-08-11 Vitaly Buka[test][msan] Test origin description argument
2022-08-11 Vitaly Buka[msan] Avoid unnecessary PC increment/decrement
2022-08-11 Craig Topper[RISCV] Add more ineg+setcc isel patterns to avoid...
2022-08-11 Shafik Yaghmour[Clang] Tighten restrictions on enum out of range diagn...
2022-08-11 Jonathan Peyton[OpenMP][OMPT] Fix memory leak when using GCC compatibi...
2022-08-11 Vladimir Plyashkun[clang-tidy][docs] Fixed page title for abseil-no-inter...
2022-08-11 Philip Reames[RISCV][SLP] Add some basic test coverage
2022-08-11 Jonas Devlieghere[lldb] Simplify TestExec's source code (2/2)
2022-08-11 Jonas Devlieghere[lldb] Simplify TestExec's source code
2022-08-11 Louis Dionne[libc++] Add a missing assertion in std::span's constructor
2022-08-11 Siva Chandra... [libc][Obvious] Fix thrd_join's first arg.
2022-08-11 Arnold Schwaighofer[coro async] Mark async suspend function and its resume...
2022-08-11 Valentin Clement[flang][openacc] Propagate correct location information...
2022-08-11 Denys Petrov[analyzer] [NFC] Fix comments into more regular form.
2022-08-11 Nikolas Klauser[libc++][NFC] Replace macros in vector
2022-08-11 Vir Narula[Matrix] Add tests dot product with varied strides
2022-08-11 Fangrui SongCompiler.h: remove unused LLVM_NODISCARD
2022-08-11 Walter Erquinigo[NFC][lldb][trace] Fix formatting of tracing files
2022-08-11 Alex Bradbury[clang][RISCV][test] Add test that shows incorrect...
2022-08-11 Aaron BallmanFix crash-on-valid with consteval temporary constructio...
2022-08-11 Fangrui Song[Support] Remove Log2 workaround for Android API level...
2022-08-11 Fangrui Song[Support] Remove some #if __cplusplus > 201402L
2022-08-11 Brett Wilson[clang-doc] Read docstrings for record members
2022-08-11 Craig Topper[RISCV] Move isValidCPUName to RISCVTargetInfo. NFC
2022-08-11 Marc Auberer[Docs] Fix duplicate enum item name
2022-08-11 Vitaly Buka[NFC][sanitizer] Use __builtin_extract_return_addr...
2022-08-11 Vitaly Buka[NFC][sanitizer] Add () into a few macros
2022-08-11 Simon Pilgrim[X86] lowerShuffleWithVPMOV - support direct lowering...
2022-08-11 Mike Rice[OpenMP] Allow data members in interop init/use/destroy...
2022-08-11 Augusto Noronha[lldb] Allow DataFileCache to be constructed with a...
2022-08-11 Simon Pilgrim[X86] vector-rotate-128/265.ll - add VLX + NOVLX check...
2022-08-11 Kevin P. Neal[FPEnv][InstSimplify] Fix formatting error.
2022-08-11 Sanjay Patel[InstCombine] fold reassociative fadd with negated...
2022-08-11 Sanjay Patel[InstCombine] add tests for reassociative fadd with...
2022-08-11 Uday Bondhugula[MLIR] Fix hasNoInterveningEffect in the presence of...
2022-08-11 Kevin P. Neal[FPEnv][InstSimplify] 0.0 - -X ==> X
2022-08-11 Simon Pilgrim[X86] Add RDPRU instruction CPUID bit masks
2022-08-11 Joe Nash[AMDGPU] Autogenerate spill-vector-superclass. NFC
2022-08-11 Johannes Doerfert[OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachable
2022-08-11 Simon Pilgrim[clang][X86] Add RDPRU predefined macro tests for znver...
2022-08-11 Peter Waller[DAGCombine] Check zext legality in zext-extract-extend...
2022-08-11 Eric Astor[ms] [llvm-ml] Add support for nested PROC/ENDP pairs
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Add tests for VOP1 and VOP2...
2022-08-11 Balazs Benics[analyzer] exploded-graph-rewriter: Fix python3 string...
2022-08-11 Michael Buch[lldb][unittests] Add more test cases to CPlusPlusNameP...
2022-08-11 Anubhab Ghosh[Orc] Reorder operations in ExecutorSharedMemoryMapperS...
2022-08-11 Jun ZhangRemove redundant condition check, NFC
2022-08-11 Emmmer[LLDB][RISCV] Fix risc-v target build
2022-08-11 Tue Ly[libc] Change sinf/cosf range reduction to mod pi/32...
2022-08-11 David Truby[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro...
2022-08-11 David Truby[clang][AArch64][SVE] Clarify documentation for sizeof...
2022-08-11 David Green[AArch64] Add bf16 select handling
2022-08-11 Simon Pilgrim[X86] lowerShuffleWithVPMOV - remove oneuse constraints...
2022-08-11 Sam Estep[clang][dataflow] Don't crash when caller args are...
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Correct tests for 16-bit VOP2...
2022-08-11 Sam Estep[clang][dataflow] Analyze constructor bodies
2022-08-11 Andre Vieira[TypePromotion] Update comment in testcase. RFC
2022-08-11 Haojian Wu[pseudo] Use C++17 variant to simplify the DirectiveTre...
2022-08-11 David StuttardAMDGPU: mbcnt allow for non-zero src1 for known-bits
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Remove test duplicates
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Consolidate VOP tests by encoding
2022-08-11 Aaron BallmanDo not use the same identifier for a data member as...
2022-08-11 Florian Hahn[Builtins] Do not claim most libfuncs are readnone...
2022-08-11 Haojian Wu[pseudo] Fix a bug in checking the duplicated grammar...
2021-09-14 Pavel Kosov[LLDB] Disable FP test for arm 32 bit
2022-08-11 Simon Pilgrim[CostModel][X86] Sync masked-intrinsic-cost.ll and...
2022-08-11 David Spickett[LLDB][ARM] Extend testing for vpush emulation
2022-08-11 Benjamin Kramer[mlir][sparse] Refine f695554a2a55 wording a bit and...
2022-08-11 Yeting Kuo[RISCV] Peephole optimization to fold merge.vvm and...
2022-08-11 Ilya Biryukov[MC] NFC. Avoid redundant copies when constructing...
2022-08-11 Jonas Hahnfeld[RISCV] Re-enable JIT support
2022-08-11 Marius Brehler[mlir] Fix calling the native mlir-pdll-tblgen
2022-08-11 Krasimir Georgiev[bazel] Add WindowsDriver as a dep of OrcJIT (llvmorg...
2022-08-11 Martin Storsjö[COFF] Emit embedded -exclude-symbols: directives for...
2022-08-11 Martin Storsjö[LLD] [COFF] Add support for a new, mingw specific...
2022-08-11 Martin Storsjö[LLD] [MinGW] Implement the --exclude-symbols option
2022-08-11 Andre Vieira[TypePromotion] Search from ZExt + PHI
2022-08-11 Andre Vieira[TypePromotion] Hoist out Promote Width calculation
2022-08-11 Andre Vieira[TypePromotion] Don't delete Insns when iterating
next