platform/upstream/llvm.git
2017-03-21 Rui UeyamaMake elf::ScriptConfig a LinkerScript class member...
2017-03-21 Rui UeyamaRename LinkerScriptBase -> LinkerScript.
2017-03-21 Zachary Turner[deps script] Sort cycles by the difficulty of breaking.
2017-03-21 Matt ArsenaultAMDGPU: Remove hasSideEffects from SI_RETURN_TO_EPILOG
2017-03-21 Tim NorthoverGlobalISel: respect BooleanContents when extending i1.
2017-03-21 Matt ArsenaultAMDGPU: Rename SI_RETURN
2017-03-21 Tim HammerquistMirror CMake changes from r298412 to Xcode project
2017-03-21 Reid KlecknerRevert "[compiler-rt][asan] Turn on ASAN unittests...
2017-03-21 Eric ChristopherRemove the -faltivec alias option and replace it with...
2017-03-21 Matthias BraunSplitKit: Fix subreg copy related problems
2017-03-21 Rui UeyamaSort. NFC.
2017-03-21 Dehao ChenAdd support for -fno-auto-profile and -fno-profile...
2017-03-21 Rui UeyamaDefine Config::Endianness.
2017-03-21 Matt ArsenaultAMDGPU: Mark all unspecified CC functions in tests...
2017-03-21 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-03-21 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-03-21 Argyrios Kyrtzidis[c-index-test] Fix memory leak in c-index-test tool.
2017-03-21 Zachary TurnerRevert "Improve StringMap iterator support."
2017-03-21 Tim NorthoverGlobalISel: widen booleans by zero-extending to a byte.
2017-03-21 Marshall ClowFix test failure I introduced
2017-03-21 Zachary TurnerFix clang errors caused by StringMap iterator changes.
2017-03-21 Zachary TurnerImprove StringMap iterator support.
2017-03-21 Zachary TurnerRemove eol-style:native from StringMap.h
2017-03-21 Chandler CarruthDon't make unqualified calls to functions that could...
2017-03-21 Erich KeaneiFix Test deprecation behavior in C89 mode as a result...
2017-03-21 Sanjay Patel[InstCombine] regenerate checks; NFC
2017-03-21 George Burgess IVLet llvm.objectsize be conservative with null pointers
2017-03-21 George Burgess IVLet llvm.objectsize be conservative with null pointers
2017-03-21 Dehao ChenClang change: Do not inline hot callsites for samplepgo...
2017-03-21 Dehao ChenDo not inline hot callsites for samplepgo in thinlto...
2017-03-21 Zachary Turner[ADT] Add a version of llvm::join() that takes a range.
2017-03-21 Coby Tayree[X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGT...
2017-03-21 Coby Tayree[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH...
2017-03-21 Guillaume Papin[CMake] fix CLANG_INCLUDE_DIRS CMake export
2017-03-21 Davide Italiano[X86] Remove extra semicolon to placate GCC. NFCI.
2017-03-21 Marshall ClowFix a couple of 'C++11'-isms from the last checkin...
2017-03-21 Aaron BallmanPrevent cppcoreguidelines-pro-bounds-array-to-pointer...
2017-03-21 Konstantin... Fix array sizes where address space is not yet known
2017-03-21 Zachary TurnerFix build broken by StringList move.
2017-03-21 Marshall ClowAdd a bit more to one of the chrono tests
2017-03-21 Artyom Skrobov[ARM] Recommit the glueless lowering of addc/adde in...
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...
next