platform/upstream/llvm.git
2019-11-13 Yonghong Song[BPF] add missing attribute in pragma-attribute-support...
2019-11-13 Sanjay Patel[SLP] reduce code duplication for min/max vs. other...
2019-11-13 Yonghong Song[BPF] Add preserve_access_index attribute for record...
2019-11-13 Matthew MalcomsonFix comment spelling {addresing -> addressing} (NFC)
2019-11-13 Vedant Kumar[profile] Factor out logic for mmap'ing merged profile...
2019-11-13 Sanjay Patel[InstCombine] propagate fast-math-flags (FMF) to select...
2019-11-13 Pavel LabathDWARFDebugLoclists: Add an api to get the location...
2019-11-13 Simon PilgrimRemove commented out CHECK-NEXT to try and appease...
2019-11-13 Simon PilgrimPowerPC - fix uninitialized variable warnings. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimSparc - fix uninitialized variable warnings. NFCI.
2019-11-13 Simon PilgrimPPCReduceCRLogicals - fix static analyzer warnings...
2019-11-13 Simon PilgrimSLPVectorizer - make comparison operators + isInSchedul...
2019-11-13 Kadir Cetinkaya[clang][Tooling] Filter flags that generate output...
2019-11-13 Haojian Wu[clangd] Add bool return type to Index::refs API.
2019-11-13 Florian Hahn[InstCombine] Avoid moving ops that do restrict undef...
2019-11-13 Luís MarquesRevert "[RISCV] Fix wrong CFI directives"
2019-11-13 Florian Hahn[InstCombine] Precommit shuffle tests for D70093.
2019-11-13 Sjoerd Meijer[ARM][MVE] canTailPredicateLoop
2019-11-13 Luís Marques[RISCV] Fix wrong CFI directives
2019-11-13 Simon Tatham[ARM,MVE] Add intrinsics for contiguous load/stores.
2019-11-13 Simon Pilgrim[X86][AVX] Add plausible schedule classes to MASKPAIR...
2019-11-13 JonChesterfield[libomptarget] Move supporti.h to support.cu
2019-11-13 Hans WennborgRevert 57dd4b0 "[ValueTracking] Allow context-sensitive...
2019-11-13 Mirko Brkusanin[Mips] Add rematerialization support for ldi.fmt
2019-11-13 Simon Atanasyan[mips] Show an error if 64-bit target triple provided...
2019-11-13 Simon Atanasyan[mips][test] Add Mips CPU tests. NFC
2019-11-13 Sven van Haastregt[OpenCL] Add remaining vector data builtin functions
2019-11-13 Daniil SuchkovTemporarily revert "[InstCombine] Fold PHIs with equal...
2019-11-13 David Stenberg[DebugInfo] Avoid creating entry values for clobbered...
2019-11-13 David Stenberg[DebugInfo] Add helper for finding entry value candidat...
2019-11-13 Sander de Smalen[AArch64] Extend storeRegToStackSlot to spill SVE regis...
2019-11-13 Daniil Suchkov[InstCombine] Fold PHIs with equal incoming pointers
2019-11-13 Sander de Smalen[AArch64][SVE] Allocate locals that are scalable vectors.
2019-11-13 Simon Tatham[ARM,MVE] Use VMOV.{S8,S16} for sign-extended extractel...
2019-11-13 David Zarzycki[libcxx testing] Fix -Wtautological-overlap-compare bug
2019-11-13 joanlluch[TargetLowering][DAGCombine][MSP430] Shift Amount Thres...
2019-11-13 Craig Topper[X86] Remove setOperationAction for FP_TO_SINT v8i16.
2019-11-13 Michael Kruse[GPGPU] Fix regression test after 395124.
2019-11-13 Jonas Devlieghere[Reproducer] Discard reproducer directory if not generated.
2019-11-13 Francesco Petrogalli[VFABI] Add LLVM internal mangling for vector functions.
2019-11-13 Justin HibbitsAdd 8548 CPU definition and attributes
2019-11-13 Matt ArsenaultAMDGPU: Extend add x, (ext setcc) combine to sub
2019-11-13 Matt ArsenaultAMDGPU: Switch backend default max workgroup size to...
2019-11-13 Matt ArsenaultAMDGPU Reduce reported maximum group size to 1024
2019-11-13 Alina Sbirlea[GlobalsAA] Reenable test.
2019-11-13 Muhammad Omair... [LLDB] Add core definition for armv8l and armv7l
2019-11-13 Richard SmithDon't assume that the clang binary's resolved name...
2019-11-13 Leonard Chan[Sema] Add MacroQualified case for FunctionTypeUnwrapper
2019-11-12 Alina SbirleaTemporarily disable test.
2019-11-12 Eric ChristopherTemporarily Revert "Reapply [LVI] Normalize pointer...
2019-11-12 Jonas Devlieghere[LLDB] Only set FRAMEWORK when we're actually building...
2019-11-12 Jonas Devlieghere[LLDB] Remove debug message in AddLLDB.cmake
2019-11-12 Douglas YungAdd a shim for setenv on PS4 since it does not exist.
2019-11-12 Craig Topper[X86] Don't consider v64i1 as a legal type unless v64i8...
2019-11-12 Craig Topper[X86] Only pass v64i8/v32i16 as v16i32 on non-avx512bw...
2019-11-12 Sterling AugustineFix include guard and properly order __deregister_frame...
2019-11-12 WeverythingAdd -Wtautological-compare to -Wall
2019-11-12 Yonghong Song[BPF] generate BTF_KIND_VARs for all non-static globals
2019-11-12 Alina Sbirlea[GlobalsAA] Restrict ModRef result if any internal...
2019-11-12 Jonas Devlieghere[LLDB] Fix/silence CMake developer warning for LLDB...
2019-11-12 Alina Sbirlea[GVNHoist] Preserve AAResults.
2019-11-12 mydeveloperdayAllow additional file suffixes/extensions considered...
2019-11-12 Jonas Devlieghere[LLDB] Always remove debugserver from LLVM_DISTRIBUTION...
2019-11-12 Evandro Menezes[AArch64] Update for Exynos
2019-11-12 Evandro Menezes[AArch64] Fix addressing mode predicates
2019-11-12 Michael Kruse[CodeGen] Fix getArrayAccessFor crashes as in bug 32534...
2019-11-12 Mark de Wever[Analyzer] Use a reference in a range-based for
2019-11-12 Mark de Wever[OpenMP] Use an explicit copy in a range-based for
2019-11-12 Mark de Wever[AST] Use an explicit copy in a range-based for
2019-11-12 shafik[LLDB][Formatters] Re-enable std::function formatter...
2019-11-12 Fangrui Song[llvm-objcopy][COFF] Implement --redefine-sym and ...
2019-11-12 Davide Italiano[ObjectFileMachO] Fix the build for __arm64__.
2019-11-12 Peter CollingbourneARM: Don't emit R_ARM_NONE relocations to compact unwin...
2019-11-12 Michael LiaoFix build with shared libraries. NFC.
2019-11-12 Alexey Bataev[OPENMP]Use copy constructors instead of assignment...
2019-11-12 Sam Clegg[libcxxabi] Prevent cmake from removing our explicit...
2019-11-12 Krzysztof Parzyszek[Hexagon] Update PS_aligna with max stack alignment...
2019-11-12 Adrian PrantlPerformance: Add a set of visited SymbolFiles to the...
2019-11-12 Julian Lettner[lit] Better/earlier errors for empty runs
2019-11-12 Duncan P. N... clang/Modules: Error if ReadASTBlock does not find...
2019-11-12 Sanjay Patel[SLP] add test for miscompile with reduction (PR43948...
2019-11-12 Krzysztof Parzyszek[Hexagon] Fix vector spill expansion to use proper...
2019-11-12 Krzysztof Parzyszek[Hexagon] Convert stack object offsets to int64, NFC
2019-11-12 Krzysztof Parzyszek[Hexagon] Handle stack realignment in hexagon-vextract
2019-11-12 Krzysztof Parzyszek[Hexagon] Require PS_aligna whenever variable-sized...
2019-11-12 Jinsong Ji[PowerPC] Remove allow-deprecated-dag-overlap and fix...
2019-11-12 Tom Weaver[DBG][OPT] Attempt to salvage or undef debug info when...
2019-11-12 Jinsong Ji[PowerPC][NFC]Fix typo in desc for enable-ppc-prefetching
2019-11-12 Florian Hahn[Examples] Add IRTransformations directory to examples.
2019-11-12 Muhammad Omair... Revert "Fix lookup of symbols at the same address with...
2019-11-12 Pavel Labath[lldb] Fix more -Wdeprecated-copy warnings
2019-11-12 Pavel Labath[lldb] Fix some warnings in the python plugin
2019-11-12 Alex DenisovMark llvm::ConstantExpr::getAsInstruction as const
2019-11-12 Tim NorthoverAArch64: add arm64_32 support to Clang.
2019-11-12 Michał Górny[lldb] [Process/NetBSD] Use PT_STOP to stop the process...
2019-11-12 Florian Hahn[AArch64ExpandPseudos] Preserve renamable state when...
2019-11-12 Diana Picus[InstCombine] Skip scalable vectors in combineLoadToOpe...
next