platform/upstream/llvm.git
2017-05-11 NAKAMURA TakumiFix two-stage build on windows using DistributionExampl...
2017-05-11 Javed Absar[IR] Allow attributes with global variables
2017-05-11 Igor Breger[GlobalISel][X86] Remove hand-written G_FADD/F_SUB...
2017-05-11 George Rimar[ELF] - Make text section location explicit in early...
2017-05-11 Ayman Musa[X86] Moving X86Local namespace from .cpp to .h file...
2017-05-11 Ayal Zaks[LV] Refactor ILV.vectorize{Loop}() by introducing...
2017-05-11 Pierre Gousseau[asan] Test 'strndup_oob_test.cc' added in r302781...
2017-05-11 Alexander Potapenko[msan] add a regression test for PR32842
2017-05-11 Alexander Potapenko[msan] Fix PR32842
2017-05-11 Renato Golin[MSAN] test failed randomly on ARM when XFAILED for...
2017-05-11 Chandler Carruth[x86] Fix a failure to select with AVX-512 when the...
2017-05-11 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-11 Simon Dardismips] XFAIL wcsncpy.cc test.
2017-05-11 Diana Picus[ARM][GlobalISel] Legalize narrow scalar ops by widening
2017-05-11 Pierre Gousseau[asan] Recommit of r301904: Add strndup/__strndup inter...
2017-05-11 Serge GueltonRemove spurious cast of nullptr. NFC.
2017-05-11 Serge GueltonRemove now useless trailing nullptr in StructType::get
2017-05-11 Diana Picus[ARM][GlobalISel] Support for G_ANYEXT
2017-05-11 Serge PavlovReverted r302775
2017-05-11 Diana PicusRevert "PR22877: When constructing an array via a const...
2017-05-11 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-11 Igor Breger[GlobalISel][X86] G_ICMP support.
2017-05-11 Michael ParkFix `std::visit` for the zero variants case.
2017-05-11 Craig Topper[APInt] Remove an unneeded extra temporary APInt from...
2017-05-11 Bruno Cardoso... Make tests from r302765 windows friendly
2017-05-11 Craig Topper[APInt] Use negate() instead of copying an APInt to...
2017-05-11 Craig Topper[SCEV] Reduce possible APInt allocations a bit.
2017-05-11 Craig Topper[SCEV] Remove unneeded 'using namespace APIntOps'.
2017-05-11 Igor Breger[X86] Move getX86ConditionCode() from X86FastISel.cpp...
2017-05-11 NAKAMURA TakumiSupportTests: Suppress ParallelTests on mingw for now...
2017-05-11 Bruno Cardoso... [Sema] Improve redefinition errors pointing to the...
2017-05-11 Akira HatanakaRevert "[libcxxabi] Align unwindHeader on a double...
2017-05-11 Akira Hatanaka[libcxxabi] Align unwindHeader on a double-word boundary.
2017-05-11 Eric FiselierRevert "Rename c++abi.a on Windows to libc++abi to...
2017-05-11 Eric FiselierAllow undefined symbols when linking libc++abi.dll...
2017-05-11 Eric FiselierFix Libc++abi linking under MinGW64
2017-05-11 Eric FiselierRename c++abi.a on Windows to libc++abi to avoid name...
2017-05-11 NAKAMURA TakumiPrune unused \param(s) of clang::Parser::ParseTemplateI...
2017-05-11 NAKAMURA Takumiclang/test/CodeGenCXX/array-default-argument.cpp: Satis...
2017-05-11 Paul RobinsonRemove redundant initialization. NFC
2017-05-11 Eric FiselierDon't use posix_memalign under MinGW
2017-05-11 Eric FiselierApply libc++ MinGW CMake fix to libc++abi
2017-05-11 Eric FiselierAdd temporary workaround to allow in-tree libc++ builds...
2017-05-11 Zachary TurnerFinal (hopefully) fix for the build bots.
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...
next