- Mar 16, 2008
-
-
Chris Lattner authored
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
-
Chris Lattner authored
llvm-svn: 48401
-
- Mar 15, 2008
-
-
Ted Kremenek authored
llvm-svn: 48400
-
Ted Kremenek authored
levels; eventually we will need a plug-in model (similar to GRTransferFuncs) to represent symbolic memory. llvm-svn: 48399
-
Chris Lattner authored
all Create methods. llvm-svn: 48398
-
Chris Lattner authored
argument to Create should be first, not last. llvm-svn: 48397
-
Chris Lattner authored
llvm-svn: 48396
-
Gabor Greif authored
llvm-svn: 48394
-
Ted Kremenek authored
potentially being used uninitialized (which it cannot be). llvm-svn: 48393
-
Ted Kremenek authored
from "Block", not the CFGBlock* returned from visiting its subexpression. llvm-svn: 48392
-
Gabor Greif authored
llvm-svn: 48391
-
Chris Lattner authored
Right now only some ctors are switched over. I need to switch them all over so I can change the dtor over. This lets us experiment with region allocation and other things in the future. llvm-svn: 48390
-
Chris Lattner authored
llvm-svn: 48389
-
Ted Kremenek authored
llvm-svn: 48388
-
Ted Kremenek authored
llvm-svn: 48387
-
Ted Kremenek authored
llvm-svn: 48386
-
Ted Kremenek authored
llvm-svn: 48385
-
Steve Naroff authored
Link against the correct ObjC string class (__CFConstantStringClassReference) and fix length computation (removing a FIXME). llvm-svn: 48384
-
Steve Naroff authored
llvm-svn: 48383
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48382
-
Evan Cheng authored
llvm-svn: 48381
-
Evan Cheng authored
Replace all target specific implicit def instructions with a target independent one: TargetInstrInfo::IMPLICIT_DEF. llvm-svn: 48380
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48379
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48378
-
Ted Kremenek authored
llvm-svn: 48377
-
- Mar 14, 2008
-
-
Gabor Greif authored
llvm-svn: 48376
-
Evan Cheng authored
llvm-svn: 48375
-
Ted Kremenek authored
llvm-svn: 48374
-
Duncan Sands authored
table for nounwind calls. llvm-svn: 48373
-
Chris Lattner authored
llvm-svn: 48372
-
Evan Cheng authored
Fix PR2138. Apparently any modification to a std::multimap (including remove entries for a different key) can invalidate multimap iterators. llvm-svn: 48371
-
Chris Lattner authored
llvm-svn: 48370
-
Dan Gohman authored
llvm-svn: 48369
-
Ted Kremenek authored
llvm-svn: 48368
-
Dan Gohman authored
llvm-svn: 48367
-
Nate Begeman authored
non-default address space, and fix comment. Add a test for this. llvm-svn: 48366
-
Dale Johannesen authored
vectors go at the end of the memory area, after all non-vector parameters. llvm-svn: 48364
-
Ted Kremenek authored
a block of "code". Patched various ASTConsumers (such as ASTDumper) to have more support for processing ObjCMethodDecl. CFGVisitor now builds CFGs for ObjCMethodDecls. llvm-svn: 48363
-
Chris Lattner authored
llvm-svn: 48362
-
Evan Cheng authored
llvm-svn: 48361
-