|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| | llvm-svn: 134831 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | ConvertType on InitListExprs as they are being converted.  This is
needed for a forthcoming patch, and improves the IR generated anyway
(see additional type names in testcases). 
This patch also converts a bunch of std::vector's in CGObjCMac to use
C arrays.  There are a ton more that should be converted as well.
llvm-svn: 133413 | 
| | 
| 
| 
| 
| 
| | as a side-effect, remove two FIXMEs now fixed
llvm-svn: 101726 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | void exit_picture()
{
  char yuv_types[4][6]= {"4:0:0","4:2:0","4:2:2","4:4:4"};
  foo(yuv_types);
}
llvm-svn: 101623 | 
| | 
| 
| 
| | llvm-svn: 101568 | 
| | 
| 
| 
| 
| 
| | merge also a few tests I had here for this feature, and FileCheck'ize one file
llvm-svn: 101535 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | - This is designed to make it obvious that %clang_cc1 is a "test variable"
   which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
   can be useful to redefine what gets run as 'clang -cc1' (for example, to set
   a default target).
llvm-svn: 91446 | 
| | 
| 
| 
| 
| 
| | mac, use an explicit triple.
llvm-svn: 78583 | 
| | 
| 
| 
| 
| 
| | add a fixme about C++ const.
llvm-svn: 78159 | 
| | 
| 
| 
| 
| 
| | common linkage.
llvm-svn: 78158 | 
| | 
| 
| 
| 
| 
| | Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602 | 
|  | to external.
llvm-svn: 60462 |