- Aug 08, 2010
-
-
Eric Christopher authored
llvm-svn: 110548
-
Eric Christopher authored
config.h and llvm-config.h. This could probably be improved. llvm-svn: 110547
-
Chandler Carruth authored
llvm-svn: 110546
-
Chandler Carruth authored
llvm-svn: 110545
-
Douglas Gregor authored
llvm-svn: 110544
-
Nick Lewycky authored
llvm-svn: 110543
-
Chandler Carruth authored
llvm-svn: 110542
-
Nick Lewycky authored
llvm-svn: 110541
-
Eli Friedman authored
r110526. llvm-svn: 110540
-
Bill Wendling authored
relatively expensive comparison analyzer on each instruction. Also rename the comparison analyzer method to something more in line with what it actually does. This pass is will eventually be folded into the Machine CSE pass. llvm-svn: 110539
-
Nick Lewycky authored
llvm-svn: 110538
-
Chandler Carruth authored
llvm-svn: 110537
-
Oscar Fuentes authored
llvm-svn: 110536
-
Oscar Fuentes authored
This is the cmake equivalent of r110532, which fixed bug #7809. llvm-svn: 110535
-
Rafael Espindola authored
llvm-svn: 110534
-
Eric Christopher authored
llvm-svn: 110533
-
Eric Christopher authored
included in exported interfaces. Update a couple of exported interfaces. llvm-svn: 110532
-
Bill Wendling authored
useful after all. llvm-svn: 110531
-
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
-