- acb818a by Steve Naroff · 17 years ago
- 75ceedf by Steve Naroff · 17 years ago
- dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
- 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
- 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
- d073987 Minor reordering of the serialization of the fields of MemberExpr to result by Ted Kremenek · 17 years ago
- 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
- 75afb58 Fix the codegen of structs with flexible array members. by Eli Friedman · 17 years ago
- 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
- 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
- dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
- ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
- ff98102 For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) by Ted Kremenek · 17 years ago
- bcba201 Make CallExpr::isBuiltinConstantExpr slightly more efficient. by Anders Carlsson · 17 years ago
- c4f8e8b by Steve Naroff · 17 years ago
- a292585 Added method "printTerminator" to CFGBlock so that external clients can by Ted Kremenek · 17 years ago
- 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
- f69cc5d by Steve Naroff · 17 years ago
- 78a677b Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 17 years ago
- db6ed17 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 17 years ago
- a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
- b7e6bd7 - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create(). by Ted Kremenek · 17 years ago
- fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
- 2565eef by Steve Naroff · 17 years ago
- c385c90 Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 17 years ago
- 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
- ba03eda by Steve Naroff · 17 years ago
- 33d4aab Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of by Ted Kremenek · 17 years ago
- e2dcd78 Reverting r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) until by Ted Kremenek · 17 years ago
- bf75538 fix isIntegerConstantExpr evaluation of unary !. by Chris Lattner · 17 years ago
- 7accba0 When adding assignment expressions to the set of block-level expressions, only by Ted Kremenek · 17 years ago
- d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
- 9412d68 by Steve Naroff · 17 years ago
- 269b10d Missing ObjC stuff. Patch by Mike Stump. by Fariborz Jahanian · 17 years ago
- 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
- 5c06a69 by Steve Naroff · 17 years ago
- 8694674 Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This by Ted Kremenek · 17 years ago
- e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
- faf5e77 Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute method name by Fariborz Jahanian · 17 years ago
- 4e99a5f Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. by Ted Kremenek · 17 years ago
- 847794a Computed length of a __func__ identifier used in an objective-c method correctly, by Fariborz Jahanian · 17 years ago
- 494783a by Steve Naroff · 17 years ago
- 67c49e8 by Steve Naroff · 17 years ago
- 02f62a9 by Steve Naroff · 17 years ago
- 4cdec1c by Steve Naroff · 17 years ago
- 3f0c5ad Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
- 34bc18b When serializing CompoundLiteralExpr, serialize out the file scope flag before by Ted Kremenek · 17 years ago
- e9b1219 by Steve Naroff · 17 years ago
- bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
- aa58f00 by Steve Naroff · 17 years ago
- 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
- aaffbf7 by Steve Naroff · 17 years ago
- fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
- c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
- 83c01da Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge by Ted Kremenek · 17 years ago
- d0091aa by Steve Naroff · 17 years ago
- 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
- 6f81811 by Steve Naroff · 17 years ago
- 4a74678 by Steve Naroff · 17 years ago
- c0a356b Fix isIntegerConstantExpr to compare against zero for casts to bool instead of by Chris Lattner · 17 years ago
- b8f13a8 by Steve Naroff · 17 years ago
- 6fa9b88 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespace. by Ted Kremenek · 17 years ago
- c5ae5cf Verify/add code to make sure types passed to interfaceTypesAreCompatible by Fariborz Jahanian · 17 years ago
- a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
- 205712a Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
- c3b59d3 Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
- 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 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
- 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 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
- 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
- d18b329 Add accessors + iterator interface. by Chris Lattner · 17 years ago
- 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
- afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
- b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
- d0c89c4 More objective-c type analysis. This time involving objective types 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
- 94a5c33 by Steve Naroff · 17 years ago
- fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
- 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
- 6f62c2a fix some crazy indentation by Chris Lattner · 17 years ago
- 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
- dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
- 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
- 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
- 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
- d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
- 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
- 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
- d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
- c293725 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
- c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 7e3a89d Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
- 060e470 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago