]> granicus.if.org Git - clang/shortlog
clang
2007-11-07 Steve NaroffFinishing touches on code generation for @try and friends.
2007-11-07 Fariborz JahanianEmit objective-c's meta-data at the end of rewriting...
2007-11-07 Steve NaroffRemove old asserts from ASTContext::isObjcIdType()...
2007-11-07 Fariborz JahanianFixed an array overflow bug.
2007-11-07 Fariborz JahanianFixed typo.
2007-11-07 Ted KremenekImplemented serialization of CharacterLiteral.
2007-11-07 Ted KremenekImplemented serialiation of PreDefinedExpr.
2007-11-07 Ted KremenekImplemented serialization of ContinueStmt.
2007-11-07 Ted KremenekImplemented serialization of IndirectGotoStmt.
2007-11-07 Steve NaroffImplement rewrite for @throw.
2007-11-07 Ted KremenekImplemented serialization of GotoStmt.
2007-11-07 Ted KremenekImplemented serialization for ForStmt.
2007-11-07 Ted KremenekImplemented serialization of DoStmt.
2007-11-07 Ted KremenekImplemented serialization for WhileStmt.
2007-11-07 Ted KremenekImplemented serialization of IfStmt.
2007-11-07 Steve NaroffTeach ASTContext::tagTypesAreCompatible() about the...
2007-11-07 Ted KremenekImplemented serialization of SwitchStmt, CaseStmt,...
2007-11-07 Steve NaroffRewrite ObjC @try/@catch/@finally. Some minor tweaks...
2007-11-07 Fariborz JahanianAST for objective-c's @throw statement and its pretty...
2007-11-07 Devang PatelStart struct bit field laout work.
2007-11-07 Ted KremenekImplemented serialization of LabelStmts.
2007-11-07 Fariborz JahanianFixed a pretty-printer bug whereby a @try statement...
2007-11-07 Ted KremenekAdded serialization/deserialization of NullStmts.
2007-11-07 Ted KremenekAdded serialization/deserialization of DeclStmts.
2007-11-07 Ted KremenekOverhauled serialization of statements. We no longer...
2007-11-07 Ted KremenekAdded static inline method "ReadVal" to QualType for...
2007-11-07 Fariborz JahanianRewrite for properties.
2007-11-06 Ted KremenekFixed typo in the name of "ReadPreamble".
2007-11-06 Fariborz JahanianFix an inverted conditional,
2007-11-06 Ted KremenekStarted work on new serialization approach within ASTCo...
2007-11-06 Ted KremenekQualType deserialization now requires that the underlyi...
2007-11-06 Ted KremenekBug fix: inverted test condition to see if a serialized...
2007-11-06 Fariborz JahanianPatch for objc2's property ASTs, as well as pretty...
2007-11-06 Ted KremenekMisc. serialization changes to ASTContext and Decls...
2007-11-06 Ted KremenekRevampled Serialization Tester to serialize and deseria...
2007-11-06 Steve NaroffFix a "basic" bug that resulted in a bogus SourceLocation.
2007-11-06 Chris Lattnerimprove decl merging logic to be more correct with
2007-11-06 Chris LattnerAdd better validation for array types when merging...
2007-11-05 Ted KremenekAdded registration to deserialization engine of Identif...
2007-11-05 Ted KremenekImplemented serialization of TypedefDecls.
2007-11-05 Ted KremenekIn driver code implemented serialization of ASTContext...
2007-11-05 Ted KremenekAdded skeleton for dispatch of Decl serialization.
2007-11-05 Ted KremenekFor serialization of ASTContext, added special-casing...
2007-11-05 Fariborz JahanianMisc. fixes. 1) Resurrect meta-data generation turned...
2007-11-05 Ted KremenekMade methods "Emit" and "Materialize" in ASTContext...
2007-11-05 Ted KremenekAdded TypeSerialization.cpp and DeclSerialization.cpp...
2007-11-05 Steve NaroffSema::ActOnClassMessage()...if a class method isn't...
2007-11-05 Steve NaroffDeclare objc_selector outside the prototype for objc_ms...
2007-11-05 Steve NaroffRewrite @selector(sel).
2007-11-05 Steve Naroff- change the synthesized typedef (for classes) to be...
2007-11-05 Steve NaroffRemove HandleObjcMetaDataEmission(), I inadvertantly...
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...
next