- Jun 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 73158
-
Eli Friedman authored
visible anywhere normally because the printf format checks for this case, and we don't print out attribute values anywhere. Original patch by Roberto Bagnara. llvm-svn: 73157
-
Eli Friedman authored
llvm-svn: 73153
-
Douglas Gregor authored
T::*) and implement template instantiation for member pointer types. llvm-svn: 73151
-
- Jun 09, 2009
-
-
Douglas Gregor authored
specialization types. As the example shows, we can now compute the length of a type-list using a template metaprogram and class template partial specialization. llvm-svn: 73136
-
Eli Friedman authored
llvm-svn: 73101
-
Daniel Dunbar authored
- <rdar://problem/6948443> WARNING: Linking two modules of different data layouts! llvm-svn: 73093
-
- Jun 08, 2009
-
-
Daniel Dunbar authored
- <rdar://problem/6945384> Driver should pass down -C and -CC llvm-svn: 73087
-
Eli Friedman authored
llvm-svn: 73083
-
Daniel Dunbar authored
llvm-svn: 73082
-
Eli Friedman authored
llvm-svn: 73081
-
Anders Carlsson authored
llvm-svn: 73077
-
Douglas Gregor authored
llvm-svn: 73071
-
Anders Carlsson authored
llvm-svn: 73070
-
Eli Friedman authored
at the moment because we ignore the result. llvm-svn: 73056
-
Eli Friedman authored
llvm-svn: 73050
-
Eli Friedman authored
llvm-svn: 73043
-
Eli Friedman authored
hack which introduces some strange inconsistencies in compatibility for block pointers. Note that unlike an earlier revision proposed on cfe-commits, this patch still allows declaring block pointers without a prototype. llvm-svn: 73041
-
- Jun 07, 2009
-
-
Anders Carlsson authored
Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. llvm-svn: 73036
-
Anders Carlsson authored
llvm-svn: 73034
-
Zhongxing Xu authored
llvm-svn: 73027
-
Eli Friedman authored
llvm-svn: 73022
-
Daniel Dunbar authored
defining m128[id], at least. llvm-svn: 73021
-
Eli Friedman authored
get rid of a few more clang vector builtins. llvm-svn: 73015
-
Douglas Gregor authored
llvm-svn: 73014
-
- Jun 06, 2009
-
-
Eli Friedman authored
insert/extract; the relevant instructions are defined to take only an i32. llvm-svn: 73005
-
Fariborz Jahanian authored
llvm-svn: 73000
-
Anton Korobeynikov authored
zero/sign extension logic (consider, e.g. target has only 64 bit registers and thus i32's should be extended as well). llvm-svn: 72998
-
Eli Friedman authored
llvm-svn: 72996
-
Eli Friedman authored
llvm-svn: 72995
-
Eli Friedman authored
llvm-svn: 72994
-
Anders Carlsson authored
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed. llvm-svn: 72984
-
Eli Friedman authored
llvm-svn: 72981
-
Eli Friedman authored
of calls to builtins for constructs which can be expressed directly. llvm-svn: 72979
-
Eli Friedman authored
without a relevant source location anyway. Fixes the issue with weird warnings when including objc/Object.h on OS X. llvm-svn: 72978
-
Mike Stump authored
llvm-svn: 72976
-
Mike Stump authored
___Block_byref_id_object_dispose and ___Block_byref_id_object_copy functions so that we can simply reuse instead of creating a new one. Additionally, add an assert to ensure no one yet tries to align a __block variable beyond the alignment of a pointer as the codegen is incomplete. llvm-svn: 72974
-
Ted Kremenek authored
<rdar://problem/6948053> False positive: object substitution during -init* methods warns about returning +0 when using -fobjc-gc-only llvm-svn: 72971
-
Ted Kremenek authored
for non-Objctive-C pointer types. This implicitly documents that the return type is a CF object reference. llvm-svn: 72968
-
Daniel Dunbar authored
- <rdar://problem/6948703> clang treats weak_import like weak llvm-svn: 72967
-