clang-1/test
Bruno Cardoso Lopes df41b4c10a Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134754 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-08 22:18:40 +00:00
..
ARCMT Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Teach the static analyzer's interpretation of Cocoa conventions to 2011-07-06 16:00:34 +00:00
CXX Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft) 2011-07-08 22:18:40 +00:00
CodeGenCXX Use attributes from the definition (if available) when 2011-07-06 15:46:09 +00:00
CodeGenObjC In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +00:00
CodeGenObjCXX In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +00:00
CodeGenOpenCL Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting. 2011-07-07 00:12:54 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Somehow the -fgnu-runtime option itself got lost in all that shuffling. 2011-07-06 02:36:30 +00:00
FixIt When adding boolean keywords for typo correction, add either "bool" or 2011-07-01 21:27:45 +00:00
Frontend Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". 2011-07-08 20:17:28 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Introduce a new libclang aPI function, 2011-07-07 16:03:39 +00:00
Lexer Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
Misc Switch the token-paste source locations inside of function style macro 2011-07-08 01:04:21 +00:00
PCH Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +00:00
Parser Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +00:00
Preprocessor When expanding macro arguments, treat '##' coming from an argument as a normal token. 2011-07-07 03:40:37 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Add a testcase for the previous commit and update an existing test for an 2011-07-07 23:11:01 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Fixed enum types can be complete without actually being valid to use 2011-07-06 06:57:57 +00:00
SemaObjC objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +00:00
SemaObjCXX objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Teach CXXUnresolvedConstructExpr when it should be an 2011-07-08 15:50:43 +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+lit: final cleanup related to the recent churn 2011-06-23 18:00:48 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00