summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add Intel Kaby Lake model numbers to getHostCPUName aliased to "skylake...Craig Topper2017-01-051-2/+4
* MC: support passing search paths to the IASSaleem Abdulrasool2017-01-056-1/+33
* [X86] Change getHostCPUName to report Intel model 0x4e as "skylake" instead o...Craig Topper2017-01-051-3/+11
* [AVR] Support r26 through r31 in inline assemblyDylan McKay2017-01-051-1/+12
* Add AVR target and toolchain to ClangDylan McKay2017-01-058-0/+319
* Fix test suite configuration when no lit.site.cfg is availableEric Fiselier2017-01-051-3/+5
* [sancov] enabling tests on ppc and s390Mike Aizatsky2017-01-051-1/+2
* Tentative fix for modules build.Peter Collingbourne2017-01-051-0/+1
* [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during mergeKostya Serebryany2017-01-054-2/+13
* fixing build, accidentally deleted two linesMike Aizatsky2017-01-051-0/+2
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-0/+2
* Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initi...Richard Smith2017-01-052-1/+17
* Factor out more common logic in template argument deduction from function cal...Richard Smith2017-01-051-71/+62
* Fix build bots.Peter Collingbourne2017-01-051-2/+2
* Get test-suite configuring on Windows with clang-clEric Fiselier2017-01-051-9/+50
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-2/+1
* [gtest] Teach the sanitizer's custom gtest compilations to disableChandler Carruth2017-01-052-0/+2
* IR: Module summary representation for type identifiers; summary test scaffold...Peter Collingbourne2017-01-056-0/+239
* [sancov] introducing SANCOV_OPTIONSMike Aizatsky2017-01-056-4/+163
* Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector")Richard Smith2017-01-051-22/+18
* [PM] Fix a typo in a comment that Davide spotted in another code review.Chandler Carruth2017-01-051-1/+1
* PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith2017-01-051-1/+9
* Fix assertion failure on deduction failure due to too short template argument...Richard Smith2017-01-052-2/+10
* [gtest] Work around broken installs of libc++ where we don't haveChandler Carruth2017-01-051-1/+7
* break overly long line in sanitizer_win.ccBob Haarman2017-01-051-1/+2
* [AVX-512] Update vextract64x4 intrinsic upgrade test cases to use a legal imm...Craig Topper2017-01-051-3/+4
* Fix XPASS buildbot failure related to structured bindingsEric Fiselier2017-01-051-1/+1
* Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier2017-01-053-2/+37
* [Sema] Mark undefined ctors as deleted. NFC.George Burgess IV2017-01-051-4/+4
* Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-056-3/+98
* [MS] Instantiate default args during instantiation of exported default ctorsReid Kleckner2017-01-055-63/+89
* Mark test that is testing statistics output as requiring AssertionsMehdi Amini2017-01-051-1/+1
* [InstSimplify] add tests to show missing select simplifications; NFCSanjay Patel2017-01-051-0/+28
* fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman2017-01-051-1/+15
* Correct Vectorcall Register passing and HVA BehaviorErich Keane2017-01-053-53/+237
* [PM] Edit comments in PassManager.h.Justin Lebar2017-01-051-128/+122
* Fix Sphinx build error caused by bad indentationEric Fiselier2017-01-051-1/+1
* Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner2017-01-051-2/+2
* [DWARF] Null out the debug locs of load instructions that have been moved by ...Wolfgang Pieb2017-01-042-9/+18
* [gtest] The way EXPECT_TEST now works after upgrading gtest triggers anChandler Carruth2017-01-041-3/+6
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-0469-773/+774
* Only instantiate members of nested classes in local classes once, rather than...Richard Smith2017-01-042-2/+16
* [gtest] Fix the way we disable a warning for unittests.Chandler Carruth2017-01-042-5/+4
* Fix private inheritance in C++03 tuple_sizeEric Fiselier2017-01-041-3/+3
* Fix verify test on 32 bit systemsEric Fiselier2017-01-041-1/+1
* Bail out if we try to build a DeclRefExpr naming an invalid declaration.Richard Smith2017-01-046-7/+15
* [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth2017-01-0436-2462/+5451
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-0412-35/+209
* Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)Mehdi Amini2017-01-044-28/+443
* Change BitstreamCursor::skipRecord to return the record code (NFC)Mehdi Amini2017-01-042-6/+16
OpenPOWER on IntegriCloud