]> granicus.if.org Git - clang/shortlog
clang
2009-05-24 Eli FriedmanMake sure an invalid concatentaion doesn't insert white...
2009-05-24 Daniel DunbarAnother tweak to the clang Getting Started page.
2009-05-24 Daniel DunbarMinor updates to the clang Getting Started page.
2009-05-23 Mike StumpPropagate volatile for implicit property refernces.
2009-05-23 Mike StumpPropagate volatile around for property references.
2009-05-23 Mike StumpTrack volatile aggregate copies better. I'm hoping...
2009-05-23 Mike StumpFix thinko, and implement aggregate volatile reads.
2009-05-23 Mike StumpMore volatile fixes. Can't testcase these yet as ultim...
2009-05-23 Mike StumpCollapse a few FIXMEs together and refactor to make...
2009-05-23 Mike StumpAdd support for volatile RValues.
2009-05-23 Daniel DunbarFix use after free, found by Benjamin Kramer.
2009-05-23 Fariborz JahanianTest for David Chisnall's -fobjc-sender-dependent-dispa...
2009-05-23 Mike StumpOne step to fixing up codegen for a=b, where a is a...
2009-05-23 Eli FriedmanAdd IEEE quad support to DefineFloatMacros.
2009-05-23 Daniel DunbarInitialize Obj-C GC attributes when emitting BlockDeclR...
2009-05-23 Eli FriedmanPR4247: Widen the buffer slightly so it can hold all...
2009-05-23 Mike StumpFix typo.
2009-05-23 Ted KremenekUse 'Exprs.data()' instead of 'Exprs.empty() ? NULL...
2009-05-22 Douglas GregorTemplate instantiation for qualified declaration reference
2009-05-22 Douglas GregorTemplate instantiation for the GNU address-of-label...
2009-05-22 Douglas GregorTemplate instantiation for ExtVectorElementExpr.
2009-05-22 Argyrios KyrtzidisAdd a test case to make sure that an ambiguous paren...
2009-05-22 Douglas GregorFix the parent classes in TypeNodes.def, from Olaf...
2009-05-22 Douglas GregorFix lots of PCH crashes caused by the new assertions in
2009-05-22 Ted KremenekFix PCH crash caused by new assertions in llvm::SmallVe...
2009-05-22 Ted KremenekModify begin()/end() for AsmStmt iterators to handle...
2009-05-22 Fariborz JahanianCannot type cast @selector expressions.
2009-05-22 Daniel DunbarIn assembler-with-cpp mode, don't error on '#' (stringi...
2009-05-22 Douglas GregorAdd a few tests to ensure that member functions of...
2009-05-22 Douglas GregorRepresentation of and template instantiation for member
2009-05-22 Argyrios KyrtzidisAdd -fblocks for the test.
2009-05-22 Argyrios KyrtzidisThe disambiguation process for ambiguous paren expressi...
2009-05-22 Argyrios KyrtzidisThe TokenLexer may encounter annotations if the parser...
2009-05-22 Fariborz JahanianThis patch adds support for sender-aware dispatch in...
2009-05-22 Fariborz JahanianAdded -fblocks to the test's options.
2009-05-22 Mike StumpFixup codegen for __block int i; i += rhs();. Should...
2009-05-22 Daniel DunbarDon't warn about -funit-at-a-time, and reject -fno...
2009-05-22 Daniel Dunbarx86_64 ABI: Account for sret parameters consuming an...
2009-05-22 Fariborz Jahanian(Next runtime only) check to see if class implements...
2009-05-22 Argyrios KyrtzidisSome minor comments modifications.
2009-05-22 Sanjiv GuptaTargets like PIC16 generate Static decls for automatic...
2009-05-22 Argyrios KyrtzidisHandle correctly a very ugly part of the C++ syntax...
2009-05-22 Argyrios KyrtzidisFactor the compound literal parsing out from ParseParen...
2009-05-22 Argyrios KyrtzidisModification to ParseParenExpression.
2009-05-22 Argyrios KyrtzidisRemove ParseSimpleParenExpression.
2009-05-22 Argyrios KyrtzidisRefactor the common code of 'ParseTypeofSpecifier'...
2009-05-22 Argyrios KyrtzidisParse typeof-specifier the same way as sizeof/alignof...
2009-05-22 Zhongxing XuPull EmitRecord() out of loop. It should be called...
2009-05-22 Torok EdwinSet correct calling convention even if there is a bitca...
2009-05-22 Daniel Dunbar(llvm up) Use llvm::Triple for storing target triples.
2009-05-22 Daniel DunbarDon't rely on getArchName() to return a constant string...
2009-05-22 Eli FriedmanA few more tweaks for Solaris; please correct me if...
2009-05-22 Daniel DunbarAdd --analyzer-no-default-checks and --analyzer-output...
2009-05-21 Douglas GregorImprove target support for Solaris.
2009-05-21 Douglas GregorTemplate instantiation for C99 compound literals
2009-05-21 Douglas GregorTemplate instantiation for GNU array-range designators.
2009-05-21 Douglas GregorTemplate instantiation for C99 designated initializers...
2009-05-21 Douglas GregorTemplate instantiation for initializer lists
2009-05-21 Douglas GregorFix CMake build for AST XML dumper
2009-05-21 Mike StumpFixup blocks codegen for { __block i; i = rhs(); }...
2009-05-21 Fariborz JahanianFixed a warning bug when receiver is an object via
2009-05-21 Douglas GregorAST XML dump, from Olaf Krzikalla!
2009-05-21 Douglas GregorTemplate instantiation for unary type traits, e.g....
2009-05-21 Fariborz JahanianCheck on null arguments in the presense of nonnull...
2009-05-21 Douglas GregorTemplate instantiation for C++ "typeid" expressions.
2009-05-21 Douglas GregorTemplate instantiation for C++ throw expressions
2009-05-21 Douglas GregorTemplate instantiation for C++ delete expression
2009-05-21 Douglas GregorMerge the ASTVector and ASTOwningVector templates,...
2009-05-21 Sebastian RedlAvoid using the built-in type checker for assignment...
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-21 Fariborz JahanianMinor refactoring. Uses an existing API to lookup a...
2009-05-21 Douglas GregorTemplate instantiation for C++ "new" expressions.
2009-05-20 Douglas GregorFix template instantiation for compound statements...
2009-05-20 Ted KremenekAdd special cases to retain checker for 'create' method...
2009-05-20 Douglas GregorIntroduce a new kind of RAII class, ASTOwningVector...
2009-05-20 Douglas GregorTemplate instantiation for CXXExprWithTemporaries,...
2009-05-20 Douglas GregorTemplate instantiation for the various kinds of AST...
2009-05-20 Douglas GregorTweak test case so that the expected-error text matches...
2009-05-20 Douglas GregorAdd a va_list/template instantiation test suggested...
2009-05-20 Douglas GregorIntroduce a new expression type, CXXUnresolvedConstruct...
2009-05-20 Fariborz JahanianThis patch provides preliminary support for non-fragile...
2009-05-20 Fariborz Jahanianimplementation of format_arg for ObjC methods/functions.
2009-05-20 Zhongxing XuTreat AllocaRegion as SymbolicRegion in RegionStore...
2009-05-20 Zhongxing XuAdd comments to test case.
2009-05-20 Zhongxing Xu* API change: we need to pass GRState to GRExprEngine...
2009-05-20 Eli FriedmanHandle the remaining unhandled cases in EmitReferenceBi...
2009-05-20 Zhongxing Xuadd header to be built by gcc 4.3 on Linux.
2009-05-20 Anders Carlssonirgen for references to complex rvales (Very important...)
2009-05-20 Anders CarlssonBad anders.
2009-05-20 Anders CarlssonCreate a temporary if the lvalue is a bitfield. Reporte...
2009-05-20 Anders CarlssonAdd support for binding references to scalar rvalues.
2009-05-20 Anders CarlssonBind references to lvalues correctly.
2009-05-20 Anders CarlssonAdd EmitReferenceBindingToExpr. Have EmitCallArg use...
2009-05-20 Douglas GregorStart documenting precompiled headers
2009-05-19 Douglas GregorAdd FIXMEs for the remaining C and C++ expression types...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_va_arg.
2009-05-19 Douglas GregorTemplate instantiation for __builtin_choose_expr.
2009-05-19 Douglas GregorBan the use of __builtin_types_compatible_p in C++...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_shufflevector.
2009-05-19 Eli FriedmanRemove finished FIXME.
next