]> granicus.if.org Git - clang/shortlog
clang
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.
2009-05-19 Eli FriedmanBuild fixes for r72135.
2009-05-19 Eli FriedmanMove AnalysisConsumer.h and Analyses.def from tools...
2009-05-19 Douglas GregorTemplate instantiation for __builtin_types_compatible_p.
2009-05-19 Anders CarlssonImprove support for irgen of references.
2009-05-19 Douglas GregorTemplate instantiation for GNU statement expressions
2009-05-19 Douglas GregorFix handling of the GNU "t ? : f" extension to the...
2009-05-19 Douglas GregorTemplate instantiation for compound assignment operators.
2009-05-19 Anders CarlssonOnly do the bitcast in EmitStoreOfScalar if the type...
2009-05-19 Douglas GregorTemplate instantiation for cast expressions.
2009-05-19 Anders CarlssonPass the destination QualType to EmitStoreOfScalar...
2009-05-19 Anders CarlssonDon't always zext the result of the not unary operator...
2009-05-19 Fariborz JahanianPatch finishes off application of printf attribute...
2009-05-19 Daniel DunbarUpdate test
2009-05-19 Duncan SandsAdd missing include for stderr and fprintf, needed
2009-05-19 Eli FriedmanRemove the -arch option from clang-cc: for all practica...
2009-05-19 Eli FriedmanMove analysis command-line options out of AnalysisConsu...
2009-05-19 Eli FriedmanFix a crash with -emit-html from stdin.
2009-05-19 Anders CarlssonHave AggExprEmitter::VisitCXXConstructExpr make new...
2009-05-19 Anders CarlssonCreate CXXConstructExpr calls for arguments passed...
2009-05-19 Eli FriedmanClean up some unnecessary includes.
2009-05-19 Eli FriedmanCMake updates for r72099; untested, so please tell...
2009-05-19 Eli FriedmanMove clang-cc.h to lib/Frontend/Utils.h, and move the...
2009-05-19 Anders CarlssonAdd comment about FullExprArg.
2009-05-19 Eli FriedmanMove CreateAnalysisConsumer into a separate header...
2009-05-19 Eli FriedmanMove the options for dependency file generation from...
2009-05-19 Eli FriedmanMove options for -E mode from PrintPreprocessedOutput...
2009-05-19 Eli FriedmanRefactor -dM mode out of the main routine for -E handling.
2009-05-19 Eli FriedmanMove the warning options from Warnings.cpp to clang...
2009-05-19 Eli FriedmanSwitch some utilities in clang-cc to take a stream...
2009-05-19 Ted KremenekUpdate checker build.
2009-05-19 Anders CarlssonWhen assigning from an rvalue to a const reference...
2009-05-19 Douglas GregorTemplate instantiation for call expressions.
2009-05-19 Fariborz JahanianThis patch allows clang to generate code for declared...
2009-05-19 Douglas GregorTemplate instantiation for array subscript expressions...
next