]> granicus.if.org Git - clang/shortlog
clang
2010-06-07 Rafael EspindolaImplement __clear_cache on ARM.
2010-06-07 Fariborz JahanianUse MaybeCreateCXXExprWithTemporaries for potential...
2010-06-07 Nate Begemanweekend checkpoint of arm neon builtins codegen.
2010-06-07 Jeffrey YasskinPR7245: Make binding a reference to a temporary without...
2010-06-05 John McCallSimplify the methods for creating a pointer, reference...
2010-06-05 Abramo BagnaraAdded AccessSpecDecl node.
2010-06-05 Jeffrey YasskinAdd an extension to avoid an error when a global templa...
2010-06-05 Devang PatelPreserve type info for local variables in optimized...
2010-06-04 John McCallAlter the interface of GetTypeForDeclarator to return...
2010-06-04 Rafael EspindolaCorrectly align large arrays in x86-64. This fixes...
2010-06-04 Anders CarlssonWhen deciding whether reinterpret_cast casts away const...
2010-06-04 John McCallAdd indexing support for the block and @property type...
2010-06-04 Nate BegemanInitial support for ARM NEON builtins, codegen up next
2010-06-04 Fariborz JahanianBuild AST for copy-construction of copied-in
2010-06-04 John McCallRemember type source information for Objective C proper...
2010-06-04 Fariborz JahanianAdded a field to BlockDeclRefExpr for future use.
2010-06-04 John McCallPreserve more information from a block's original funct...
2010-06-04 Daniel DunbarDriver: Change -dwarf-debug-flags option to pass the...
2010-06-04 Daniel DunbarDriver/Darwin: Model dsymutil properly, as a separate...
2010-06-04 Daniel DunbarDriver: Add an explicit dsymutil action.
2010-06-04 Fariborz JahanianFor C++ copied in objects, use copy constructors in
2010-06-04 Rafael EspindolaAdd ARM paths for debian. Not enough to bootstrap on...
2010-06-04 John McCallRestructure how we interpret block-literal declarators...
2010-06-04 Abramo BagnaraDon't insert in lexical context implicit definitions...
2010-06-04 Douglas GregorWhen checking for equality of template parameter lists...
2010-06-04 John McCallDelay checking for mutable const fields until we're...
2010-06-04 Douglas GregorProperly disambiguate between an elaborated-type-specif...
2010-06-04 John McCallMore refactoring.
2010-06-04 Anders CarlssonAdd a short circuit in isVirtuallyDerivedFrom.
2010-06-04 Jordy RoseAssignments to reference variables shouldn't kill the...
2010-06-04 David ChisnallFixed Objective-C type encoding for bitfields for the...
2010-06-04 Anders CarlssonRemove now unused code.
2010-06-04 Anders CarlssonUse CXXRecordDecl::getFinalOverriders to get final...
2010-06-04 John McCallRemove a couple of unnecessary uses of IsStandardConver...
2010-06-03 Eli FriedmanCheck the output of this test.
2010-06-03 Eli FriedmanThink through my commit this time.
2010-06-03 Eli FriedmanMake sure this test doesn't break when we disallow...
2010-06-03 Tom CareRemoving commit access test file.
2010-06-03 Tom CareTesting commit access.
2010-06-03 Nate BegemanClassify NEON intrinsics by overloading-type for codegen
2010-06-03 Eli FriedmanMake sure to check the accessibility of and mark the...
2010-06-03 Eli FriedmanDon't intentionally try to ignore the value of a scalar...
2010-06-03 John McCallHack in some really terrible C++ record PCH support...
2010-06-03 Ted KremenekReturn a proper null CXSourceLocation from clang_getLoc...
2010-06-03 Anders CarlssonDon't try to explicitly zero out bit-fields.
2010-06-03 Jordy RoseTest commit: fix method summary comment
2010-06-03 Zhongxing XuMake addStmt always add stmt. Delegate other cases...
2010-06-03 Zhongxing XuCFG: add all LHS of assingments as lvalue. This improve...
2010-06-03 Zhongxing XuAdd comments.
2010-06-03 Anders CarlssonAdd all final overriders to the map.
2010-06-02 Jeffrey YasskinThere is no dcl.init.ref p16. This test deals with p5.
2010-06-02 Fariborz JahanianBlock C++ code gen. Adds support for block reference...
2010-06-02 John McCallDon't try to emit the vtable for a class just because...
2010-06-02 Daniel DunbarHeaders: Fix quoting of macro arguments in a couple...
2010-06-02 Anders CarlssonDon't substitute 'St' for 'std' when the namespace...
2010-06-02 Daniel DunbarFix undefined behavior, noticed by GCC 4.5. Patch by...
2010-06-02 Daniel DunbarFix compiler warning about to false -> pointer conversi...
2010-06-02 Daniel DunbarFix unintentional method call due to false -> pointer...
2010-06-02 Anders CarlssonWhen building RTTI descriptors for pointer types, we...
2010-06-02 Nate BegemanFix vget_lane/vset_lane
2010-06-02 Douglas Gregortypeid() produces type information for the cv-unqualifi...
2010-06-02 Chris Lattnerclang++ is now a different greek letter.
2010-06-02 Anders CarlssonCorrectly mangle unsigned integer literals where the...
2010-06-02 Anders CarlssonCorrectly mangle variadic functions that don't have...
2010-06-02 Anders CarlssonWhen mangling member function pointers, fake adding...
2010-06-02 John McCallAdd a compatibility note about incomplete types in...
2010-06-02 Nate BegemanCheckpoint arm_neon.h generation with tablegen
2010-06-01 Anders CarlssonMore cleanup.
2010-06-01 Anders CarlssonMore cleanup.
2010-06-01 Anders CarlssonCleanup.
2010-06-01 Dan GohmanDelete a blank line to make it easier to process this...
2010-06-01 John McCallAlter the ExternalASTSource interface to permit by...
2010-06-01 Zhongxing XuLimit the use of BindDefault().
2010-06-01 Zhongxing XuAdd support for calloc() in MallocChecker. Patch by...
2010-05-31 Ted KremenekFix crash in code completion when an ObjCMethodDecl...
2010-05-31 Chris LattnerMinor tweaks on doug's objc recovery patch: the caller
2010-05-31 Charles DavisMake methods non-virtual again for now. I accidentally...
2010-05-31 Douglas GregorTweak test for non-64-bit Darwin
2010-05-31 Douglas GregorWhen we see the a '[' in a postfix expression in Object...
2010-05-31 Chandler CarruthSilence GCC warning about an accessible non-virtual...
2010-05-31 Ted KremenekAfter conversations with Zhongxing Xu and Jordy Rose...
2010-05-30 Chris Lattnerfix incorrect tag
2010-05-30 Chris Lattnermake #warning warnings end up in their own diagnostic...
2010-05-30 Chris Lattnersimpler fix for rdar://8044135 - escaped newlines have...
2010-05-30 Douglas GregorImprove our handling of NULL after an escaping '\'...
2010-05-30 Sean HuntMove .td files from AST to Basic.
2010-05-30 Douglas GregorDon't try to parse class template specializations in...
2010-05-30 Daniel DunbarFuzzTest: Add support for reading list of replacements...
2010-05-30 Daniel Dunbarutils: Add a generic fuzz testing tool.
2010-05-30 Douglas GregorImprove parser recovery when we try to parse a call...
2010-05-30 Nick LewyckyMake macro safe in the face of users who pass "addr...
2010-05-30 Anders CarlssonRemove unused parameter to FinalOverriders::PropagateOv...
2010-05-30 Nick LewyckyRefactor the Is{Std,Clang,LLVM}Namespace methods and...
2010-05-30 Sean HuntConvert DeclNodes to use TableGen.
2010-05-30 Anders CarlssonAnd now for the best part: Removing the old code.
2010-05-30 Anders CarlssonTurn on the new empty base subobject tracking code...
2010-05-30 Douglas GregorTeach code-completion for calls to be more careful...
2010-05-30 Eli FriedmanFix for PR7040: Don't try to compute the LLVM type...
2010-05-30 Douglas GregorUnbreak non-Darwin builds
2010-05-30 Douglas GregorTeach code completion to adjust its completion prioriti...
next