summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-034-0/+269
* [OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev2016-03-036-7/+27
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-031-0/+34
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-033-2/+11
* clang-cl pch test: Instead of copying the input, use /Fp to not write into th...Nico Weber2016-03-021-2/+1
* Serialize `pragma ms_struct` state.Nico Weber2016-03-021-0/+41
* [analyzer] Move ObjCSuperDeallocChecker out of the alpha package.Devin Coughlin2016-03-021-1/+1
* [analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin2016-03-024-7/+7
* [analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.Devin Coughlin2016-03-021-10/+10
* Fixed test failure platforms with name mangling different from Linux.Artem Belevich2016-03-021-3/+4
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-0215-16/+29
* fix test from r262506Nico Weber2016-03-021-1/+0
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+23
* [libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)Kostya Serebryany2016-03-021-0/+5
* [CUDA] Do not generate unnecessary runtime init code.Artem Belevich2016-03-021-0/+20
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-022-7/+46
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+22
* test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporaryDaniel Jasper2016-03-021-1/+2
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}.Michael Zuckerman2016-03-021-0/+37
* [CLANG] [AVX512] [BUILTIN] Adding PSRAVMichael Zuckerman2016-03-022-0/+78
* [Sema] PR26444 fix crash when alignment value is >= 2**16David Majnemer2016-03-021-0/+3
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-022-3/+185
* Add a few dllimport/dllexport tests. NFCReid Kleckner2016-03-022-0/+30
* [CMake] Add convenience target clang-test-depends to build test dependencies.Chris Bieneman2016-03-021-0/+2
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-016-0/+378
* Updated SSE41 builtin tests to more closely match the llvm fast-isel equivale...Simon Pilgrim2016-03-011-40/+50
* Mangle extended qualifiers in the proper order and mangle theJohn McCall2016-03-014-11/+19
* Explicitly select IAS on one more RUN line in new embed-bitcode.c test.Daniel Sanders2016-03-011-1/+1
* [MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer2016-03-011-0/+25
* [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_s...Kit Barton2016-03-011-0/+118
* [CLANG][AVX512][BUILTIN] Adding PSRL{DI|QI}{128|256|512} builtinMichael Zuckerman2016-03-012-0/+131
* Explicitly select IAS in new embed-bitcode.c test.Daniel Sanders2016-03-011-2/+2
* [CLANG][AVX512][BUILTIN] Adding PSRLV builtin Michael Zuckerman2016-03-012-0/+66
* Fix test breakage on windows where the default std is c++11 by forcing c++03 ...Manuel Klimek2016-03-011-1/+1
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-03-011-0/+37
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-0/+29
* Test template instantiation of ns_consumed and ns_returns_retained.John McCall2016-03-011-1/+125
* [test] After r262290 reducing stack usage, try re-enabling asan on the relate...Argyrios Kyrtzidis2016-03-011-2/+2
* Fix the testcase in r262282Steven Wu2016-03-011-6/+2
* Make test more robust.Sean Silva2016-03-012-4/+3
* Introduce -fembed-bitcode driver optionSteven Wu2016-03-011-0/+38
* [analyzer] Update CheckObjCDealloc diagnostic for missing -dealloc.Devin Coughlin2016-03-011-6/+32
* [analyzer] Teach CheckObjCDealloc about Block_release().Devin Coughlin2016-02-292-0/+9
* [analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.Devin Coughlin2016-02-292-17/+74
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-0/+9
* AMDGPU: Add missing Volcanic Islands targetsTom Stellard2016-02-291-0/+4
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-293-0/+15
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-291-2/+4
* [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...Argyrios Kyrtzidis2016-02-291-0/+10
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-292-2/+2