platform/upstream/llvm.git
2016-10-18 Davide Italiano[GVN] Remove dead code. NFC.
2016-10-18 Dehao ChenUse profile info to set function section prefix to...
2016-10-18 Evandro Menezes[AArch64] Fix test triplet
2016-10-18 Evandro Menezes[AArch64] Avoid materializing 0.0 when generating FP...
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Kevin EnderbyOne more additional error check for invalid Mach-O...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Tim NorthoverGlobalISel: translate the @llvm.objectsize intrinsic.
2016-10-18 Tim NorthoverGlobalISel: select small binary operations on AArch64.
2016-10-18 Tim NorthoverGlobalISel: translate memcpy intrinsics.
2016-10-18 Mandeep Singh... Remove unused typedef
2016-10-18 Tim NorthoverGlobalISel: support floating-point constants on AArch64.
2016-10-18 Krzysztof Parzyszek[Hexagon] Handle block live-ins with lane masks in...
2016-10-18 Benjamin KramerReduce global namespace pollution. NFC.
2016-10-18 Benjamin Kramer[esan] Remove global variable.
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Simon Pilgrim[X86][SSE] Added vector lshr/shl combine tests
2016-10-18 Mandeep Singh... Fix clang tests
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-18 Benjamin Kramer[InterleavedAccessPass] Remove global variable.
2016-10-18 Kostya Serebryany[libFuzzer] detect leaks after every run when executing...
2016-10-18 Sanjay Patelrevert r284495: [Target] remove TargetRecip class
2016-10-18 Kuba Brecka[tsan] Always use -std=c++11 in TSan tests
2016-10-18 Vedant KumarDrop a redundant ".get()" call (NFC)
2016-10-18 Kostya Serebryany[sancov] add __sanitizer_cov_trace_pc_guard to the...
2016-10-18 Kostya Serebryany[libFuzzer] reshuffle the code for -exit_on_src_pos...
2016-10-18 Vitaly Buka[asan] Rename test file as the poisoning is not "experi...
2016-10-18 Vitaly Buka[asan] Combine check-prefixes in stack-poisoning test
2016-10-18 Vitaly Buka[asan] Make -asan-experimental-poisoning the only behavior
2016-10-18 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-10-18 Justin Lebar[ADT] Remove CachedHash<T>.
2016-10-18 Justin LebarUse CachedHashStringRef instead of CachedHash<StringRef>.
2016-10-18 Sanjoy Das[SCEV] Make CompareValueComplexity a little bit smarter
2016-10-18 Sanjoy Das[SCEV] Extract out a helper function; NFC
2016-10-18 Jonathan PeytonFix OpenMP 4.0 library build
2016-10-18 Simon Pilgrim[X86][SSE] Added vector ashr combine tests
2016-10-18 Teresa Johnson[docs] Increase minimum supported GCC version for build...
2016-10-18 Michal Gorny[cmake] Update lit search to match the one in LLVM
2016-10-18 Sanjay Patel[Target] remove TargetRecip class; move reciprocal...
2016-10-18 Michal Gorny[solaris] Convert the support library to C++ to fix...
2016-10-18 Michal Gorny[solaris] Fix iswxdigit_l() support function prototype
2016-10-18 Michal GornyFix a compile error on musl-libc due to strerror_r...
2016-10-18 Simon Pilgrim[DAGCombiner] Add splatted vector support to (udiv...
2016-10-18 Adrian PrantlDisable fatal errors in the Verifier instantiated by...
2016-10-18 Jonathan PeytonMixed type atomic routines added for capture and update...
2016-10-18 Simon Pilgrim[X86][AVX512] Add mask/maskz writemask support to const...
2016-10-18 Rafael EspindolaUse reserve instead of grow.
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-18 Simon Dardis[mips][ias] Handle more complicated expressions for...
2016-10-18 Todd Fialaxfail TestMiSyntax.py's test_lldbmi_output_grammar...
2016-10-18 Simon Dardis[mips] Fix sync instruction definition
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-10-18 Simon Dardis[mips] Macro expansion for ld, sd for O32
2016-10-18 Michael Zuckerman[x86][inline-asm][avx512] allow swapping of '{k<num...
2016-10-18 Simon PilgrimStrip trailing whitespace (NFCI)
2016-10-18 Daniel Marjamakialpha.core.UnreachableCode - don't warn about unreachab...
2016-10-18 Simon PilgrimFix signed/unsigned comparison warnings
2016-10-18 Vasileios Kalintiris[mips][FastISel] Instantiate the MipsFastISel class...
2016-10-18 George Rimar[ELF] - Update testcases after llvm change.
2016-10-18 Artem Dergachev[analyzer] Add NumberObjectConversion checker.
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-18 George Rimar[llvm-readobj] - Teach readobj to print PT_OPENBSD_RAND...
2016-10-18 George Rimar[ELF] - Linkerscript: accept integer values for PHDRS...
2016-10-18 Pavel LabathFixup r284466 - try to unbreak NetBSD
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that formats...
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that looks...
2016-10-18 Pavel Labath[cmake] Make dependencies of lldb libraries private...
2016-10-18 John Brawn[SCEV] More accurate calculation of max backedge count...
2016-10-18 Igor Kudrin[libclang] Add missing cursor kinds to python bindings.
2016-10-18 Igor Kudrin[libclang] Fix a failure in a test for python bindings...
2016-10-18 Renato GolinRevert "Resubmit "Add support for advanced number forma...
2016-10-18 Simon Pilgrim[X86][SSE] Added extra (mul x, (1 << c)) -> x << c...
2016-10-18 Javed Absar[ARM] Assign cost of scaling for Cortex-R52
2016-10-18 Simon Pilgrim[X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for...
2016-10-18 Richard Smith[c++1z] Include "noexcept" in builtin function types...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...
2016-10-18 Dean Michael... [XRay] Support for for tail calls for ARM no-Thumb
2016-10-18 Craig Topper[AVX-512] Add test case to check shuffle decoding for...
2016-10-18 Justin BognerObject: Add a missing return in ObjectFile::createObjec...
2016-10-18 Craig Topper[X86] Fix DecodeVPERMVMask to handle cases where the...
2016-10-18 Andrew TrickImprove tablegen gen-subtarget diagnostics for missing...
2016-10-18 Craig Topper[AVX-512] Fix DecodeVPERMV3Mask to handle cases where...
2016-10-18 Craig Topper[AVX-512] Add support for decoding shuffle mask from...
2016-10-18 Jim InghamRemove a debug print statement.
2016-10-18 Jim InghamMore testsuite xfail markings cleanup.
2016-10-18 Dominic Chen[analyzer] Update alpha and potential checker documenta...
2016-10-18 Chris Bieneman[CMake] Add missing dependency on intrinsics_gen
2016-10-18 Chris Bieneman[CMake] Add a few default passthrough variables for...
2016-10-18 Vedant Kumar[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap...
2016-10-18 Mandeep Singh... Fix differences in codegen between Linux and Windows...
2016-10-18 Vedant Kumar[profile] Mark lprofCurFilename as COMPILER_RT_WEAK
2016-10-17 Jim InghamFix a crash in expressions with fixits in the dummy...
2016-10-17 Zachary TurnerRename HexStyle -> HexFormatStyle, and remove a constexpr.
2016-10-17 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-17 Konstantin... [AMDGPU] Mark .note section SHF_ALLOC so lld creates...
2016-10-17 Justin Lebar[ADT] Move CachedHashString to its own header in ADT...
2016-10-17 Justin Lebar[ADT] Add an initializer_list constructor to {Small...
2016-10-17 Justin Lebar[ADT] Add SmallDenseSet.
2016-10-17 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-10-17 Petr Hosek[Driver] Use stem rather than filename for executable...
next