]> granicus.if.org Git - clang/shortlog
clang
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...
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...
next