llvm-project/clang/test
Manman Ren 5750c1c07e X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss.
There intrinsics pass through the upper FP values from the input.
rdar://12558838

llvm-svn: 166743
2012-10-26 00:25:10 +00:00
..
ARCMT Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
ASTMerge Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Analysis TrackConstraintBRVisitor and ConditionBRVisitor can emit similar 2012-10-25 22:07:10 +00:00
CXX When capturing 'this' in a lambda, make sure to update the set of 2012-10-25 18:39:16 +00:00
CodeCompletion [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
CodeGen X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. 2012-10-26 00:25:10 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Fix the other occurrence of the problem fixed by r166731. 2012-10-25 23:05:00 +00:00
CodeGenObjC Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
CodeGenObjCXX At -O0, prefer objc_storeStrong with a null new value to the 2012-10-17 02:28:37 +00:00
CodeGenOpenCL FP_CONTRACT: Fix two tests for -Asserts. 2012-10-02 16:36:54 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Add a test for -Warc-abi as requested by Fariborz. 2012-10-24 02:37:03 +00:00
FixIt DR1473: Do not require a space between operator"" and the ud-suffix in a 2012-10-20 08:41:10 +00:00
Frontend A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
Headers Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Index Take into account that there may be a BOM at the beginning of the file, 2012-10-25 01:51:45 +00:00
Lexer Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Misc Update warning-flag test 2012-10-25 00:34:38 +00:00
Modules Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
PCH Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. 2012-10-25 19:43:57 +00:00
Parser Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
Preprocessor Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. 2012-10-24 20:14:09 +00:00
SemaCUDA
SemaCXX PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator 2012-10-24 23:51:56 +00:00
SemaObjC Objective-C: check that when a category method is being implemented, 2012-10-23 23:06:22 +00:00
SemaObjCXX Add a simple test involving decltype on Objective-C properties and ivars 2012-10-24 14:13:21 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope 2012-10-23 19:56:01 +00:00
Tooling Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg tests: Stop mangling '-vg' into the triple, we don't use this currently. 2012-10-19 20:11:46 +00:00
lit.site.cfg.in
make_test_dirs.pl