- 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
- 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
- b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
- 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
- 6d9b9e4 fix a build problem where NULL isn't implicitly defined by the headers this file includes. by Chris Lattner · 17 years ago
- 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
- 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
- c992b4a update for changes in diagnostic strings. by Chris Lattner · 17 years ago
- 2119c48 regroup assignment-related diagnostics, fix a mistake in one. by Chris Lattner · 17 years ago
- bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
- 58ca5f5 renamed class "GRCP" (Graph Reachabilty Constant Propagation) to by Ted Kremenek · 17 years ago
- 05abf8c Implemented End-Of-Path processing. by Ted Kremenek · 17 years ago
- 7978452 Initial checking of GRConstantPropagation.cpp, which implements a constant by Ted Kremenek · 17 years ago
- 1dcf0a4 Fixed misuse of pointer within SimulVertex::addPredecessor() by Ted Kremenek · 17 years ago
- f3b9212 SimulGraph::getVertex() now also returns a bool indicating if the returned by Ted Kremenek · 17 years ago
- 5156ad8 Constified methods front() and back() in CFGBlock. by Ted Kremenek · 17 years ago
- 02ad1a2 De-constified the pointers returned by the Dst() and Src() methods of by Ted Kremenek · 17 years ago
- e5dc608 Couple more uninitialized before use warning elimination. by Fariborz Jahanian · 17 years ago
- bca14a2 Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
- 9d3185e Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
- 3a57077 simplify the lexer a bit, pulling stuff out of the default case. by Chris Lattner · 17 years ago
- 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
- c89bf69 fix long lines. by Chris Lattner · 17 years ago
- 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
- 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
- 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
- f56dac9 SimulVertex: Inverted argument order when calling the Profile method of StateTy. by Ted Kremenek · 17 years ago
- efdd157 Fix PR1895: a crash on an ugly gcc extension. by Chris Lattner · 17 years ago
- 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
- 41bc5cd Converted state reference within SimulVertex from StateTy* to StateTy. by Ted Kremenek · 17 years ago
- ef5a85d Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
- 0de2ae2 Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
- e8599e5 Added/fixed some comments. by Ted Kremenek · 17 years ago
- 0ba0aa1 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
- 5d5c462 Sprinkled 'typename' and fixed a few typos and type declaration errors to by Ted Kremenek · 17 years ago
- a5c999d Added fixme. by Ted Kremenek · 17 years ago
- b679fed Allocate vertices using a BumpPtrAllocator. by Ted Kremenek · 17 years ago
- 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
- 4288c43 Allow splat casts for OCU vector assignments & add some comments. by Nate Begeman · 17 years ago
- aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
- b3ab8dc Allow codegen of vector fdiv by Nate Begeman · 17 years ago
- 17930d9 implement codegen support for most unary operators when by Chris Lattner · 17 years ago
- 0538bc5 remove attributions from .def files. by Chris Lattner · 17 years ago
- 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
- 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 5c09a02 Fix OCUVector case in struct layout code. by Christopher Lamb · 17 years ago
- 22c940e 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
- d3ba3f4 Make MemberExpr code safe w.r.t. address spaces. by Christopher Lamb · 17 years ago
- 33fd5c1 Fix an error in the base/idx accessors for ArraySubscriptExpr's that crops up with vector element access. by Christopher Lamb · 17 years ago
- 998568f various cleanups. Use IgnoreParenCasts instead of inlined versions. by Chris Lattner · 17 years ago
- fae3f1f unindent cases in a switch stmt, no functionality change. by Chris Lattner · 17 years ago
- 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
- c063e43 move file to proper place in project. by Chris Lattner · 17 years ago
- d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
- bfc7930 From Lucas Newman: by Chris Lattner · 17 years ago
- 1e57144 add a file I forgot to svn add. by Chris Lattner · 17 years ago
- 1dc4304 alphabetize in project. by Chris Lattner · 17 years ago
- cda459e use -emit-llvm-bc by Chris Lattner · 17 years ago
- 6d0747d no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
- 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
- cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
- b5ce097 No need to do work that the folding builder does for us. by Anders Carlsson · 17 years ago
- 9bb947a Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
- 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
- 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
- 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
- 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
- fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
- ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago
- eb44eee remove use of alloca. by Chris Lattner · 17 years ago
- d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
- 1cbb58f Added (incomplete) implementation of SimulEngine, a worklist-based dataflow by Ted Kremenek · 17 years ago
- dc5c01b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
- 7b5e1b8 Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
- 30f790a Converted Loc back to being of type ProgramEdge. Ultimately I believe we want by Ted Kremenek · 17 years ago
- 0b506a1 Added preliminary implementation of SimulGraph, which represents the by Ted Kremenek · 17 years ago
- 9db9bd9 Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt by Ted Kremenek · 17 years ago
- 5facce9 SimulVertex now subclasses FoldingSetNode. by Ted Kremenek · 17 years ago
- a3b8591 Added Profile method to SimulVertex. by Ted Kremenek · 17 years ago
- 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
- 6af1753 Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
- cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
- 7bb371d Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
- b314496 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
- afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
- 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
- dd6ecdb Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
- b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
- 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
- d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
- eaac0b0 Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
- 2a11a5f Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
- cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
- 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
- ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
- c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
- 18b2515 add accessor. by Chris Lattner · 17 years ago
- 7360f9f Add newline by Seo Sanghyeon · 17 years ago
- 7697b5c Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
- 7359f04 More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago