summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [PowerPC] Fix the wrong implementation of builtin vec_rlnm.Tony Jiang2017-01-112-6/+12
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-118-43/+71
* Module: Do not add any link flags when an implementation TU of a module importsManman Ren2017-01-114-1/+19
* This reverts r291628. As suggested by Richard, we can simplyManman Ren2017-01-115-23/+5
* Unbreak the clang-fuzzer build after r291184.Benjamin Kramer2017-01-111-1/+1
* Remove repeated word in comment (NFC)Malcolm Parsons2017-01-111-1/+1
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-1125-9/+188
* [analyzer] Fix crash in body farm for getter without implicit self.Devin Coughlin2017-01-112-0/+28
* Module: Do not create Implicit ImportDecl for module X if weManman Ren2017-01-115-5/+23
* Remove dead code.Richard Smith2017-01-101-5/+0
* Remove a couple of parameters that are always false.Richard Smith2017-01-102-26/+16
* Serialize the UsesSEH bit on FunctionDeclReid Kleckner2017-01-103-0/+32
* [Driver] Add openSuse AArch64 TripleKostya Kortchinsky2017-01-107-1/+21
* Don't try to check implicit conversion sequences for an object argument ifRichard Smith2017-01-102-5/+22
* Fix conversion index / argument index mismatch when diagnosing overload resol...Richard Smith2017-01-102-32/+24
* [OpenMP] Remove outdated comments. NFC.Kelvin Li2017-01-101-4/+0
* [ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit.Chad Rosier2017-01-103-8/+8
* [analyzer] Treat pointers to static member functions as function pointersDevin Coughlin2017-01-102-1/+29
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-1048-14/+5683
* CGDecl: Skip static variable initializers in unreachable codeMatthias Braun2017-01-102-2/+14
* [AArch64] Use generic bitreverse intrinsic, rather than AArch64 specific.Chad Rosier2017-01-103-7/+7
* [OpenMP] Basic support for a parallel directive in a target region on an NVPT...Arpith Chacko Jacob2017-01-105-27/+611
* [Sema] Avoid -Wshadow warning when a "redefinition of " error is presentedAlex Lorenz2017-01-104-23/+55
* Remove fixme, use ASTContext::getCanonicalTemplateSpecializationType.Vassil Vassilev2017-01-101-10/+2
* Fix rejects-valid with default member initializers exposed by r291318.Richard Smith2017-01-102-3/+8
* [X86] Add recent CPU strings to some of the tests that check other cpu names.Craig Topper2017-01-102-0/+29
* AMD family 17h (znver1) enablementCraig Topper2017-01-104-0/+125
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragmaKelvin Li2017-01-104-3/+631
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' p...Kelvin Li2017-01-104-3/+660
* Don't classify variable template names as type templates.Richard Smith2017-01-102-1/+7
* [NFC] Rename RAII ExpressionEvaluationContext variable from Unevaluated to Co...Faisal Vali2017-01-101-1/+1
* [coroutines] Sema: Allow co_return all by itself.Gor Nishanov2017-01-103-17/+1
* Check that template template arguments match template template parametersRichard Smith2017-01-095-36/+53
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* Add a test for diagnose_if.George Burgess IV2017-01-091-0/+8
* Fixing test to work when the compiler defaults to a different C++ standard ve...Douglas Yung2017-01-091-3/+26
* MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in...Richard Smith2017-01-092-5/+10
* PR31587: Fix handling of __FUNCSIG__ in C.Richard Smith2017-01-092-8/+27
* Allow constexpr construction of subobjects unconditionally, not just in C++14.David L. Jones2017-01-093-5/+35
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinMichal Gorny2017-01-092-10/+4
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-0912-11/+45
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-097-45/+109
* [MS] Mark default args of exported default constructors as usedReid Kleckner2017-01-092-2/+39
* Split dllexport default constructor closure tests out into a separate fileReid Kleckner2017-01-092-57/+63
* Follow up to r291448: use isStructorDecl in one more placeReid Kleckner2017-01-091-1/+1
* [clang] Enable using --section-ordering-file option of ld.goldAlexander Shaposhnikov2017-01-091-8/+12
* [MS] Fix function type mangling of default ctor closuresReid Kleckner2017-01-092-6/+16
* [cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions ...Faisal Vali2017-01-091-0/+6
* Use the same ABI logic for AArch64 Big Endian as in other placesJoerg Sonnenberger2017-01-091-1/+2
* Extend NetBSD/AArch64 to cover Big Endian as well.Joerg Sonnenberger2017-01-094-0/+78