llvm-project/clang/test
Eric Christopher b7e28ccb3d Add more constraint registers for mips.
Patch by Jack Carter. Testcase cleanup by me.

llvm-svn: 153921
2012-04-03 01:16:32 +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 another false positive in RegionStore involving doing loads from symbolic offsets. We still don't 2012-04-03 00:03:34 +00:00
CXX PR10217 diagnostic fix: don't say 'copy constructor' when we mean 2012-04-02 21:07:48 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add more constraint registers for mips. 2012-04-03 01:16:32 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Change location information for synthesized properties to be at the 2012-04-03 00:44:15 +00:00
CodeGenObjC Change location information for synthesized properties to be at the 2012-04-03 00:44:15 +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 Use -rewrite-legacy-objc as clang argument for translating 2012-04-02 15:59:19 +00:00
FixIt Correct error recovery when missing 'class' in a template template parameter. 2012-04-02 19:15:28 +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 [libclang] Fix use-after-free bug when handling attributes indexing info. 2012-03-31 01:14:06 +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 Correct error recovery when missing 'class' in a template template parameter. 2012-04-02 19:15:28 +00:00
Preprocessor [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g 2012-03-27 18:47:48 +00:00
Rewriter modern objective-c translator: writing numeric 2012-03-30 16:49:36 +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 Finish PR10217: Ensure we say that a special member was implicitly, not 2012-04-02 20:59:25 +00:00
SemaObjC Handle placeholder expressions in an ObjC for-collection loop. 2012-03-30 05:43:39 +00:00
SemaObjCXX Forbid the block and lambda copy-capture of __autoreleasing variables 2012-03-30 05:23:48 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate PR12438: Profile a reference to a type template parameter by depth and index, 2012-04-02 18:53:24 +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