platform/upstream/llvm.git
2020-12-11 Michael Kruse[OpenMPIRBuilder] Fix typo. NFC.
2020-12-11 Arthur Eubanks[NFC] Inline maxDevirtIterationsReached()
2020-12-11 Hsiangkai Wang[RISCV] Separate masked and unmasked definitions for...
2020-12-11 Kazu Hirata[MemorySSA] Remove unused declaration optimizeUses...
2020-12-11 Kazu Hirata[Support] Use is_contained (NFC)
2020-12-11 Michael Kruse[Polly] Consider InvalidContext to determine partial...
2020-12-11 Craig Topper[RISCV] Use tail agnostic policy for vsetvli instructio...
2020-12-11 Artem Dergachev[analyzer] OSObjectCStyleCast: Improve warning message.
2020-12-11 Arthur O'Dwyer[libc++] ADL-proof by adding _VSTD:: qualifications...
2020-12-11 Arthur O'Dwyer[libc++] Include C++ headers, not C headers, in <charconv>.
2020-12-11 Alexandre GaneaRe-land: [lit] Support running tests on Windows without...
2020-12-11 Jon Chesterfield[libomptarget][nfc] Remove data_sharing type aliasing
2020-12-11 Duncan P. N... Tooling: Migrate some tests to FileEntryRef, NFC
2020-12-11 Jez Ng[lld-macho] Disable some tests that are failing on...
2020-12-11 Jez Ng[lld-macho] Don't include absolute address value in...
2020-12-11 Derek Schuff[WebAssembly][lld] Exclude COMDAT sections
2020-12-11 LLVM GN Syncbot[gn build] Port 705a4c149d8
2020-12-11 Hongtao Yu[CSSPGO] Pseudo probe encoding and emission.
2020-12-11 Cheng Wang[libc] Add [l|ll]abs implementation.
2020-12-11 Sam Clegg[lld][WebAssembly] Split __wasm_apply_relocs function...
2020-12-11 Richard SmithEnsure that we don't leave behind "InstantiatingSpecial...
2020-12-11 Fangrui Song[test] Fix compiler-rt/test/profile/coverage_emptylines...
2020-12-11 Derek Schuff[WebAssembly] Support COMDAT sections in assembly syntax
2020-12-11 Nico Weberfix typo to cycle bots
2020-12-11 Jonas PaulssonRevert "[SystemZFrameLowering] Don't overrwrite R1D...
2020-12-10 LLVM GN Syncbot[gn build] Port 7ead5f5aa38
2020-12-10 Alexander KornienkoRemove references to the ast_type_traits namespace
2020-12-10 Jez Ng[lld-macho] Don't load dylibs more than once
2020-12-10 Jez Ng[lld-macho] Implement `-no_implicit_dylibs`
2020-12-10 Jez Ng[lld-macho] Initialize AsmParsers earlier
2020-12-10 Jez Ng[lld-macho] Add support for -mcpu, -mattr, -code-model...
2020-12-10 Jez Ng[lld-macho] Don't attempt to emit rebase opcodes for...
2020-12-10 Jez Ng[lld-macho] Implement -object_path_lto
2020-12-10 Derek SchuffRevert "[WebAssembly] Support COMDAT sections in assemb...
2020-12-10 Mitch PhillipsRevert "[CSSPGO] Pseudo probe encoding and emission."
2020-12-10 Mitch PhillipsRevert "[NFC] Fix a gcc build break by using an explict...
2020-12-10 Mitch PhillipsRevert "[NFC] Fix a gcc build break by not using an...
2020-12-10 Kazushi (Jam... [VE] Remove -faddrsig and -fnoaddrsig tests
2020-12-10 Xinhao Yuan[llvm-cov][gcov] Optimize the cycle counting algorithm...
2020-12-10 Derek Schuff[WebAssembly] Support COMDAT sections in assembly syntax
2020-12-10 Florian Schmaus[msan] Do not use 77 as exit code, instead use 1
2020-12-10 Scott Linder[SmallVector] Copy new docs into Doxygen comment
2020-12-10 River Riddle[mlir] Remove the dependency on StandardOps from FoldUtils
2020-12-10 Matt Morehouse[DFSan] Appease the custom wrapper lint script.
2020-12-10 Felix Berger[clang-tidy] performance-unnecessary-copy-initializatio...
2020-12-10 Duncan P. N... Basic: Initialize FileEntry's fields inline, almost NFC
2020-12-10 Louis Dionne[libc++] NFCI: Refactor __shared_ptr_emplace
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for pthread_join.
2020-12-10 Craig Topper[RISCV] Simplify vector instruction handling in RISCVMC...
2020-12-10 Nico Weber[gn build] fix up arm64 builtin sources a bit
2020-12-10 Nico Weber[gn build] only build iOS builtins with full Xcode
2020-12-10 Nico Weber[gn build] add a missing dependency
2020-12-10 Jonas Paulsson[SystemZFrameLowering] Don't overrwrite R1D (backchain...
2020-12-10 River Riddle[mlir][SCCP] Don't visit private callables unless they...
2020-12-10 Mehdi AminiAdd MLIR Python binding for Array Attribute
2020-12-10 River Riddle[mlir][Parser] Fix crash in DenseElementsAttr parser...
2020-12-10 Mitch Phillips[GWP-ASan] IWYU & clang-format
2020-12-10 River Riddle[mlir][StandardOps] Verify that the result of an intege...
2020-12-10 Zequan Wu[PGO] Enable preinline and cleanup when optimize for...
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for getpeername.
2020-12-10 Mitch Phillips[scudo] [standalone] [NFC] clang-format code.
2020-12-10 Amara Emerson[AArch64] Don't try to compress jump tables if there...
2020-12-10 Sam Elliott[RISCV][NFC] Fix Sext/Zext Tests
2020-12-10 Hongtao Yu[NFC] Fix a gcc build break by not using an initializer.
2020-12-10 Arthur Eubanks[NPM] Support -fmerge-functions
2020-12-10 Sam Elliott[RISCV] Add (Proposed) Assembler Extend Pseudo-Instructions
2020-12-10 Alexey Bader[Doc] Update branch name in Phabricator documentation
2020-12-10 Hongtao Yu[NFC] Fix a gcc build break by using an explict constru...
2020-12-10 LLVM GN Syncbot[gn build] Port ea6641085d0
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for _dl_get_tls_static_info.
2020-12-10 Artem Dergachev[analyzer][CTU] Add an abstraction layer between libCro...
2020-12-10 Artem DergachevRevert "Revert "Revert "Revert "[analyzer] NFC: Move...
2020-12-10 Jonas Devlieghere[lldb] Remove single-case switch statement (NFC)
2020-12-10 Sam Clegg[lld][WebAssembly] Delay creation of internal __wasm_me...
2020-12-10 Raphael Isemann[lldb] Introduce separate scratch ASTs for debug info...
2020-12-10 Kostya Kortchinsky[scudo][standalone] Small changes to the fastpath
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for sigaltstack.
2020-12-10 Sanjay Patel[InstCombine] avoid crash sinking to unreachable block
2020-12-10 Sanjay Patel[VectorCombine] improve readability; NFC
2020-12-10 LLVM GN Syncbot[gn build] Port b035513c06d
2020-12-10 Andrzej Warzynski[clang] Remove `-triple` from the invocations of `flang...
2020-12-10 Hongtao Yu[CSSPGO] Pseudo probe encoding and emission.
2020-12-10 Arthur Eubanks[test] Fix scev-expander-preserve-lcssa.ll under NPM
2020-12-10 Jonas Devlieghere[lldb] Deal gracefully with concurrency in the API...
2020-12-10 Rahul Joshi[NFC] Use ConvertOpToLLVMPattern instead of ConvertToLL...
2020-12-10 Craig Topper[RISCV][LegalizeDAG] Expand SETO and SETUO comparisons...
2020-12-10 Florian Hahn[CallBase] Add hasRetAttr version that takes StringRef.
2020-12-10 Florian Hahn[Clang] Add vcmla and rotated variants for Arm ACLE.
2020-12-10 Anastasia Stulova[OpenCL] Implement extended subgroups fully in headers.
2020-12-10 Raphael Isemann[lldb] Remove assumption from Clang-based data formatte...
2020-12-10 Irina Dobrescu[flang]Add Parser Support for Allocate Directive
2020-12-10 Matt Morehouse[DFSan] Add custom wrapper for getsockname.
2020-12-10 Utkarsh Saxena[clangd] Find relations in Dex exploration tool.
2020-12-10 Peter Steinfeld[flang] Fix bogus message on index-names in the presenc...
2020-12-10 clementvalRevert "[openmp] Remove clause from OMPKinds.def and...
2020-12-10 Nuno LopesAA: make AliasAnalysis.h compatible with C++20 (NFC)
2020-12-10 Nico Weber[gn build] fix build after a7b2847216b4f7
2020-12-10 Pavel Labath[lldb/test] Change base class of lldb-server tests
2020-12-10 Pavel Labath[lldb/test] Replace ad-hoc server test choice with...
2020-12-10 Valentin Clement[openmp] Remove clause from OMPKinds.def and use OMP...
next