platform/upstream/llvm.git
2021-10-08 Reid KlecknerFix shlib builds for all lib/Target/*/TargetInfo libs
2021-10-08 Reid KlecknerFix shared library build after TargetRegistry move
2021-10-08 Reid KlecknerMove TargetRegistry.(h|cpp) from Support to MC
2021-10-08 Fangrui Song[Driver][test] Fix undefined-libs.cpp when CLANG_DEFAUL...
2021-10-08 Vitaly Buka[NFC][sanitizer] Add const to ChainedOriginDepotNode...
2021-10-08 Vitaly Buka[NFC][sanitizer] Remove includes from header
2021-10-08 Richard SmithFix unintended fall-through.
2021-10-08 Leonard Chan[AArch64] Emit CFI instruction for updating x18 when...
2021-10-08 Nikita Popov[LoopFlatten] Mark inner loop as deleted
2021-10-08 Vitaly Buka[NFC][sanitizer] Parametrize PersistentAllocator with...
2021-10-08 Joe Loser[libc++] Implement P1394r4 for span: range constructor
2021-10-08 Emilio CotaX86Vector: relax checks in rsqrt's integration test
2021-10-08 Richard SmithPR52073: Fix equivalence computation for lambda-express...
2021-10-08 Peter Steinfeld[flang] Fix capitalization of "ishft"
2021-10-08 Lang HamesRevert "[ORC] Move SimpleRemoteEPCServer::Dispatcher...
2021-10-08 Lang Hames[ORC] Remove a stale comment.
2021-10-08 Vitaly Buka[NFC][sanitizer] Move ChainedOriginDepotNode into cpp...
2021-10-08 Vitaly Buka[NFC][sanitizer] Remove sanitizer_persistent_allocator.cpp
2021-10-08 Amy Kwan[NFC] Update vec_extract builtin signatures to take...
2021-10-08 Arthur Eubanks[test] Fixup builtin-assume-aligned.c
2021-10-08 Nikita Popov[DenseMapInfo] Move hash_code implementation to Hashing...
2021-10-08 Joseph Huber[Libomptarget] Add an external interface to dynamic...
2021-10-08 Andrew Browne[DFSan] Fix warning: getArgsFunctionType defined but...
2021-10-08 Arthur EubanksMore followup type changes after 05392466
2021-10-08 Med Ismail... [lldb/Plugins] Replace platform-specific macro with...
2021-10-08 Arthur Eubanks[clang] Set max allowed alignment to 2^32
2021-10-08 Arthur EubanksAdd missing include after dfd74db9
2021-10-08 Nikita Popov[NFC] Make some includes explicit
2021-10-08 Lang Hames[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcSh...
2021-10-08 Masoud Ataei[clang] Option control afn flag
2021-10-08 Amara Emerson[GlobalISel] Improve G_UMHULH -> LSHR combine to accept...
2021-10-08 Mark de Wever[libc++][doc] Update paper status.
2021-10-08 Andrew Browne[DFSan] Remove -dfsan-args-abi support in favor of...
2021-10-08 Craig Topper[RegisterScavenging] Use a Twine in a call to report_fa...
2021-10-08 Kazu HirataRevert "[IR] Remove arg_operands and getNumArgOperands...
2021-10-08 Philip Reames[IPT] Add a statistic to track instructions scanned...
2021-10-08 Philip ReamesAdd a statistic to track number of times we rebuild...
2021-10-08 Arthur EubanksRevert "Recommit "[LoopPeel] Peel loops with deoptimizi...
2021-10-08 Abhina Sreeskantharajan[test] Use host platform specific error message substit...
2021-10-08 Reid KlecknerUpdate polly for removal of CallInst::arg_operands...
2021-10-08 James King[AST Matchers] Update dump_ast_matchers.py to query...
2021-10-08 James KingAdd `TypeLoc`-related matchers.
2021-10-08 Keith SmileyRevert "[clang] Fix absolute file paths with -fdebug...
2021-10-08 Martin Storsjö[libcxx] Fix a missed case needing "system header"...
2021-10-08 Keith Smiley[clang] Fix absolute file paths with -fdebug-prefix-map
2021-10-08 Philip Reames[IPT] Narrow scope of removeInstruction invalidation...
2021-10-08 Fangrui Song[sanitizer] Use one #if instead of 3 nested #if after...
2021-10-08 Zequan Wu[clang-format-diff] Fix missing formatting for zero...
2021-10-08 H.J. LuReland [sanitizer] Support Intel CET
2021-10-08 Andreas Schwab[Support] Define sys::getHostCPUName for RISC-V
2021-10-08 Philip ReamesAdd iterator range variants of isGuaranteedToTransferEx...
2021-10-08 Stephen Tozer[Dexter] Add option to pass a Visual Studio solution...
2021-10-08 Med Ismail... [lldb] Fix windows build failure due to undefined macro
2021-10-08 Jake Egan[AIX] Disable tests failing due to missing DWARF sections
2021-10-08 Jake Egan[AIX] Disable tests failing due to lack of .loc and...
2021-10-08 Stella LaurenzoFix parsing of hex-format index dense tensor attributes.
2021-10-08 Mark de Wever[libc++] Improve atomic_fetch_(add|sub).*.
2021-10-08 Kazu Hirata[IR] Remove arg_operands and getNumArgOperands (NFC)
2021-10-08 Sanjay Patel[InstCombine] add shift of bool test with extra use...
2021-10-08 Sanjay Patel[InstCombine] add tests for (i32 X s>> 31) & Y; NFC
2021-10-08 Shilei Tian[OpenMP][NVPTX] Fix an error in configuring #teams...
2021-10-08 Louis Dionne[libc++] Remove the ad-hoc "unified standalone" build
2021-10-08 Bradley SmithRevert "[SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBV...
2021-10-08 Andrzej Warzynski[flang][driver] Fix erroneous `&`
2021-10-08 Guillaume Chatelet[libc] Add rep;movsb as an accelerator under x86
2021-10-08 Guillaume Chatelet[libc] ifdef guard element architecture implementations
2021-10-08 Freddy Ye[NFC] Use CHECK-NEXT instead of CHECK-SAME in target...
2021-10-08 Qiongsi Wu[AIX][ZOS] Excluding merge-objc-interface.m from Tests
2021-10-08 Guillaume ChateletRevert "[libc] Add rep;movsb as an accelerator under...
2021-10-08 Guillaume Chatelet[libc] Add rep;movsb as an accelerator under x86
2021-10-08 David Stuttard[AMDGPU] Set number vgprs used in PS shaders based...
2021-10-08 Med Ismail... [lldb/test] Disable TestScriptedProcess.py unless Darwin
2021-10-08 Med Ismail... [lldb/Plugins] Add memory region support in ScriptedProcess
2021-10-08 Med Ismail... [lldb/Plugins] Add support for ScriptedThread in Script...
2021-10-08 Kirill Bobyrev[clangd] IncludeCleaner: Stop crashing when included...
2021-10-08 Michał Górny[lldb] [test] Use secondary pty end for testing Terminal
2021-10-08 Mirko Brkusanin[GlobalISel] Combine for eliminating redundant operand...
2021-10-08 Matthias Springer[mlir][linalg][bufferize] Rewrite "write into non-writa...
2021-10-08 Lei Zhang[mlir][linalg] Constant fold linalg.generic that are...
2021-10-08 Rajan Walia[fir] Add affine demotion pass
2021-10-08 Simon Pilgrim[CostModel][TTI] Replace BAD_ICMP_PREDICATE with ICMP_S...
2021-10-08 LLVM GN Syncbot[gn build] Port 30caca39f401
2021-10-08 Nico WeberReland "[gn build] (manually) port 6fe2beba7d2a (Except...
2021-10-08 Corentin JabotExtend init-statement to allow alias-declaration
2021-10-08 Max KazantsevRecommit "[LoopPeel] Peel loops with deoptimizing exits"
2021-10-08 Jingu KangThird Recommit "[AArch64] Split bitmask immediate of...
2021-10-08 Eugene Zhulenev[mlir] Add alignment option to constant tensor bufferiz...
2021-10-08 Michał Górny[lldb] [ConnectionFileDescriptorPosix] Refactor scheme...
2021-10-08 Jean Perier[fir] Add affine promotion pass
2021-10-08 John McCallFix a variety of bugs with nil-receiver checks when...
2021-10-08 Saiyedul Islam[Clang][OpenMP] Add partial support for Static Device...
2021-10-08 Michał Górny[lldb] [ConnectionFileDescriptorPosix] Use a single...
2021-10-08 Florian Hahn[LoopPeel] Add tests where peeling turns invar accesses...
2021-10-08 Frederic Cambus[Driver][NetBSD] Use ToolChain reference instead of...
2021-10-08 Wang, Pengfei[X86] Check if struct is blank before getting the inner...
2021-10-08 Max KazantsevRevert "[LoopPeel] Peel loops with deoptimizing exits"
2021-10-08 David Spickett[compiler-rt][fuzzer] Re-enable flags test on AArch64...
2021-10-08 Pavel Labath[lldb/gdb-remote] Refactor ReadExtFeature
2021-10-08 Pavel Labath[lldb] Remove shared_ptr from some global Properties...
2021-10-08 Kirill Bobyrev[clangd] Revert unwanted change from D108194
next