]> granicus.if.org Git - clang/shortlog
clang
2010-03-30 Anders CarlssonChange a test to FileCheck bitcode instead of assembler.
2010-03-30 Anders CarlssonFlip the switch and use the new vtable layout code...
2010-03-30 Anders CarlssonUpdate xcode project
2010-03-30 Ted KremenekCache results computed by CGDebugInfo::getOrCreateFile...
2010-03-29 Douglas GregorWhen copying a partial diagnostic into a DependentDiagn...
2010-03-29 Douglas GregorOptimize PartialDiagnostic's memory-allocation behavior...
2010-03-29 Gabor Greifprovide a simpler way to get to the headers
2010-03-29 Douglas GregorExit early from the simple form of Sema::RequireNonAbst...
2010-03-29 Anders CarlssonWhen collecting virtual bases it's very important to...
2010-03-29 Ted KremenekRemove FIXME comment.
2010-03-29 Ted KremenekChange 'TypeCache' from being an std::map to a llvm...
2010-03-29 Chris Lattneradd support for -MQ flag to quote targets in dependency...
2010-03-29 Chris Lattneremit signed integer subtractions as 'sub nsw', patch by
2010-03-29 Anders CarlssonAnother vtable layout fix, making us match gcc better.
2010-03-29 Douglas GregorSupport __attribute__((packed)) (along with other attri...
2010-03-29 Anders CarlssonHandle pure virtual member functions.
2010-03-29 Anders CarlssonFix a nasty bug in the virtual base computation which...
2010-03-29 Rafael EspindolaBe a bit more consistent in using operator->
2010-03-29 Anders CarlssonMore vtable work - it's not possible to use the new...
2010-03-29 Anders CarlssonMore magic.
2010-03-29 Anders CarlssonSprinkle some sed dust over check-ztt to make it work...
2010-03-29 Anders CarlssonOnly add thunks for the most derived class. This fixes...
2010-03-29 Anders CarlssonFlip the switch to always get vtables from the VTT...
2010-03-29 Anders CarlssonUse the newly added function in the VTT builder.
2010-03-29 Anders CarlssonCleanup, no functionality change.
2010-03-29 Anders CarlssonAdd the thunks needed by this vtable.
2010-03-29 Anders CarlssonMake sure to sort the vtable thunks by their vtable...
2010-03-29 Anders CarlssonFix another thinko, so that flags don't depend on previ...
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...
next