summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead and unused variable NumSentinelElements.Eric Christopher2017-01-041-2/+2
* Revert accidentally-committed file.Richard Smith2017-01-041-2/+2
* Factor out duplicated code and simplify.Richard Smith2017-01-042-134/+83
* Remove dead variable Len.Eric Christopher2017-01-041-4/+1
* Add missing CHECK: line to test case added in 29097Tobias Grosser2017-01-041-0/+1
* [Sema] Replace remove_if+erase with erase_if. NFC.George Burgess IV2017-01-042-7/+3
* Support -fno-delayed-template-parsing in clang-cl.exeReid Kleckner2017-01-042-2/+11
* Reverting commit r290983 while debugging test failure on windows.Arpith Chacko Jacob2017-01-043-364/+323
* Delete stale test.Rafael Espindola2017-01-041-39/+1
* ADT: IntrusiveRefCntPtr: Broaden the definition of correct usage of RefCounte...David Blaikie2017-01-041-5/+2
* ELF: Round p_memsz of the PT_GNU_RELRO program header up to the page size.Peter Collingbourne2017-01-043-3/+8
* Use -### so the mbig-obj.c test passes when there is no registered x86 targetReid Kleckner2017-01-041-7/+4
* [OpenMP] Update target codegen for NVPTX device.Arpith Chacko Jacob2017-01-043-323/+364
* [CUDA] Pre-include sm_60 and sm_61 headers.Artem Belevich2017-01-041-0/+5
OpenPOWER on IntegriCloud