- Aug 06, 2008
-
-
Bill Wendling authored
llvm-svn: 54386
-
Dan Gohman authored
warning. There wasn't actually a problem here, because the contents of the string are known. llvm-svn: 54385
-
Bill Wendling authored
llvm-svn: 54384
-
Nico Weber authored
llvm-svn: 54383
-
Daniel Dunbar authored
having multiple bindings from all the possible decls which conceptually map to the same global). - This eliminates CodeGen depending on the LLVM module for name lookup. - This also eliminates the need for ReplaceMapValuesWith (hurrah). - This handles lookups for FunctionDecls correctly in the presence of aliases, this was previously broken. - WIP: Can still clean up & unify variable and function emission. llvm-svn: 54382
-
Nico Weber authored
llvm-svn: 54381
-
Dan Gohman authored
instead of having it call getIterationCount again. llvm-svn: 54380
-
Bill Wendling authored
llvm-svn: 54379
-
Owen Anderson authored
llvm-svn: 54378
-
Bill Wendling authored
llvm-svn: 54377
-
Evan Cheng authored
llvm-svn: 54376
-
- Aug 05, 2008
-
-
Evan Cheng authored
llvm-svn: 54375
-
Owen Anderson authored
llvm-svn: 54374
-
Ted Kremenek authored
llvm-svn: 54373
-
Bill Wendling authored
looks bogus. Please see PR2629 for details on why this is breaking things. llvm-svn: 54372
-
Owen Anderson authored
llvm-svn: 54371
-
Owen Anderson authored
llvm-svn: 54369
-
Ted Kremenek authored
Added decl_iterator to DeclStmt to provide an abstract interface to iterate over the ScopedDecls of a DeclStmt. Updated a few clients of DeclStmt::getNextDeclarator() to use decl_iterator instead. Will update other clients after additional testing. llvm-svn: 54368
-
rdar://problem/5929344Steve Naroff authored
Finish fixing <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C" llvm-svn: 54367
-
Ted Kremenek authored
llvm-svn: 54366
-
Nuno Lopes authored
llvm-svn: 54365
-
Ted Kremenek authored
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. llvm-svn: 54364
-
rdar://problem/6108119Steve Naroff authored
Fix <rdar://problem/6108119> clang ObjC rewriter: if no newline at end of input file, rewriter inserts #define on same line as closing brace llvm-svn: 54363
-
Chris Lattner authored
llvm-svn: 54362
-
Owen Anderson authored
llvm-svn: 54361
-
Chris Lattner authored
llvm-svn: 54360
-
Owen Anderson authored
that couldn't be updated. llvm-svn: 54359
-
Owen Anderson authored
llvm-svn: 54358
-
Owen Anderson authored
llvm-svn: 54357
-
Owen Anderson authored
llvm-svn: 54356
-
Owen Anderson authored
llvm-svn: 54355
-
Owen Anderson authored
llvm-svn: 54354
-
Daniel Dunbar authored
ActOnDeclarator. llvm-svn: 54353
-
Daniel Dunbar authored
llvm-svn: 54352
-
Dan Gohman authored
llvm-svn: 54351
-
Dan Gohman authored
llvm-svn: 54350
-
Dan Gohman authored
llvm-svn: 54349
-
Dan Gohman authored
llvm-svn: 54348
-
Evan Cheng authored
llvm-svn: 54347
-
Evan Cheng authored
Fix PR2568: Fix bug that cause redudant kill marker after its live interval has been extended due to coalescing. llvm-svn: 54346
-