platform/upstream/llvm.git
2018-10-16 Jason MolendaFixed an issue that a bot found with my changes
2018-10-16 David Bolvansky[InstCombine] Cleanup libfunc attribute inferring
2018-10-16 Jan KratochvilCode cleanup: Remove DWARFDebugInfoEntry::m_empty_children
2018-10-16 Lang Hames[ORC] Make the VModuleKey optional, propagate it via...
2018-10-16 Louis Dionne[libcxx] Avoid repeating the definition of std:: namespaces
2018-10-16 Louis Dionne[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Krasimir GeorgievRevert "[clangd] Refactor JSON-over-stdin/stdout code...
2018-10-16 Jason MolendaRevert r344626 while I address a testsuite failure...
2018-10-16 Jason MolendaTiny testsuite tweaks. Don't run the apple simulator
2018-10-16 Vedant KumarUse a relaxed substring check for function names in...
2018-10-16 Jason MolendaDon't run TestBreakpointIt.py on arm64 devices;
2018-10-16 Evandro Menezes[PATCH] [NFC][AArch64] Fix refactoring of macro fusion
2018-10-16 Teresa Johnson[LTO] Call InitLLVM from llvm-lto2
2018-10-16 Yaxun LiuDisable code object version 3 for HIP toolchain
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Jason MolendaFor a built & test bot, add an environment variable...
2018-10-16 Marshall ClowRecommit <chrono> changes with a couple xtra tests...
2018-10-16 Jason MolendaSimplify LocateDSYMInVincinityOfExecutable by moving
2018-10-16 Evandro Menezes[NFC][ARM] Refactor macro fusion
2018-10-16 Evandro Menezes[NFC][AArch64] Refactor macro fusion
2018-10-16 Stella Stamenova[lldbsuite] Fix the mac version decorator to work on...
2018-10-16 Sean FertileReland "[PPC64] Add split - stack support."
2018-10-16 Chris Lattnerfix an out of date paragraph noticed by Bryce Lelbach
2018-10-16 Sam McCall[clangd] Refactor JSON-over-stdin/stdout code into...
2018-10-16 Sam McCall[clangd] Send CodeAction responses to textDocument...
2018-10-16 Marshall ClowPartial fix for PR38964. (<string> can't be built with...
2018-10-16 Simon MarchiRemove possibility to change compile database path...
2018-10-16 Anna Thomas[LV] Teach vectorizer about variant value store into...
2018-10-16 Sanjay Patelrevert rL344609: [InstCombine] try harder to form selec...
2018-10-16 Ulrich Weigand[SystemZ] Actually enable -mzvector keywords
2018-10-16 Sanjay Patel[InstCombine] make sure type is integer before calling...
2018-10-16 Sanjay Patel[InstCombine] try harder to form select from logic ops
2018-10-16 Simon Atanasyan[driver][mips] Support MIPS R6 target triples
2018-10-16 Pavel Labathcxa_demangle: make demangler's parsing functions overri...
2018-10-16 Ayal Zaks[LV] Add test checks when vectorizing loops under opt...
2018-10-16 Jan KratochvilFix: Assertion failed: (!m_first_die || m_first_die...
2018-10-16 Eric Liu[clangd] Allow disble down traversals from root.
2018-10-16 Simon Atanasyan[driver][mips] Adjust target triple's environment accor...
2018-10-16 Simon Pilgrim[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP...
2018-10-16 Max Kazantsev[NFC] Introduce ICFLoopSafetyInfo
2018-10-16 Simon Pilgrim[X86] Fix Skylake ReadAfterLd for PADDrm etc.
2018-10-16 Renato Golin[VPlan] Script to extract VPlan digraphs from log
2018-10-16 Simon PilgrimFix buildbots - update clang-interpreter to use Legacy...
2018-10-16 Peter Smith[ARM][AArch64] Pass through endian flags to assembler...
2018-10-16 Max Kazantsev[NFC] Remove obsolete method headerMayThrow
2018-10-16 Sam McCall[clangd] Fix threading bugs in (not-yet-used) Backgroun...
2018-10-16 Sam McCall[clangd] Optionally use dex for the preamble parts...
2018-10-16 Yvan Roux Add target requirement to profile remap test.
2018-10-16 Max Kazantsev[NFC] Make LoopSafetyInfo abstract to allow alternative...
2018-10-16 Aleksandar... [mips][micromips] Fix how values in .gcc_except_table...
2018-10-16 Max Kazantsev[NFC] Encapsulate work with BlockColors in LoopSafetyInfo
2018-10-16 David Stenberg[DebugInfo][LCSSA] Rewrite pre-existing debug values...
2018-10-16 Max Kazantsev[NFC] Move block throw check inside allLoopPathsLeadToBlock
2018-10-16 Max Kazantsev[NFC] Turn isGuaranteedToExecute into a method
2018-10-16 Sam McCall[clangd] Disable timeouting test while investigating
2018-10-16 Alexander Shaposhnikov[llvm-objcopy] Factor out Buffer
2018-10-16 Max Kazantsev[SCEV] Limit AddRec "simplifications" to avoid combinat...
2018-10-16 Simon Atanasyan[mips] Group similar commands in the test case. NFC
2018-10-16 Artem DergachevRe-apply r344546 "Mark a couple of test cases as 'C...
2018-10-16 Vedant KumarUse assertEqual to improve test failure logging
2018-10-16 Artem DergachevRevert r344529 "Implement the first part of the calenda...
2018-10-16 Petr Hosek[XRay] Use fully qualified name for LogWriter
2018-10-16 Petr Hosek[XRay] Encapsulate all FD log related logic into a...
2018-10-16 Sebastian Pop[hot-cold-split] fix failing testcases
2018-10-16 Louis Dionne[libcxx] Remove custom CMake code targeting Mac OS...
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-16 Alexey Bataev[OPENMP][NVPTX]Increment iterator only when it is used...
2018-10-15 Craig Topper[X86] Remove some isel patterns that shouldn't be possible.
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Simon Atanasyan[mips] Fix handling of GNUABIN32 environment in a targe...
2018-10-15 Nicolai HaehnleStructurizeCFG,AMDGPU: Test case of a redundant phi...
2018-10-15 Chris Bieneman[CMake] Fix a missing LLVM_ENABLE_IDE from r344555
2018-10-15 Lang Hames[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentI...
2018-10-15 Lang HamesChange a TerminatorInst* to an Instruction* in HotColdS...
2018-10-15 Lang Hames[ORC] Switch to DenseMap/DenseSet for ORC symbol map...
2018-10-15 Erik PilkingtonNFC: Fix a -Wsign-conversion warning
2018-10-15 Craig Topper[X86] Fix a bad bitcast in the load form of vXi16 unifo...
2018-10-15 Craig Topper[X86] Add test cases showing failure to fold load into...
2018-10-15 Craig Topper[X86] Disable the peephole pass on avx2-intrinsics...
2018-10-15 Craig Topper[X86] Regenerate avx2-intrinsics-x86.ll to compress...
2018-10-15 Sanjay Patel[InstCombine] add tests for bitwise logic --> select...
2018-10-15 Sebastian Pop[hot-cold-split] fix static analysis of cold regions
2018-10-15 Adrian PrantlConvert code to use early exits in prepraration for...
2018-10-15 Petr Hosek[Driver] Support direct split DWARF emission for Fuchsia
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Simon Pilgrim[AARCH64] Improve vector popcnt lowering with ADDLP
2018-10-15 Chris Bieneman[CMake] Change the default value of LLVM_ENABLE_IDE
2018-10-15 Konstantin... AMDGPU: Generate .amdgcn_target for object code v3
2018-10-15 Sean FertileRevert "[PPC64] Add split - stack support."
2018-10-15 Jordan Rupprecht[llvm-objcopy] NFC: update TODO test comment
2018-10-15 Leonard Chan[Fixed Point Arithmetic] Fix for clang-tools-extra...
2018-10-15 Leonard Chanadded fix
2018-10-15 Stella Stamenova[lldbsuite] Make the names of test classes unique
2018-10-15 Marshall ClowMark a couple of test cases as 'C++17-only' pending...
2018-10-15 Vedant Kumar[CodeExtractor] Erase debug intrinsics in outlined...
2018-10-15 Sean Fertile[PPC64] Add split - stack support.
2018-10-15 Stella Stamenova[lldbsuite] Disable Test128BitsInteger on Windows
2018-10-15 Lang Hames[ADT] Fix a bug in DenseSet's initializer_list constructor.
2018-10-15 Sanjay Patel[SelectionDAG] allow FP binops in SimplifyDemandedVecto...
next