]> granicus.if.org Git - clang/shortlog
clang
2010-06-30 Daniel DunbarRuntime: Always build compiler-rt using the Clang we...
2010-06-30 Daniel DunbarMove lib/Runtime to runtime/, and build after everythin...
2010-06-30 Douglas GregorRemove redundant and incomplete bits from the users...
2010-06-30 Douglas GregorNew language-compatibility page, including language...
2010-06-30 Daniel Dunbarlibclang: When invoking external clang process to get...
2010-06-30 Daniel DunbarIRgen: Fix debug info regression in r106970; when we...
2010-06-30 Daniel DunbarIRgen: Make sure any prolog instructions get debug...
2010-06-30 Daniel DunbarRewriter: Use the appropriate printing context instead...
2010-06-30 Daniel DunbarAST: Propogate printing policy to types in a bunch...
2010-06-30 Chris LattnerReapply:
2010-06-30 Fariborz JahanianUse isFunctionOrMethod for vars declared locallly
2010-06-30 Eric ChristopherAdd a return to silence a warning. Alternately a defau...
2010-06-30 Zhanyong WanFix RecursiveASTVisitor to traverse the ctor initialize...
2010-06-30 Fariborz Jahanianextern variable declared locally to objective-c++ method
2010-06-30 Sebastian RedlMake both old and new versions of reference binding...
2010-06-30 Douglas GregorClean up the diagnostic complaining about the element...
2010-06-30 Douglas GregorComplain about the application of a transparent_union...
2010-06-30 Chris Lattnerreduce nesting.
2010-06-30 Duncan SandsAdd header file needed to compile with g++-4.6, which...
2010-06-30 Sebastian RedlFix a comment typo.
2010-06-30 Fariborz JahanianNasty rewriter bug which turns out to have an easy...
2010-06-30 Argyrios KyrtzidisFix rdar://8139785 "implement warning on dead expressio...
2010-06-30 Argyrios KyrtzidisFix PCH support for UnresolvedUsingTypenameDecl and...
2010-06-30 Argyrios KyrtzidisSupport DependentSizedArrayType for PCH.
2010-06-30 Argyrios KyrtzidisSupport ParenListExpr for PCH.
2010-06-30 Argyrios KyrtzidisMake the constructor explicit.
2010-06-30 Charles DavisMangle arrays in the Microsoft C++ Mangler. It's not...
2010-06-30 Ted KremenekCorrectly implement the CheckerVisit optimization intro...
2010-06-30 Daniel DunbarHeaders: Define __INT64_TYPE__ in terms of getInt64Type...
2010-06-30 Daniel DunbarHeaders: Change [u]intmax_t to be defined in terms...
2010-06-30 Chandler CarruthReapply r107235, this time with both my typo fixed...
2010-06-30 Chandler CarruthRevert r107235, it had a silly typo in it, and fixing...
2010-06-30 Jordy RosePointers casted as integers still count as locations...
2010-06-30 Chandler CarruthFix PR7402: We were creating implicit member initialize...
2010-06-30 Daniel DunbarRevert r107173, "fix PR7519: after thrashing around...
2010-06-30 Daniel DunbarRevert r107216, "fix PR7523, which was caused by the...
2010-06-30 Douglas GregorImplement C++ DR299, which allows an implicit conversio...
2010-06-29 Chandler CarruthRetain the source location of the constructor when...
2010-06-29 Douglas GregorRe-improve recovery when the condition of a switch...
2010-06-29 Douglas GregorFactor the conversion from a switch condition to an...
2010-06-29 Argyrios KyrtzidisSupport C++ friend declarations for PCH.
2010-06-29 Argyrios KyrtzidisWhen we know that we are at sub-statement reading ...
2010-06-29 Daniel DunbarIRgen: Assignment to Objective-C properties shouldn...
2010-06-29 Chris Lattnerfix PR7523, which was caused by the ABI code calling...
2010-06-29 Daniel DunbarIRgen: Assignment to Objective-C properties shouldn...
2010-06-29 Ted KremenekTweaker Checker::VisitEndAnalysis to have 'hasWorkRemai...
2010-06-29 Ted KremenekAdd test case for <rdar://problem/4289832>. Clang...
2010-06-29 Douglas GregorWhen typo correction produces a result that is not...
2010-06-29 Chris Lattnerchange ABIArgInfo to hold its llvm type with PATypeHold...
2010-06-29 Douglas GregorFix broken testcase
2010-06-29 Douglas GregorTypo correction for namespace alias definitions
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...
next