- Feb 16, 2010
-
-
Fariborz Jahanian authored
llvm-svn: 96361
-
Bob Wilson authored
branch in ARM v4 code, since it gets clobbered by the return address before it is used. Instead of adding a new register class containing all the GPRs except LR, just use the existing tGPR class. llvm-svn: 96360
-
Ted Kremenek authored
isn't marked '__block' is bad. llvm-svn: 96357
-
Anders Carlsson authored
llvm-svn: 96356
-
Anders Carlsson authored
llvm-svn: 96355
-
Anders Carlsson authored
llvm-svn: 96354
-
Fariborz Jahanian authored
causes C++ compile error (radar 7651312). llvm-svn: 96352
-
Anders Carlsson authored
llvm-svn: 96351
-
Duncan Sands authored
methods to try to have the type predicates be more logically positioned. llvm-svn: 96349
-
Duncan Sands authored
and T->isPointerTy(). Convert most instances of the first form to the second form. Requested by Chris. llvm-svn: 96344
-
Benjamin Kramer authored
llvm-svn: 96343
-
Benjamin Kramer authored
llvm-svn: 96342
-
Ted Kremenek authored
llvm-svn: 96341
-
Chris Lattner authored
llvm-svn: 96337
-
Chris Lattner authored
build if enabled, it will fail with constness issues. I'll resolve these next. llvm-svn: 96336
-
John McCall authored
llvm-svn: 96335
-
Chris Lattner authored
llvm-svn: 96334
-
Chris Lattner authored
llvm-svn: 96333
-
Chris Lattner authored
llvm-svn: 96332
-
Chris Lattner authored
(isprofitable|islegal)tofold checks. llvm-svn: 96331
-
Chris Lattner authored
not the end of the field, fixing rdar://7651978 llvm-svn: 96330
-
Anders Carlsson authored
llvm-svn: 96329
-
Anders Carlsson authored
llvm-svn: 96328
-
John McCall authored
the offset to the virtual bases statically inside of relying on the virtual base offsets in the object's vtable(s). This is both more efficient and sound against the destructor's manipulation of the vtables. Also extract a few helper routines. Oh and we seem to pass all tests with an optimized clang now. llvm-svn: 96327
-
John McCall authored
unused-value warnings. This is a common macro idiom. llvm-svn: 96326
-
John McCall authored
accept const decls. llvm-svn: 96325
-
Erick Tryzelaar authored
llvm-svn: 96324
-
Erick Tryzelaar authored
llvm-svn: 96323
-
Sanjiv Gupta authored
Currently, whether a function is ISR or not is encoded in the section attribute for that function. llvm-svn: 96322
-
Sanjiv Gupta authored
llvm-svn: 96321
-
Ted Kremenek authored
arguments of asprintf (<rdar://problem/6657191>). llvm-svn: 96319
-
Dale Johannesen authored
elimination. Before a DBG_VALUE could affect codegen. The solution here is imperfect and not final. llvm-svn: 96318
-
Daniel Dunbar authored
llvm-svn: 96317
-
Daniel Dunbar authored
llvm-svn: 96316
-
Daniel Dunbar authored
llvm-svn: 96315
-
Daniel Dunbar authored
llvm-svn: 96314
-
Daniel Dunbar authored
llvm-svn: 96313
-
Rafael Espindola authored
llvm-gcc but has been replaced with pad argument which don't need any special backend support. llvm-svn: 96312
-
Ted Kremenek authored
llvm-svn: 96311
-
Ted Kremenek authored
Implement printf argument type checking for '%s'. Fixes <rdar://problem/3065808>. llvm-svn: 96310
-