platform/upstream/llvm.git
2020-12-02 David Sherwood[SVE] Add support for scalable vectors with vectorize...
2020-12-02 Abhina Sreeskantharajan[SystemZ][NFC]Move all SystemZ tests to init-s390x.c
2020-12-02 Cheng Wang[libc] Add strncpy implementation.
2020-12-02 Pedro Tammela[LLDB/Python] Fix segfault on Python scripted entrypoints
2020-12-02 Georgii Rymar[llvm-readobj, libSupport] - Refine the implementation...
2020-12-02 Cullen Rhodes[InstructionsTest] NFC: Replace VectorType::get(.....
2020-12-02 Marek Kurdej[libc++] [docs] Mark LWG2296 as complete not only on...
2020-12-02 Marek Kurdej[libc++] [docs] Mark P1424 as superseded by P1902.
2020-12-02 Jay Foad[AMDGPU] Stop adding an implicit def of vcc_hi for...
2020-12-02 Georgii Rymar[llvm-readelf/obj] - Lowercase the warning message...
2020-12-02 Georgii Rymar[llvm-readelf/obj] - Report unique warnings in `parseDy...
2020-12-02 Raphael Isemann[lldb] Don't reject empty or unnamed template parameter...
2020-12-02 David Green[Intrinsics] Re-remove experimental_vector_reduce intri...
2020-12-02 Qiu Chaofan[PowerPC] Fix FLT_ROUNDS_ on little endian
2020-12-02 Georgii Rymar[llvm-readelf/obj] - Refine the error message about...
2020-12-02 Qiu Chaofan[Clang] Don't adjust align for IBM extended double
2020-12-02 Georgii Rymar[LLD][ELF] - Don't keep empty output sections which...
2020-12-02 Hanhan Wang[mlir][doc] Correct method names in DialectConversion...
2020-12-02 Marek Kurdej[libc++] [P0482] [C++20] Implement missing bits for...
2020-12-02 Martin Storsjö[libcxx] Apply msvcrt specific exception for lgamma...
2020-12-02 Marek Kurdej[libc++] [docs] Update and move NOTES.txt to docs/Contr...
2020-12-02 Raphael Isemann[lldb][NFC] Fix test file name in lang/cpp/non-type...
2020-12-02 Max Kazantsev[Test] One CodeGen test showing missing opportunity...
2020-12-02 Max Kazantsev[Test] One more IndVars test
2020-12-02 QingShan Zhang[PowerPC] Promote the i1 to i64 for SINT_TO_FP/FP_TO_SINT
2020-12-02 River Riddle[mlir][PDL] Forward captured single entity constraint...
2020-12-02 Nico Weber[mac/lld] Include archive name in diagnostics
2020-12-02 Kazu Hirata[Transforms] Remove unused declaration fillImplicitCont...
2020-12-02 Chen Zheng[LSR][NFC] don't collect chains when isNumRegsMajorCost...
2020-12-02 Heejin Ahn[WebAssembly] Support select and block for reference...
2020-12-02 Fangrui Song[lldb] Fix build after found_decls was removed by 1f40d...
2020-12-02 Arthur O'Dwyers/instantate/instantiate/ throughout. NFCI.
2020-12-02 Arthur O'Dwyer[libc++] Consistently replace `std::` qualification...
2020-12-02 Arthur O'Dwyer[libc++] ADL-proof <thread>, and eliminate `using names...
2020-12-02 Arthur O'Dwyer[libc++] Support simply `std::iterator_traits` in the...
2020-12-02 Heejin Ahn[lld-macho] Add dependency to DebugInfoDWARF
2020-12-02 Tony[NFC][AMDGPU] Fix broken link to ClangOffloadBundler...
2020-12-02 Tony[NFC] Add CLangOffloadBundler documentation to Clang...
2020-12-02 Muhammad Omair... [LLDB] Rename duplicate TestAlignAsBaseClass.py
2020-12-02 Chen Zheng[NFC][PowerPC] code refactor: split IsReassociable...
2020-12-02 Kazushi (Jam... [VE] Add vcmp, vmax, and vmin intrinsic instructions
2020-12-02 River Riddle[mlir][PDL] Use .getOperation() when construction Succe...
2020-12-02 Vitaly Buka[NFC][sanitizer] Fix ppc -> powerpc64 in XFAIL
2020-12-02 Nico Weber[mac/lld] fix typo in 07ab597bb0356c that broke test...
2020-12-02 zhanghb97[mlir][Python] Check numpy in Python bindings configura...
2020-12-02 Nico Weberfix typos to cycle bots
2020-12-02 River Riddle[mlir][PDL] Add append specialization for ByteCode...
2020-12-02 Jianzhou Zhao[msan] Replace 8 by kShadowTLSAlignment
2020-12-02 Eric Leese[lld] Use -1 as tombstone value for discarded code...
2020-12-02 Leonard ChanRecommit "[clang][Fuchsia] Add relative-vtables multilib"
2020-12-02 Jessica PaquetteFix typo in testcase runline that got there because...
2020-12-02 Vitaly Buka[NFC] Disable new test from D92428 on PPC TSAN
2020-12-02 Fangrui Song[WebAssembly] Rename --lto-no-new-pass-manager to ...
2020-12-02 Jessica Paquette[AArch64][GlobalISel] Don't write to WZR in non-flag...
2020-12-02 Richard SmithRemove CXXBasePaths::found_decls and simplify and moder...
2020-12-02 Tom Stellardgithub actions: Update branch_sync to push to main
2020-12-02 Vitaly Buka[sanitizer] Make DTLS_on_tls_get_addr signal safer
2020-12-02 Vitaly Buka[NFC] Extract ForEachDVT
2020-12-02 Fangrui Song[RISCVAsmParser] Allow a SymbolRef operand to be a...
2020-12-01 Nico Weber[lld/mac] Fix issues around thin archives
2020-12-01 Leonard Chan[llvm] Fix for failing test from fdbd84c6c819d446254696...
2020-12-01 Jessica Paquette[AArch64][GlobalISel] Select Bcc when it's better than...
2020-12-01 Tony[NFC][AMDGPU] AMDGPU code object V4 ABI documentation
2020-12-01 LLVM GN Syncbot[gn build] Port 3fcb0eeb152
2020-12-01 Arthur Eubanks[gn build] Format all gn files
2020-12-01 Arthur Eubanks[gn build] Manually port 8fee2ee9
2020-12-01 Eric Astor[ms] [llvm-ml] Support command-line defines
2020-12-01 River Riddle[mlir][PDL] Add support for PDL bytecode and expose...
2020-12-01 Jez Ng[lld-macho] Add isCodeSection()
2020-12-01 Jez Ng[lld-macho] Flesh out STABS implementation
2020-12-01 Jez Ng[lld-macho] Add archive name and file modtime to STABS...
2020-12-01 Jez Ng[lld-macho] Emit empty string as first entry of string...
2020-12-01 Jez Ng[lld-macho] Emit local symbols in symtab; record metada...
2020-12-01 Jez Ng[lld-macho] Emit STABS symbols for debugging, and drop...
2020-12-01 Nico Weber[gn build] (manually) port 8fee2ee9a68
2020-12-01 Mark Nauwelaerts[clang-format] Add new option PenaltyIndentedWhitespace
2020-12-01 Sam Clegg[lld][WebAssembly] Feedback from D92038. NFC
2020-12-01 Louis Dionne[libc++abi] Don't try calling __libcpp_aligned_free...
2020-12-01 Eric Astor[ms] [llvm-ml] Introduce command-line compatibility...
2020-12-01 James ParkAvoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE
2020-12-01 Jez Ng[lld-macho] Extend PIE option handling
2020-12-01 David BlaikieRevert "[FastISel] Flush local value map on ever instru...
2020-12-01 Michał Górny[lldb] [test] Reenable two passing tests on FreeBSD
2020-12-01 Muhammad Omair... Make offset field optional in RegisterInfo packet for...
2020-12-01 Muhammad Omair... RegisterInfoPOSIX_arm64 remove unused bytes from g...
2020-12-01 cchen[OpenMP51][DOCS] Claim "add present modifier in default...
2020-12-01 Arthur EubanksReland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS...
2020-12-01 Louis Dionne[libc++] NFC: Remove unused macros in <__config>
2020-12-01 Arthur Eubanks[LLD][ELF][NewPM] Add option to force legacy PM
2020-12-01 Rahul Joshi[MLIR] Fix genTypeInterfaceMethods() to work correctly...
2020-12-01 Arthur EubanksRevert "[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PAS...
2020-12-01 Zahira AmmarguellatFix erroneous edit in https://github.com/llvm/llvm...
2020-12-01 Arthur Eubanks[LTO][wasm][NewPM] Allow using new pass manager for...
2020-12-01 Terry Wilmarth[OpenMP] Add support for Intel's umonitor/umwait
2020-12-01 ergawy[MLIR][LLVM] Fix a tiny typo in the dialect docs.
2020-12-01 Sylvain Audi[clang-scan-deps] Improve argument parsing to find...
2020-12-01 Arthur Eubanks[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGE...
2020-12-01 Nico Weber[gn build] sync script: try to make sync script even...
2020-12-01 Layton Kifer[DAGCombiner][NFC] Replace duplicate implementation...
2020-12-01 Saleem AbdulrasoolAPINotes: constify `dump` methods (NFC)
next