]> granicus.if.org Git - clang/shortlog
clang
2010-03-29 Anders CarlssonWhen generating base ctors/dtors, we need to lookup...
2010-03-29 Anders CarlssonFix thinko.
2010-03-29 Anders CarlssonUse construction vtables when needed. This is currently...
2010-03-29 Anders CarlssonTwo bug fixes, we weren't updating the thunk index...
2010-03-28 Rafael EspindolaMake default arguments to getFunctionNoProtoType an...
2010-03-28 Rafael EspindolaDrop default arguments no one is using.
2010-03-28 Anders CarlssonReapply r99775 with a fix for a silly bug - we were...
2010-03-28 Anders CarlssonLooks like I broke self-host again :(.
2010-03-28 Anders CarlssonMore improvements to setting the vtable pointer. We...
2010-03-28 Anders CarlssonFactor vtable pointer setting code out into a separate...
2010-03-28 Douglas GregorAfter performing template argument deduction for a...
2010-03-27 Benjamin KramerChecker: random include cleanup.
2010-03-27 Fariborz JahanianFurther improvement to point to category
2010-03-27 Anders CarlssonGive thunks the same linkage as their original methods.
2010-03-27 Fariborz JahanianImprove diagnostics on incomplete implementation
2010-03-27 Ted KremenekRemove VS information for analyzer until we have more...
2010-03-27 Kovarththanan... s/Clangify2010.py/clangify2010.py
2010-03-27 John McCallAccumulate all functions and classes that the effective...
2010-03-27 John McCallImplement method friends in class templates and fix...
2010-03-27 Rafael EspindolaTest for the previous commit.
2010-03-27 Rafael EspindolaWhen given the magic class __cxxabiv1::__fundamental_ty...
2010-03-27 Ted KremenekAdd initial draft of web page on 'clangifty2010.py...
2010-03-27 John McCallWhen mapping restrict to noalias, look for 'restrict...
2010-03-27 Ted Kremenekscan-build: set environment variable LDPLUSPLUS to...
2010-03-26 Ted KremenekFix comparison in isDiagnosticInFlight().
2010-03-26 Douglas GregorRemove unused static function
2010-03-26 John McCallPut function templates instantiated from friend declara...
2010-03-26 Douglas GregorCompare namespaces properly when looking for redeclarat...
2010-03-26 Ted KremenekFix NoReturnFunctionChecker to properly look at a funct...
2010-03-26 Ted KremenekAdd comment indicating that we intentionally don't...
2010-03-26 Douglas GregorWhen adding initializers to a constructor, be sure...
2010-03-26 Daniel DunbarDriver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN...
2010-03-26 John McCallProperly account for redeclarations when explicitly...
2010-03-26 Douglas GregorWhen trying to determine whether one operand of a condi...
2010-03-26 Douglas GregorEliminate the non-InitializedEntity PerformCopyInitiali...
2010-03-26 Daniel DunbarMake sure we don't include mm_malloc.h in this test...
2010-03-26 Daniel DunbarFix 80 col violations.
2010-03-26 Douglas GregorSwitch semantic analysis of the conditional operator...
2010-03-26 Daniel DunbarRuntime: Install the new libcc_kext.a produced by the...
2010-03-26 Daniel DunbarSpell -triple correctly for %clang, not %clang_cc1.
2010-03-26 Chris Lattneri386-apple-darwin10 implies sse2, this option shouldn...
2010-03-26 Chris Lattnerfix a case where macro expansion should be disabled...
2010-03-26 Chris Lattnermerge all the macro disable tests by using filecheck.
2010-03-26 Chris Lattnerfix a bug in paste avoidance which would cause us to...
2010-03-26 Chris Lattnerxmmintrin just requires sse2, not sse3.
2010-03-26 Kovarththanan... No need to specify ${CMAKE_CURRENT_BINARY_DIR}
2010-03-26 Gabor Greifadd a slight variation of test3, where
2010-03-26 Nick LewyckyImplement new mangling for vectors.
2010-03-26 Douglas GregorDo not mark the destructor of a function parameter...
2010-03-26 Anders CarlssonRevert r99612 and see if it fixes self-host.
2010-03-26 Douglas GregorAdd tests for PR6707.
2010-03-26 Anders CarlssonDon't initialize virtual pointers for primary bases...
2010-03-26 Douglas GregorWhen deducing an integral template argument for a non...
2010-03-26 John McCallReapply r99596 with a fix: link an instantiated friend...
2010-03-26 Anders CarlssonSimplify InitializeVtablePtrs in preparation of making...
2010-03-26 Anders CarlssonAdd and implement CodeGenVTables::getSecondaryVirtualPo...
2010-03-26 Anders CarlssonDidn't mean to commit this.
2010-03-26 Anders CarlssonUse the new vtable layout code for construction vtables.
2010-03-26 Anders CarlssonMore cleanup.
2010-03-26 Anders CarlssonWay more VTT builder cleanup.
2010-03-26 John McCallApparently that didn't work. Reverting for now.
2010-03-26 Douglas GregorReinstate change to non-type template arguments of...
2010-03-26 John McCallProperly instantiate and link in friend function templates.
2010-03-26 Ted KremenekUpdate test case since c-index-test now works on invali...
2010-03-26 Ted KremenekReturn translation units from clang_createTranslationUn...
2010-03-26 Anders CarlssonMore VTT builder cleanup.
2010-03-26 Eric ChristopherThis is just a simple v4si * v4si, make it so.
2010-03-26 Anders CarlssonMore VTT cleanup.
2010-03-26 Douglas GregorRevert attempted fix for integral template arguments...
2010-03-26 Rafael EspindolaMark virtual methods that are used in tables included...
2010-03-26 Anders CarlssonStart cleaning up the VTT builder to make it work more...
2010-03-26 Anders CarlssonRemove some VTT builder arguments that were always...
2010-03-25 Douglas GregorWarn when the conversion of an integral non-type templa...
2010-03-25 Douglas GregorTeach the diagnostic engine to provide more detailed...
2010-03-25 John McCallWhen finishing a function definition, leave the functio...
2010-03-25 Fariborz JahanianFix a code gen. bug involving generation of getter...
2010-03-25 Anders CarlssonDon't add address points for virtual primary bases...
2010-03-25 John McCallFix a very minor oversight in privileges-elevation...
2010-03-25 John McCallHandle simple friend-class decls in class templates...
2010-03-25 Fariborz JahanianCheck for some code gen. for PR6641 test.
2010-03-25 John McCallPreserve type-source information in friend declarations.
2010-03-25 Daniel DunbarRemove support for nand atomic builtins. They are incon...
2010-03-25 Anders CarlssonUse the new vtable layout code for construction vtables.
2010-03-25 Douglas GregorUse Daniel's trick for XFAIL'd tests
2010-03-25 John ThompsonPS3 needs __PPC__. Should this be in the PPC target?
2010-03-25 Douglas GregorAdd another test for weird substitutions into function...
2010-03-25 Douglas GregorImprove our handling of local instantiation scopes...
2010-03-25 Anders CarlssonWhen -fdump-vtable-layouts is specified, construction...
2010-03-25 Nuno Lopesadd dump() method to CanQual for debugging purposes
2010-03-25 John McCallProperly instantiate friend class template declarations...
2010-03-25 Zhongxing XuAdd a utility method.
2010-03-25 Bob WilsonRevert 99477 since it appears to be breaking the clang...
2010-03-25 Ted KremenekFix two bugs in format-string checking:
2010-03-25 Ted KremenekFix '+=' accumulation error when parsing numeric amount...
2010-03-25 John McCallProperly instantiate and link in friend-class-template...
2010-03-25 Ted KremenekAdd c-index-test support for printing USRs.
2010-03-25 Ted KremenekRequire that all Clang-based USRs start with the prefix...
2010-03-25 Zhongxing XuAdd methods to remove a GDM entry.
2010-03-25 Anders CarlssonMore address point map shuffling.
2010-03-25 Anders CarlssonShuffle some code around; this will make it easier...
next