platform/upstream/llvm.git
2020-08-14 Ben Shi[ARM][test] Add more tests of two-part immediates
2020-08-14 Matt Morehouse[DFSan] Fix parameters to strtoull wrapper.
2020-08-14 Simon Pilgrim[DemandedBits] Add addition test case from D72423
2020-08-14 Johannes Doerfert[OpenMP][OMPIRBuilder] Use the source (=directory ...
2020-08-14 Johannes Doerfert[OpenMP][NFC] Update test check lines with new script...
2020-08-14 Bjorn Pettersson[Orc] Fix werror for unused variable in noasserts build
2020-08-14 Denis Antrushin[Statepoints] Spill GC Ptr regs in FixupStatepoints.
2020-08-14 Kazushi (Jam... [VE] Remove obsolete I8/I16 register classes
2020-08-14 Raphael Isemann[lldb] Make packetlog_get_dylib_info returns the last...
2020-08-14 Chris Gyurgyik[libc] [obvious] Fix typographical error.
2020-08-14 Shinji Okumura[Attributor] Implement AAPotentialValues
2020-08-14 Vitaly Buka[NFC][StackSafety] Change map key comparison
2020-08-14 Vitaly Buka[NFC][StackSafety] Move out sort from the loop
2020-08-14 Raphael Isemann[lldb] Use SBProcess::Continue instead of 'run' command...
2020-08-14 Pavel Labath[lldb] Check Decl kind when completing -flimit-debug...
2020-08-14 Pavel Labath[lldb] Fix py3 incompatibility in gdbremote_testcase.py
2020-08-14 Stefan Gränitz[ORC] Fix missing include in OrcRemoteTargetClient.h
2020-08-14 Raphael Isemann[lldb] Deduplicate copy-pasted TypeSystemMap::GetTypeSy...
2020-08-14 Stefan Gränitz[ORC][NFC] Fix a header comment
2020-08-14 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-14 Shu Anzai[lldb] Display autosuggestion part in gray if there...
2020-08-14 Stefan Gränitz[ORC][NFC] Refactor loop to determine name of init...
2020-08-14 Stefan Gränitz[ORC] In LLLazyJIT provide public access to the Compile...
2020-08-14 Stefan Gränitz[ORC] Add JITLink-compatible remote memory-manager...
2020-08-14 Alex Zinenko[mlir] do not emit bitcasts between structs in Standard...
2020-08-14 Alex Zinenko[mlir] Mention mandatory RFC process for changes in...
2020-08-14 Sam Parker[NFC][ARM] Port MaybeCall into ARMTTImpl method
2020-08-14 Frederik Gossen[MLIR][Shape] Add custom assembly format for `shape...
2020-08-14 Pavel Labath[lldb/Utility] Simplify Scalar::PromoteToMaxType
2020-08-14 Kirill Bobyrev[clangd] Clarify comments regarding gRPC linking
2020-08-14 Aleksandr Platonov[clangd] Fix find_program() result check when searching...
2020-08-14 Joachim Protze[OpenMP] Fix releasing of stack memory
2020-08-14 Kirill Bobyrev[clangd] Warn developers when trying to link system...
2020-08-14 Vitaly Buka[NFC][StackSafety] Dedup callees
2020-08-14 Mehdi AminiRemove spurious empty line at the beginning of source...
2020-08-14 Mehdi AminiFix BufferPlacement Pass to derive from the TableGen...
2020-08-14 Gui Andrade[CGAtomic] Mark atomic libcall functions `nounwind`
2020-08-14 LLVM GN Syncbot[gn build] Port 2e4a20fd706
2020-08-14 Eduardo Caldas[SyntaxTree] Split `TreeTestBase` into header and source
2020-08-14 Raphael Isemann[lldb] Fix a crash when tab-completion an empty line...
2020-08-14 Sebastian Neubauer[AMDGPU] Enable .rodata for amdpal os
2020-08-14 David Sherwood[SVE] Fix bug in SVEIntrinsicOpts::optimizePTest
2020-08-14 Sam Parker[NFCI][SimpleLoopUnswitch] Adjust CostKind query
2020-08-14 Igor Kudrin[DebugInfo] Avoid an infinite loop with a truncated...
2020-08-14 Arthur EubanksRevert "[SLC] sprintf(dst, "%s", str) -> strcpy(dst...
2020-08-14 Chris Kennelly[NFC] Remove unused function.
2020-08-14 aartbik[mlir] [VectorOps] Canonicalization of 1-D memory opera...
2020-08-13 Thomas Lively[WebAssembly] Add missing lit.local.cfg
2020-08-13 Peter Collingbournehwasan: Emit the globals note even when globals are...
2020-08-13 Yuanfang Chen[NewPM][CodeGen] Add machine code verification callback
2020-08-13 Ben Dunbobbin[X86][ELF] Prefer lowering MC_GlobalAddress operands...
2020-08-13 Arthur Eubanks[ConstProp] Handle insertelement constants
2020-08-13 Amy Huang[DebugInfo] Add -fuse-ctor-homing cc1 flag so we can...
2020-08-13 Dávid Bolvanský[SLC] sprintf(dst, "%s", str) -> strcpy(dst, str)
2020-08-13 Chris Kennelly[NFC] Remove unused variables.
2020-08-13 David GreenRevert "[ARM] Fix IT block generation after Thumb2SizeR...
2020-08-13 Jonas Devlieghere[lldb] Improve diagnostics in lldb-repro when replay...
2020-08-13 Austin Kerbow[AMDGPU] Fix FP/BP spills when MUBUF constant offset...
2020-08-13 Thomas Lively[WebAssembly] Allow inlining functions with different...
2020-08-13 Rainer Orth[clang][Driver] Default to /usr/bin/ld on Solaris
2020-08-13 Dávid Bolvanský[Tests] Update strncpy tests
2020-08-13 Lang HamesRe-apply "[llvm-jitlink] Don't demote unreferenced...
2020-08-13 Dávid Bolvanský[SLC] Optimize strncpy(a, a, C) to memcpy(a, a000, C)
2020-08-13 Nikita Popov[InstSimplify] Add tests for assume with min/max intrin...
2020-08-13 Peter Collingbournesanitizer_common: Introduce internal_madvise and start...
2020-08-13 Vy NguyenAdd "status" to the list of absl libraries.
2020-08-13 Abhina Sreeskantharajan[SystemZ][z/OS] enable trigraphs by default on z/OS
2020-08-13 Chris Kennelly[tsan] Respect no_huge_pages_for_shadow.
2020-08-13 parallels[libc] Add strtok_r implementation.
2020-08-13 Cameron McInally[SVE] Lower fixed length vector integer UMIN/UMAX
2020-08-13 Nico Weber[gn build] (manually) port d650cbc349ccc4 better
2020-08-13 Nico Weber[gn build] (manually) port d650cbc349ccc4
2020-08-13 Stefan Gränitz[ORC][NFC] Fix typo in comment
2020-08-13 Alex Lorenz[darwin][driver] fix isMacosxVersionLT minimum supporte...
2020-08-13 River Riddle[mlir][docs] Update/Add documentation for MLIRs Pattern...
2020-08-13 River Riddle[mlir][DialectConversion] Update the documentation...
2020-08-13 Stefan Gränitz[ORC] cloneToNewContext() can work with a const-ref...
2020-08-13 Stefan Gränitz[ORC] Fix SymbolLookupSet::containsDuplicates()
2020-08-13 shafik[LLDB] Fix how ValueObjectChild handles bit-fields...
2020-08-13 Haowei Wu[elfabi] Move llvm-elfabi related code to InterfaceStub...
2020-08-13 Lang HamesRevert "[llvm-jitlink] Don't demote unreferenced defini...
2020-08-13 Stanislav Mekhanoshin[AMDGPU] Inhibit SDWA if target instruction has FI
2020-08-13 Stanislav Mekhanoshin[AMDGPU] Fix misleading SDWA verifier error. NFC.
2020-08-13 Aditya KumarFix PR45442: Bail out when MemorySSA information is...
2020-08-13 Dávid Bolvanský[Tests] Removed debug copy command
2020-08-13 Dávid Bolvanský[Diagnostics] Skip var decl of structs for -Wstring...
2020-08-13 Lang Hames[llvm-jitlink] Don't demote unreferenced definitions...
2020-08-13 Lang Hames[JITLink][MachO] Return an error when MachO TLV relocat...
2020-08-13 Sameer Arora[llvm-libtool-darwin] Add support for -arch_only
2020-08-13 Valentin Clement[flang][openacc] Handle optional end directive in combi...
2020-08-13 Sameer Arora[llvm-libtool-darwin] Refactor ArchiveWriter
2020-08-13 Dávid Bolvanský[BPI] Improve static heuristics for integer comparisons
2020-08-13 Sameer Arora[llvm-install-name-tool] Add more documentation
2020-08-13 peter klausler[flang] Descriptor-based I/O using wrong size for conti...
2020-08-13 Simon Pilgrim[X86][SSE] Add HADD combine regression case from rG9bd9...
2020-08-13 Jonas Devlieghere[lldb] Set the launch flags to GetLaunchInfo().GetLaunc...
2020-08-13 Alexander Belyaev[mlir] Test CallOp STD->LLVM conversion.
2020-08-13 David Green[ARM] Mark VMINNMA/VMAXNMA as commutative
2020-08-13 peter klausler[flang] Implement shape analysis of TRANSFER intrinsic...
2020-08-13 Jonas Devlieghere[lldb] Skip TestStepScripted with reproducers
next