]> granicus.if.org Git - clang/shortlog
clang
2009-07-01 Owen AndersonUpdate for LLVMContext+Module change.
2009-07-01 Douglas GregorTwo fixes to make Clang build on Visual C++ (again...
2009-07-01 Steve NaroffRework Sema::CheckConditionalOperands(). No functionali...
2009-07-01 Nate BegemanImplement Eli's feedback for vecto constant expressions;
2009-07-01 Chris Lattneruse new and simplified LLVM APIs. Patch by Jay Foad!
2009-07-01 Eli FriedmanFix for PR4192: fix the definition of int64_t on x86_64...
2009-07-01 Zhongxing Xuadd fixme.
2009-07-01 Douglas GregorCope with explicitly-specified function template argume...
2009-06-30 Douglas GregorWhen explicit template arguments are provided for a...
2009-06-30 Fariborz JahanianPatch to support optional nested-name-specifier in...
2009-06-30 Douglas GregorPreliminary parsing and ASTs for template-ids that...
2009-06-30 Ted KremenekUpdate old CastRegion logic to not assume that ElementR...
2009-06-30 Ted KremenekFix: <rdar://problem/7021553> clang -fsyntax-only crash...
2009-06-30 Fariborz JahanianDiagnose multiple initialization of anonymous union
2009-06-30 Ted KremenekCombine two conditional branches into one. No function...
2009-06-30 Fariborz JahanianMore diagnostics related to initialization of direct...
2009-06-30 Douglas GregorWhen recursively instantiating function templates,...
2009-06-30 Torok EdwinReapply r74532, and inherit from OSTargetInfo instead...
2009-06-30 Torok EdwinRevert 74532 till I figure out why it breaks a bunch...
2009-06-30 Douglas GregorUpdate C++ section data and directory structure to...
2009-06-30 Fariborz JahanianCompute ending of iterator in for-loop once.
2009-06-30 Torok EdwinUse templates instead of creating a new class for each...
2009-06-30 Douglas GregorRefactor ActOnDeclarationNameExpr into a "parsing actio...
2009-06-30 Zhongxing XuInstead of r74522, use another approach to fix xfail_re...
2009-06-30 Zhongxing XuWhen retrieving element region, if its super region...
2009-06-30 Zhongxing XuBlock level expr should be visited. Otherwise variables...
2009-06-30 Zhongxing Xuadd utility method.
2009-06-30 Zhongxing Xuadd utility methods.
2009-06-30 Zhongxing Xuremove dead code.
2009-06-30 Zhongxing XuWe do not require the super region of element region...
2009-06-30 Chris LattnerImplement PR4175, catching some questionable comparison...
2009-06-30 Argyrios KyrtzidisDe-ASTContext-ify DeclContext.
2009-06-30 Argyrios KyrtzidisIntroduce DeclContext::getParentASTContext().
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the getBody()...
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the printing relat...
2009-06-30 Argyrios KyrtzidisDecl::getTranslationUnitDecl() should return itself...
2009-06-30 Argyrios KyrtzidisRemove the ASTContext parameter from the attribute...
2009-06-30 Chris LattnerKey decisions about 'bool' vs '_Bool' to be based on...
2009-06-30 Fariborz JahanianTake care of Chris's comments.
2009-06-30 Anders CarlssonMake an error message more clear.
2009-06-30 Fariborz JahanianA more detailed diagnosis of ill-formed ctor-initializer
2009-06-29 Daniel DunbarUse true/false instead of 1/0.
2009-06-29 Anders CarlssonImprovements to decltype. We now don't crash anymore...
2009-06-29 Daniel DunbarDon't define __KPRINTF_ATTRIBUTE__ unconditionally...
2009-06-29 Douglas GregorImprove code generation for function template specializ...
2009-06-29 Fariborz JahanianDiagnose multiple initialzation of data-member/base
2009-06-29 Anders CarlssonRemove some dead code
2009-06-29 Douglas GregorKeep track of function template specializations, to...
2009-06-29 Daniel DunbarOpenBSD support.
2009-06-29 Argyrios Kyrtzidis-Keep a reference to the ASTContext inside the Translat...
2009-06-29 Argyrios KyrtzidisRemove redundant leftover code.
2009-06-29 Chris LattnerFix the FloatingLiteral API to take the isexact flag...
2009-06-29 Douglas GregorMove FunctionDecl::TemplateSpecializationInfo out into...
2009-06-29 Steve NaroffRemove ASTContext::getObjCQualifiedIdType().
2009-06-29 Zhongxing XuInvalidate the alloca region by setting its default...
2009-06-29 Zhongxing XuThe default answer for isBoundable() should be false.
2009-06-28 Bill WendlingMake the StackProtector bitfield use enums instead...
2009-06-28 Anders CarlssonMove the check for vprintf* functions inside of SemaChe...
2009-06-28 Chris Lattnermake these tests pass with the stack canary stuff even...
2009-06-28 Nate BegemanFix incorrect AST's being produced, noticed by Eli.
2009-06-28 Zhongxing XuNow this test case passes.
2009-06-28 Zhongxing XuAdjust retrieve handler priority. If a field is of...
2009-06-28 Zhongxing XuInvalidate a field of struct type by setting its defaul...
2009-06-28 Zhongxing XuDo not crash on binding concrete integer location.
2009-06-28 Zhongxing XuSimplify some code. As in region store, we always expec...
2009-06-28 Bill WendlingAdd stack protector support to clang. This generates...
2009-06-28 Nate BegemanOpenCL 1.0 support:
2009-06-27 Nate BegemanImplement feedback from Eli re: the purpose of lax...
2009-06-27 Douglas GregorImprove support for overloaded operator templates.
2009-06-27 Eli FriedmanFix the parser error hanlding for __builtin_offsetof...
2009-06-27 Douglas GregorAdd a Last Updated field to the C++ status page
2009-06-27 Fariborz JahanianRenamed MarcDestructorReferenced -> MarkDestructorRefer...
2009-06-27 Eli FriedmanFix screwup with my previous patch which broke tests...
2009-06-27 Eli FriedmanFix a crash with constructs like x<false>() in C++...
2009-06-27 Eli FriedmanFix a bogus error overloading an operator where the...
2009-06-27 Anders CarlssonImplement support for the format_arg attribute. Fixes...
2009-06-27 Anders CarlssonMake it possible for using decls to point to operators...
2009-06-27 Ted KremenekRemove the last 'GetXXX' methods from GRStateManager.
2009-06-27 Douglas GregorMake a note of improvements to function templates
2009-06-26 Fariborz JahanianPatch to mark destructors when they are used.
2009-06-26 Anders CarlssonFix test.
2009-06-26 Douglas GregorSet the rest of the flags we need to perform template...
2009-06-26 Douglas GregorDuring template argument deduction from a function...
2009-06-26 Anders CarlssonMore auto work.
2009-06-26 Anders CarlssonFix test.
2009-06-26 Douglas GregorA little template argument deduction test uncovered...
2009-06-26 Nate BegemanOpenCL 1.0 Support: fix a bug with lvalue swizzles
2009-06-26 Douglas GregorTemplate argument deduction is no longer responsible...
2009-06-26 Anders CarlssonCan't have arrays of auto.
2009-06-26 Anders CarlssonAn auto variable can't appear in its own initializer.
2009-06-26 Anders CarlssonImplement enough of the 'auto' keyword so we can claim...
2009-06-26 Devang Pateltypo
2009-06-26 Devang PatelRevrt PR4228 fix for now.
2009-06-26 Daniel DunbarSimplify, and fix a possible crash (never happens howev...
2009-06-26 Daniel DunbarFix bar title in graphs.
2009-06-26 Douglas GregorImprove template argument deduction for reference param...
2009-06-26 Nate BegemanOpenCL 1.0 Support:
2009-06-26 Daniel DunbarUpdate performance numbers (missed a link)
2009-06-26 Daniel DunbarUpdate performance numbers.
2009-06-26 Fariborz JahanianMinor change per Doug's comments.
next