- 3b45113 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
- 1642058 readability improvement suggested by Sam Bishop, thanks! by Chris Lattner · 17 years ago
- 12ebf27 by Steve Naroff · 17 years ago
- ca67696 Added nodes_iterator to the GraphTrait for ExplodedNode<>. by Ted Kremenek · 17 years ago
- 3142c53 Added GraphTraits<> partial specializations for ExplodedNode<> classes. by Ted Kremenek · 17 years ago
- 1d0518e Relocated comment in header. by Ted Kremenek · 17 years ago
- bcf8d5b Added more boilerplate for processing end-of-paths. by Ted Kremenek · 17 years ago
- 20d1d4b Added ownership of "checker state" within the ExplodedGraph. Moved code that by Ted Kremenek · 17 years ago
- 955fcb8 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
- 9b84242 Verify/add code to make sure types passed to interfaceTypesAreCompatible by Fariborz Jahanian · 17 years ago
- c834ea6 Fix a nasty corner case that Neil noticed in PR1900, where we would by Chris Lattner · 17 years ago
- 42730c5 Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
- 324949a Make interfaceTypesAreCompatible a private method. by Fariborz Jahanian · 17 years ago
- 8e513d6 Renamed SimulVertex, SimulGraph, and SimulEngine to: by Ted Kremenek · 17 years ago
- 7469aa8 Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
- c761261 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
- e677f5a Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
- fdd96d7 minor cleanup. by Chris Lattner · 17 years ago
- 886bf13 Fix typo by Nate Begeman · 17 years ago
- 0ac5163 rearrange some code. by Chris Lattner · 17 years ago
- 992ae93 some simplifications/cleanups to ?: sema. by Chris Lattner · 17 years ago
- fabcc64 Emit warnings like "dereferencing void pointer" instead of trying to by Chris Lattner · 17 years ago
- 1ba5a76 twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
- 0db972d Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
- dff0f2b Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
- db22bf4 unnest vector handling again. by Chris Lattner · 17 years ago
- 6e9c2b1 Added a comment, minor refactoring of foreach parsing code per Chris's suggestion. by Fariborz Jahanian · 17 years ago
- ef996d3 we already test for exact type matches early, so we don't have to do by Chris Lattner · 17 years ago
- 1853da2 simplify some of this code by removing the else/if chain and by by Chris Lattner · 17 years ago
- cadb070 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
- 0949305 move objc expr sema to its own file. by Chris Lattner · 17 years ago
- 4eac050 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
- d951b7b add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
- 005ed75 Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
- 662d708 fix a build problem where NULL isn't implicitly defined by the headers this file includes. by Chris Lattner · 17 years ago
- fe0982d Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
- 01e854d generalize some of the conversion warnings. by Chris Lattner · 17 years ago
- e6e9e35 update for changes in diagnostic strings. by Chris Lattner · 17 years ago
- e62d638 regroup assignment-related diagnostics, fix a mistake in one. by Chris Lattner · 17 years ago
- 4ca3d77 give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
- 3c53ae3 renamed class "GRCP" (Graph Reachabilty Constant Propagation) to by Ted Kremenek · 17 years ago
- 7a4f9ba Implemented End-Of-Path processing. by Ted Kremenek · 17 years ago
- 6d4d188 Initial checking of GRConstantPropagation.cpp, which implements a constant by Ted Kremenek · 17 years ago
- 17a2b52 Fixed misuse of pointer within SimulVertex::addPredecessor() by Ted Kremenek · 17 years ago
- a5dd7a6 SimulGraph::getVertex() now also returns a bool indicating if the returned by Ted Kremenek · 17 years ago
- 04379f1 Constified methods front() and back() in CFGBlock. by Ted Kremenek · 17 years ago
- 1b5f5e1 De-constified the pointers returned by the Dst() and Src() methods of by Ted Kremenek · 17 years ago
- 2efae77 Couple more uninitialized before use warning elimination. by Fariborz Jahanian · 17 years ago
- ce5528d Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
- a13effb Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
- 0ffadcc simplify the lexer a bit, pulling stuff out of the default case. by Chris Lattner · 17 years ago
- 1300bc7 Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
- c212668 fix long lines. by Chris Lattner · 17 years ago
- 17c0cb0 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
- 9e920f3 New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
- c08564a When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
- 11ed4ca SimulVertex: Inverted argument order when calling the Profile method of StateTy. by Ted Kremenek · 17 years ago
- d4dc267 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago
- 386ab8a Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
- 71b99c4 Converted state reference within SimulVertex from StateTy* to StateTy. by Ted Kremenek · 17 years ago
- 1c1aabb Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
- f9c0a0d Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
- b18ca46 Added/fixed some comments. by Ted Kremenek · 17 years ago
- 1fc8224 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
- ad6442e Sprinkled 'typename' and fixed a few typos and type declaration errors to by Ted Kremenek · 17 years ago
- 0a4df30 Added fixme. by Ted Kremenek · 17 years ago
- 5c05631 Allocate vertices using a BumpPtrAllocator. by Ted Kremenek · 17 years ago
- ec2d106 Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
- a6a1bc0 Allow splat casts for OCU vector assignments & add some comments. by Nate Begeman · 17 years ago
- 6acbedd Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
- aade3bf Allow codegen of vector fdiv by Nate Begeman · 17 years ago
- 62891ad implement codegen support for most unary operators when by Chris Lattner · 17 years ago
- 350b6dd remove attributions from .def files. by Chris Lattner · 17 years ago
- bd59960 remove attribution from makefiles. by Chris Lattner · 17 years ago
- 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 82c758b Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
- ad327ba Enable CodeGen for member expressions based on call expressions returning aggregate types. This enables expressions like 'foo().member.submember'. by Christopher Lamb · 17 years ago
- d62ab38 Make MemberExpr code safe w.r.t. address spaces. by Christopher Lamb · 17 years ago
- e9064e7 Fix an error in the base/idx accessors for ArraySubscriptExpr's that crops up with vector element access. by Christopher Lamb · 17 years ago
- 3d5a8f3 various cleanups. Use IgnoreParenCasts instead of inlined versions. by Chris Lattner · 17 years ago
- 68d88f0 unindent cases in a switch stmt, no functionality change. by Chris Lattner · 17 years ago
- 83bd5eb Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
- 9235b5b move file to proper place in project. by Chris Lattner · 17 years ago
- c257c0d Add accessors + iterator interface. by Chris Lattner · 17 years ago
- 2e93029 From Lucas Newman: by Chris Lattner · 17 years ago
- a60d156 add a file I forgot to svn add. by Chris Lattner · 17 years ago
- e1644e6 alphabetize in project. by Chris Lattner · 17 years ago
- dff72c0 use -emit-llvm-bc by Chris Lattner · 17 years ago
- 607d18f no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
- 869c522 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
- 847f5c1 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
- 4dac3f4 No need to do work that the folding builder does for us. by Anders Carlsson · 17 years ago
- a570d31 Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
- 8af8b06 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
- b8c8a3f Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
- 361888b Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
- 092768b Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
- 550a1eb Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
- 3c2d5fb String literal in aggregate expression by Seo Sanghyeon · 17 years ago
- a661a4d remove use of alloca. by Chris Lattner · 17 years ago