- Oct 02, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42526
-
Steve Naroff authored
Use Identifier::getLength() instead of strlen() in Selector::getName() and MultiKeywordSelector::getName(). llvm-svn: 42524
-
Devang Patel authored
llvm-svn: 42522
-
Owen Anderson authored
llvm-svn: 42521
-
Owen Anderson authored
llvm-svn: 42519
-
Devang Patel authored
llvm-svn: 42517
-
Hartmut Kaiser authored
llvm-svn: 42516
-
Tanya Lattner authored
If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont. llvm-svn: 42514
-
Steve Naroff authored
Add comment to ObjcClassDecl. Move ObjcClassDecl to be next to ObjcForwardProtocolDecl. Since they are very similar, might want to unify their names (e.g. ObjcForwardClassDecl). Change indentation of ObjcForwardProtocolDecl to conform to everything else in DeclObjC.h. llvm-svn: 42513
-
Hartmut Kaiser authored
llvm-svn: 42512
-
Evan Cheng authored
instructions reverse map. llvm-svn: 42509
-
Dale Johannesen authored
llvm-svn: 42508
-
Steve Naroff authored
Add comments for ObjC Decl's. Removed a constructor that was #if 0's out. Added a FIXME for fariborz...categories shouldn't inherit from ScopedDecl. llvm-svn: 42507
-
Dan Gohman authored
SourceFiles list is fully filled in so that it sees all of the files. llvm-svn: 42506
-
Evan Cheng authored
llvm-svn: 42505
-
- Oct 01, 2007
-
-
Devang Patel authored
llvm-svn: 42502
-
Evan Cheng authored
llvm-svn: 42499
-
Ted Kremenek authored
tracked BlkExpr information now maintained by the CFG class. llvm-svn: 42498
-
Ted Kremenek authored
expressions to IDs. This is used by various dataflow analyses, but is also useful for anyone querying a CFG to determine where an expression is evaluated. llvm-svn: 42495
-
Steve Naroff authored
Move ObjC decls to DeclObjC.h, a new AST header. Update clients and add to project file. llvm-svn: 42494
-
Devang Patel authored
Relax unsafe use check. If there is one unconditional use inside the loop then it is safe to promote value even if there is another conditional use inside the loop. llvm-svn: 42493
-
Evan Cheng authored
llvm-svn: 42492
-
Fariborz Jahanian authored
with those in their base class. In response to clattner's September 30, 2007 12:54:49 AM PDT email. llvm-svn: 42491
-
Fariborz Jahanian authored
September 30, 2007 12:36:58 AM PDT and September 30, 2007 12:50:05 AM PDT llvm-svn: 42490
-
Ted Kremenek authored
as a member function. This function is no longer needed within the CFG class, and logically belongs to the Stmt class as a predicate for a Stmt instance. llvm-svn: 42489
-
Dale Johannesen authored
llvm-svn: 42488
-
Dan Gohman authored
llvm-svn: 42487
-
- Sep 30, 2007
-
-
Dale Johannesen authored
llvm-svn: 42486
-
Fariborz Jahanian authored
llvm-svn: 42485
-
Dale Johannesen authored
use APFloat for int-to-float/double; use round-to-nearest for these (implementation-defined, seems to match gcc). llvm-svn: 42484
-
Dale Johannesen authored
llvm-svn: 42483
-
Gordon Henriksen authored
And not super's super, either. llvm-svn: 42482
-
Chris Lattner authored
method to StringMapEntry. Steve, please use this to remove the strlen calls in selector processing. llvm-svn: 42481
-
Chris Lattner authored
llvm-svn: 42480
-
Chris Lattner authored
llvm-svn: 42479
-
Chris Lattner authored
llvm-svn: 42478
-
Chris Lattner authored
llvm-svn: 42477
-
Owen Anderson authored
Template-ize more of the DomTree internal implementation details. Only the calculate() methods for DomTree and PostDomTree remain to be merged/template-ized. llvm-svn: 42476
-
Chris Lattner authored
llvm-svn: 42475
-
Chris Lattner authored
llvm-svn: 42474
-