hanchenye-llvm-project/clang/test
Tony Jiang c6ddd7221c [PowerPC] Implement remaining vector comparison builtins.
vector bool char vec_cmpeq (vector bool char, vector bool char);
vector bool int vec_cmpeq (vector bool int, vector bool int);
vector bool long long vec_cmpeq (vector bool long long, vector bool long lon
vector bool short vec_cmpeq (vector bool short, vector bool short);

llvm-svn: 286205
2016-11-08 04:15:45 +00:00
..
ARCMT
ASTMerge Updated ASTMerge/macro.m to use _Nullable. 2016-11-07 21:10:31 +00:00
Analysis [analyzer] StdLibraryFunctions: provide platform-specific function summaries. 2016-11-02 19:35:20 +00:00
CXX [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-reference-related types. 2016-11-03 02:13:17 +00:00
CodeCompletion Fix heuristics skipping invalid ctor-initializers with C++11 2016-11-03 07:36:17 +00:00
CodeGen [PowerPC] Implement remaining vector comparison builtins. 2016-11-08 04:15:45 +00:00
CodeGenCUDA [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. 2016-10-08 22:16:08 +00:00
CodeGenCXX Correctly ignore unnamed bit-fields when checking whether a union has fields. 2016-11-08 01:07:26 +00:00
CodeGenCoroutines [coroutines] Add allocation and deallocation substatements. 2016-10-27 16:28:31 +00:00
CodeGenObjC CodeGen: be more conservative about setting section 2016-10-25 21:43:28 +00:00
CodeGenObjCXX DebugInfo: pass alignment value only if it was forced 2016-10-20 00:13:19 +00:00
CodeGenOpenCL clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with "opt -instnamer". 2016-11-01 20:08:17 +00:00
Coverage Enhancement to test for -ast-print 2016-11-04 06:09:23 +00:00
CoverageMapping [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Driver [SystemZ] Add -march=archX aliases 2016-10-31 14:38:05 +00:00
FixIt
Format
Frontend [clang] Limit clang test to ARM and AArch64 only 2016-10-23 00:53:03 +00:00
Headers [OpenCL] Remove redundant test for OpenCL header file 2016-11-07 15:55:51 +00:00
Index [index] Handle properly C++14's template variables. 2016-11-07 21:20:15 +00:00
Integration
Layout
Lexer Mark aligned allocation as done. 2016-10-10 06:55:42 +00:00
Misc PR30831: Teach template type diffing to cope with TemplateSpecializationTypes 2016-10-28 19:54:43 +00:00
Modules [modules] Mark deleted functions as implicitly inline to allow merging 2016-10-31 23:07:15 +00:00
OpenMP [OPENMP] Fixed codegen for __real/__imag expressions in atomic 2016-11-07 18:15:02 +00:00
PCH Remove 24 instances of 'REQUIRES: shell' 2016-10-20 23:11:45 +00:00
Parser Fix off-by-one error in PPCaching.cpp token annotation assertion 2016-10-20 20:53:20 +00:00
Preprocessor [SystemZ] Add -march=archX aliases 2016-10-31 14:38:05 +00:00
Profile [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Rewriter
Sema A compound literal within a global lambda or block is still within 2016-10-31 21:56:26 +00:00
SemaCUDA [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies. 2016-10-28 16:26:26 +00:00
SemaCXX [Sema] Avoid instantiating templates only when UncompilableErrorOccurred 2016-11-03 15:04:58 +00:00
SemaObjC [Sema] Delay partial availability diagnostics, just like deprecated 2016-10-28 21:39:27 +00:00
SemaObjCXX Don't require nullability on template parameters in typedefs. 2016-11-02 20:44:07 +00:00
SemaOpenCL [OpenCL] Mark group functions as convergent in opencl-c.h 2016-11-01 18:45:32 +00:00
SemaTemplate Add a note that points to the linkage specifier for the C++ linkage errors 2016-11-02 15:46:34 +00:00
TableGen
Tooling
Unit
VFS
.clang-format
CMakeLists.txt [test] Fix detecting LLVM zlib support in stand-alone builds 2016-11-01 20:31:52 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg [Modules] Add a command line option for loading the clang builtins modulemap. 2016-10-31 08:21:54 +00:00
lit.site.cfg.in XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set 2016-09-29 07:43:08 +00:00
make_test_dirs.pl