- Aug 08, 2010
-
-
Eric Christopher authored
llvm-svn: 110530
-
Rafael Espindola authored
llvm-svn: 110529
-
Rafael Espindola authored
llvm-svn: 110528
-
Eric Christopher authored
llvm-svn: 110527
-
Eli Friedman authored
llvm-svn: 110526
-
Eric Christopher authored
of just ignoring it. llvm-svn: 110525
-
Rafael Espindola authored
llvm-svn: 110524
-
Benjamin Kramer authored
Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) llvm-svn: 110523
-
- Aug 07, 2010
-
-
Rafael Espindola authored
llvm-svn: 110522
-
Rafael Espindola authored
llvm-svn: 110521
-
Rafael Espindola authored
use opt. llvm-svn: 110520
-
Douglas Gregor authored
conversions. Fixes PR7443. llvm-svn: 110519
-
Benjamin Kramer authored
llvm-svn: 110518
-
Benjamin Kramer authored
llvm-svn: 110517
-
Benjamin Kramer authored
llvm-svn: 110516
-
Douglas Gregor authored
llvm-svn: 110515
-
Douglas Gregor authored
llvm-svn: 110514
-
Douglas Gregor authored
an lvalue of another, compatible Objective-C object type (e.g., a subclass). Introduce a new initialization sequence step kind to describe this binding, along with a new cast kind. Fixes PR7741. llvm-svn: 110513
-
Benjamin Kramer authored
llvm-svn: 110512
-
John McCall authored
to avoid the awesome-but-wrong-in-this-case assertion in the canon EAC. Fixes PR7834. Also fix a subtle address-space bug in the memset path. llvm-svn: 110511
-
John McCall authored
llvm-svn: 110510
-
John McCall authored
This takes some trickery since CastExpr has subclasses (and indeed, is abstract). Also, smoosh the CastKind into the bitfield from Expr. Drops two words of storage from Expr in the common case of expressions which don't need inheritance paths. Avoids a separate allocation and another word of overhead in cases needing inheritance paths. Also has the advantage of not leaking memory, since destructors for AST nodes are never run. llvm-svn: 110507
-
Owen Anderson authored
llvm-svn: 110505
-
Owen Anderson authored
llvm-svn: 110504
-
Nick Lewycky authored
llvm-svn: 110502
-
Dan Gohman authored
confusing to have different arguments for the same virtual function at different levels of the class hierarchy. llvm-svn: 110500
-
Dan Gohman authored
llvm-svn: 110499
-
Dan Gohman authored
the implicit one. llvm-svn: 110498
-
Johnny Chen authored
llvm-svn: 110497
-
Dan Gohman authored
llvm-svn: 110496
-
Dan Gohman authored
std::deque, since this is a stack and only supports push/pop on one end, and remove an unimplemented declaration. llvm-svn: 110495
-
Dan Gohman authored
out of PassManager.cpp and into Core.cpp with the rest of the C binding code. llvm-svn: 110494
-
Owen Anderson authored
llvm-svn: 110493
-
Dan Gohman authored
llvm-svn: 110492
-
Dale Johannesen authored
form of CMPSD (etc.) Matching a 128-bit memory operand is wrong, the instruction uses only 64 bits (same as ADDSD etc.) 8193553. llvm-svn: 110491
-
Chris Lattner authored
__overflow_handler entrypoint that David Chisnall made up. Calling __overflow_handler is not part of the contract of -ftrapv provided by GCC, and should never have been checked in in the first place. According to: http://permalink.gmane.org/gmane.comp.compilers.clang.devel/8699 David is using this for some of arbitrary precision integer stuff or something, which is not an appropriate thing to implement on this. llvm-svn: 110490
-
Owen Anderson authored
llvm-svn: 110489
-
Owen Anderson authored
llvm-svn: 110488
-
Johnny Chen authored
whole test suite. llvm-svn: 110487
-
Eli Friedman authored
dependent in ActOnIdExpression. (This issue only shows up with member operators because an operator is never a type.) llvm-svn: 110486
-