index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
4
-0
/
+269
*
[OPENMP 4.5] Initial support for data members in 'linear' clause.
Alexey Bataev
2016-03-03
6
-7
/
+27
*
Serialize `pragma pointers_to_members` state.
Nico Weber
2016-03-03
1
-0
/
+34
*
Improve some infrastructure for extended parameter infos and
John McCall
2016-03-03
3
-2
/
+11
*
clang-cl pch test: Instead of copying the input, use /Fp to not write into th...
Nico Weber
2016-03-02
1
-2
/
+1
*
Serialize `pragma ms_struct` state.
Nico Weber
2016-03-02
1
-0
/
+41
*
[analyzer] Move ObjCSuperDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
1
-1
/
+1
*
[analyzer] Move ObjCDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
4
-7
/
+7
*
[analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.
Devin Coughlin
2016-03-02
1
-10
/
+10
*
Fixed test failure platforms with name mangling different from Linux.
Artem Belevich
2016-03-02
1
-3
/
+4
*
[PGO] Change profile use cc1 option to handle IR level profiles
Rong Xu
2016-03-02
15
-16
/
+29
*
fix test from r262506
Nico Weber
2016-03-02
1
-1
/
+0
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-0
/
+23
*
[libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)
Kostya Serebryany
2016-03-02
1
-0
/
+5
*
[CUDA] Do not generate unnecessary runtime init code.
Artem Belevich
2016-03-02
1
-0
/
+20
*
[CUDA] Emit host-side 'shadows' for device-side global variables
Artem Belevich
2016-03-02
2
-7
/
+46
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-0
/
+22
*
test/Driver/cl-pch-errorhandling.cpp: Copy input file to a temporary
Daniel Jasper
2016-03-02
1
-1
/
+2
*
[CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}.
Michael Zuckerman
2016-03-02
1
-0
/
+37
*
[CLANG] [AVX512] [BUILTIN] Adding PSRAV
Michael Zuckerman
2016-03-02
2
-0
/
+78
*
[Sema] PR26444 fix crash when alignment value is >= 2**16
David Majnemer
2016-03-02
1
-0
/
+3
*
[OPENMP 4.5] Codegen for data members in 'reduction' clause.
Alexey Bataev
2016-03-02
2
-3
/
+185
*
Add a few dllimport/dllexport tests. NFC
Reid Kleckner
2016-03-02
2
-0
/
+30
*
[CMake] Add convenience target clang-test-depends to build test dependencies.
Chris Bieneman
2016-03-02
1
-0
/
+2
*
clang-cl: Implement initial limited support for precompiled headers.
Nico Weber
2016-03-01
6
-0
/
+378
*
Updated SSE41 builtin tests to more closely match the llvm fast-isel equivale...
Simon Pilgrim
2016-03-01
1
-40
/
+50
*
Mangle extended qualifiers in the proper order and mangle the
John McCall
2016-03-01
4
-11
/
+19
*
Explicitly select IAS on one more RUN line in new embed-bitcode.c test.
Daniel Sanders
2016-03-01
1
-1
/
+1
*
[MSVC Compat] Correctly handle finallys nested within finallys
David Majnemer
2016-03-01
1
-0
/
+25
*
[PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_s...
Kit Barton
2016-03-01
1
-0
/
+118
*
[CLANG][AVX512][BUILTIN] Adding PSRL{DI|QI}{128|256|512} builtin
Michael Zuckerman
2016-03-01
2
-0
/
+131
*
Explicitly select IAS in new embed-bitcode.c test.
Daniel Sanders
2016-03-01
1
-2
/
+2
*
[CLANG][AVX512][BUILTIN] Adding PSRLV builtin
Michael Zuckerman
2016-03-01
2
-0
/
+66
*
Fix test breakage on windows where the default std is c++11 by forcing c++03 ...
Manuel Klimek
2016-03-01
1
-1
/
+1
*
[CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtin
Michael Zuckerman
2016-03-01
1
-0
/
+37
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
1
-0
/
+29
*
Test template instantiation of ns_consumed and ns_returns_retained.
John McCall
2016-03-01
1
-1
/
+125
*
[test] After r262290 reducing stack usage, try re-enabling asan on the relate...
Argyrios Kyrtzidis
2016-03-01
1
-2
/
+2
*
Fix the testcase in r262282
Steven Wu
2016-03-01
1
-6
/
+2
*
Make test more robust.
Sean Silva
2016-03-01
2
-4
/
+3
*
Introduce -fembed-bitcode driver option
Steven Wu
2016-03-01
1
-0
/
+38
*
[analyzer] Update CheckObjCDealloc diagnostic for missing -dealloc.
Devin Coughlin
2016-03-01
1
-6
/
+32
*
[analyzer] Teach CheckObjCDealloc about Block_release().
Devin Coughlin
2016-02-29
2
-0
/
+9
*
[analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.
Devin Coughlin
2016-02-29
2
-17
/
+74
*
[PGO] clang cc1 option change to enable IR level instrumentation
Rong Xu
2016-02-29
1
-0
/
+9
*
AMDGPU: Add missing Volcanic Islands targets
Tom Stellard
2016-02-29
1
-0
/
+4
*
[index] Print and test module import references.
Argyrios Kyrtzidis
2016-02-29
3
-0
/
+15
*
[index] Add a caller relation for a call reference.
Argyrios Kyrtzidis
2016-02-29
1
-2
/
+4
*
[AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...
Argyrios Kyrtzidis
2016-02-29
1
-0
/
+10
*
[index] Use ',' to separate symbol roles when printing.
Argyrios Kyrtzidis
2016-02-29
2
-2
/
+2
[next]