platform/upstream/llvm.git
2017-08-09 Haojian Wu[clang-tidy] Fix another crash in make-unique check.
2017-08-09 Nuno LopesCFLAA: return MustAlias when pointers p, q are equal...
2017-08-09 Michael KruseRemove dependency of Scop::getStmtFor(Inst) on getStmtF...
2017-08-09 Davide Italiano[ValueTracking] Turn a test into an assertion.
2017-08-09 Davide Italiano[ValueTracking] Update tests to unbreak the bots.
2017-08-09 Alexander Kornienko[clang-tidy] Ignore newlines in checks list
2017-08-09 Sanjay Patel[x86] add more tests for select-of-constants; NFC
2017-08-09 Gheorghe-Teodor... [OpenMP] Add flag for overwriting default PTX version...
2017-08-09 Vadim MacagonFix PlatformPythonTestCase.test_platform_list for the...
2017-08-09 Marshall ClowChange the way the literal operators are defined -...
2017-08-09 Florian Hahn[ARM] Emit error when ARM exec mode is not available.
2017-08-09 Coby Tayree[X86][Asm]Allow far jmp/call to be picked when using...
2017-08-09 Gheorghe-Teodor... [OpenMP] Add flag for disabling the default generation...
2017-08-09 Erich KeaneFix broken getAttributeSpellingListIndex for pragma...
2017-08-09 Martin Probstclang-format: [JS] detect ASI after closing parens.
2017-08-09 Davide Italiano[ValueTracking] Honour recursion limit.
2017-08-09 Sjoerd Meijer[AArch64] Assembler support for the ARMv8.2a dot produc...
2017-08-09 Gheorghe-Teodor... [OpenMP] Make OpenMP generated code for the NVIDIA...
2017-08-09 Tim NorthoverReapply Sema: allow imaginary constants via GNU extensi...
2017-08-09 Joey Gouly[OpenCL] Minor refactoring to reduce copy/pasted code
2017-08-09 Florian Hahn[ARM] Remove FeatureNoARM implies ModeThumb.
2017-08-09 Benoit Belley[Support] PR33388 - Fix formatv_object move constructor
2017-08-09 Nirav Dave[DAG] Explicitly cleanup merged load values during...
2017-08-09 Siddharth Bhat[ManagedMemoryRewrite] Remove test case that was submit...
2017-08-09 Coby Tayree[X86][Ms-InlineAsm] Extend MS Dot operator to accept...
2017-08-09 Siddharth Bhat[ManagedMemoryRewrite] Introduce a new pass to rewrite...
2017-08-09 Ilya Biryukov[clangd] Fixed a bug in make_tagged.
2017-08-09 Haojian WuFix -Wpessimizing-move warning.
2017-08-09 Gabor Horvath[Sema] -Wenum-compare no longer warn on anonymous enums...
2017-08-09 Coby Tayree[AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax...
2017-08-09 Michael Kruse[CodeGen] Use isLatestArrayKind().
2017-08-09 Michael Kruse[ForwardOpTree] Set DEBUG_TYPE to "polly-optree".
2017-08-09 Diana PicusRevert "PR19668, PR23034: Fix handling of move construc...
2017-08-09 Jonas Paulsson[LSR / TTI / SystemZ] Eliminate TargetTransformInfo...
2017-08-09 Jonas Paulsson[LoopStrengthReduce] Don't neglect the Fixup.Offset...
2017-08-09 Michael Kruse[ISLTools/ZoneAlgo] Make distributeDomain and filterKno...
2017-08-09 Simon Dardis[mips] PR34083 - Wimplicit-fallthrough warning in MipsA...
2017-08-09 Gabor HorvathSuppress a warning. NFC.
2017-08-09 Krasimir Georgiev[clang-format] Put '/**' and '*/' on own lines in jsdoc...
2017-08-09 Oliver Stannard[AsmParser] Hash is not a comment on some targets
2017-08-09 Chandler Carruth[LCG] Completely remove the map-based association of...
2017-08-09 Michael Kruse[ZoneAlgo] Add motivation for exception. NFC.
2017-08-09 Michael Kruse[ZoneAlgo] Consolditate condition. NFC.
2017-08-09 Davide Italiano[GlobalOpt] Switch an explicit loop to llvm::all_of...
2017-08-09 Vadim MacagonExpose active and available platform lists via SBDebugg...
2017-08-09 Chandler Carruth[LCG] Special case when removing a ref edge from a...
2017-08-09 Chandler Carruth[LCG] Switch one of the update methods for the LazyCall...
2017-08-09 Gabor Horvath[Sema] Extend -Wenum-compare to handle mixed enum compa...
2017-08-09 Siddharth Bhat[PPCGCodeGeneration] Compute element size in bytes...
2017-08-09 Craig Topper[X86] Add the rest of the ADC and SBB instructions...
2017-08-09 Craig Topper[InstCombine] Use regular dyn_cast instead of a matcher...
2017-08-09 George Burgess IVAttempt #2 to appease buildbots
2017-08-09 George Burgess IVAttempt to appease msc buildbot
2017-08-09 Serguei Katkov[ImplicitNullCheck] Fix the bug when dependent instruct...
2017-08-09 Zachary TurnerFix broken pdb test.
2017-08-09 Vitaly Buka[clang-fuzzer] Resolve proto dependencies
2017-08-09 Zachary TurnerFix -Wreorder-fields warning.
2017-08-09 Zachary Turner[PDB] Fix an issue writing the publics stream.
2017-08-09 Zachary Turner[PDB] Merge Global and Publics Builders.
2017-08-09 George Burgess IV[AST] Cache intermediate visibility/linkage results
2017-08-09 George Burgess IV[AST] Move visibility computations into a class; NFC
2017-08-09 Richard TrieuAllow operator delete to be an invalid Decl.
2017-08-09 Craig Topper[InstCombine] Add a test case for a missed opportunity...
2017-08-09 Gheorghe-Teodor... [OpenMP] Fix bug regarding cubin integration into host...
2017-08-09 Vitaly Buka[asan] Refactor thread creation bookkeeping
2017-08-09 Vitaly Buka[asan] Complete the Fuchsia port
2017-08-09 Eugene Zelenko[AMDGPU] Revert r310429 changes in AMDKernelCodeT.h...
2017-08-08 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-08 Kamil RytarowskiTry to appease compiler and break multiline comment.
2017-08-08 Tim NorthoverSema: disable implicit conversion from _Complex to...
2017-08-08 Tim NorthoverRevert "Lexer: always allow imaginary constants in...
2017-08-08 Quentin ColombetRevert "[GlobalISel] Remove the GISelAccessor API."
2017-08-08 Nemanja IvanovicMy commit r310346 introduced some valid warnings. This...
2017-08-08 Tim NorthoverLexer: always allow imaginary constants in GNU mode.
2017-08-08 Jessica Paquette[MachineOutliner] Ensure AArch64 outliner doesn't mess...
2017-08-08 Wei Mi[GVN] Remove stale entries in phitranslate cache when...
2017-08-08 Nuno LopesBasicAA: assert on another case where aliasGEP shouldn...
2017-08-08 Reid Kleckner[winasan] Fix hotpatching ntdll!strcpy for Win10 creato...
2017-08-08 Simon Atanasyan[mips] Enable `long_call/short_call` attributes on...
2017-08-08 Tim HammerquistAdd existing unit tests to Xcode project
2017-08-08 Dehao ChenMake ICP uses PSI to check for hotness.
2017-08-08 Erik Pilkington[demangler] Rename some variables, NFC
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_malloc_linux.cc
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_symbolize.py
2017-08-08 Kamil RytarowskiEnable ubsan on NetBSD
2017-08-08 Kamil RytarowskiReuse sanitizer_linux for NetBSD
2017-08-08 Reid Kleckner[codeview] Emit nested enums and typedefs from classes
2017-08-08 Kostya Serebryany[sanitizer-coverage] -fsanitize-coverage=bb,inline...
2017-08-08 Matt MorehouseIntegrate Kostya's clang-proto-fuzzer with LLVM.
2017-08-08 Craig Topper[InstCombine] Support pulling left shifts through a...
2017-08-08 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-08 Nirav Dave[DAG] Introduce peekThroughBitcast function. NFCI.
2017-08-08 Nirav Dave[DAG] Update comments. NFC.
2017-08-08 Josh GaoThread Safety Analysis: warn on nonsensical attributes.
2017-08-08 Josh GaoReland "Thread Safety Analysis: fix assert_capability."
2017-08-08 Richard SmithPR19668, PR23034: Fix handling of move constructors...
2017-08-08 Kamil RytarowskiAdd NetBSD support in asan_interceptors.cc
2017-08-08 Connor Abbott[AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
2017-08-08 Chad Rosier[NewGVN] Use a cast instead of a dyn_cast.
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
next