]> granicus.if.org Git - clang/shortlog
clang
2009-05-27 Eli FriedmanFix up constant expression handling to deal with the...
2009-05-27 Eli FriedmanAdd IRGen support for local variables of reference...
2009-05-27 Douglas GregorInitial stab at a generalized operation for determining the
2009-05-27 Douglas GregorDon't drop the computed implicit conversions when build...
2009-05-27 Eli FriedmanAdd IRGen support for return statements in functions...
2009-05-27 Anders CarlssonHandle operator call expressions where the callee is...
2009-05-27 Anders CarlssonFunctions that return references can be rvalues as...
2009-05-27 Anders CarlssonAdd another test.
2009-05-27 Anders CarlssonAdd support for emitting calls to functions that return...
2009-05-27 Mike StumpFix typo. I also fixed the hard to read case differenc...
2009-05-27 Anders CarlssonRename an EmitCallExpr function to EmitCall to make...
2009-05-26 Mike StumpUpdate comment.
2009-05-26 Mike StumpAnd an additional testcase that also works.
2009-05-26 Douglas GregorTemplate instantiation for "typeof" for both types...
2009-05-26 Mike StumpFixup codegen for volatile structs in the trivial cases...
2009-05-26 Douglas GregorA simple dynamic array class template, to be used as...
2009-05-26 Douglas GregorMake sure that CodeGen sees template instantiations.
2009-05-26 Daniel DunbarUse .data() instead of &...[0].
2009-05-26 Mike StumpEsnure that if we have a volatile structure as the...
2009-05-26 Douglas GregorWhen evaluating a VarDecl as a constant or determining...
2009-05-26 Daniel DunbarRevert to using &...[0] for std::vector, apparently...
2009-05-26 Daniel DunbarUse .data() vs &...[0]
2009-05-26 Daniel DunbarWhen trying to pass an argument on the stack, assume...
2009-05-26 Daniel DunbarThe driver/diagnostic client don't need to be on the...
2009-05-26 Anders CarlssonAn Obj-C message send expression can never have a refer...
2009-05-26 Douglas GregorSimplify printing of the statistics for types.
2009-05-26 Eli FriedmanFix for PR4140: Add the start of a Linux toolchain...
2009-05-26 Anders CarlssonAdd a new CallExpr::getCallReturnType and use it in...
2009-05-26 Anders CarlssonA block that returns a reference is an lvalue.
2009-05-26 Eli FriedmanHandle the edge case of a weak function with incomplete...
2009-05-26 Anders CarlssonRemove a bunch of unused constructors
2009-05-26 Anders CarlssonRemove AstGuard.h from Xcode project.
2009-05-25 Eli FriedmanMinor build system changes to make ABITest work correct...
2009-05-25 Eli FriedmanSome minor corrections: don't use offsetof on a bitfiel...
2009-05-25 Eli FriedmanExtend getPreferredTypeAlign to handle _Complex double...
2009-05-25 Eli FriedmanPR4122: Tweak the ambiguity handling to handle (S(...
2009-05-25 Chris Lattnertweak non-null check to put the caret on the function...
2009-05-25 Chris Lattnermerge two tests.
2009-05-25 Chris Lattnerreword a warning for clarity
2009-05-25 Chris Lattnerdefault -Wnonnull to on.
2009-05-25 Chris Lattnermove some format group options around in the file....
2009-05-25 Chris LattnerFix a couple of bugs:
2009-05-25 Chris Lattnerimprove comment, no functionality change.
2009-05-25 Chris Lattnerfix this test to fail when the patch isn't applied.
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.
next