summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* AMDGPU: Remove unneccessary intermediate vectorMatt Arsenault2017-01-041-18/+22
* Fixup some header includes from recent IntrusiveRefCntPtr cleanup.David Blaikie2017-01-043-3/+1
* [ADT] Attempt to fix GCC warning in IntrusiveRefCntPtrTest.Justin Lebar2017-01-041-1/+3
* InstCombine: Fold cos(-x) -> cos(x)Matt Arsenault2017-01-043-0/+103
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-043-32/+32
* [Parse] Don't ignore attributes after a late-parsed attr.George Burgess IV2017-01-042-2/+10
* [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier2017-01-047-36/+334
* Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie2017-01-045-136/+136
* Remove use of intrusive ref count ownership acquisitionDavid Blaikie2017-01-042-5/+5
* Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie2017-01-047-127/+119
* [Legalizer] Fix fp-to-uint to fp-tosint promotion assertion.Tim Shen2017-01-043-2/+29
* Fix failure to treat overloaded function in braced-init-list as a non-deduced...Richard Smith2017-01-046-59/+17
* Fix some buildbot issues with const objects with default ctorsDavid Blaikie2017-01-041-2/+2
* The patch fixes (base, index, offset) match.Evgeny Stupachenko2017-01-042-9/+43
* [compiler-rt] suppress LNK4221 warning when creating static librariesBob Haarman2017-01-041-0/+11
* [AArch64] Update the feature set for Qualcomm's Falkor CPU.Chad Rosier2017-01-042-1/+12
* Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein2017-01-042-0/+23
* [AArch64] Fix over-eager early-exit in load-store combinerNirav Dave2017-01-042-0/+15
* Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie2017-01-047-119/+127
* Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie2017-01-047-127/+119
* Remove unnecessary intrusive ref counting in favor of std::shared_ptr/make_sh...David Blaikie2017-01-041-11/+7
* Remove accidentally target-dependent test and pacify bots.Michael Kuperstein2017-01-041-23/+0
* [PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)Hal Finkel2017-01-043-44/+172
* NewGVN: Track the maximum number of iterations GVN takes on any function, so ...Daniel Berlin2017-01-041-1/+4
* Add positive test for sqrt "partial inlining". NFC.Michael Kuperstein2017-01-041-0/+23
* [lib/LTO] Simplify logic removing set but unused variable. NFCI.Davide Italiano2017-01-041-9/+3
* YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead....Peter Collingbourne2017-01-042-11/+1
OpenPOWER on IntegriCloud