summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-193-53/+13
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-193-13/+53
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-1910-0/+157
* [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.Justin Lebar2016-04-191-0/+5
* [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...Justin Lebar2016-04-192-9/+38
* Add a test case to check a member's default constructor is also run.Akira Hatanaka2016-04-191-0/+4
* [ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl2016-04-181-0/+19
* Mark -Xclang as being a compilation-only option so that the clang driverRichard Smith2016-04-181-0/+12
* [sanitizer-coverage] make sure coverage flags are not passed to clang if the ...Kostya Serebryany2016-04-181-0/+1
* [Hexagon] V60/HVX builtin definitions for clangKrzysztof Parzyszek2016-04-181-0/+2917
* Block: Fix a crash when we have type attributes or qualifiers with omittedManman Ren2016-04-182-9/+52
* [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriateKrzysztof Parzyszek2016-04-181-0/+26
* [Parser][ObjC] Make sure c++11 in-class initialization is done when theAkira Hatanaka2016-04-181-0/+17
* Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman2016-04-182-7/+7
* [ARM] predefines __ELF__ macro for arm-none-eabiWeiming Zhao2016-04-181-0/+3
* Implement CWG 941 - explicit specializations of deleted function templatesFaisal Vali2016-04-171-0/+115
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-1711-22/+22
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* [modules] Don't expose *intrin.h headers that cannot be included standalone asRichard Smith2016-04-161-0/+1
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-162-4/+17
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-156-135/+10
* Fix testcase for MSVC targets where the output ordering is different.Adrian Prantl2016-04-151-2/+3
* Update testcase to new debug info metadata format.Adrian Prantl2016-04-151-4/+3
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-1517-104/+100
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-155-62/+4
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-155-4/+62
* clang-cl: Don't check for existence of linker inputs when /link is usedHans Wennborg2016-04-151-0/+8
* clang-cl: Make /link accept an optional joined argument.Hans Wennborg2016-04-151-0/+1
* Lit C++11 Compatibility Patch #8Charles Li2016-04-1424-92/+529
* AMDGPU: Add test for generic builtin behaviorMatt Arsenault2016-04-141-0/+16
* In vector comparisons, handle scalar LHS just as we handle scalar RHSReid Kleckner2016-04-142-2/+27
* Fix off-by-one error in worst-case number of offsets needed for an AST record.Richard Smith2016-04-141-0/+5
* Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.Ismail Donmez2016-04-141-1/+1
* [MSVC] Fix check for wchar_t type in case of -fno-wcharDmitry Polukhin2016-04-141-0/+21
* [Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{1...Michael Zuckerman2016-04-142-0/+360
* [Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512...Michael Zuckerman2016-04-142-0/+360
* ObjC kindof: order the methods in global pool relative to availability.Manman Ren2016-04-132-2/+15
* [SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes2016-04-131-0/+4
* Make sure CheckDestructor gets called on dllimported classes if the vtable is...Hans Wennborg2016-04-131-0/+11
* Lit C++11 Compatibility Patch #7Charles Li2016-04-1313-97/+527
* [CrashReproducer] Add test to run the reproducer script + modulesBruno Cardoso Lopes2016-04-131-0/+57
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-133-3/+10
* [analyzer] Nullability: Suppress diagnostic on bind with cast.Devin Coughlin2016-04-131-3/+42
* AArch64: allow 64-bit access to sysregs.Tim Northover2016-04-131-2/+2
* ARM: make Darwin's "-arch armv7em" default to hard-float.Tim Northover2016-04-131-7/+8
* [Clang][AVX512][Builtin] Adding support to intrinsics of pmovs{d|q}{b|w|d}{12...Michael Zuckerman2016-04-132-0/+358
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-133-67/+4
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-133-4/+67
* [OPENMP 4.0] Fixed DSA analysis for taskloop directives.Alexey Bataev2016-04-132-6/+6
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-135-0/+435
OpenPOWER on IntegriCloud