platform/upstream/llvm.git
2019-07-14 Nikita Popov[InstCombine] Add assume context test; NFC
2019-07-14 Simon Pilgrim[Hashing] hash_1to3_bytes - avoid trunc(v + zext(x...
2019-07-14 Sanjay Patel[x86] add test for sub-with-flags opportunity (PR40483...
2019-07-14 Florian HahnRecommit "[BitcodeReader] Validate OpNum, before access...
2019-07-14 Florian Hahn[BitcodeReader] Use tighter upper bound to validate...
2019-07-14 Simon PilgrimVirtRegMap - add missing initializers. NFCI.
2019-07-14 Simon PilgrimSlotIndexes - add missing initializer. NFCI.
2019-07-14 Simon Pilgrim[MachineOutliner] Add missing initializers for Outlined...
2019-07-14 Fangrui Song[Driver] Simplify AddLibgcc
2019-07-14 Fangrui Song[Driver] Simplify -lgcc & -lgcc_s
2019-07-14 Craig Topper[X86] Remove offset of 8 from the call to FuseInst...
2019-07-13 Michael LiaoRemove extra ';' to silent compiler warning.
2019-07-13 Johannes Doerfert[Attributor][Fix] Never override given argument numbers
2019-07-13 David Green[ARM] Add sign and zero extend patterns for MVE
2019-07-13 Mike SpertusTemplate-related improvements to Visual Studio visualizers
2019-07-13 David Green[ARM] MVE VNEG instruction patterns
2019-07-13 David Green[ARM] MVE integer abs
2019-07-13 David Green[ARM] MVE integer min and max
2019-07-13 David Green[ARM] MVE VRINT support
2019-07-13 David Green[ARM] MVE minnm and maxnm instructions
2019-07-13 Thomas Preud... FileCheck [7/12]: Arbitrary long numeric expressions
2019-07-13 Sanjay PatelRevert "[InstCombine] add tests for umin/umax via usub...
2019-07-13 Sanjay Patel[InstCombine] add tests for umin/umax via usub.sat...
2019-07-13 Sanjay Patel[x86] simplify cmov with same true/false operands
2019-07-13 Fangrui Song[Object] isNotObjectErrorInvalidFileType: simplify
2019-07-13 Fangrui Song[Object] isNotObjectErrorInvalidFileType: fix use-after...
2019-07-13 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-07-13 Petr Hosek[CMake][Fuchsia] Define asan+noexcept multilib
2019-07-13 Fangrui SongSimplify with llvm::is_contained. NFC
2019-07-13 Sylvestre LedruThis reverts commit 632a36bfcfc8273c1861f04ff6758d863c4...
2019-07-13 Michal Gorny[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
2019-07-13 Petr HosekRevert "[COFF] Add null check in case of symbols define...
2019-07-13 Akira HatanakaInitialize the non-trivial C union bits I added to...
2019-07-13 Jonas DevlieghereMake Python version setting actually effective
2019-07-13 Nathan Ridge[clangd] Mark type hierarchy as a supported feature...
2019-07-13 Nathan Ridge[clangd] Implement typeHierarchy/resolve for subtypes
2019-07-13 Akira Hatanaka[Sema] Diagnose default-initialization, destruction...
2019-07-13 Johannes Doerfert[Attributor][NFC] Run clang-format on the attributor...
2019-07-13 Johannes Doerfert[Attributor] Only return attributes with a valid state
2019-07-13 Julian Lettner[TSan] Tiny cleanup of UnmangleLongJmpSp for Linux...
2019-07-13 Fangrui Songclang/test/Driver/fsanitize.c: Fix -fsanitize=vptr...
2019-07-13 Evgeniy StepanovExtend function attributes bitset size from 64 to 96.
2019-07-13 Reid Kleckner[COFF] Add null check in case of symbols defined in...
2019-07-13 Jonas Devlieghere[DWARFContext] Strip leading dot in section names
2019-07-13 Johannes Doerfert[Attributor][FIX] Lookup of (call site) argument attributes
2019-07-13 Jan Korous[DirectoryWatcher][test][NFC] Add information to test...
2019-07-12 Sam McCallRe-land [JSONCompilationDatabase] Strip distcc/ccache...
2019-07-12 Nico WeberPDB HashTable: Move TraitsT from class parameter to...
2019-07-12 Eric FiselierFix non-conformance it `std::tuple`.
2019-07-12 Stanislav Mekhanoshin[AMDGPU] use v32f32 for 3 mfma intrinsics
2019-07-12 Vitaly BukaisBytewiseValue checks ConstantVector element by element
2019-07-12 Alina Sbirlea[MemorySSA] Use SetVector to avoid nondeterminism.
2019-07-12 Alex LorenzNFC: utils/perf-training: Python 3 compatibility for...
2019-07-12 Jan Korous[DirectoryWatcher][NFC] Silence warnings in release...
2019-07-12 Julie Hockett[clang-doc] Fix failing tests on Windows
2019-07-12 Jan Korous[DirectoryWatcher][linux] Fix use of uninitialized...
2019-07-12 Wouter van... [WebAssembly] refactored utilities to not depend on...
2019-07-12 Alex Lorenz[macCatalyst] Use macCatalyst pretty name in .build_ver...
2019-07-12 Jonathan Peyton[OpenMP] Remove OMP spec versioning
2019-07-12 Sylvestre LedruRemove __VERSION__
2019-07-12 Douglas Yung[test][AArch64] Relax the opcode tests for FP min/max...
2019-07-12 Eric FiselierAdd option to disable variant narrowing conversion...
2019-07-12 David Bolvansky[InstCombine] Disable fold from D64285 for non-integer...
2019-07-12 Evgeniy StepanovFactor out resolveFrameOffsetReference (NFC).
2019-07-12 Nikita Popov[builtins] Fix assembly in arm sync-ops.h
2019-07-12 Reid KlecknerRevert driver: Don't warn about assembler flags being...
2019-07-12 Sam McCall[clangd] Fix off-by-one in CodeComplete and assertion...
2019-07-12 Jan KorousReland [clang] DirectoryWatcher
2019-07-12 Matt ArsenaultAMDGPU: Drop remnants of byval support for shaders
2019-07-12 David TentyFix missing use of defined() in include guard
2019-07-12 Alex Langford[LanguageRuntime] Move CPPLanguageRuntime into a plugin
2019-07-12 Jonas Devlieghere[ObjectContainerBSDArchive] Simplify a few things ...
2019-07-12 Nikita Popov[SystemZ] Fix addcarry of addcarry of const carry ...
2019-07-12 Jan KorousRevert "Reland [clang] DirectoryWatcher"
2019-07-12 Jan KorousReland [clang] DirectoryWatcher
2019-07-12 Craig Topper[X86] Use MachineInstr::findRegisterDefOperand to simpl...
2019-07-12 Jonas Devlieghere[DebugInfo] Add column info for inline sites
2019-07-12 Petr Hosek[libcxxabi] Don't process exceptions in cxa_handlers...
2019-07-12 Sterling AugustineThe variable "Latch" is only used in an assert, which...
2019-07-12 Ulrich Weigand[SystemZ] Fix build bot failure after r365932
2019-07-12 Sanjay Patel[x86] add test for bogus cmov (PR40483); NFC
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Extend MIMG opcode to 8 bits
2019-07-12 Alex Langford[Core] Generalize ValueObject::MaybeCalculateCompleteType
2019-07-12 Stefan StipanovicAddition to rL365925, removing remaining virtuals
2019-07-12 Julie Hockett[clang-doc] Add html links to references
2019-07-12 Nico WeberSlightly simplify MappedBlockStream::createIndexedStrea...
2019-07-12 Thomas Lively[WebAssembly] Make pthread imply bulk-memory, mutable...
2019-07-12 Nico WeberAdd explicit newline at end of `llvm-pdbutil dump`
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Leonard ChanRemove unused methods in Sancov.
2019-07-12 Thomas Lively[WebAssembly] i32.const operands should be signed
2019-07-12 Craig Topper[X86] Add NEG to isUseDefConvertible.
2019-07-12 Simon Pilgrim[X86][AVX] Add PR34359 shuffle test case.
2019-07-12 Stefan Stipanovic[Attributor] Removing unnecessary `virtual` keywords.
2019-07-12 Hideto Ueno[Attributor] Deduce "nofree" function attribute
2019-07-12 Louis Dionne[libc++] Add XFAILs for CTAD tests on older compilers
2019-07-12 Shoaib MeenaiRevert [clang-shlib] Fix clang-shlib for PRIVATE depend...
2019-07-12 Vitaly BukaCodeGet: Init 32bit pointers with 0xFFFFFFFF
2019-07-12 Philip Reames[IndVars] Use exit count reasoning to discharge obvious...
next