platform/upstream/llvm.git
2017-05-11 Zachary TurnerTry again to fix the buildbots.
2017-05-11 Richard SmithPR22877: When constructing an array via a constructor...
2017-05-11 Zachary TurnerFix build errors with Parallel.
2017-05-11 Zachary Turner[Support] Move Parallel algorithms from LLD to LLVM.
2017-05-10 Kostya Serebryany[libFuzzer] fix a compiler warning
2017-05-10 David L. JonesRevert "[SDAG] Relax conditions under stores of loaded...
2017-05-10 Eugene Zelenko[IR] Rollback changes in r302744 which caused buildbots...
2017-05-10 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-10 Eric FiselierWorkaround -W#warnings on Windows until the correct...
2017-05-10 Davide Italiano[PHIElimination] Use the same name for DEBUG_TYPE and...
2017-05-10 NAKAMURA Takumiclang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std...
2017-05-10 Adrian PrantlPartially revert r302685 and swith Apple-style full...
2017-05-10 Shoaib Meenai[libc++abi] Disable libc++ extern templates project...
2017-05-10 James Y Knight[Myriad] Pass -Xclang and -mllvm flags to moviCompile
2017-05-10 Richard SmithChanges missed from r302732.
2017-05-10 Eric FiselierRemove usages of _LIBCPP_MSVC which is never defined
2017-05-10 Siddharth Bhat[NFC] [Fortran Support] move Fortran array detection...
2017-05-10 Eric FiselierFix MinGW build to use Pthread when the header is avail...
2017-05-10 Sanjay Patel[InstCombine] remove fold that swaps xor/or with consta...
2017-05-10 Richard SmithImprove diagnosis of unknown template name.
2017-05-10 Eric FiselierDon't interfere with the __builtin_foo namespace under...
2017-05-10 Matt ArsenaultAMDGPU: Make some packed shuffles free
2017-05-10 Matt ArsenaultAMDGPU: Add new subtarget features for gfx9 flat instru...
2017-05-10 Billy Robert... Fix bad #endif in msvc_stdlib_force_include.hpp.
2017-05-10 Eric Fiselier[libc++] Refactor Windows support headers.
2017-05-10 Michael Kruse[Simplify] Mark variables as used. NFC.
2017-05-10 Michael Kruse[Simplify] Mark variables as used. NFC.
2017-05-10 Eric FiselierImplement LWG 2591 - Patch from K-Ballo
2017-05-10 Eric FiselierXFAIL is_trivially_copyable test for compilers that...
2017-05-10 Siddharth Bhat[Fix][Fortran Support] Don't use -debug-only in pattern...
2017-05-10 Eric FiselierFix enable_shared_from_this test in C++11
2017-05-10 Erich KeaneFix errored return value in CheckFunctionReturnType...
2017-05-10 Rui UeyamaRemove unused #include.
2017-05-10 Rui UeyamaRename parallelFor -> parallelForEachN.
2017-05-10 Craig Topper[ConstantRange] Fix the early out in ConstantRange...
2017-05-10 Craig Topper[APInt] Add negate helper method to implement twos...
2017-05-10 Michael Kruse[DeLICM] Avoid compiler warning. NFC.
2017-05-10 Davide Italiano[NewGVN] Introduce a definesNoMemory() helper and use it.
2017-05-10 Eric FiselierClean up LIT failure output by not showing the entire...
2017-05-10 Nirav Dave[SDAG] Relax conditions under stores of loaded values...
2017-05-10 Michael Kruse[DeLICM] Always normalize domain. NFC.
2017-05-10 Billy Robert... Update is_trivially_copyable tests with CWG 2094
2017-05-10 Eric Fiselier[libc++] Fix PR32979 - types with a private std::enabl...
2017-05-10 Rafael EspindolaUse a DenseMap in LinkerScript::getCmd.
2017-05-10 Casey Carter[test] support machinery changes for EDG & C1XX /Za
2017-05-10 Rafael EspindolaRefactor OutputSection to OutputSectionCommand mapping.
2017-05-10 Teresa JohnsonEnsure non-null ProfileSummaryInfo passed to ModuleSumm...
2017-05-10 Craig Topper[APInt] Make toString use udivrem instead of calling...
2017-05-10 Craig Topper[APInt] Use uint32_t instead of unsigned for the storag...
2017-05-10 Craig Topper[APInt] Use getRawData to slightly simplify some code.
2017-05-10 Craig Topper[APInt] Remove check for single word since single word...
2017-05-10 Craig Topper[ConstantRange] Add test case showing a case where...
2017-05-10 Amaury SechetSmall refactoring in DAGCombine. NFC
2017-05-10 Eric FiselierFix use of now removed %exec test substitution
2017-05-10 Zachary TurnerRename variables to conform to LLVM naming conventions.
2017-05-10 Siddharth Bhat[Fix] [Fortran Support] Fix variable name & make testca...
2017-05-10 Erik Pilkington[Sema] Objective-C++ support for type trait __is_base_of
2017-05-10 Rui Ueyama[ELF] Improve error message for incompatible section...
2017-05-10 Francis RicciRevert "Add dyld to sanitizer procmaps on darwin"
2017-05-10 Francis RicciRevert "Disable static caching of dyld header on Go...
2017-05-10 Tim Shen[XRay] Fix XRay PPC return value bug.
2017-05-10 Hans WennborgFix -DLLVM_ENABLE_THREADS=OFF build of lld after r302613
2017-05-10 Alex Lorenz[AST] RecursiveASTVisitor should not crash on lambdas...
2017-05-10 Petr Hosek[clang-tidy][CMake] Make clang-tidy usable as distribut...
2017-05-10 Petr Hosek[ELF] Define __ehdr_start unconditionally even when...
2017-05-10 Tim Shen[XRay] Fix the test func-id-utils.cc on PPC.
2017-05-10 Adrian PrantlBuild the Apple-style stage2 with full debug info
2017-05-10 Sanjay Patel[InstSimplify, InstCombine] move 'or' simplification...
2017-05-10 Simon Pilgrim[X86][SSE] Check vec_set BUILD_VECTOR tests on both...
2017-05-10 Argyrios Kyrtzidis[libclang] Fix typo in doc-comment, NFC
2017-05-10 Francis RicciDisable static caching of dyld header on Go sanitizers
2017-05-10 Catherine Moore[cmake] Disable building enable_execute_stack.c for...
2017-05-10 Quentin Colombet[AArch64][RegisterBankInfo] Change the default mapping...
2017-05-10 Amara Emerson[AArch64] Enable use of reduction intrinsics.
2017-05-10 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isExternalSymbol...
2017-05-10 Sanjay Patel[InstCombine] remove redundant tests
2017-05-10 Rafael EspindolaMark LinkerScript as final.
2017-05-10 Sanjay Patel[InstCombine] fix auto-generated FileCheck-captured...
2017-05-10 Francis RicciAdd dyld to sanitizer procmaps on darwin
2017-05-10 Rafael EspindolaRemove one more use of section names.
2017-05-10 Rafael EspindolaRemove another use of section names. NFC.
2017-05-10 Petar JovanovicReland: [mips] Impose a threshold for coercion of aggre...
2017-05-10 Sanjay Patel[InstCombine] fix typo in test comment; NFC
2017-05-10 George Rimar[ELF] - Don't segfault when assigning non-calculatable...
2017-05-10 Ulrich Weigand[SystemZ] Add miscellaneous instructions
2017-05-10 George Rimar[ELF] - Use LLVM_FALLTHROUGH in code.
2017-05-10 Ulrich Weigand[SystemZ] Add missing arithmetic instructions
2017-05-10 Sam Clegg[llvm-readobj] Improve errors on invalid binary
2017-05-10 George Rokos[OpenMP] Changes in the plugin interface
2017-05-10 Rafael EspindolaRemove another use of section names. NFC.
2017-05-10 Rafael EspindolaDon't use section names in getFiller. NFC.
2017-05-10 Michael Zuckermanchang type from 'int' to 'size_t'. This will fix revisi...
2017-05-10 Sanjay Patel[InstCombine] add (ashr (shl i32 X, 31), 31), 1 --...
2017-05-10 Martin Probstclang-format: refine calculating brace types.
2017-05-10 Philip Pfaffe[Polly][CMake] Fix syntactical errors in the exported...
2017-05-10 Serge GueltonUse explicit false instead of casted nullptr. NFC.
2017-05-10 Serge GueltonUse clang++-3.5 compatible initializer_list constructor
2017-05-10 Serge GueltonUse clang++-3.5 compatible initializer_list constructor
2017-05-10 Siddharth Bhat[Fortran Support] Detect Fortran arrays & metadata...
2017-05-10 Michael Zuckerman[LLVM][inline-asm] Altmacro string escape character '!'
next