]> granicus.if.org Git - clang/shortlog
clang
2007-11-04 Steve NaroffTwo additions...
2007-11-03 Steve NaroffAdd a method prototype slot/getter to the ObjCMessageEx...
2007-11-03 Steve NaroffImplement rewrite rules for ObjC string constants.
2007-11-03 Chris LattnerFix ownership model of ParseAST to allow the dtor of
2007-11-03 Fariborz JahanianProvide both const and non-const accessor methods for...
2007-11-03 Fariborz JahanianProvide const and none-const version of methods accessi...
2007-11-02 Fariborz Jahanianpretty-print @try/@catch/@finally from AST as the valid...
2007-11-02 Ted KremenekAdded most of the boilerplate code for Decl serializati...
2007-11-02 Chris LattnerExpose InsertText, fixing an oversight.
2007-11-02 Anders CarlssonGenerate code for member exprs.
2007-11-02 Fariborz JahanianAST for @try statement.
2007-11-02 Hartmut KaiserUpdated VC++ build system
2007-11-02 Fariborz JahanianAST for @finally statement.
2007-11-01 Fariborz JahanianAST build for @catch clause (this is work in progress).
2007-11-01 Ted KremenekSimplified Serialization code for SourceLocation and...
2007-11-01 Fariborz JahanianBunch of class declarations for objective-c's @try...
2007-11-01 Devang PatelRename classes and collections that maintain record...
2007-11-01 Ted KremenekImplemented serialization of QualTypes within ASTContex...
2007-11-01 Fariborz JahanianRemaining work to collect objective-c's type qualifiers...
2007-11-01 Steve Naroff- Remove _interface_ prefix for the synthesized tag...
2007-11-01 Ted KremenekChanged serialization/deserialization of BuiltinTypes...
2007-11-01 Ted KremenekReverted unnecessary inlining of operator!=, since...
2007-11-01 Devang PatelPropagate bitfield info.
2007-11-01 Steve NaroffImplement rewrite rule for commenting out protocol...
2007-11-01 Chris Lattneradd support for vector type compatibility checking...
2007-11-01 Steve NaroffTweak RewriteInterfaceDecl() to generate a typedef...
2007-11-01 Chris LattnerImplement test/Sema/init.c by treating functions as...
2007-11-01 Anders CarlssonPut constant CFStrings in the __DATA,__cfstring section.
2007-11-01 Anders CarlssonStub out codegen for __builtin_constant_p. Remove any...
2007-11-01 Devang PatelRemove unnecessary method.
2007-11-01 Devang Patelstart adding pading fields.
2007-10-31 Fariborz Jahanian1) More additions for objective-c's qualifier type.
2007-10-31 Anders CarlssonFix a typo that prevented pointer-to-int conversions...
2007-10-31 Devang PatelRefactor code into a separate method.
2007-10-31 Fariborz JahanianFixed a bug exposed by fixing the assert in previous...
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...
next