summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-211-0/+2
* Remove the (ignored) -Wreceived-is-weak diagnostic.Bob Wilson2016-04-211-2/+0
* [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.Ahmed Bougacha2016-04-191-5/+6
* [Clang][Builtin][AVX512] Adding intrinsics for VGETMANT{PD|PS} and VGETEXP{PD...Michael Zuckerman2016-04-191-0/+8
* Revert r266747 (Compilation for Intel MCU (Part 1/3)) since it breaks a few b...Andrey Turetskiy2016-04-191-2/+0
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-191-0/+2
* [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSE...Michael Zuckerman2016-04-191-0/+19
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-194-3/+23
* [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.Justin Lebar2016-04-191-0/+1
* [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...Justin Lebar2016-04-191-3/+7
* Mark -Xclang as being a compilation-only option so that the clang driverRichard Smith2016-04-181-1/+1
* [modules] Remove some more unnecessary forwarding functions.Richard Smith2016-04-181-37/+8
* [Hexagon] V60/HVX builtin definitions for clangKrzysztof Parzyszek2016-04-181-13/+619
* Block: Fix a crash when we have type attributes or qualifiers with omittedManman Ren2016-04-181-0/+8
* Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman2016-04-181-2/+3
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-181-10/+1
* Revert "NFC: unify clang / LLVM atomic ordering"JF Bastien2016-04-171-1/+10
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-171-10/+1
* Add missing headers (fix build after headers cleanup in LLVM)Mehdi Amini2016-04-161-0/+1
* [CUDA] Raise an error if the CUDA install can't be found.Justin Lebar2016-04-161-0/+3
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-161-0/+2
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-1513-37/+13
* ASTMatchers.h: Fix formatting. [-Wdocumentation]NAKAMURA Takumi2016-04-151-3/+3
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-155-43/+24
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-155-24/+43
* clang-cl: Make /link accept an optional joined argument.Hans Wennborg2016-04-151-3/+3
* Make this code less brittle. The benefits of a fixed-size array aren't worth ...Richard Smith2016-04-141-9/+5
* Fix off-by-one error in worst-case number of offsets needed for an AST record.Richard Smith2016-04-141-1/+2
* Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman2016-04-142-6/+31
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-141-0/+2
* clang-format: Allow include of clangFormat.h in managed contextMarianne Mailhot-Sarrasin2016-04-141-1/+4
* [analyzer] Make it possible to query the function name from a CallDescription.Gabor Horvath2016-04-141-0/+3
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-141-0/+2
* Reapply r258505 after r266254, this time with a comment to make it more sticky.Nico Weber2016-04-141-1/+7
* [Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{1...Michael Zuckerman2016-04-141-0/+30
* [Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512...Michael Zuckerman2016-04-141-0/+30
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-145-67/+12
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-136-66/+6
* [SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes2016-04-131-0/+6
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-131-0/+4
* [Clang][AVX512][Builtin] Adding support to intrinsics of pmovs{d|q}{b|w|d}{12...Michael Zuckerman2016-04-131-0/+30
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-132-24/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-132-2/+24
* [OPENMP 4.0] Fixed DSA analysis for taskloop directives.Alexey Bataev2016-04-131-0/+3
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-131-0/+29
* Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...Alexander Kornienko2016-04-131-0/+32
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-131-0/+21
* [modules] Add OpenCLImageTypes.def to module map to fix the modules build.Alexey Bader2016-04-131-0/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-1313-13/+37
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-137-9/+9