]> granicus.if.org Git - clang/shortlog
clang
2007-12-09 Chris Lattnermany edits to the main page, add a prominant 'status...
2007-12-09 Chris Lattnerunindent, don't zap whitespace before/after paragraphs.
2007-12-09 Chris Lattnersimplify the menu css, make it a bit more attractive.
2007-12-09 Chris Lattnercleanup some markup, e.g. & -> &
2007-12-09 Chris Lattneravoid ///usr/include/foo.h, patch by Sean Middleditch
2007-12-09 Chris Lattnerimplement support for functions that initialize globals.
2007-12-08 Anders CarlssonAdd getTargetPrefix to TargetInfo, to be used with...
2007-12-08 Fariborz JahanianTest case for my last patch for implementation of stati...
2007-12-07 Steve NaroffOmit the field name when including the super class...
2007-12-07 Fariborz JahanianImplemented when static typing is combined with protoco...
2007-12-07 Steve NaroffHave Sema::CheckConstantInitList skip semantic analysis...
2007-12-07 Steve NaroffLookup methods in the global pool even when a staticall...
2007-12-07 Fariborz JahanianPatch for rewriting of @protocol.
2007-12-07 Steve NaroffRewrite 'super' within a class method. This required...
2007-12-07 Fariborz JahanianPatch to implement "Protocol" as a built-in type declar...
2007-12-06 Anders CarlssonAdd workaround to get test/Parser/compound_literal...
2007-12-06 Fariborz JahanianOn Steve's suggestion, moved handling of use of undecla...
2007-12-06 Devang PatelMore struct bitfields layout work. Now handle,
2007-12-06 Fariborz Jahaniantest case for my very last patch.
2007-12-06 Chris LattnerFix a bug handling typedefs of functions, patch by...
2007-12-06 Chris Lattnermake it more clear what 'foo' is
2007-12-06 Fariborz JahanianA missing method in a messaging expression issues a...
2007-12-05 Ted KremenekSubdivided the function InitializeBaseLanguage into...
2007-12-05 Chris LattnerAvoid passing Diags into InitializeIncludePaths.
2007-12-05 Steve NaroffMake sure Parser::ParseObjCSelectorExpression() handles...
2007-12-05 Ted KremenekRemoved dependence on including iostream (use llvm...
2007-12-05 Ted KremenekConverted SerializationTest (--test-pickling) to use...
2007-12-05 Steve NaroffMake sure the class methods get attached to the metacla...
2007-12-05 Ted KremenekAdded Driver/TranslationUnit.h and Driver/TranslationUn...
2007-12-05 Ted KremenekAdded "TranslationUnit" class that will be used to...
2007-12-05 Ted KremenekModified: CreateTargetInfo(). Now takes Diagnostic...
2007-12-05 Ted KremenekAdded Basic/LangOptions.cpp to XCode project.
2007-12-05 Ted KremenekImplemented serialization of LangOptions.
2007-12-05 Chris LattnerI'm apparently the only sad lonely ppc user left :)
2007-12-05 Ted KremenekMoved creation of ASTConsumers that can operate on...
2007-12-05 Fariborz JahanianPatch to prevent crash on use of objc2 syntax.
2007-12-05 Fariborz JahanianChanged type-cast of "struct objc_super"'s 2nd initiali...
2007-12-05 Chris Lattnerfix some bogus code noticed by Kevin Andre
2007-12-05 Anders CarlssonImplement CodeGen for vectors. Don't create unnecessary...
2007-12-05 Anders CarlssonAdd sema checking for compound literal expressions.
2007-12-05 Anders CarlssonImplement codegen for builtin infinity functions.
2007-12-05 Anders CarlssonRevert DidWarn change - It won't catch all cases anyway...
2007-12-05 Steve NaroffRecognize CompoundLiteralExpr's as valid lvalue's.
2007-12-05 Ted KremenekImplemented serialization of: ObjCEncodeExpr, ObjCSelec...
2007-12-05 Ted KremenekAdded serialization support of SourceManager to the...
2007-12-05 Ted KremenekRenamed SourceManager::Read to SourceManager::CreateAnd...
2007-12-05 Ted KremenekImplemented initial serialization support for SourceMan...
2007-12-04 Steve NaroffAdd the definition of objc_super...
2007-12-04 Ted KremenekRemoved serialization of FileEntry and DirectoryEntry...
2007-12-04 Fariborz JahanianType-cast initializers for "struct objc_super" paramete...
2007-12-04 Fariborz JahanianTest case for my last patch.
2007-12-04 Fariborz JahanianDon't assert if objc.h not declared when rewriting.
2007-12-04 Ted KremenekImplemented serialization of SrcMgr::ContentCache.
2007-12-04 Fariborz JahanianRemoved a "TODO" comment as objc1 runtime does not...
2007-12-04 Fariborz JahanianSimplified setting up Method's scope before generating...
2007-12-04 Ted KremenekFixed a few more comments to change "FileInfo" to ...
2007-12-04 Ted KremenekImplemented serialization of FileEntry and DirectoryEntry.
2007-12-04 Ted KremenekRemoved searching for "darwin" keyword in target triple...
2007-12-04 Ted KremenekRemoved IntrusiveSPtr. There are no clients of this...
2007-12-04 Ted KremenekImplemented serialization of ObjCStringLiteral.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtThrowStmt.
2007-12-04 Ted KremenekImplemented serialization of ObjcAtTryStmt.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtFinallyStmt.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtCatchStmt.
2007-12-03 Ted KremenekFixed order of operands to strstr call.
2007-12-03 Ted KremenekFor target processing, on non-Darwin systems instead...
2007-12-03 Fariborz JahanianChange <Objc/objc.h> to <objc/objc.h>
2007-12-03 Ted KremenekImplemented serialization of TargetInfo.
2007-12-03 Ted KremenekAdded some notes on the -triple and -arch options.
2007-12-03 Fariborz JahanianFixed a bug exposed by referencing an ivar field using...
2007-12-03 Ted KremenekFew cleanups to patch 44551:
2007-12-03 Ted KremenekImplemented initial support for "-triple" option to...
2007-12-03 Chris LattnerFix an ast-print/ast-dump bug.
2007-12-03 Fariborz JahanianSupport for rewriteing of messaging of methods which...
2007-12-03 Fariborz JahanianAdded support for messagings which return a structure...
2007-12-03 Ted KremenekAdded getTrueExpr() and getFalseExpr() to ConditionalOp...
2007-12-03 Bill WendlingFix for testcase that assigns a dereferenced reference...
2007-12-03 Seo SanghyeonIgnore typedefs in pointer arithmetic codegen.
2007-12-03 Anders CarlssonHandle initializing vector elements correctly. Emit...
2007-12-02 Chris Lattneradd a fixme
2007-12-02 Anders CarlssonImplement __builtin_bswap32 and __builtin_bswap64.
2007-12-02 Chris Lattnerfix logic for member expr codegen.
2007-12-02 Seo SanghyeonFix isStructureType and isUnionType to ignore typedefs...
2007-12-02 Christopher... Treat discarding array initializer elements as an extwa...
2007-12-02 Chris Lattnerrestore these lines, which fixes some regtest failures.
2007-12-02 Chris Lattnerall filevar's have static storage. Previously a global...
2007-12-02 Christopher... Commit test for CL 44440.
2007-12-02 Chris LattnerFix buggy test
2007-12-02 Chris Lattnerglobals can't be vla's
2007-12-02 Chris Lattneradd codegen support for global inits that require array...
2007-12-02 Chris Lattnerwarn about unhandled initializers instead of crashing...
2007-12-02 Chris LattnerHandle global variable definitions which change the...
2007-12-02 Chris Lattnerremove the alloca insertion point inst, which is an...
2007-12-02 Chris Lattnermerge the llvm global variable when there are multiple...
2007-12-02 Chris Lattnerimplement codegen for functions whose function body...
2007-12-02 Chris Lattnermerge functions with multiple function decls if they...
2007-12-02 Chris LattnerTeach clang the prototype for __builtin_alloca.
2007-12-02 Chris Lattnerconvert the rest of the stderr users in codegen to...
2007-12-02 Chris Lattnermove unsupported warning into a centralized place.
2007-12-02 Chris LattnerWarn about unsupported codegen with the diags machinery...
next