platform/upstream/llvm.git
2016-10-31 Rafael EspindolaFix this test when we have clang-offload-bundler.exe.
2016-10-31 Manuel KlimekAdd triple to test so it does not fail on windows.
2016-10-31 Manuel KlimekDelete .s file that did not test anything, and check...
2016-10-31 Eugene LeviantAdd getOffset to ELFSectionRef
2016-10-31 Alexey Bader[OpenCL] Setting constant address space for array initi...
2016-10-31 Michael ZuckermanRevert reviosion 285555
2016-10-31 Michael Zuckerman[x86][inline-asm] Introducing (AVX512) k0-k7 registers...
2016-10-31 Roger Ferrer... Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORT...
2016-10-31 Eric Liu[change-namespace] fix namespace specifiers of template...
2016-10-31 Elad Cohen[Modules] Add a command line option for loading the...
2016-10-31 Craig Topper[AVX-512] Add a regular expression to a test that was...
2016-10-31 Craig Topper[AVX-512] Add missing patterns for selecting masked...
2016-10-31 Craig Topper[AVX-512] Use selectd instead of selectps for _mm256_ma...
2016-10-31 David MajnemerAdd support for __builtin_alloca_with_align
2016-10-31 Serge PavlovMake output of ast-print closer to C++ code
2016-10-31 Chris Bieneman[Test Suite] Pull generateSource into lldbtest
2016-10-31 Chris Bieneman[Test Suite] Properly respect --framework option
2016-10-31 Craig Topper[AVX-512] Remove masked vector extract builtins and...
2016-10-31 Craig Topper[AVX-512] Remove many of the masked 128/256-bit shift...
2016-10-31 Eric FiselierAdd 'inline' but not 'always_inline' to std::strings...
2016-10-31 Eric FiselierRemove additional function template definitions from...
2016-10-31 Sanjoy DasMake a test case more rigorous; NFC
2016-10-31 Sanjoy Das[SCEV] Try to order n-ary expressions in CompareValueCo...
2016-10-31 Sanjoy Das[SCEV] Reduce boilerplate in unit tests
2016-10-31 Artem Dergachev[analyzer] NumberObjectConversion: support more types...
2016-10-31 Eric FiselierOptimize filesystem::path by providing weaker exception...
2016-10-31 Eric FiselierFix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always...
2016-10-30 Eric FiselierImprove performance of constructing filesystem::path...
2016-10-30 Sanjoy Das[SCEV] In CompareValueComplexity, order global values...
2016-10-30 Sanjoy Das[SCEV] Use auto for consistency with an upcoming change...
2016-10-30 Sanjoy DasClean up test a little bit; NFC
2016-10-30 Eric FiselierRewrite std::filesystem::path iterators and parser
2016-10-30 Mehdi AminiFix clang installed path to handle case where clang...
2016-10-30 Eric FiselierAdd start of filesystem benchmarks
2016-10-30 Eric FiselierMark thread exit test as unsupported w/o threads
2016-10-30 Sanjay Patel[DAG] x | x --> x
2016-10-30 Sanjay Patel[DAG] x & x --> x
2016-10-30 Sanjay Patel[x86] add tests for basic logic op folds
2016-10-30 Michael ZuckermanFixing "type" issue for (epi32)
2016-10-30 Dorit NuzmanRevert r285517 due to build failures.
2016-10-30 Dorit Nuzman[LoopVectorize] Make interleaved-accesses analysis...
2016-10-30 Craig Topper[AVX-512] Remove masked 128/256-bit builtins for vpmadd...
2016-10-30 Craig Topper[X86] Use intrinsics table for PMADDUBSW and PMADDWD...
2016-10-30 Hongbin Zheng [Polly] Remove the unused POLLY_LINK_LIBS for linki...
2016-10-30 Teresa Johnson[ThinLTO] Use per-summary flag to prevent exporting...
2016-10-30 Teresa Johnson[ThinLTO] Correctly resolve linkonce when importing...
2016-10-30 NAKAMURA Takumiclang/test/Driver/openmp-offload.c: Relax expressions...
2016-10-30 Craig Topper[X86] Don't use loadv2i64 on SSE version of PMULHRSW...
2016-10-29 NAKAMURA TakumiNativeFormatting.cpp: Fix build for mingw. Where would...
2016-10-29 Teresa Johnson[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromot...
2016-10-29 Teresa Johnson[ThinLTO] Use NoPromote flag in summary during promotion
2016-10-29 Peter CollingbourneIR: Remove a no longer needed assert.
2016-10-29 Craig Topper[AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit sqrt builtins and...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit pmuludq/pmuldq...
2016-10-29 Craig Topper[AVX-512] Remove masked 128/256-bit floating point...
2016-10-29 Craig Topper[X86] Use intrinsics table for VPMULHRSW intrincis...
2016-10-29 Richard SmithFactor finding of libc++ include path out of building...
2016-10-29 Sanjay Patel[ValueTracking] recognize more variants of smin/smax
2016-10-29 Sanjay Patel[x86] add tests for smin/smax matchSelPattern (D26091)
2016-10-29 Piotr Padlewski[Devirtualization] Decorate vfunction load with invaria...
2016-10-29 Piotr PadlewskiNFC small format
2016-10-29 Sanjay Patel[InstCombine] re-use bitcasted compare operands in...
2016-10-29 Simon Pilgrim[DAGCombiner] (REAPPLIED) Add vector demanded elements...
2016-10-29 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-29 Elena DemikhovskyFixed FMA + FNEG combine.
2016-10-29 Tobias Grosser[ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRem...
2016-10-29 Matt ArsenaultAMDGPU: Use 1/2pi inline imm on VI
2016-10-29 Rui UeyamaAttempt to fix a buildbot really this time.
2016-10-29 Matthias BraunAArch64DeadRegisterDefinitionsPass: Cleanup; NFC
2016-10-29 Rui UeyamaDefine calculateDbgStreamSize for consistency.
2016-10-29 Tim Shen[APFloat] Remove the redundent function body of uniniti...
2016-10-29 Mehdi AminiRevert "Added 'inline' attribute to basic_string's...
2016-10-29 Todd FialaLimit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols
2016-10-29 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-29 Anna Zaks[asan] Set the darwin deployment target for the dead...
2016-10-28 Rui UeyamaDo not print out Flags field twice.
2016-10-28 Davide Italiano[DAGCombiner] Fix a crash visiting `AND` nodes.
2016-10-28 Tom StellardAMDGPU/SI: Don't use non-0 waitcnt values when waiting...
2016-10-28 Saleem Abdulrasoolbuild: give aliases the same visibility
2016-10-28 Saleem Abdulrasoolbuiltins: ensure that VISIBILITY_HIDDEN is defined...
2016-10-28 Matt ArsenaultAMDGPU: Fix instruction flags for s_endpgm
2016-10-28 Adrian PrantlRefactor DW_LNE_* into Dwarf.def
2016-10-28 Adrian PrantlRefactor DW_LNS_* into Dwarf.def
2016-10-28 Adrian PrantlRefactor DW_APPLE_PROPERTY_* into Dwarf.def
2016-10-28 Adrian PrantlRefactor DW_CFA_* into Dwarf.def
2016-10-28 Adrian PrantlRemove whitespace
2016-10-28 Adrian PrantlRefactor all DW_FORM_* constants into Dwarf.def
2016-10-28 Eric FiselierRemove files missed in r285466
2016-10-28 Tim Shen[APFloat] Fix memory bugs revealed by MSan
2016-10-28 Justin BognerSDAG: Make sure we use an allocatable reg class when...
2016-10-28 Eric FiselierRevert addition of __libcpp_library_version
2016-10-28 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-28 Justin LebarAdd missing lit.local.cfg to llvm/test/Transforms/CodeG...
2016-10-28 Matt ArsenaultAMDGPU: Add definitions for scalar store instructions
2016-10-28 Matt ArsenaultAMDGPU: Rename glc operand type
2016-10-28 Justin Lebar[NVPTX] Compute 'rem' using the result of 'div', if...
2016-10-28 Justin LebarDon't leave unused divs/rems sitting around in BypassSl...
2016-10-28 Justin LebarDon't claim the udiv created in BypassSlowDivision...
2016-10-28 George Burgess IVMake a function static. NFC.
next