platform/upstream/llvm.git
2016-12-03 Justin Lebar[PM] Make PassManager's constructor explicit.
2016-12-03 Justin Lebar[PM] Make PreservedAnalyses::preserved take its paramet...
2016-12-03 Craig Topper[AVX-512] Add many of the VPERM instructions to the...
2016-12-03 Matt ArsenaultAMDGPU: Clean up struct initializers
2016-12-03 Sanjay Patel[InstSimplify] add more helper functions for SimplifyIC...
2016-12-03 Sanjay Patel[InstSimplify] add helper functions for SimplifyICmpIns...
2016-12-03 Craig Topper[AVX-512] Add EVEX VPMADDUBSW and VPMADDWD to the load...
2016-12-03 Eric Liu[clang-move] don't miss ',' in json output when there...
2016-12-03 Rafael EspindolaIgnone SHF_INFO_LINK.
2016-12-03 Sanjay Patel[InstCombine] change select type to eliminate bitcasts
2016-12-03 Sergey Kalinichev[libclang] Fix python tests
2016-12-03 George Rimar[ELF] - Implemented R_386_16 and R_386PC16 relocations
2016-12-03 George Rimar[ELF] - Change the way how we compute offsets for binar...
2016-12-03 George Rimar[ELF] - Disable relro when -omagic specified.
2016-12-03 Craig Topper[X86] Fix VEX encoded VPMADDUBSW to not be marked commu...
2016-12-03 Craig Topper[X86] Add test cases demonstrating where we incorrectly...
2016-12-03 Eric FiselierTurn off testsuite warnings by default with GCC
2016-12-03 Eric FiselierMake make_exception_ptr abort with -fno-exceptions
2016-12-03 Eric FiselierMark various <variant> items as complete
2016-12-03 Eric FiselierWork around more -Wshadow warnings
2016-12-03 Michael KupersteinRemove stale comment. NFC.
2016-12-03 Eric FiselierFix <variant> w/o exception support
2016-12-03 Saleem AbdulrasoolSema: delay the DLL exported member referencing
2016-12-03 Haicheng Wu[TTI/CostModel] Correct the way getGEPCost() calls...
2016-12-03 Kostya Serebryany[sanitizer-coverage] use IRB.SetCurrentDebugLocation...
2016-12-03 Matthias Brauntestcase only works in a debug build
2016-12-03 Eric FiselierRevert workaround for Clang bug. Thanks to Richard...
2016-12-03 Eric Fiselier[Sema] Don't perform aggregate initialization for types...
2016-12-03 Eric FiselierFix -Wshadow warnings and enable warnings by default...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-03 Mehdi Amini[doc] Add .arcconfig setup to the "how to work with...
2016-12-03 Matthias BraunAArch64CollectLOH: Rewrite as block-local analysis.
2016-12-03 Guozhi Wei[ppc] Correctly compute the cost of loading 32/64 bit...
2016-12-03 Eric FiselierXFAIL variant tests for apple-clang
2016-12-03 Richard SmithPR31244: Use the exception specification from the calle...
2016-12-03 Eric FiselierEnable warnings by default for C++ >= 11 and fix -Wshad...
2016-12-03 Eric FiselierWork around Clang 3.8 bugs
2016-12-02 Eric FiselierFix C++03 build
2016-12-02 Eric FiselierMake variant's index part of the hash value
2016-12-02 Ivan KrasinSupport escaping in TrigramIndex.
2016-12-02 Eric FiselierFix generated warnings in <variant>
2016-12-02 Eric FiselierUpdate darwin ABI list for <variant>
2016-12-02 Eric FiselierUpdate ABI lists for <variant>
2016-12-02 Zachary TurnerResubmit "[LibFuzzer] Split FuzzerUtil for Posix and...
2016-12-02 Richard SmithMore diagnostic name fixups: w_ -> warn_, warning_...
2016-12-02 Eric FiselierImplement C++17 <variant>. Patch from Michael Park!
2016-12-02 Saleem AbdulrasoolCodeGen: export typeinfo and typeinfo name on itanium
2016-12-02 Richard SmithMass-rename the handful of error_* diagnostics to err_*.
2016-12-02 Eric FiselierWork around a bug in Clang's implementation of noexcept...
2016-12-02 Richard SmithCheck for SD-6 feature test macro when determining...
2016-12-02 Kuba MracekUpdate test expectations after AddressSanitizer text...
2016-12-02 Jacques Pienaar[lanai] Custom lowering of SHL_PARTS
2016-12-02 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-equals-delete...
2016-12-02 Richard SmithFix up r288457 for compilers that don't support noexcep...
2016-12-02 Eric FiselierFix copy/paste errors in new variant tests
2016-12-02 Kuba Mracek[sanitizer] Track architecture and UUID of modules...
2016-12-02 Eric FiselierAdd tests for libc++'s constexpr variant copy/move...
2016-12-02 Kuba MracekSupport more report types in AddressSanitizerRuntime...
2016-12-02 George Burgess IV[Sema] Reset a BumpPtrAllocator on clear(). NFC.
2016-12-02 Zachary TurnerRevert "[LibFuzzer] Split FuzzerUtil for Posix and...
2016-12-02 Dan Gohman[WebAssembly] Fix a compiler warning. NFC.
2016-12-02 Zachary Turner[LibFuzzer] Introduce a portable WeakAlias implementation.
2016-12-02 Zachary Turner[LibFuzzer] Split FuzzerUtil for Posix and Windows.
2016-12-02 Rong Xu[PGO] Fix PGO use ICE when there are unreachable BBs
2016-12-02 Rui UeyamaRemove a wrong performance optimization.
2016-12-02 Ulrich Weigand[SystemZ] Support remaining atomic instructions
2016-12-02 Ulrich Weigand[SystemZ] Support floating-point control register instr...
2016-12-02 Ulrich Weigand[SystemZ] Refactor hasSideEffects setting
2016-12-02 Matt ArsenaultAMDGPU: Implement isCheapAddrSpaceCast
2016-12-02 Sanjay Patel[x86] add common check prefix to reduce duplication...
2016-12-02 Johannes DoerfertAllow to disable unsigned operations (zext, icmp ugt...
2016-12-02 Adam NemetWith LTO and profile-use, enable hotness info in opt...
2016-12-02 Adam Nemet[LTOs] Allow generation of hotness information
2016-12-02 Adam NemetMake LTO opt-remarks tests matching stricter
2016-12-02 Sanjay Patelfix check-label
2016-12-02 Johannes DoerfertDo not allow multiple possibly aliasing ptrs in an...
2016-12-02 Sanjay Patel[x86] add tests to show missing demanded bits analysis...
2016-12-02 Johannes DoerfertRerun mem2reg after the inliner
2016-12-02 Jason Henline[CUDA] Forward sanitizer support to host toolchain
2016-12-02 Rui UeyamaRemoved a wrong assertion about non-colorable sections.
2016-12-02 Simon Pilgrim[InstCombine] Add vector urem tests
2016-12-02 Simon Pilgrim[InstCombine] Regenerate vector srem tests
2016-12-02 Renato GolinRevert "[SLP] Fix for PR6246: vectorization for scalar...
2016-12-02 Filipe CabecinhasRevert "Compiler-rt part of D26230: Add (constant)...
2016-12-02 Nicolai Haehnle[DAGCombiner] do not fold (fmul (fadd X, 1), Y) ->...
2016-12-02 Simon PilgrimTidyup code with indentation and clang-format. NFCI.
2016-12-02 Filipe CabecinhasCompiler-rt part of D26230: Add (constant) masked load...
2016-12-02 Daniel Cederman[Sparc] Fix parsing of double-precision %f18, %f20...
2016-12-02 Felix Berger[clang-tidy] Do not trigger unnecessary-value-param...
2016-12-02 Simon Pilgrim[X86][SSE] Renamed shuffle combine test.
2016-12-02 Teresa JohnsonCODE_OWNERS: Take ownership of IR Linker as discussed...
2016-12-02 Simon Pilgrim[X86][SSE] Add support for extracting constant bit...
2016-12-02 Haojian Wu[clang-move] some tweaks.
2016-12-02 Alexey Bataev[SLP] Fix for PR6246: vectorization for scalar ops...
2016-12-02 Simon Pilgrim[X86] Refactored getTargetConstantBitsFromNode to allow...
2016-12-02 Eric LiuFix a buildbot failure in include-fixer.
2016-12-02 Pavel LabathReplace __ANDROID_NDK__ with __ANDROID__
2016-12-02 Eric Liu[ClangFormat] Only insert #include into the #include...
2016-12-02 Simon Pilgrim[SLPVectorizer][X86] Add tests for vectorization of...
2016-12-02 Alex Lorenz[Frontend] Fix an issue where a quoted search path...
next