platform/upstream/llvm.git
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordere...
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std...
2017-04-18 Chris BienemanDefine HAVE_SIGACTION to 1 in Xcode build
2017-04-18 Sanjay Patel[x86] add tests for potential andn optimization; NFC
2017-04-18 Bob Haarman[coff] fix test for msvclto
2017-04-18 Chris BienemanInclude time.h, and fix a Darwin warning
2017-04-18 Reid KlecknerFix crash in AttributeList::addAttributes, add test
2017-04-18 Sanjoy DasAdd a getPointerOperandType() helper to LoadInst and...
2017-04-18 Bob Haarman[coff] use newlines instead of spaces as separators...
2017-04-18 Richard Smith[modules-ts] Fold together -x c++ and -x c++-module...
2017-04-18 Chris BienemanFix Windows bot failure
2017-04-18 Richard SmithDo not warn about whitespace between ??/ trigraph and...
2017-04-18 Craig Topper[MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA...
2017-04-18 Davide Italiano[LoopReroll] Prefer hasNUses/hasNUses or more as they...
2017-04-18 Chris BienemanFixing error on Android build (-Werror)
2017-04-18 Chris BienemanRemoving unused include
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue...
2017-04-18 Matt ArsenaultDAG: Make mayBeEmittedAsTailCall parameter const
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in...
2017-04-18 Evgeniy Stepanov[sanitizer] Define lsan-x86 in tests for both i386...
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std...
2017-04-18 Francis RicciImplement suspended thread register count for darwin
2017-04-18 Francis RicciRemove mips64 defines from darwin-specific file
2017-04-18 Matt ArsenaultFix typo
2017-04-18 Matt ArsenaultAMDGPU: Make MFI fields private
2017-04-18 Eric FiselierCleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set...
2017-04-18 Vassil VassilevPR30508: Downgrade error to warning if the umbrella...
2017-04-18 Francis RicciDon't use abort_on_error for lsan darwin test suite
2017-04-18 Francis RicciAllow for setting of global platform-specific lsan...
2017-04-18 Alex LorenzThe SubjectMatchRule enum should not be used as a Dense...
2017-04-18 Chris Bieneman[CMake] Adding configure-time check for sigaction
2017-04-18 Chris BienemanWriting multi-platform code is hard...
2017-04-18 Haojian Wu[clang-tidy] Address a few late comments.
2017-04-18 Chris BienemanFix broken windows build.
2017-04-18 Craig Topper[MemoryBuiltins] Use ImmutableCallSite instead of CallS...
2017-04-18 Daniel BerlinNewGVN: Fix memory congruence verification. The return...
2017-04-18 Chih-Hung Hsieh[X86] Keep EXTRACT_VECTOR_ELT result type as f128 for...
2017-04-18 Chris BienemanFixing bot failure caused by r300579
2017-04-18 Casey Carter[test] Silence another unused-typedef warning
2017-04-18 Chris BienemanUpdate DebugServer to support IPv6 over TCP
2017-04-18 Chris BienemanUpdate LLDB Host to support IPv6 over TCP
2017-04-18 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-04-18 Craig Topper[APInt] Inline the single word case of lshrInPlace...
2017-04-18 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-18 Casey Carter[test] Silence unused parameter/typedef warnings
2017-04-18 Easwaran Raman[SLP vectorizer] Allow phi node reordering in tryToVect...
2017-04-18 Reid KlecknerRemove unused varible
2017-04-18 Manoj Gupta[AArch64][clang] Pass cpu/arch information to assembler...
2017-04-18 Manoj GuptaTesting commit access.
2017-04-18 Alexander Kornienko[clang-tidy] Fix google-explicit-constructor issue...
2017-04-18 Marshall ClowMark LWG#2788 as complete - we already do this
2017-04-18 Simon Pilgrim[X86] Use for-range loop. NFCI.
2017-04-18 Craig Topper[APInt] Use lshrInPlace to replace lshr where possible
2017-04-18 Daniel BerlinNewGVN: Don't waste time value numbering unreachable...
2017-04-18 Jim InghamAdd back code to implement "frame var -a,-l,-g" filters.
2017-04-18 Haojian WuMake the test pass on x86_64-win32 target.
2017-04-18 Martell Malonemingw-w64: enable support for __declspec(selectany)
2017-04-18 Nirav Dave[DAG] Improve store merge candidate pruning.
2017-04-18 Alex Lorenz[ASTPrinter] Print template parameter lists for out...
2017-04-18 Nirav DaveAdd base-index-based store merge test
2017-04-18 Zvi RackoverLoopRerollPass: Prefer Value::hasOneUse() over Value...
2017-04-18 Gil Rapaport[LV] Cache block mask values
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Martell MaloneDriver: Better detection of mingw-gcc
2017-04-18 Sanjay Patel[ConstantRange] fix doxygen comment formatting; NFC
2017-04-18 Nikolai BozhenovMake globalaa-retained.ll test catching more cases.
2017-04-18 Nikolai Bozhenov[GVNHoist] Mark GlobalsAA as preserved by GVNHoist.
2017-04-18 Nirav DaveAdd store Merge test.
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-18 Oliver Stannard[ARM,AArch64] Define __ELF__ for arm-none-eabihf and...
2017-04-18 Kamil RytarowskiIntroduce FPR and Debug Registers/NetBSD/amd64 support
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-18 Diana Picus[ARM] GlobalISel: Add support for G_SUB
2017-04-18 NAKAMURA Takumiclang-tools-extra/test/clang-tidy/performance-inefficie...
2017-04-18 Andrea Di Biagio[SampleProfile] Don't assert when printing the DebugLoc...
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzFix one more 'not all control paths return a value...
2017-04-18 Andrea Di Biagio[SampleProfile] Skip intrinsic calls when visiting...
2017-04-18 Alex Lorenz[TableGen] Fix MSVC warning that occurs in TableGen...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Kristof BeylsRevert "[GlobalISel] Support vector-of-pointers in...
2017-04-18 Kristof BeylsFix gcc build after r300535.
2017-04-18 Diana Picus[ARM] Check for correct HW div when lowering divmod
2017-04-18 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-18 Haojian Wu[clang-tidy] Add a clang-tidy check for possible ineffi...
2017-04-18 Eric FiselierEmit benchmark tests into the benchmarks build director...
2017-04-18 Leslie Zhaitest commit
2017-04-18 Maxim Ostapenko[sanitizer] Don't include <linux/user.h> in sanitizer_s...
2017-04-18 Eric FiselierUpdate google benchmark
2017-04-18 Eric FiselierAssert that a valid operator new/delete signature is...
2017-04-18 Eric FiselierSpeculatively attempt to fix bot failures caused by...
2017-04-18 Craig Topper[APInt] Cleanup the reverseBits slow case a little.
2017-04-18 Craig Topper[APInt] Make operator<<= shift in place. Improve the...
2017-04-18 Douglas Yung[XRay][compiler-rt] Use emulated TSC when CPU supports...
2017-04-18 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-18 Adrian PrantlDebug Info: Remove special-casing of indirect function...
2017-04-18 Adrian PrantlPR32382: Fix emitting complex DWARF expressions.
2017-04-18 Evgeniy Stepanov[asan] Fixup for r300483 (which is a fixup for r300473).
2017-04-18 George Burgess IVAdd const to a const method. NFC
2017-04-18 Jim InghamTestStaticVariables still fails on Linux.
next