platform/upstream/llvm.git
2016-12-06 Zvi Rackover[X86] Prefer reduced width multiplication over pmulld...
2016-12-06 Meador Inge[llgo] Remove support for LLVM attributes
2016-12-06 Simon Pilgrim[DAGCombine] Add (sext_in_reg (zext x)) -> (sext x...
2016-12-06 Sanjay Patel[InstSimplify] add folds for and-of-icmps with same...
2016-12-06 Tim NorthoverGlobalISel: fall back gracefully when we hit unhandled...
2016-12-06 Simon Pilgrim[SelectionDAG] We can ignore knownbits from an undef...
2016-12-06 Kelvin Li[OpenMP] Fix typo in the test case. NFC.
2016-12-06 Sanjay Patel[InstSimplify] add tests for and-of-icmps; NFC
2016-12-06 Tim NorthoverGlobalISel: handle G_SEQUENCE fallbacks gracefully.
2016-12-06 Tim NorthoverGlobalISel: allow G_SELECT instructions for pointers.
2016-12-06 Tim NorthoverGlobalISel: stop the legalizer from trying to handle...
2016-12-06 Sanjay Patel[InstSimplify] add folds for or-of-icmps with same...
2016-12-06 George Rimar[ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA
2016-12-06 George Rimar[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOT...
2016-12-06 Sanjay Patel[InstSimplify] add tests for or-of-icmps; NFC
2016-12-06 Chris Bieneman[CMake] Fixing clang standalone build
2016-12-06 Joerg SonnenbergerFix FileCheck pattern.
2016-12-06 Joerg SonnenbergerAllow additional output since e.g. OSX appends flags...
2016-12-06 David Majnemer[MS ABI] Implement more of the Itanium mangling rules
2016-12-06 Simon Pilgrim[X86][SSE] Add knownbits test demonstrating demandedelt...
2016-12-06 Joerg SonnenbergerMake test case slightly more robust by explicitly passi...
2016-12-06 Joerg SonnenbergerIf clang was configured for a DEFAULT_SYSROOT and no...
2016-12-06 Joerg SonnenbergerAllow clang to write compilation database records.
2016-12-06 Simon Pilgrim[X86][SSE] Added vector sext_in_reg combine tests
2016-12-06 Jonathan RoelofsFix doc string typo: s/@__yes/@__objc_yes/
2016-12-06 George RimarRemoved trailing whitespaces. NFC.
2016-12-06 George Rimar[Support/ELF] - Add OpenBSD PT_OPENBSD_BOOTDATA constant.
2016-12-06 Simon Pilgrim[X86] Improve UMAX/UMIN knownbits test
2016-12-06 Simon PilgrimAvoid repeated calls to Op.getOpcode(). NFCI.
2016-12-06 Malcolm ParsonsFix two clang-tidy misc-move-forwarding-reference warnings
2016-12-06 Daniel Sanders[globalisel][aarch64] Fix unintended assumptions about...
2016-12-06 Michael KruseUpdate to isl-0.17.1-314-g3106e8d
2016-12-06 Daniel Sanders[globalisel][aarch64] Replace magic numbers with corres...
2016-12-06 Daniel Sanders[globalisel][aarch64] Correct argument names in comments.
2016-12-06 Rafael EspindolaDon't print empty PT_LOAD.
2016-12-06 Simon Pilgrim[SLPVectorizer][X86] Tests to show missed buildvector...
2016-12-06 Oliver Stannard[ARM] Better error message for invalid flag-preserving...
2016-12-06 Ayman Musa[X86][AVX512] Detect repeated constant patterns in...
2016-12-06 Rafael EspindolaDon't crash trying to write an 0 addend.
2016-12-06 Rafael EspindolaMake the test a bit more strict. NFC.
2016-12-06 Simon Pilgrim[X86] Add tests to show missed opportunities to calcula...
2016-12-06 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 4
2016-12-06 Daniel Sanders[globalisel][aarch64] Prefix PartialMappingIdx enumerat...
2016-12-06 Simon PilgrimFix MSVC -Wmicrosoft-enum-value 'enumerator value is...
2016-12-06 Pavel LabathUse Timeout<> in EvaluateExpressionOptions class
2016-12-06 Simon PilgrimFix MSVC bool to uint64_t promotion warning
2016-12-06 Chandler Carruth[LCG] Add some much needed asserts and verify runs...
2016-12-06 Florian Hahn[framelowering] Improve tracking of first CS pop instru...
2016-12-06 Benjamin KramerAlso recognize -std=iso9899:201x
2016-12-06 Sam McCallAdd missing parens in assert.
2016-12-06 Eric Liu[clang-move] ignore unsupported symbol kinds when check...
2016-12-06 Chandler Carruth[PM] Basic cleanups to CGSCC update code, NFC.
2016-12-06 Eric FiselierRevert r288787: Add missing stdbool.h module.
2016-12-06 Dean Michael... [XRay][compiler-rt] Only add unit tests if we're buildi...
2016-12-06 Eric FiselierAdd missing stdbool.h module. The test suite now passes...
2016-12-06 Dean Michael... [XRay][compiler-rt] CMake fixes for XRay -- take 2.
2016-12-06 Dean Michael... [XRay][compiler-rt] Fix unit test adding logic.
2016-12-06 Craig Topper[X86] Remove another weird scalar sqrt/rcp/rsqrt pattern.
2016-12-06 Craig Topper[X86] Add test case demonstrating a case where a vector...
2016-12-06 Craig Topper[X86] Regenerate a test using update_llc_test_checks.py
2016-12-06 Craig Topper[X86] Remove bad pattern that caused 128-bit loads...
2016-12-06 Craig Topper[X86] Add test case that shows a scalar sqrtsd intrinsi...
2016-12-06 Craig Topper[X86] Correct pattern for VSQRTSSr_Int, VSQRTSDr_Int...
2016-12-06 Eric FiselierFix stdio module build on OS X
2016-12-06 Weiming Zhaobuiltins: Add ARM Thumb1 implementation for uidiv and...
2016-12-06 Dean Michael... [XRay][compiler-rt] Explicitly initialise members.
2016-12-06 Dean Michael... [XRay][compiler-rt] XRay Buffer Queue
2016-12-06 Chris Bieneman[ObjectYAML] First bit of support for encoding DWARF...
2016-12-06 Chris BienemanRevert "builtins: Add ARM Thumb1 implementation for...
2016-12-06 Andrew Wilkins[llgo] set debuglocs for calls in synthetic functions
2016-12-06 Craig Topper[X86] Remove scalar logical op alias instructions....
2016-12-06 Chris Bieneman[CMake] Cleanup TableGen include flags
2016-12-06 Meador Inge[llgo] Update to use the latest IR attribute bindings
2016-12-06 Meador Inge[llgo] Fix `debug` to use latest `DIBuilder` bindings
2016-12-06 Philip Reames[LVI] Remove dead code in mergeIn
2016-12-06 Philip Reames[LVI] Extract a helper function
2016-12-06 Philip Reames[LVI] Hide the last markX function on LVILatticeVal
2016-12-06 Philip Reames[LVI] Hide a confusing internal interface
2016-12-06 Mandeep Singh... [llvm] Fix D26214: Move error handling out of MC and...
2016-12-06 Mandeep Singh... [clang] Fix D26214: Move error handling out of MC and...
2016-12-06 Philip Reames[LVI] Remove duplicate code using existing helper function
2016-12-06 Casey Carterstd::get<0>([std::variant constant expression]) *is...
2016-12-06 Davide ItalianoRevert "[SCCP] Remove manual folding of terminator...
2016-12-06 Zijiao MaRefactor TargetParserTests.
2016-12-06 Rui UeyamaInline MergeInputSection::getData().
2016-12-06 Richard TrieuClean up some Sema checking code. NFC
2016-12-06 Eric FiselierFix C++03 modules build
2016-12-06 Mehdi AminiIntroduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHEC...
2016-12-06 Stephan T.... [libcxx] [test] D27269: Fix MSVC x64 warning C4267...
2016-12-06 Stephan T.... [libcxx] [test] D27268: Fix MSVC x64 warning C4267...
2016-12-06 Stephan T.... [libcxx] [test] D27267: Fix MSVC x64 warning C4267...
2016-12-06 Stephan T.... [libcxx] [test] D27266: Remove spurious semicolons.
2016-12-06 Stephan T.... [libcxx] [test] D27025: Fix MSVC warning C4389 "signed...
2016-12-06 Stephan T.... [libcxx] [test] D27024: Fix MSVC warning C4389 "signed...
2016-12-06 Stephan T.... [libcxx] [test] D27023: Fix MSVC warning C4389 "signed...
2016-12-06 Stephan T.... [libcxx] [test] D27022: Fix MSVC warning C4389 "signed...
2016-12-06 Stephan T.... [libcxx] [test] D27021: Fix MSVC warning C4389 "signed...
2016-12-06 Matt ArsenaultAMDGPU: Don't required structured CFG
2016-12-06 Eric FiselierAdd support for writing -verify shell tests
2016-12-06 Bob Haarmanrevert inadvertedly introduced build break
next