platform/upstream/llvm.git
2022-08-08 Fangrui Song[llvm-ar] Remove unused parameter. NFC
2022-08-08 Sheng[M68k] Add MC support for link/unlk
2022-08-08 Nico Weber[gn build] (manually) port ace6e172bd2c
2022-08-08 luxufan[RISCV] Support fe_getround and fe_raise_inexact in...
2022-08-08 Jun Zhang[Support] move llvm::llvm_is_multithread to header...
2022-08-07 Peter Klausler[flang] Handle subnormals while folding SCALE, SET_EXPO...
2022-08-07 Ashay Rane[mlir] fix `add_tablegen()` macro to allow installing...
2022-08-07 Jacques Pienaar[mlir][python] Address deprecation warning for hasValue
2022-08-07 Peter Klausler[flang] Allow assignment to host association in BLOCK...
2022-08-07 Lang Hames[ORC-RT] Fix missing #include <string_view>s.
2022-08-07 Jonas Devlieghere[lldb] Use single-argument static_assert where applicab...
2022-08-07 Sanjay Patel[InstSimplify] fold scalable vectors with over-shift...
2022-08-07 Sanjay Patel[InstSimplify] add test for over-shift of scalable...
2022-08-07 Peter Klausler[flang][runtime] Catch & report attempts at recursive I/O
2022-08-07 Lang HamesRevert "[JITLink] Fix some C++17 related fixmes."
2022-08-07 Kazu Hirata[mlir] Use value instead of getValue
2022-08-07 Kazu Hirata[ADT] Deprecate Optional::{hasValue,getValue} (NFC)
2022-08-07 Lang Hames[ORC-RT] Remove a stray __orc_rt::string_view helper.
2022-08-07 Dave Lee[lldb] Hoist TraceOn check out of loop (NFC)
2022-08-07 Dave Lee[lldb] Fix formatting in python-reference.rst
2022-08-07 Dave Lee[lldb] Dynamically generate enum names in lldbutil
2022-08-07 Adrian Vogelsgesang[libc++][NFC] Fix `the the` in comment in `__format...
2022-08-07 Kazu Hirata[mlir] Fix a warning
2022-08-07 Sanjay Patel[ConstFolding] fix overzealous assert when converting...
2022-08-07 Sanjay Patel[InstCombine] add tests for bitwise logic; NFC
2022-08-07 Lang Hames[JITLink] Fix some C++17 related fixmes.
2022-08-07 Lang Hames[ORC-RT] Drop __orc_rt::string_view now that we have...
2022-08-07 Sergei Barannikov[clang][CodeGen] Factor out Swift ABI hooks (NFCI)
2022-08-07 Amaury Séchet[X86] Add test case to recombine LEA from OR.
2022-08-07 Peter Klausler[flang] Allow pure function references in expandable...
2022-08-07 Jacques Pienaar[mlir] Flip to prefixed accessors (NFC)
2022-08-07 Gabriel Ravier[polly] Fixed a number of typos. NFC
2022-08-07 Haojian Wu[clang-tidy] Fix a forwarding-reference-overload crash...
2022-08-07 Aaron BallmanRevert "[RDF] Remove explicit template arguments from...
2022-08-07 Roman Gareev[Polly] Suppress the LLVM-IR output for pattern matchin...
2022-08-07 Jacques Pienaar[mlir] Flip to prefixed accessors (NFC)
2022-08-07 David Green[ARM] Regenerate vector_store.ll tests. NFC
2022-08-07 Roman Gareev[Polly] Generalize the pattern matching to the case...
2022-08-07 Igor Zhukov[libc++][test] Fix MSVC warnings C6054, C6001, C4242...
2022-08-07 Markus Böck[mlir] Make use of C++17 language features
2022-08-07 Alexey Bader[demangler] Add getters for Qual/Vector/Pointer types
2022-08-07 Shivam GuptaAdded warning about outdated feature into Kaleidoscope...
2022-08-07 Kazu Hirata[llvm] Use range-based for loops (NFC)
2022-08-07 Kazu Hirata[x86] Remove unused declaration processWaitCnt (NFC)
2022-08-07 Kazu HirataUse llvm::is_contained (NFC)
2022-08-07 Kazu Hirata[Target] Remove unused forward declarations (NFC)
2022-08-07 Kazu Hirata[llvm] Fix comment typos (NFC)
2022-08-07 Kazu Hirata[mlir] Remove redundaunt return statements (NFC)
2022-08-07 Kazu Hirata[llvm] Drop unnecessary const from return types (NFC)
2022-08-07 Slava Gurevich[LLDB][NFC] Reliability fixes to TCPSocket code
2022-08-07 John Demme[MLIR] Add MlirValue to PybindAdapters
2022-08-07 YingChi Long[clang][docs] use `Fixes` instead of `This fixes` in...
2022-08-07 Jacques Pienaar[mlir][tosa] Flip to prefixed form.
2022-08-07 Fangrui Song[llvm] LLVM_NODISCARD => [[nodiscard]]. NFC
2022-08-07 Fangrui Song[lld] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-06 Fangrui SongRevert "[SampleProfileInference] Work around odr-use...
2022-08-06 Fangrui SongRevert "[lld-macho] Work around odr-use of const non...
2022-08-06 Fangrui Song[clang-tidy] Fix g++ -DCMAKE_CXX_STANDARD=17 build
2022-08-06 Fangrui Song[ADT] Fix signature of StringSet::insert
2022-08-06 Shilei Tian[Clang][OpenMP] Fix the issue that `llvm.lifetime.end...
2022-08-06 Tom Stellardlld/cmake: Drop use of llvm-config for LLVM install...
2022-08-06 Tom Stellardclang/cmake: Drop use of llvm-config for LLVM install...
2022-08-06 Benjamin Kramer[bazel] Switch to C++17
2022-08-06 Aarush Bhatclang: fix typo availbility
2022-08-06 Krzysztof Parzyszek[RDF] Use default TargetOperandInfo if not given in...
2022-08-06 Thorsten Schütt[bolt] silence unused variables warnings
2022-08-06 Krzysztof Parzyszek[RDF] Remove explicit template arguments from Print
2022-08-06 Kazu HirataUse value instead of getValue (NFC)
2022-08-06 Kazu Hirata[mlir, flang] Use has_value instead of hasValue (NFC)
2022-08-06 Aaron BallmanUpdate the status of some more C DRs
2022-08-06 Benjamin Kramer[bazel] Port 1c5a50e32815a49a41d79ff529ca8611ee49c5c8
2022-08-06 Adrian Vogelsgesang[libc++] Remove `operator!=` from `type_info` in C++20
2022-08-06 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `unique_ptr`
2022-08-06 Chen Zheng[NFC] add test cases for D123366
2022-08-06 Chen Zheng[PowerPC] fix stack size allocated for float point...
2022-08-06 Nico Weber[gn build] fix 547c551925c8f4dd
2022-08-06 Nico Weber[gn build] Try to fix build on linux after std=c++17...
2022-08-06 Markus Böck[llvm] Remove uses of deprecated `std::iterator`
2022-08-06 Markus Böck[mlir][tblgen] Refact mlir-tblgen main into its own...
2022-08-06 Nico Weber[gn build] port b1356504e63ae better (c++17)
2022-08-06 Nico Weber[gn build] port b1356504e63ae (c++17)
2022-08-06 Benjamin Kramer[bazel] Add missing dependency after 713f85d5952ab27d47...
2022-08-06 Fangrui Song[ELF] toString(const InputFile *): synchronize toString...
2022-08-06 Leon ClarkTransform illegal intrinsics to V_ILLEGAL
2022-08-06 Tobias Hieta[LLVM] Update C++ standard to 17
2022-08-06 Jun Zhang[Clang][Lex] Extend HeaderSearch::LookupFile to control...
2022-08-06 Chen Zheng[NFC] add test case for D129558
2022-08-06 Slava Gurevich [LLDB] Missing break in a switch statement alters...
2022-08-06 Fangrui Song[ELF][AArch64] Fix potentially corrupted section conten...
2022-08-06 Fangrui Song[ELF] Keep only getTarget() call. NFC
2022-08-06 Argyrios Kyrtzidis[test/Modules/cxx20-export-import.cpp] Pre-clean the...
2022-08-06 Fangrui Song[ELF] mergeCmp: work around irreflexivity bug
2022-08-05 Nico Weberunbreak Modules/cxx20-export-import.cpp with LLVM_APPEN...
2022-08-05 Xiang Li[HLSL] emit-obj when set output.
2022-08-05 Joseph Huber[CUDA] Fix output name being replaced in device-only...
2022-08-05 Argyrios Kyrtzidis[Serialization] Remove `ORIGINAL_PCH_DIR` record
2022-08-05 Keith Smiley[Sanitizer][Darwin] Support OS versions before DRIVERKIT
2022-08-05 Fangrui Song[ELF][PPC64] Fix potentially corrupted section content...
2022-08-05 Eugene Zhulenev[mlir] Use SymbolTableCollection to lookup referenced...
2022-08-05 Konstantin... [libc++][ranges][NFC] Mark the completed Ranges papers...
next