]> granicus.if.org Git - clang/shortlog
clang
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...
2010-03-25 Douglas GregorKill off two more uses of Sema::CheckReferenceInit...
2010-03-24 Douglas GregorSwitch static_cast from the old reference-initializatio...
2010-03-24 Douglas GregorCheck for ret, so that we know we hit the end of the...
2010-03-24 Douglas GregorWhen returning from a function that has a reference...
2010-03-24 Rafael EspindolaDiscussing with dgregor we decided that we should not...
2010-03-24 Ted KremenekUse llvm::SmallString instead of std::string.
2010-03-24 Ted KremenekImprove static analyzer diagnostic concerning the use...
2010-03-24 Douglas Gregormake the vtable tester a little friendlier, with a...
2010-03-24 Douglas GregorWhen pulling apart an initializer that involves a CXXCo...
2010-03-24 Douglas GregorMake sure that we have File IDs for all of the unsaved...
2010-03-24 Fariborz JahanianAllow conversion of qualified Class type to unqualified
2010-03-24 Douglas GregorXFAIL the -nostdinc++ test on Windows; it doesn't look...
2010-03-24 Douglas GregorControl warnings about GNU extensions with -Wgnu, which...
2010-03-24 Douglas GregorImplement support for -nostdc++. Fixes PR6446.
2010-03-24 Fariborz JahanianImprove diagnostics when ivar added to class
2010-03-24 Douglas GregorSilently drop dependent friend function template specia...
2010-03-24 Douglas GregorChange two class forward declarations to struct forward...
2010-03-24 Fariborz JahanianCode gen for multi-dimensional dynamic allocations.
2010-03-24 Anders CarlssonMore vtable improvements. We now compute and keep track...
2010-03-24 John McCallWalk out of enums when determining effective context.
2010-03-24 John McCallCorrect that last fixit: if the user wrote
2010-03-24 John McCallSupport friend function specializations.
2010-03-24 Douglas GregorWhen a declaration of a function is missing an exceptio...
2010-03-24 Anders CarlssonUse getNamedGlobal instead of getGlobalVariable. (Fixes...
2010-03-24 Anders CarlssonMake the license header in smmintrin.h match the other...
2010-03-24 John McCallImplement a framework for the delay of arbitrary diagno...
2010-03-24 Douglas GregorWhen performing name lookup for the allocation or deall...
2010-03-24 Anders CarlssonMore vtable work; preparations for moving over to the...
2010-03-24 Douglas GregorEach non-local class instantiation is its own local...
2010-03-24 Anders CarlssonRemove old thunks code.
2010-03-24 Douglas GregorMake sure to properly track the anonymous namespace...
2010-03-24 Anders CarlssonFlip the switch and use the new vtable layout code...
2010-03-24 Anders CarlssonAdd CodeGenFunction::GenerateThunk and implement it.
2010-03-24 Anders CarlssonMinor cleanup.
2010-03-24 Anders CarlssonRemove parts of virt.cpp
2010-03-23 Douglas GregorImplement computation of the final overriders for each...
2010-03-23 Fariborz JahanianAdd some missing files to xcode project
2010-03-23 Rafael Espindolarevert 99311. Looks like it broke darwin bootstrap.
2010-03-23 Ted KremenekImprove diagnostic for @property/ivar type mismatch...
2010-03-23 Rafael EspindolaAvoid producing implicit methods when we have a explici...
2010-03-23 Fariborz JahanianCode gen for compound assignment of complex
2010-03-23 Anders CarlssonMore work on thunks - don't assert if there's a variabl...
2010-03-23 Fariborz JahanianPatch to implement code gen. use of compound assignent on
2010-03-23 Anders CarlssonMore thunks scaffolding.
2010-03-23 Anders CarlssonMore work on thunks.
2010-03-23 Douglas GregorWhen recovering from a qualified typedef name, don...
2010-03-23 Anders CarlssonMove ThunkInfo as well.
2010-03-23 Anders CarlssonMove ReturnAdjustment and ThisAdjustment out into CGVta...
2010-03-23 Duncan SandsIgnore a more comprehensive set of gcc-special format...
2010-03-23 Zhongxing XuBind the constructed object value to CXXConstructExpr.
next