llvm-project/clang/test
Craig Topper 678a53c350 Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401.
llvm-svn: 153724
2012-03-30 05:09:18 +00:00
..
ARCMT [arcmt] Fix a bug where a property in a class extension, that did not exist 2012-03-29 01:10:31 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Add a malloc cpp test file. 2012-03-29 23:26:54 +00:00
CXX Extend -Wc++11-narrowing to cover converted constant expressions as well as braced-initializers. <rdar://problem/11121178>. 2012-03-29 23:39:39 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401. 2012-03-30 05:09:18 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX When emitting a static local variable in C++, handle 2012-03-30 04:25:14 +00:00
CodeGenObjC Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. 2012-03-30 01:13:43 +00:00
CodeGenObjCXX Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, 2012-03-06 20:05:56 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. 2012-03-29 00:05:59 +00:00
FixIt Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case 2012-03-29 01:16:42 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property 2012-03-30 00:19:18 +00:00
Lexer User-defined literals are done. 2012-03-09 08:41:27 +00:00
Misc Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Modules Fix PR10447: lazily building name lookup tables for DeclContexts was broken. 2012-03-13 03:12:56 +00:00
PCH Canonicalize the declaration we write to a PCH file for an 2012-03-26 15:52:37 +00:00
Parser Don't try to parse a malformed parameter list after a constructor or operator 2012-03-29 01:46:00 +00:00
Preprocessor [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g 2012-03-27 18:47:48 +00:00
Rewriter modern objc translator: additional test. 2012-03-29 18:20:51 +00:00
Sema Change the binary operator data recursive evaluator to not stop at the first 2012-03-21 23:30:30 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Unify and fix our checking of C++ [dcl.meaning]p1's requirements 2012-03-28 16:01:27 +00:00
SemaObjC Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. 2012-03-30 01:13:43 +00:00
SemaObjCXX Fix typo in my last patch. 2012-03-28 21:13:53 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate During the instantiation of a class template specialization, that 2012-03-22 03:35:28 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl