platform/upstream/llvm.git
2017-05-25 Kamil RytarowskiFix bug #28898
2017-05-25 Francis RicciFix typo in tls patch
2017-05-25 Rui UeyamaAccept not only --reproduce <foo> but also --reproduce...
2017-05-25 Kyle ButtPPC: Correct Size for GETtlsADDR
2017-05-25 Adrian PrantlAdd a test for PR33166.
2017-05-25 Nico WeberRevert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc...
2017-05-25 Manoj Gupta[AArch64]: add 'a' inline asm operand modifier.
2017-05-25 Eric FiselierUpdate more coroutine_handle signatures to reflect...
2017-05-25 Billy Robert... Add asserts that the nullptr is maintained in string...
2017-05-25 Jonathan RoelofsAppease more buildbots about r303873
2017-05-25 Adrian PrantlFix SelectionDAGBuilder::getDbgValue to not expect...
2017-05-25 Adrian PrantlDelete an obsolete paragraph in LangRef.
2017-05-25 Eric FiselierUpdate coroutine_handle<P>::promise to reflect N4663.
2017-05-25 David BlaikieDebugInfo: Produce debug_{gnu_}pub{names,types} entries...
2017-05-25 Rui UeyamaUse MD5::hash(). NFC.
2017-05-25 Vitaly Buka[compiler-rt] Make print_module_map description consist...
2017-05-25 Bob Haarman[llvm-pdbdump] [yaml2pdb] always include object file...
2017-05-25 Rui UeyamaDo not allow delay-importing data symbols.
2017-05-25 Casey Carter[test] Remove workaround for C1XX conversion-to-nullptr bug
2017-05-25 Casey Carter[test] Workaround C1XX bug in uses_allocator_types.hpp
2017-05-25 Francis RicciImplement tls scanning for darwin LSan
2017-05-25 Francis RicciDon't require ThreadState to be contained within tls...
2017-05-25 Adam NemetDisable two more flaky ASan wait* tests temporarily...
2017-05-25 Eugene Zelenko[Documentation] Mention hicpp check group in Clang...
2017-05-25 Kostya Kortchinsky[sanitizer] Revert rL303879 as it breaks Windows
2017-05-25 Erich KeaneRevert MSVC CXXOperatorNames patch due to issues with...
2017-05-25 Erich KeaneRevert 303872/303877 since the patch that caused these...
2017-05-25 Jonathan RoelofsRelax testcase to appease buildbots
2017-05-25 Kostya Kortchinsky[sanitizer] Change the 32-bit Primary AllocateRegion...
2017-05-25 Erik PilkingtonFix a test that was failing in C++11 mode introduced...
2017-05-25 Erich KeaneClang-tidy doesn't understand -fno-ms-compatibility...
2017-05-25 Marshall ClowMark LWG#2900 as complete - we already do this, and...
2017-05-25 Daniel BerlinNewGVN: Fix PR 33119, PR 33129, due to regressed undef...
2017-05-25 Erik PilkingtonAdd support for shared_ptr<FunctionType>
2017-05-25 Jonathan RoelofsDon't defer to the GCC driver for linking arm-baremetal
2017-05-25 Erich KeaneDisable MSVC-Compat mode for two tests that use C+...
2017-05-25 Eric FiselierMake git-clang-format python 3 compatible
2017-05-25 Artur Pilipenko[InstCombine] Teach isAllocSiteRemovable to look throug...
2017-05-25 Alex Shlyapnikov[sanitizer] Pair atomic acquire with release in Blockin...
2017-05-25 Eric Fiselier[coroutines] Diagnose when promise types fail to declar...
2017-05-25 Eric Fiselier[coroutines] Bump __cpp_coroutines version
2017-05-25 Dimitry AndricAdd generic __bswap[ds]i2 implementations
2017-05-25 Catherine Moore[cmake] Disable building emutls.c for baremetal targets.
2017-05-25 Bill Seurer[powerpc] deactivate flakey test halt_on_error-torture...
2017-05-25 Bill Seurer[PowerPC] Fix test case sem_init_glibc.cc for powerpc64be
2017-05-25 Marshall ClowLast commit included some extra constexpr; remove them
2017-05-25 Tim Corringham[AMDGPU] add __builtin_amdgcn_s_getpc
2017-05-25 Sanjay Patel[InstCombine] make icmp-mul fold more efficient
2017-05-25 Tim Corringham[AMDGPU] add intrinsic for s_getpc
2017-05-25 Oren Ben Simhon[X86] Adding vpopcntd and vpopcntq instructions
2017-05-25 Oren Ben Simhon[X86] Adding avx512_vpopcntdq feature set and its intri...
2017-05-25 Marshall ClowMake for_each_n only avaliable on C++17
2017-05-25 James Molloy[GVNSink] Pacify MSVC
2017-05-25 Pavel LabathRevert "Fix FDE indexing while scan debug_info section."
2017-05-25 James Molloy[GVNSink] Don't define operator<< in NDEBUG
2017-05-25 Krzysztof Parzyszek[CodeGen] Pessimize aliasing for member unions (and...
2017-05-25 James Molloy[GVNSink] GVNSink pass
2017-05-25 Florian Gross(no commit message)
2017-05-25 Pavel LabathRecommit "RunThreadPlan: Fix halting logic in IgnoreBre...
2017-05-25 Hafiz Abid... Fix FDE indexing while scan debug_info section.
2017-05-25 Egor Churaev[OpenCL] reserve_id_t cannot be used as argument to...
2017-05-25 Chandler Carruth[PM] Teach the PGO instrumentation pasess to run Global...
2017-05-25 Egor Churaev[OpenCL] Added regression test on invalid vector initia...
2017-05-25 Chandler Carruth[PM/Unswitch] Fix a bug in the domtree update logic...
2017-05-25 Vitaly Buka[compiler-rt] Change default of allow_user_segv_handler...
2017-05-25 Craig Topper[MVT] Fix the identation of the start of the MVT class...
2017-05-25 Craig Topper[SelectionDAG] Fix off by one in a compare in getOperat...
2017-05-25 Tobias GrosserDrop newline in docs builder to see if Polly docs are...
2017-05-25 Eric FiselierRemove <experimental/coroutine> from the module map...
2017-05-25 Eric FiselierDisable the coroutines tests until Clang bumps __cpp_co...
2017-05-25 Eric FiselierAdd <experimental/coroutine>
2017-05-25 Eric FiselierFix broken links on C++1z status page
2017-05-25 Chandler Carruth[LegacyPM] Make the 'addLoop' method accept a loop...
2017-05-25 Marshall ClowAdd non-parallel version of for_each_n (+tests) from...
2017-05-25 Jim InghamFix the warning when you pass -c to step/next/si/ni.
2017-05-25 Eric Fiselier[coroutines] Fix fallthrough diagnostics for coroutines
2017-05-25 Galina KistanovaFixed nondeterminism in RuleMatcher::emit.
2017-05-25 Vitaly Buka[libFuzzer] Don't replace custom signal handlers.
2017-05-25 George KarpenkovFix coverage check for full post-dominator basic blocks.
2017-05-25 Gor Nishanov[coroutines] CoroFrame.cpp conform to coding convention...
2017-05-25 Gor Nishanov[coroutines] Relocate instructions that maybe spilled...
2017-05-25 Marshall ClowAdd some constexpr tests for optional's move/copy ctor
2017-05-24 Kamil RytarowskiCorrect compiler warnings and Debug build of the NetBSD...
2017-05-24 Tony Jiang[PowerPC] Fix a performance bug for PPC::XXSLDWI.
2017-05-24 Rafael EspindolaPrint symbols from COFF import libraries.
2017-05-24 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-05-24 Gor Nishanov[coroutines] Allow rematerialization upto 4 times....
2017-05-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp-mul-mul vector...
2017-05-24 Jonathan RoelofsAllow builds to set COMPILER_RT_OS_DIR differently...
2017-05-24 Sanjay Patel[InstCombine] add tests for icmp eq (mul X, C), (mul...
2017-05-24 Rui UeyamaReduce indentation. NFC.
2017-05-24 Rui UeyamaGarbage collect dllimported symbols.
2017-05-24 Tim NorthoverRevert "Sema: allow imaginary constants via GNU extensi...
2017-05-24 Rafael EspindolaSimplify MipsRldMapSection::writeTo.
2017-05-24 Hans WennborgFix negate-overflow.cpp test on Windows after r303440
2017-05-24 Sanjay Patel[InstCombine] move tests and use FileCheck; NFC
2017-05-24 Tobias Grosser[ScopInfo] Tighten compute out introduced in r303404
2017-05-24 Erik Pilkington[Demangler] Remove a failing assert introduced in r303718
2017-05-24 Rui UeyamaFix the sanitizer-windows bot.
2017-05-24 Saleem AbdulrasoolBasic: fix whitespace in file header (NFC)
next