llvm-project/clang/test
Craig Topper 8e57855ea0 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code.
llvm-svn: 154777
2012-04-15 22:18:10 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
CXX PR12500: Improve the wording of the diagnostic for a redefinition of a name 2012-04-13 04:07:40 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. 2012-04-15 22:18:10 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX PR12226: don't generate wrong code if a braced string literal is used to 2012-04-15 02:50:59 +00:00
CodeGenObjC The copy and destroy helper functions aren't prototyped, don't call them 2012-04-12 00:35:04 +00:00
CodeGenObjCXX Fix a Sema invariant bug that I recently introduced involving 2012-04-06 18:20:53 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Pass -march, -mcpu, -mfpu to linuxtools assembler. 2012-04-10 09:05:40 +00:00
FixIt Implement support for null non-type template arguments for non-type 2012-04-06 22:40:38 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Index [libclang] Introduce a couple of functions to make it convenient 2012-04-11 19:32:19 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc Remove the -cc1-level option "-pubnames-dump". Such things should stay 2012-04-13 16:03:00 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
Parser Add an AttributedStmt type to represent a statement with C++11 attributes 2012-04-14 00:33:13 +00:00
Preprocessor Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Rewriter objective-c modern translator: Make metadata 2012-04-14 17:13:08 +00:00
Sema Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
SemaObjC When we're flagging a protected scope to prevent jumps into the 2012-04-13 01:08:17 +00:00
SemaObjCXX super and class property reference expressions don't need to be 2012-04-13 15:53:08 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Enable warn_impcast_literal_float_to_integer by default. 2012-04-05 00:16:44 +00:00
Tooling Fix quoting to allow shell expansion to occur for shell variables 2012-04-10 22:27:27 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl