platform/upstream/llvm.git
2016-12-04 Craig Topper[X86] Add Commutative property to several MMX arithmeti...
2016-12-04 Rui UeyamaRe-implement the optimization that I removed in r288527.
2016-12-04 Michael Gottesman[stl-extras] Provide an adaptor of std::count for ranges.
2016-12-04 Dylan McKay[AVR] Remove 'XFAIL' from a CodeGen test
2016-12-04 Rafael EspindolaDon't discard .L symbol with -r.
2016-12-04 Rafael EspindolaAlways use / as the path separator.
2016-12-04 Rafael EspindolaPrefix path when displaying thin archives.
2016-12-04 Matthias BraunTableGen: Adapt to llvm r288612
2016-12-04 Matthias BraunTableGen: Store Records on a BumpPtrAllocator
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Matthias BraunTableGen: Optimize common string concatenation with...
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Rui UeyamaUpdate comment to clarify the machine spec.
2016-12-04 Lang Hames[Object][MachO] Reference-ify some helper function...
2016-12-03 Dan Gohman[MC] Generalize MCContext's SectionSymbols field.
2016-12-03 Rui UeyamaAdd comments about the use of threads in LLD.
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-03 Dan Gohman[WebAssembly] Revert r288447.
2016-12-03 Matt ArsenaultDAG: Fold out out of bounds insert_vector_elt
2016-12-03 Dan Gohman[WebAssembly] Eliminate an ad-hoc command-line argument.
2016-12-03 Saleem AbdulrasoolAMDGPU: remove a couple of unused variables
2016-12-03 Saleem Abdulrasoolbuild: allow specifying the component to `llvm_install_...
2016-12-03 Rui UeyamaFactor out common code to a header.
2016-12-03 Justin Lebar[PM] Rename lookupPass to lookUpPass.
2016-12-03 Justin Lebar[PM] Get rid of an unused variable in AnalysisManager...
2016-12-03 Justin Lebar[PM] Consistently use curly braces rather than std...
2016-12-03 Justin Lebar[PM] Don't walk the AM's ResultsList if nothing was...
2016-12-03 Justin Lebar[PM] Make AnalysisManager::registerPass take its parame...
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...
next