]> granicus.if.org Git - clang/shortlog
clang
2007-10-30 Chris Lattnerupdate some comments.
2007-10-30 Chris LattnerAvoid using macro expansions, which causes these to...
2007-10-30 Fariborz JahanianAdded type encoding for 'id' type.
2007-10-30 Steve NaroffRewrite protocols.
2007-10-30 Ted KremenekAdded vector to ASTContext to store references to ...
2007-10-30 Steve Naroff- Add location info to category/protocol AST's
2007-10-30 Steve NaroffRemove a couple FIXME's for rewriting ObjC interfaces...
2007-10-30 Steve NaroffMore support for rewriting ObjC intefaces. Still some...
2007-10-30 Anders CarlssonHandle function types.
2007-10-30 Fariborz JahanianAssert if isObjcIdType is called before 'id' type is...
2007-10-29 Ted KremenekVariableArrayTypes (VLAs) without a size expression...
2007-10-29 Fariborz JahanianEncoding for objectiive-c methods.
2007-10-29 Hartmut KaiserUpdated VC++ build system
2007-10-29 Hartmut KaiserAdded a missing #include.
2007-10-29 Steve NaroffRemove a bunch of TODO's that have been done for quite...
2007-10-29 Steve NaroffThis commit contains lot's of small tweaks to how we...
2007-10-29 Ted KremenekAdded support for StmtIterators to iterate over the...
2007-10-29 Ted KremenekFixed deadcode bug where check for NULL decl occured...
2007-10-29 Devang PatelAdd RecordOrganizer::layoutUnionFields()
2007-10-29 Ted KremenekModified StmtIterator to support iteration over the...
2007-10-29 Ted KremenekModified CFG pretty-printing to directly use the (rever...
2007-10-29 Ted KremenekRenamed internal variables of StmtIteratorBase to make...
2007-10-29 Fariborz JahanianDo the encoding of ivar types in the ivar metadata.
2007-10-29 Ted KremenekAdded some comments.
2007-10-29 Ted KremenekAdded to test case for "self-comparison check" uses...
2007-10-29 Ted KremenekFor non-floating point types, added check for expressio...
2007-10-29 Devang PatelInsetead of assert() just emit an error message for
2007-10-29 Ted KremenekFor floating point equality check, we now ignore parent...
2007-10-29 Ted KremenekFor checking for floating point comparison using =...
2007-10-29 Anders CarlssonAddress Chris's comments.
2007-10-29 Anders CarlssonFix logic error.
2007-10-29 Chris Lattnerwhen checking for type equality, ignore typedefs.
2007-10-29 Chris Lattnerimprove error recovery handling broken 'then' or 'else...
2007-10-29 Anders CarlssonAdd (partial) support for @encode.
2007-10-29 Chris LattnerThe callers of ParseStructDeclaration are not expecting...
2007-10-29 Chris Lattnercasting to void is ok for structs (C99 6.5.4p2), this...
2007-10-29 Chris LattnerAdd prototype info for __builtin_memcpy, reducing ...
2007-10-29 Chris LattnerFix a parser bug on labeled inline asm stmts, allowing us
2007-10-29 Chris LattnerImplement *skeletal* support for representing GNU inlin...
2007-10-29 Chris LattnerFix a major bug in the Type::getAs*Type methods: they...
2007-10-29 Anders CarlssonGenerate code for __builtin_classify_type.
2007-10-29 Anders CarlssonAdd BuiltinType::Char_S to Type::isCharType
2007-10-28 Ted KremenekImplemented serialization for TypedefType.
2007-10-28 Ted KremenekImplemented serialization of FunctionTypeProto.
2007-10-27 Ted KremenekImplemented serialization of FunctionTypeNoProto.
2007-10-27 Ted KremenekImplemented serialization for VectorType.
2007-10-26 Ted KremenekMore work on type serialization: added support for...
2007-10-26 Fariborz JahanianPath to synthesize 'instance' size field of _objc_class...
2007-10-26 Ted KremenekCompleted serialization of ConstantArrayTypes (now...
2007-10-26 Steve NaroffStart rewriting ObjC interfaces. As a start, we comment...
2007-10-26 Fariborz JahanianThis patch allows synthesis generation of ivar offset...
2007-10-26 Ted KremenekAdded skeleton implementation of serialization for...
2007-10-26 Fariborz JahanianPatch to synthesize computation of Ivar offset in rewri...
2007-10-26 Devang PatelCodegen union member references.
2007-10-26 Devang PatelHandle non LValue base expressions.
2007-10-26 Devang PatelCode gen static initializer.
2007-10-26 Devang PatelCodegen array initializers.
2007-10-26 Devang PatelCodegen global array initializers.
2007-10-26 Fariborz JahanianPretty printing for ivar list of an interface block.
2007-10-25 Hartmut KaiserDisambiguated variable name to comply with VC++'s archa...
2007-10-25 Hartmut KaiserUpdated VC++ build system
2007-10-25 Ted KremenekModified StmtIterator to now include visiting the initi...
2007-10-25 Devang PatelFix "strbuf += stufflen;" crash.
2007-10-25 Devang PatelDocument ConvertNewType() method and make it a private...
2007-10-25 Ted KremenekAdded DeclSerialization.cpp to XCode project.
2007-10-25 Ted KremenekAdded skeleton for Decl serialization.
2007-10-25 Fariborz JahanianRefactored several meta data for reusability.
2007-10-25 Devang PatelCache llvm::Type through PATypeHolder.
2007-10-25 Ted Kremenekchanged #include of Serialization.h to SerializationFwd...
2007-10-25 Chris LattnerFix a recovery bug Fariborz and I noticed yesterday...
2007-10-25 Chris Lattnersimplify change.
2007-10-25 Chris LattnerFix a bug steve noticed when handling nested rewrites...
2007-10-25 Chris LattnerConvert one type of metadata to use std::string instead of
2007-10-25 Ted KremenekAdded SourceLocation.cpp to XCode project.
2007-10-25 Ted KremenekImplemented serialization of SourceLocation and SourceR...
2007-10-25 Ted KremenekAdded constness to accessors in CompoundStmt.
2007-10-25 Chris LattnerAdd a new ChooseExpr::isConditionTrue method to unify
2007-10-25 Fariborz JahanianRefactored RewriteObjcMethodsMetaData to better rewrite
2007-10-25 Ted KremenekAdded accessors to CompoundStmt to retrieve the source...
2007-10-24 Devang PatelRemove unused #includes
2007-10-24 Steve NaroffMore work on translating message expressions.
2007-10-24 Devang PatelHandle
2007-10-24 Fariborz JahanianRemove explicit use of size of known structs in metadat...
2007-10-24 Fariborz JahanianCouple of minor changes. 1) Metaclass metadata also...
2007-10-24 Devang PatelMove RecordOrganizer into CodeGenTypes.cpp
2007-10-24 Fariborz JahanianRefactord instance and class metadata emission. Refacto...
2007-10-24 Ted KremenekModified current clients of Bitcode-Object serializatio...
2007-10-24 Devang PatelHandle non-constant initializers.
2007-10-24 Devang PatelVisit CompoundLiteralExpr and InitListExpr
2007-10-24 Chris LattnerFix some long lines, move code around into logical...
2007-10-24 Chris LattnerUse Ted's new mutable child iterators to update the...
2007-10-24 Ted KremenekModified operator* for StmtIterator to return Stmt...
2007-10-24 Steve NaroffIncorporate some feedback from Chris...
2007-10-24 Devang PatelConstify methods and reuse RecordOrganizer object.
2007-10-24 Devang Patelcheck base type.
2007-10-24 Devang PatelAdd notes.
2007-10-24 Devang PatelUse isUnionType() predicate.
2007-10-24 Devang Pateluntabify
2007-10-24 Hartmut KaiserFixed a strange construct, please review.
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
next