platform/upstream/llvm.git
2019-05-16 David L. Jones[X86][AsmParser] Rename "ConditionCode" variable to...
2019-05-16 Reid Kleckner[X86] Deduplicate symbol lowering logic, NFC
2019-05-16 Eric FiselierRemove unneeded alignment spec from builtin_FUNCTION...
2019-05-16 Amy HuangEmit global variables as S_CONSTANT records for codevie...
2019-05-16 Eric FiselierFix failing source location test on Windows
2019-05-16 Chris BienemanAdd Clang shared library with C++ exports
2019-05-16 Alex Langford[Target] Stop linking against lldbPluginObjCLanguage
2019-05-16 Eric FiselierXFAIL test for new GCC version
2019-05-16 Eric FiselierFix PCC test failures for source location builtins
2019-05-16 Tim Renouf[CodeGen] Fixed de-optimization of legalize subvector...
2019-05-16 Sam Clegg[WebAssembly] Move code and data section generation...
2019-05-16 Sam Clegg[WebAssembly] Don't generate empty type sections.
2019-05-16 David L. Jones[clang/test] Add missing dependency on llvm-cxxfilt.
2019-05-16 Kristina BrooksReland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
2019-05-16 Eric FiselierImplement __builtin_LINE() et. al. to support source...
2019-05-16 Philip Reames[Tests] More consolidation of lftr tests
2019-05-16 Philip Reames[Test] Remove a bunch of cruft from a test
2019-05-16 Philip Reames[Tests] Start consolidating lftr tests into a single...
2019-05-16 Philip Reames[Tests] Autogen the last lftr test
2019-05-16 Philip Reames[Tests] Autogen a few more lftr tests for readability
2019-05-16 Philip Reames[Tests] Autogen a few lftr test in preparation for...
2019-05-16 Adrian PrantlFactor out switch statement into a helper function...
2019-05-16 Adrian PrantlMake sure GetObjectDescription falls back to the Object...
2019-05-16 Cameron McInally[NFC][InstSimplify] Update fast-math.ll tests I botched...
2019-05-16 Julian Lettner[TSan][libdispatch] Use FileCheck's --implicit-check...
2019-05-16 Lang Hames[ORC] Change handling for SymbolStringPtr tombstones...
2019-05-16 Craig Topper[X86] Stop implicitly enabling avx512vl when avx512bf16...
2019-05-16 Sanjay Patel[InstCombine] add tests for shuffle of insert subvector...
2019-05-16 Stephen KellyUpdate comments on enums
2019-05-16 Joerg SonnenbergerFix typos in comment.
2019-05-16 Stephen KellyMove TraversalKind enum to ast_type_traits
2019-05-16 Andrey ChurbanovFixed second issue reported in https://bugs.llvm.org...
2019-05-16 Craig Topper[X86] Update doxygen comments for AVX512BF16 to not...
2019-05-16 Lang Hames[ORC] Use inline friend definitions for SymbolStringPtr...
2019-05-16 Jonas Devlieghere[IRExecutionUnit] Remove static_assert
2019-05-16 Craig Topper[X86] Use 0x9 instead of 0x1 as the immediate in some...
2019-05-16 Matt Morehouse[libFuzzer] Disable merge-sigusr.test on linux.
2019-05-16 Don Hinton[CommandLine] Don't allow duplicate categories.
2019-05-16 Ilya Biryukov[CodeComplete] Complete enumerators when preferred...
2019-05-16 Marshall ClowImprove the test coverage for std::is_base_of
2019-05-16 Kristof Umann[analyzer] Add a test plugin for checker option handling
2019-05-16 James Henderson[llvm-objdump]Move test code missed in r360904
2019-05-16 Pavel LabathMinidump: Add support for the MemoryList stream
2019-05-16 Alexandre Ganeaftime-trace as a CoreOption
2019-05-16 Matt ArsenaultAMDGPU: Introduce TokenFactor for ABI register copies...
2019-05-16 Sanjay Patel[InstSimplify] add tests for fcmp of maxnum with consta...
2019-05-16 James Henderson[llvm-objdump]Split section-filter.test in two to remov...
2019-05-16 Matt ArsenaultAMDGPU: Assume xnack is enabled by default
2019-05-16 Stephen TozerResubmit: [Salvage] Change salvage debug info implement...
2019-05-16 Fangrui Song[llvm-objdump] Add "REQUIES: x86-registered-target...
2019-05-16 Xing XueAdd AIX Version Macros
2019-05-16 Sanjay Patel[InstSimplify] fold fcmp (minnum, X, C1), C2
2019-05-16 Xing XueFixes for builds that require strict X/Open and POSIX...
2019-05-16 Alex Bradbury[RISCV][NFC] Add nounwind attribute to functions missin...
2019-05-16 Adhemerval... [clang] Handle lround/llround builtins
2019-05-16 Xing Xue[tests][go]Add -stdlib=libc++ to build GO test if LLVM...
2019-05-16 Adhemerval... [AArch64] Handle ISD::LROUND and ISD::LLROUND
2019-05-16 James Henderson[llvm-objdump]Improve testing of some switches #1
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Kristof UmannReland "[analyzer] Add an example plugin for checker...
2019-05-16 Paul OsmialowskiFix hwloc topology traversal code unable to handle...
2019-05-16 Adhemerval... [CodeGen] Add lround/llround builtins
2019-05-16 Matt ArsenaultGlobalISel: Add buildFMA to MachineIRBuilder
2019-05-16 Matt ArsenaultRegAllocFast: Improve hinting heuristic
2019-05-16 Clement Courbet[DominatorTree] Print roots unconditionally in `print()`.
2019-05-16 Serge GueltonFix isInSystemMacro in presence of macro and pasted...
2019-05-16 Roman Lebedev[NFC] Fixup FileCheck option name in tests added in...
2019-05-16 Jonas Toth[clang-tidy] Removed superfluous and slightly annoying...
2019-05-16 Jonas Toth[clang-tidy] Handle member variables in readability...
2019-05-16 Roman Lebedev[NFC][CodeGen] Add some more tests for pulling binops...
2019-05-16 Matt ArsenaultGlobalISel: Add buildXor/buildNot
2019-05-16 Matt ArsenaultGlobalISel: Add DstOp version of buildIntrinsic
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Matt ArsenaultAMDGPU/GlobalISel: Correct regbank for 1-bit and/or/xor
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-05-16 Yvan Roux[lld-link] Add missing "REQUIRES: x86" to COFF/lib...
2019-05-16 Pavel LabathDWARFContext: Return empty data extractors instead...
2019-05-16 Yvan Roux[crt] Mark dso_handle test as xfailing on ARM.
2019-05-16 Pavel LabathDWARF: Add ability to reference debug info coming from...
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: implement CDOT instruction
2019-05-16 Jonas Toth[clang-tidy] Do not list enabled checks when -quiet...
2019-05-16 Fangrui SongSimplify Triple::ppc64{,le} checks with Triple::isPPC64()
2019-05-16 Cullen Rhodes[AArch64][SVE2] Asm: add unpredicated integer multiply...
2019-05-16 Igor KudrinAdd missing "REQUIRES: x86" to the lto/irmover-warning...
2019-05-16 Fangrui SongSimplify ArchSpec::IsMIPS()
2019-05-16 Fangrui SongAdd Triple::isPPC64()
2019-05-16 Karl-Johan... [builtin] Fixed definitions of builtins that rely on...
2019-05-16 Martin Storsjo[PPC] Fix 32-bit build of libunwind
2019-05-16 Martin Storsjo[PPC64][libunwind] Fix r2 not properly restored
2019-05-16 George Rimar[llvm-readobj] - Revert r360676 partially. NFC.
2019-05-16 Clement CourbetReland r360771 "[MergeICmps] Simplify the code."
2019-05-16 Igor Kudrin[LTO] Improve readability of module IDs
2019-05-16 Igor Kudrin[IRMover] Improve diagnostic messages for conflicting...
2019-05-16 Matt ArsenaultGlobalISel: Add buildFConstant for APFloat
2019-05-16 Matt ArsenaultGlobalISel: Add some FP instructions to MachineIRBuilder
2019-05-16 Matt ArsenaultGlobalISel: Fix indentation
2019-05-16 Matt ArsenaultGlobalISel: Add G_FCOPYSIGN
2019-05-16 Matt ArsenaultFix missing const
2019-05-16 Matt Morehouse[libFuzzer] Increase merge-sigusr sleep after sending...
next