platform/upstream/llvm.git
2017-03-21 Marshall ClowImplement P0548: 'common_type and duration' This involv...
2017-03-21 Zachary TurnerDelete eol-style:native SVN property.
2017-03-21 Duncan P. N... Modules: Remove an invalid check in unit tests for...
2017-03-21 Bob Haarman[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compile...
2017-03-21 Zachary TurnerMove StringList from Core -> Utility.
2017-03-21 George Rokos[OpenMP] libomptarget: Disable on MacOS X
2017-03-21 Erich KeaneCorrect class-template deprecation behavior
2017-03-21 Kamil RytarowskiCreate instance of DynamicLoaderPOSIXDYLD on NetBSD
2017-03-21 Kamil RytarowskiAdd stub for PluginProcessNetBSD
2017-03-21 Kamil RytarowskiEnable AUXV and QPassSignals in gdb-remote for NetBSD
2017-03-21 Kamil RytarowskiEnable ProcessPOSIXLog on NetBSD
2017-03-21 Kamil RytarowskiAdd NetBSD case in Entry::Type::ThreadID
2017-03-21 Dehao ChenUse ProfileSummary:getProfileCount to get ScaledCount...
2017-03-21 Rui UeyamaUpdate comment.
2017-03-21 Reid KlecknerRemove stray paren that got in while attempting to...
2017-03-21 Adrian PrantlRevert 298388 and 298389 because they broke some AMDGPU...
2017-03-21 Krzysztof ParzyszekRecommit r298282 with fixes for memory allocation/deall...
2017-03-21 Reid KlecknerUpdate for LLVM API rename of AttributeSet -> AttributeList
2017-03-21 Reid KlecknerFix RST docs AttributeList heading underline
2017-03-21 Marek OlsakAMDGPU: Buffer descriptor changes for GFX9
2017-03-21 Marek OlsakAMDGPU: Always use VGPR indexing on GFX9
2017-03-21 Krzysztof Parzyszek[Hexagon] Add -march=hexagon to a testcase
2017-03-21 Reid KlecknerUpdate Clang for LLVM rename AttributeSet -> AttributeList
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-21 Argyrios Kyrtzidis[index/AST] Determine if a typedef shares a name and...
2017-03-21 Bruno Cardoso... [Modules] Find PrivateHeaders when looking into subfram...
2017-03-21 Matt ArsenaultAMDGPU: Fix not including v2i16/v2f16 in register class
2017-03-21 Adrian PrantlDon't compose DWARF expressions with multiple subregisters.
2017-03-21 Adrian PrantlDwarfExpression: Defer emitting DWARF register operations
2017-03-21 Matt ArsenaultAMDGPU: Fix asserting on 0 dmask for image intrinsics
2017-03-21 Matt ArsenaultAMDGPU: Convert image intrinsic uses in tests
2017-03-21 Matt ArsenaultDAG: Fold bitcast/extract_vector_elt of undef to undef
2017-03-21 Dmitry Vyukovtsan: fix pie_no_aslr test
2017-03-21 Chandler CarruthRevert r298274: "Use pthreads for thread-local lsan...
2017-03-21 Simon PilgrimFix shufpd test name.
2017-03-21 Sanne Wouda[ARM] [Assembler] Support negative immediates for A32...
2017-03-21 Yi KongTest commit access
2017-03-21 Dmitry Vyukovtsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags
2017-03-21 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2017-03-21 Sanjay Patel[x86] use PMOVMSK for vector-sized equality comparisons
2017-03-21 Pavel LabathReplace std::ofstream with llvm::raw_fd_ostream
2017-03-21 Pavel LabathRemove ProcFileReader
2017-03-21 Andrey ChurbanovFixed intermittent hang on tests with "target teams...
2017-03-21 Dmitry Vyukovtsan: add test for pie/no aslr
2017-03-21 Ekaterina Romanova[DOXYGEN] Improvements to smmintrin.h and emmintrin...
2017-03-21 Simon Pilgrim[X86][AVX] Tests showing missing SHUFPD + ZERO lowering
2017-03-21 Egor Churaev[OpenCL] Added diagnostic for checking length of vector
2017-03-21 Valery Pykhtin[AMDGPU] Iterative scheduling infrastructure + minimal...
2017-03-21 Volkan Keles[GlobalISel] Fix shufflevector tests
2017-03-21 Egor Churaev[OpenCL] Added implicit conversion rank for overloading...
2017-03-21 Sam Kolton[ADMGPU] SDWA peephole optimization pass.
2017-03-21 Simon Pilgrim[X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32...
2017-03-21 Eric Liu[change-namespace] avoid adding leading '::' when possible.
2017-03-21 Andrey ChurbanovStride in distribute parallel for loops with no chunk...
2017-03-21 Siddharth Bhat[DependenceInfo] change name Write to MustWrite to...
2017-03-21 Andrea Di Biagio[DebugInfo][X86] Teach Optimize LEAs pass to handle...
2017-03-21 Artur PilipenkoNFC. InstCombiner::visitFAdd extract LHSIntVal/RHSIntVa...
2017-03-21 Volkan Keles[GlobalISel] Move isTriviallyDead to Utils. NFC.
2017-03-21 Jonas Paulsson[DAGTypeLegalizer] Handle widening truncate to vector...
2017-03-21 David Green[ConstantFolding] Fix to prevent constant folding havin...
2017-03-21 Laszlo Nagy[scan-build-py] reuse command line output parameter...
2017-03-21 George Rimar[ELF] - Detemplate InputSection::getRelocatedSection...
2017-03-21 Tobias GrosserUpdate isl to isl-0.18-395-g77701b3
2017-03-21 George Rimar[ELF] - Detemplate InputSectionBase::uncompress(). NFC
2017-03-21 George Rimar[ELF] - Detemplate ARMExidxSentinelSection. NFC.
2017-03-21 George Rimar[ELF] - Fix one more access to Sections member.
2017-03-21 George Rimar[ELF] Follow-up to r298345 "[ELF] - Detemplate GdbIndex...
2017-03-21 Volkan Keles[GlobalISel] Translate shufflevector
2017-03-21 George Rimar[ELF] - Detemplate InputSectionBase::getLinkOrderDep...
2017-03-21 George Rimar[ELF] - Detemplate GdbIndexSection.
2017-03-21 Craig Topper[APFloat] Tag the fltSemantic getter functions with...
2017-03-21 Vitaly BukaRevert "Bypass potential libc's sysconf wrappers for...
2017-03-21 Craig Topper[APInt] Add LLVM_READONLY to some methods.
2017-03-21 Jonas Paulsson[SystemZ] Don't drop MO flags in foldMemoryOperandImpl()
2017-03-21 Zachary TurnerResubmit r298334 after fixing OSX build errors.
2017-03-21 Weiming Zhao[Builtin] Implement lit-test support (part 1 of 2:...
2017-03-21 Jason MolendaRevert r298334 until Zachary has a chance to fix the...
2017-03-21 Jason MolendaFix two places where an arm instruction emulation method
2017-03-21 Serge PavlovFix evaluation of LLVM_DEFINITIONS
2017-03-21 Zachary TurnerDelete some dead code in HostInfo.
2017-03-21 Zachary TurnerDelete various lldb FileSystem functions.
2017-03-21 Jason MolendaInitialize m_allow_cxx, m_allow_objc. These ivars...
2017-03-21 Akira HatanakaAdd support for attribute enum_extensibility.
2017-03-21 Jim InghamFindTypes should find "struct TypeName" as well as...
2017-03-21 Peter CollingbourneIRGen: Do not set dllexport on declarations.
2017-03-21 Vitaly BukaRevert "[Hexagon] Recognize polynomial-modulo loop...
2017-03-21 Eli Friedman[ARM] Revert r297443 and r297820.
2017-03-21 Reid Kleckner[COFF] Don't let /def override /out filename
2017-03-20 Zachary Turner[Support] Fill the file_status struct with link count.
2017-03-20 Zachary TurnerDelete LLDB's MD5 code. Use LLVM instead.
2017-03-20 Zachary Turner[analyze-project-deps.py] Add the ability to list all...
2017-03-20 Rafael EspindolaMove OffsetInArchive to BitcodeFile.
2017-03-20 Zachary TurnerAdd a function to MD5 a file's contents.
2017-03-20 Vadzim Dambrouski[ARM] Fix PR32130: Handle promotion of zero sized const...
2017-03-20 Eric ChristopherFix parsing of htmxlintrin.h in C++ mode
2017-03-20 Sanjay Patel[x86] add tests for setcc of i128/i256; NFC
2017-03-20 Alexander Kornienko[clang-tidy] readability-container-size-empty fix for...
2017-03-20 Alexander Kornienko[clang-tidy] Small cleanup. NFC.
2017-03-20 Jonathan PeytonMinor improvement of KMP_YIELD_NOW() macro.
2017-03-20 Jonathan PeytonFix incorrect initial value of __kmp_affinity_type.
next