]> granicus.if.org Git - clang/shortlog
clang
2007-10-31 Fariborz JahanianChanged direction of assert. Added more comments.
2007-10-31 Ted KremenekImplemented more of serialization/deserialization for...
2007-10-31 Steve NaroffFix two rewriter bugs:
2007-10-31 Anders CarlssonHandle function calls that return aggregate expressions.
2007-10-31 Fariborz JahanianMore infrastructure to recognize objective-c's type...
2007-10-31 Devang PatelNew test to verify llvm struct layout.
2007-10-31 Devang PatelCheck whether next slot meets field type's alignment...
2007-10-31 Steve NaroffImplement ObjC built-in types in MinimalAction.
2007-10-31 Ted KremenekImplemented short-circuited version of Builtin::Info...
2007-10-31 Devang PatelKeep track of field offsets during structure layout.
2007-10-31 Devang PatelTake 2.
2007-10-31 Ted KremenekAdjusted QualType deserialization to reflect updated...
2007-10-31 Devang PatelInitialize MemCpyFn
2007-10-31 Fariborz JahanianFixed problem with rewriting stand-alone @implementatio...
2007-10-31 Steve NaroffImplement a more sensible strategy for ObjC built-in...
2007-10-31 Ted KremenekPreliminary support for serializing statements.
2007-10-31 Ted KremenekUpdated path to clang.cpp in build documentation.
2007-10-31 Ted KremenekUpdated build instructions to not include an absolute...
2007-10-31 Ted KremenekUpdated a comment to hopefully silence a Lattner warning.
2007-10-31 Ted KremenekImplemented serialization of Variable Array Types ...
2007-10-31 Fariborz JahanianRewriteing of ivars changed to just copy directly from...
2007-10-31 Ted KremenekRenamed ivar "ArrayTypes" in ASTContext to "ComplexArra...
2007-10-31 Steve NaroffChecking in some code that is still under construction.
2007-10-31 Fariborz JahanianAfter Anders check-in, we can now encode 'Class' type.
2007-10-31 Ted KremenekAdded a few clarifying steps the the "building clang...
2007-10-31 Chris Lattnertemporarily revert devang's patch to link in the llvm...
2007-10-31 Steve NaroffAdd some plumbing to help cope with rewriting "id<p...
2007-10-31 Anders CarlssonEncode Class, SEL and Objective-C objects.
2007-10-31 Devang PatelKeep track of field offsets during structure layout.
2007-10-31 Devang PatelMake target info available to clang code generator.
2007-10-31 Fariborz JahanianAdded new type and bitfield fields in some decl types...
2007-10-30 Devang PatelAvoid unnecessary PATypeHolder copy.
2007-10-30 Steve NaroffStop pre-defining objc_msgSend/objc_getClass in the...
2007-10-30 Ted KremenekUpdated some comments.
2007-10-30 Chris Lattner__real__ and __imag__ can be lvalues. Add support...
2007-10-30 Ted KremenekRefactored CFG construction code that processes DeclStm...
2007-10-30 Devang PatelRefactor code into a separate method.
2007-10-30 Ted KremenekRemoved SrcMgr::FileInfo and SrcMgr::InfoRec and replac...
2007-10-30 Ted KremenekTightened IgnoreParen.
2007-10-30 Devang PatelFix 80 col violations.
2007-10-30 Chris Lattnerminor tweaks
2007-10-30 Devang PatelUse
2007-10-30 Fariborz JahanianFixed tests.
2007-10-30 Chris Lattnerminor code cleanup
2007-10-30 Chris Lattnershrinkify storage class to a bitfield, add a fixme...
2007-10-30 Devang PatelRemove commented out line.
2007-10-30 Fariborz JahanianRevisited my last patch to be able to do encoding of...
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...
next