- Nov 14, 2008
-
-
Oscar Fuentes authored
Studio IDE. CMake would overwrite the makefiles distributed with LLVM. llvm-svn: 59292
-
Evan Cheng authored
llvm-svn: 59291
-
Ted Kremenek authored
llvm-svn: 59290
-
Ted Kremenek authored
Fix CFG construction for ObjCForCollectionStmt: 'element' expression can be anything that evaluates to an lvalue llvm-svn: 59289
-
Ted Kremenek authored
llvm-svn: 59285
-
Ted Kremenek authored
Update include files. llvm-svn: 59284
-
Ted Kremenek authored
Rename ExprDeclBitVector to BlkExprDeclBitVector, and store mappings from Stmt* to bit indices instead using Expr*. llvm-svn: 59283
-
Dan Gohman authored
llvm-svn: 59282
-
Dan Gohman authored
before re-inserting them. llvm-svn: 59281
-
Dan Gohman authored
llvm-svn: 59280
-
Dan Gohman authored
llvm-svn: 59279
-
Dan Gohman authored
llvm-svn: 59278
-
Dan Gohman authored
the current function on its own, rather than relying on the SelectionDAG. llvm-svn: 59277
-
Dan Gohman authored
count non-control preds and succs. llvm-svn: 59276
-
Evan Cheng authored
llvm-svn: 59275
-
Evan Cheng authored
llvm-svn: 59274
-
Dan Gohman authored
to carry a SmallVector of flagged nodes, just calculate the flagged nodes dynamically when they are needed. The local-liveness change is due to a trivial scheduling change where the scheduler arbitrary decision differently. llvm-svn: 59273
-
Daniel Dunbar authored
llvm-svn: 59272
-
- Nov 13, 2008
-
-
Daniel Dunbar authored
developing clang. llvm-svn: 59270
-
Dale Johannesen authored
llvm-svn: 59268
-
Owen Anderson authored
MultiSource/Applications is clean with the prealloc splitter. Some failures remain in SPEC. llvm-svn: 59267
-
Dale Johannesen authored
(actually, code already all worked, only the comment changed). Use this to implement 'A' constraint on x86. Fixes PR 1779. llvm-svn: 59266
-
Evan Cheng authored
Always emit a function pointer as a pointer to the function stub (if there is one). This makes it possible to compare function pointer values in lazy compilation mode. This fixes PR3043. llvm-svn: 59265
-
Dan Gohman authored
llvm-svn: 59264
-
Dan Gohman authored
for the possibility of scheduling without a SelectionDAG being present. llvm-svn: 59263
-
Steve Naroff authored
llvm-svn: 59262
-
Steve Naroff authored
llvm-svn: 59261
-
Douglas Gregor authored
candidates. Thanks to Chris for the review! llvm-svn: 59260
-
Steve Naroff authored
Fix an obscure rewriter bug when rewriting implementations that don't have a corresponding interface (found while doing random testing on another bug). llvm-svn: 59259
-
Evan Cheng authored
llvm-svn: 59258
-
Dan Gohman authored
llvm-svn: 59257
-
Chris Lattner authored
1. In the top level of ParseStatementOrDeclaration, don't eat a } if we just parsed a statement if it list there. Also, don't even bother emitting an error about a missing semicolon if the statement had a bug (an rbrace is fine). 2. In do/while parsing, don't require a 'while' to be present if the do body didn't parse. This allows us to generate a clean diagnostic for this code: t.c:1:22: error: expected expression void foo (void) { do . while (0); } ^ Thanks to Neil for pointing this out. llvm-svn: 59256
-
Chris Lattner authored
llvm-svn: 59255
-
Chris Lattner authored
llvm-svn: 59254
-
Chris Lattner authored
llvm-svn: 59253
-
rdar://problem/6343942Steve Naroff authored
and <rdar://problem/6344601> clang ObjC rewriter: crash passing Block parameter? llvm-svn: 59251
-
Ted Kremenek authored
Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ownership semantics of these objects explicit within the Preprocessor and also tightens up the code (explicit deletes not needed). llvm-svn: 59249
-
Ted Kremenek authored
Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping from IncludeMacroStack. This is both cleaner and makes the include stack transparently extensible. llvm-svn: 59248
-
Ted Kremenek authored
llvm-svn: 59247
-
Dan Gohman authored
BitVector, instead of manually testing each bit. llvm-svn: 59246
-