platform/upstream/llvm.git
2022-08-12 Maciej Gabka[clang][SVE] Undefine preprocessor macro defined in
2022-08-12 Nico Weber[gn build] port 3e119c0efdde (split-file move to utils/)
2022-08-12 Nico Weber[lld/mac] Add missing `_eq` suffix on two (internal...
2022-08-12 Jinyun Joey YeMissing climits header file in MemRefUtils.h
2022-08-12 Markus Böck[llvm][CMake] Move `split-file` from tools to utils
2022-08-12 Nico Weber[gn build] port 74384c7fcec7
2022-08-12 Haojian Wu[pseudo] Apply the function-declarator to member functions.
2022-08-12 Haojian Wu[pseudo] Eliminate an ambiguity for the empty member...
2022-08-12 Nimish Mishra[flang][OpenMP] Lowering support for default clause
2022-08-12 Nimish MishraRevert "[flang][OpenMP] Lowering support for default...
2022-08-12 Nimish Mishra[flang][OpenMP] Lowering support for default clause
2022-08-12 Adrian Vogelsgesang[libc++][test] Mark `test_comparisons.h` helpers as...
2022-08-12 Utkarsh SaxenaHandle explicitly defaulted consteval special members.
2022-08-12 Simon Pilgrim[DAG] Add TODO to remove creation of INSERT_SUBVECTOR...
2022-08-12 Filipp Zhinkin[DAGCombine] Hoist shifts out of a logic operations...
2022-08-12 Nicolas Vasilache[mlir][Linalg] Let FuseIntoContainingOp return success...
2022-08-12 Michał Górny[lldb] [gdb-remote] Remove unimplemented ProcessIDIsVal...
2022-08-12 Matthias Springer[mlir][bufferize] Fix missing copy when bufferizing...
2022-08-12 Marius Brehler[mlir][emitc][nfc] Clean up tests
2022-08-12 Alex ZinenkoRevert "[mlir] Switch segment size attributes to DenseI...
2022-08-12 Martin Storsjö[doc] Remove release notes from the main branch for...
2022-08-12 Balázs Kéri[clang-tidy] Support C++14 in bugprone-signal-handler.
2022-08-12 Daniil Fukalov[NFC] Split test to reduce time to run.
2022-08-12 Max Kazantsev[SCEV] Prove condition invariance via context
2022-08-12 Marius Brehler[mlir][EmitC] Remove the type from the OpaqueAttr
2022-08-12 Ting Wang[PowerPC] Fix test case changed by "Add XXEVAL TD patte...
2022-08-12 wanglian[LegalizeTypes][NFC] Use getConstantOperandVal instead...
2022-08-12 wanglian[LegalizeTypes][NFC] Use dyn_cast instead of isa and...
2022-08-12 gonglingqin[LoongArch] Add codegen support for ISD::CTPOP, ISD...
2022-08-12 Fangrui Song[MCDwarf][test] Improve debug-prefix-map.s
2022-08-12 Med Ismail... [lldb/Symbol] Fix null-deref in TypeList::Dump
2022-08-12 Med Ismail... [lldb/crashlog] Improve exception reporting for interac...
2022-08-12 Med Ismail... [lldb/test] Fix interactive crashlog test failure ...
2022-08-12 Med Ismail... [lldb/crashlog] Adapt raw text crashlog exception to...
2022-08-12 Siva Chandra... [libc] Add implemementations of thread specific data...
2022-08-12 Ting Wang[PowerPC] Add XXEVAL TD pattern
2022-08-12 Fangrui Song[MCDwarf] Use emplace to avoid move assignment. NFC
2022-08-12 Chuanqi Xu[Coroutines] Maintain the position of final suspend
2022-08-12 Chen Zheng[PowerPC] omit location attribute for TLS variable...
2022-08-12 Slava Gurevich[LLDB][NFC] Reliability fixes for IOHandlerCursesGUI
2022-08-12 Weining Lu[LoongArch] Return null SDValue by default in LowerOper...
2022-08-12 Slava Gurevich[LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp...
2022-08-12 Tom StellardDisable update_cc_test_checks.py tests in stand-alone...
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
next