]> granicus.if.org Git - clang/shortlog
clang
2007-11-28 Ted KremenekChanged TestRunner.sh to dump the output and generated...
2007-11-28 Ted KremenekAdded missing "RUN:" to comment for test case file...
2007-11-28 Chris LattnerFix a bug checking for 'int foo(void)' that didn't...
2007-11-28 Oliver HuntFix typo in writable string test
2007-11-28 Oliver HuntAdding code gen tests for writable and shared string...
2007-11-28 Anders CarlssonAdd correct types for the last remaining intrinsics.
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
2007-11-28 Anders CarlssonAdd more intrinsics. We can now correctly parse both...
2007-11-28 Chris Lattnerfix compilation error noticed by Nuno Lopes
2007-11-27 Ted KremenekMigrated static functions that print decls into a DeclP...
2007-11-27 Chris Lattneradd several cases that Expr::hasStaticStorage missed...
2007-11-27 Chris LattnerSet loc earlier in CheckSingleInitializer to avoid...
2007-11-27 Chris Lattnersizeof is defined by bitsin(char) not by units of 8...
2007-11-27 Chris Lattnerupdate to match change in mainline llvm.
2007-11-27 Steve NaroffMove the null pointer constant check from Sema::CheckSi...
2007-11-27 Chris Lattnerhandle __vector_size__ like vector_size
2007-11-27 Anders CarlssonAdd builtin type signature support for vector types...
2007-11-27 Anders CarlssonAdd comment to CheckVectorCast.h
2007-11-27 Chris Lattnertake an initial stab at setting function linkage right...
2007-11-27 Anders CarlssonReport errors for invalid casts from/to vectors.
2007-11-27 Anders CarlssonAdd more semantic analysis for inline asm statements.
2007-11-26 Ted KremenekAdded optional pass-by-reference argument "isExact" to
2007-11-26 Ted KremenekRemoved dependence on #including iostream.
2007-11-26 Ted KremenekFixed #include of objc/objc.h so that it works on case...
2007-11-26 Ted KremenekReverted changed to getTagDeclType() introduced in...
2007-11-26 Fariborz JahanianFixed a rewrite bug in class synthesis (which I first...
2007-11-26 KevinRemoves link to status page till the info gets added...
2007-11-26 Fariborz JahanianPatch to fix a regression caused by recent rewrite...
2007-11-26 Ted KremenekFixed StmtPrinter to handle GCC extension to the ternar...
2007-11-26 Ted KremenekFixed bug in CFG construction where we did not properly...
2007-11-26 Bill WendlingThe checking for the delimiters of expected error/warni...
2007-11-26 Chris LattnerFix sema support for the gnu ?: expression with a
2007-11-26 Chris Lattnerthis works.
2007-11-25 Chris Lattnersizeof() return size in bytes, not bits, patch by Nuno...
2007-11-25 Ted KremenekMoved logic for -Wfloat-equal to SemaChecking.cpp.
2007-11-25 Anders CarlssonCheck that the clobber registers are valid.
2007-11-25 Anders CarlssonForgot some X86 registers
2007-11-24 Anders CarlssonAdd tables for GCC register names and aliases. This...
2007-11-24 Ted KremenekAdded more test cases for uninitialized values checker.
2007-11-24 Ted KremenekFixed bogus culling of uninitialized-values "taint...
2007-11-24 Ted KremenekMoved dead-stores test cast to a new test suite subdire...
2007-11-23 Anders CarlssonKeep track of whether the asm is volatile or not.
2007-11-23 Chris Lattnerimprove codegen for global variable initializers, imple...
2007-11-23 Anders CarlssonCheck asm input and output expressions.
2007-11-23 Chris LattnerFix PR1820, an incredibly subtle macro expansion bug...
2007-11-22 Anders CarlssonStore output and input operands as well as clobber...
2007-11-21 Anders CarlssonGCC fails if there is a trailing colon but no clobbers.
2007-11-20 Anders CarlssonStore inline asm code in the AST.
2007-11-20 Anders CarlssonAdd __builtin_abs
2007-11-20 Chris LattnerImprove function decl merging, patch by Oliver Hunt!
2007-11-20 Ted KremenekAdded another test case for the Dead Stores checker...
2007-11-20 Ted KremenekUpdated CFGStmtVisitor and CFGRecStmtVisitor to have...
2007-11-19 Ted KremenekRemoved PersistentMap. It is now superseded in every...
2007-11-19 Ted KremenekAdded test case for dead stores checker (live variables...
2007-11-19 Ted KremenekFixed bug where LiveVariables was not properly propagat...
2007-11-19 Anders CarlssonPut back the flags field in the constant CF string...
2007-11-18 Ted KremenekAdded test case for dead-stores checker. Test case...
2007-11-18 Ted KremenekFixed bug in WalkaST_VisitDeclSubExprs where we failed...
2007-11-17 Steve NaroffNow that we are passing back "free standing decls"...
2007-11-17 Steve NaroffMake sure Sema::ParsedFreeStandingDeclSpec() returns...
2007-11-16 Ted KremenekAdded assertion in serialization of DeclRefExprs. ...
2007-11-16 Ted KremenekFixed bug in the serialization of FunctionDecls. We...
2007-11-16 Chris LattnerTighten up address-of checking, implementing test/Sema...
2007-11-15 Chris LattnerFix transient failure on Lex/c90.c due to an uninit...
2007-11-15 Chris Lattneradd header file I forgot to check in
2007-11-15 Chris Lattnerfix a bug Steve noticed, where a #import of the main...
2007-11-15 Ted KremenekAdded hack when serializing DeclRefExprs. This should...
2007-11-15 Ted KremenekStarted separate section for method definitions for...
2007-11-15 Steve NaroffNo need to forward declare definition of objc_super...
2007-11-15 Steve NaroffFinish up variadic methods/messages.
2007-11-15 Steve NaroffImplement support for variadic methods (work in progress).
2007-11-15 Steve NaroffExtend RewriteTest::RewriteObjCIvarRefExpr() to cope...
2007-11-15 Steve NaroffTweak funky cast to accommodate messaging 'super'....
2007-11-15 Steve NaroffRewrite for messaging 'super'.
2007-11-15 Nate BegemanBreak out bool/true/false support into a LangOption
2007-11-15 Nate BegemanImplement codegen of CXX Bool
2007-11-15 Chris LattnerHandle "bool" in all places that touch _Bool.
2007-11-15 Steve Naroff- Implement ivar rewrite (patch by Fariborz).
2007-11-15 Steve NaroffRefinement to previous commit. Always cast the first...
2007-11-14 Steve NaroffCast implicit "self" argument to "id". This removes...
2007-11-14 Ted KremenekFixed bug in serialization of EnumConstantDecl where...
2007-11-14 Ted KremenekFixed bug when serializing QualTypes where we were...
2007-11-14 Steve NaroffAlways generate a typedef for @class. The typedef remov...
2007-11-14 Chris LattnerFix a rewriter bug that steve noticed. Don't skip...
2007-11-14 Ted KremenekAdded QualType::ReadBackpatch to allow QualType initial...
2007-11-14 Fariborz JahanianPatch to comment out use of protocol qualifiers when...
2007-11-14 Ted KremenekImplemented serialization of InitListExpr.
2007-11-14 Ted KremenekImplemented serialization of CompoundLiteralExpr.
2007-11-14 Ted KremenekAdded serialization of Union decls.
2007-11-14 Ted KremenekRemoved assertion inserted only for temporary debugging.
2007-11-14 Ted KremenekAdded missing break statement.
2007-11-14 Steve NaroffFairly major surgery to RewriteTest::SynthesizeObjcInte...
2007-11-14 Ted KremenekImplemented serialization of EnumDecl and EnumConstantDecl.
2007-11-14 Ted KremenekImplemented serialization of FieldDecls.
2007-11-14 Ted KremenekSourceManager, IdentifierTable, Selectors are now seria...
2007-11-14 Fariborz JahanianRemoved unused variabel.
2007-11-14 Chris LattnerFix a bug handling hex floats in c90 mode, pointed...
2007-11-14 Steve NaroffFix yesterday's regression with rewriting @optional...
2007-11-14 Steve NaroffRewrite methods that span multiple lines.
2007-11-14 Steve NaroffAllow properties within a protocol. The case below...
next