]> granicus.if.org Git - clang/shortlog
clang
2010-06-29 Daniel Dunbartests: Fix test to not depend on instruction names.
2010-06-29 Daniel DunbarSema: Fix a subtle i64 -> i32 truncation which broke...
2010-06-29 Chris Lattnerrelax the CGFunctionInfo::CGFunctionInfo ctor to allow...
2010-06-29 Fariborz JahanianThis patch fixes a bug whereby, clang skipped
2010-06-29 Chris Lattnerfix PR7519: after thrashing around and remembering...
2010-06-29 Douglas GregorAllow a using directive to refer to the implicitly...
2010-06-29 Douglas GregorWith packed enums, an enumerator's value may be stored...
2010-06-29 Daniel Dunbartests: Use %clangxx when using driver for C++, in case...
2010-06-29 Daniel Dunbartests: Spell %clang_cc1 correctly.
2010-06-29 Chris Lattnerminor cleanups.
2010-06-29 Daniel DunbarDriver/Darwin: Only run dsymutil when we are also compi...
2010-06-29 Jeffrey YasskinDelete assert in ComputeKeyFunction. The function...
2010-06-29 Chris LattnerChange X86_64ABIInfo to have ASTContext and TargetData...
2010-06-29 Chris LattnerMinix doesn't support dylibs, PR7294
2010-06-29 Chris Lattnerplumb preferred types down into X86_64ABIInfo::classify...
2010-06-29 Chris LattnerPass the LLVM IR version of argument types down into...
2010-06-29 Chandler CarruthPrefer llvm_unreachable(...) to assert(false && .....
2010-06-29 Chris Lattneradd IR names to coerced arguments.
2010-06-29 Chris Lattnermake the argument passing stuff in the FCA case smarter...
2010-06-29 Craig SilversteinA few prettifications. Also renamed TraverseInitializer to
2010-06-28 Ted KremenekPer Doug's suggestion, move check for invalid SourceLoc...
2010-06-28 Chris LattnerChange CGCall to handle the "coerce" case where the...
2010-06-28 Craig SilversteinFix up ClassTemplateSpecializationDecl: For implicit...
2010-06-28 Chris Lattnermake the trivial forms of CreateCoerced{Load|Store...
2010-06-28 Argyrios KyrtzidisModify the way sub-statements are stored and retrieved...
2010-06-28 Chris Lattnerpass/return structs of char and short as i8/i16 to...
2010-06-28 Chris Lattnermore tidying up.
2010-06-28 Ted KremenekRemove state assertion.
2010-06-28 Ted KremenekDon't crash in InitializePreprocessor() when there...
2010-06-28 Chris Lattnerrandom acts of tidying.
2010-06-28 Chris LattnerX86-64:
2010-06-28 Fariborz JahanianMinor refactorin of my last patch (radar 7860965 related).
2010-06-28 Fariborz JahanianHave __func__ and siblings point to block's implementat...
2010-06-28 Chris Lattnertweak test to pass on windows
2010-06-28 Daniel Dunbartests: Rewrite test to check intent instead of implemen...
2010-06-28 Rafael EspindolaSet the default arch based on the triple.
2010-06-28 Chris LattnerFix UnitTests/2004-02-02-NegativeZero.c, which regresse...
2010-06-28 Chris Lattnerfix a silly fixme.
2010-06-28 Dan Gohmanllvm::errs() is non-buffered, so it doesn't need to...
2010-06-28 Craig SilversteinAdd support for traversing initializer lists (in constr...
2010-06-28 Sebastian RedlIntroduce Expr::Classify and Expr::ClassifyModifiable...
2010-06-28 Argyrios KyrtzidisSupport CXXPseudoDestructorExpr for PCH.
2010-06-28 Argyrios KyrtzidisSupport DependentScopeDeclRefExpr for PCH.
2010-06-28 Argyrios KyrtzidisRefactor PCH reading/writing of template arguments...
2010-06-28 Argyrios KyrtzidisFix PCH emitting/reading for template arguments that...
2010-06-28 Argyrios KyrtzidisFix various bugs in recent commits for C++ PCH.
2010-06-28 Chandler CarruthPartial fix for PR7267 based on comments by John McCall...
2010-06-28 Jordy RosePointer comparisons (and pointer-pointer subtraction...
2010-06-28 Chandler CarruthSuppress diagnosing access violations while looking...
2010-06-27 Rafael EspindolaUse softfp for linux gnueabi, keep the warning for...
2010-06-27 Anders CarlssonCorrectly destroy reference temporaries with global...
2010-06-27 Anders CarlssonAdd a CreateReferenceTemporary that will do the right...
2010-06-27 Anders CarlssonSimplify CodeGenFunction::EmitReferenceBindingToExpr...
2010-06-27 Anders CarlssonReduce indentation.
2010-06-27 Chris Lattnermisc tidying
2010-06-27 Chris Lattnerfinally get around to doing a significant cleanup to...
2010-06-27 Chris Lattnertidy up OrderGlobalInits
2010-06-27 Chris LattnerIf coercing something from int or pointer type to int...
2010-06-27 Chris LattnerSame patch as the previous on the store side. Before...
2010-06-27 Chris Lattnerimprove CreateCoercedLoad a bit to generate slightly...
2010-06-27 Jordy RoseImplicitly compare symbolic expressions to zero when...
2010-06-27 Chris Lattnermerge two tests.
2010-06-27 Chris LattnerChange IR generation for return (in the simple case...
2010-06-26 Chris Lattnerreduce indentation
2010-06-26 Chris LattnerImplement rdar://7530813 - collapse multiple GEP instru...
2010-06-26 Ted KremenekAllow '__extension__' to be analyzed in a lvalue context.
2010-06-26 Chris Lattnerminor cleanup: don't emit the base of an array subscrip...
2010-06-26 Chris Lattnerfix inc/dec to honor -fwrapv and -ftrapv, implementing...
2010-06-26 Chris Lattnermove scalar inc/dec codegen into ScalarExprEmitter...
2010-06-26 Chris Lattneruse more efficient type comparison predicates.
2010-06-26 Chris LattnerFix unary minus to trap on overflow with -ftrapv, refac...
2010-06-26 Chris LattnerImplement support for -fwrapv, rdar://7221421
2010-06-26 Chris Lattnerimplement rdar://7432000 - signed negate should codegen...
2010-06-26 Chris LattnerImplement support for #pragma message, patch by Michael...
2010-06-26 Anders CarlssonChange EmitReferenceBindingToExpr to take a decl instea...
2010-06-26 Anders CarlssonAdd function for mangling reference temporaries.
2010-06-26 Charles DavisMangle pointer and (lvalue) reference types in the...
2010-06-26 Daniel DunbarRemove cruft that I didn't intend to commit.
2010-06-26 Bob WilsonAdd a missing dependency to try to fix a buildbot failure.
2010-06-25 Ted KremenekRelax assertion since non-pod C++ classes are not aggre...
2010-06-25 Ted KremenekAdd support for CXXRecordDecl in CFGRecStmtDeclVisitor.
2010-06-25 Daniel Dunbarclang: Derive version name from LLVM unless specified...
2010-06-25 Jordy RoseWhen a constant size array is casted to another type...
2010-06-25 Ted KremenekAdd dead stores C++ test case that was previously asser...
2010-06-25 Ted KremenekUse TypeSourceInfo to help determine the SourceRange...
2010-06-25 Fariborz JahanianTry making BuildBot happy again.
2010-06-25 Fariborz JahanianTest case for pr7490.
2010-06-25 Ted KremenekAdd "checker caching" to GRExprEngine::CheckerVisit...
2010-06-25 Ted KremenekFix -analyze-display-progress (once again), this time...
2010-06-25 Fariborz JahanianMinor change to my last patch to fix PR7490.
2010-06-25 Eric ChristopherTranslate numbers properly.
2010-06-25 Fariborz JahanianIRGen for trivial initialization of dynamiccaly allocated
2010-06-25 Tom CareChange RegionStoreManager::Retrieve to infer the type...
2010-06-25 Daniel Dunbarbuild: Get CLANG_VERSION from Version.inc instead of...
2010-06-25 Daniel Dunbarbuild: Add a generated Version.inc file instead of...
2010-06-25 Argyrios KyrtzidisSupport NonTypeTemplateParmDecl for PCH.
2010-06-25 Argyrios KyrtzidisMake PCHWriter::FlushStmts() robust. If we added null...
2010-06-25 Argyrios KyrtzidisSupport DependentTemplateSpecializationType and Elabora...
2010-06-25 Argyrios KyrtzidisAdd forgotten breaks in case statements.
2010-06-25 Benjamin KramerA bug I've introduced in STDIN handling surfaced a...
next