- Apr 30, 2009
-
-
Nick Lewycky authored
run when assembling. Wire this up to the gold plugin. You can now pass --plugin-opt gcc=/foo/bar/gcc and it will run that gcc instead of looking for it on the path. llvm-svn: 70490
-
Ted Kremenek authored
llvm-svn: 70489
-
Jay Foad authored
class. llvm-svn: 70488
-
Eli Friedman authored
constant initializers. llvm-svn: 70483
-
Chris Lattner authored
to hook up if someone was interested. llvm-svn: 70482
-
Chris Lattner authored
llvm-svn: 70481
-
Chris Lattner authored
have support for __divti3 and friends. llvm-svn: 70480
-
Ted Kremenek authored
llvm-svn: 70475
-
Ted Kremenek authored
matching ObjCMethodDecl exists in the @interface. llvm-svn: 70474
-
Ted Kremenek authored
ObjCInterfaceDecl, not before. llvm-svn: 70473
-
Dan Gohman authored
llvm-svn: 70466
-
Chris Lattner authored
not supported on 32-bit targets, so we can define it to be 128-bit aligned there too :) llvm-svn: 70465
-
Chris Lattner authored
compatible with VC++ and GCC. The codegen/mangling angle hasn't been fully ironed out yet. Note that we accept int128_t even in 32-bit mode, unlike gcc. llvm-svn: 70464
-
Dan Gohman authored
a SCEVable type, not just integer types. llvm-svn: 70463
-
Evan Cheng authored
llvm-svn: 70461
-
Bill Wendling authored
llvm-svn: 70459
-
Bill Wendling authored
llvm-svn: 70457
-
Chris Lattner authored
memory operands otherwise the writebacks get lost when the inline asm doesn't otherwise have side effects. This fixes rdar://6839427, though clang really shouldn't generate these anymore. llvm-svn: 70455
-
Bill Wendling authored
llvm-svn: 70454
-
Chris Lattner authored
llvm-svn: 70453
-
Mike Stump authored
llvm-svn: 70452
-
Bill Wendling authored
level. This is more expressive. llvm-svn: 70451
-
Bill Wendling authored
llvm-svn: 70449
-
Bill Wendling authored
llvm-svn: 70445
-
Douglas Gregor authored
llvm-svn: 70443
-
Fariborz Jahanian authored
in an @synthesize diective, as it breaks few projects. llvm-svn: 70441
-
Bill Wendling authored
which better identifies what the optimization is doing. And is more flexible for future uses. llvm-svn: 70440
-
Bill Wendling authored
llvm-svn: 70437
-
Anders Carlsson authored
Just because a declaration has the same name as its containing class doesn't mean that it's a constructor. Fixes rdar://problem/6815988. llvm-svn: 70436
-
Douglas Gregor authored
llvm-svn: 70432
-
Ted Kremenek authored
an owned object, consult its summary instead of inspecting the selector. This picks up annotations, and is just more general. llvm-svn: 70429
-
Dale Johannesen authored
llvm-svn: 70427
-
Nate Begeman authored
llvm-svn: 70425
-
Douglas Gregor authored
llvm-svn: 70424
-
Fariborz Jahanian authored
It seems to effect code gen. Add a FIXME instead. llvm-svn: 70423
-
Dan Gohman authored
llvm-svn: 70422
-
Dan Gohman authored
(sext i8 {-128,+,1} to i64) to i64 {-128,+,1}, where the iteration crosses from negative to positive, but is still safe if the trip count is within range. llvm-svn: 70421
-
Ted Kremenek authored
llvm-svn: 70420
-
Douglas Gregor authored
based on a patch from Anders Johnsen. CodeGen support is incomplete, in that we do not properly coerce to the first field's type. llvm-svn: 70419
-
Mike Stump authored
llvm-svn: 70418
-