]> granicus.if.org Git - clang/shortlog
clang
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...
2007-12-02 Chris Lattnerregister clz and ctz builtins.
2007-12-02 Chris Lattnerfix a crash when the rewriter would scan off the beginn...
2007-12-02 Chris Lattneradd support for custom client-specific diagnostics...
2007-12-02 Oliver HuntAdd support for __builtin_expect which is needed for...
2007-12-02 Chris Lattnerimprove VC++ compatibility, patch by Cédric Venet.
2007-12-02 Oliver HuntSupport initalisers for more than just int-typed static...
2007-12-01 Fariborz JahanianCompute side-effect for conditional expression.
2007-12-01 Chris LattnerAdd #include, patch by Cédric Venet
2007-12-01 Christopher... Better match llvm-gcc's behavior for CodeGen naming...
2007-12-01 Christopher... When generating the CodeGen type name of a struct,...
2007-12-01 Seo SanghyeonTest commit
2007-12-01 Chris Lattnermake the unused expression warning less noisy by not...
2007-12-01 Chris Lattnersimplify some code, add support for functions without...
2007-12-01 Chris Lattnerfix a couple switch codegen problems Oliver reported.
2007-12-01 Ted KremenekFixed bug in the serialization of SelectorTable where...
2007-11-30 Chris Lattnerstart partitioning the diagnostics into two classes...
2007-11-30 Anders CarlssonString literals are always valid LValues.
2007-11-30 Ted KremenekImplemented serialization of SelectorTable and Selectors.
2007-11-30 Chris Lattnerpass diagnostics into the rewrite test client.
2007-11-30 Anders CarlssonInitialize CurMethodDecl to 0.
2007-11-30 Anders CarlssonGCC has an extension where the left hand side of the...
2007-11-30 Anders CarlssonInitialize LaxVectorConversions.
2007-11-30 Chris Lattnerfix a bug handling typedefs in member expr codegen...
2007-11-30 Chris LattnerFix a codegen crash on void ?: reported by Oliver
2007-11-30 Chris LattnerSupport fully general case expressions, patch by Sanghy...
2007-11-30 Christopher... Doh! Check in this long overdue test fix.
2007-11-30 Anders CarlssonSupport lax vector conversions.
2007-11-29 Steve NaroffYesterday, I simplified how we stream top-level decls.
2007-11-29 Ted KremenekAdded method "HandleTopLevelDeclaration" to ASTConsumer...
next