]> granicus.if.org Git - clang/shortlog
clang
2007-12-10 Chris Lattnerclean up the TOC.
2007-12-10 Chris Lattnerfinish the features description.
2007-12-10 Chris Lattnernow with hackability.
2007-12-10 Chris Lattnerreorganize features, expound on a couple more.
2007-12-10 Chris Lattnerincorporate suggestions from Joel Nelson.
2007-12-10 Chris Lattnerstart making features be a more detailed description...
2007-12-10 Chris Lattneradd toc
2007-12-10 Chris Lattnerdon't duplicate goals on the features page.
2007-12-10 Chris Lattnerupdate status
2007-12-10 Chris Lattneredits, switch the goals/why section.
2007-12-10 Chris Lattnerminor edits
2007-12-10 Chris Lattneradd link to comparison page.
2007-12-10 Chris LattnerBe more positive! Add to sidebar.
2007-12-10 Chris Lattnerupdates.
2007-12-10 Chris Lattnerminor edits
2007-12-10 Chris Lattnermake more positive.
2007-12-10 Chris LattnerAdd a "comparing clang to other compilers" page, to...
2007-12-10 Chris Lattnerlots of this is done.
2007-12-10 Chris Lattnerabort when we lower an initializer to the wrong type...
2007-12-10 Chris Lattnerextend or truncate the initializer for a string initial...
2007-12-09 Chris LattnerImplement codegen support for:
2007-12-09 Anders CarlssonAddress Chris's comments.
2007-12-09 Anders CarlssonMove target specific builtin IDs to TargetBuiltins...
2007-12-09 Chris LattnerImplement correct semantic analysis of subtractions...
2007-12-09 Anders CarlssonImplement __builtin_ia32_mulps.
2007-12-09 Anders CarlssonGenerate code for target specific intrinsics.
2007-12-09 Chris LattnerThe flags on tokens indicate whether they are the start...
2007-12-09 Chris LattnerFix a pretty big but subtle bug counting the number...
2007-12-09 Chris LattnerAdd dumping support for locations, make -dumptokens...
2007-12-09 Chris LattnerFix typo noticed by Nico Weber
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...
next