]> granicus.if.org Git - clang/shortlog
clang
2010-03-31 Douglas GregorRename CodeModificationHint to FixItHint, since we...
2010-03-31 Benjamin KramerMinor include pruning.
2010-03-31 Jeffrey YasskinDefine "exploded graph" by reference to a paper.
2010-03-31 Chris Lattneruse the new optimized debug info metadata accessors...
2010-03-31 John McCallSupport __attribute__((unused)) on types. This suddenl...
2010-03-31 John McCallFix PR6327: restore invariants when there's a parse...
2010-03-31 John McCallRegularize support for naming conversion functions...
2010-03-31 Daniel DunbarIRGen: Move the auxiliary data structures tracking...
2010-03-31 Daniel DunbarCGRecordLayoutBuilder: Switch unions to use same mechan...
2010-03-31 Argyrios KyrtzidisAdd a few asserts to be on the safe side.
2010-03-31 Argyrios KyrtzidisDon't skip past the '}' if an expression has error...
2010-03-31 Douglas GregorDrastically simplify the computation of linkage for...
2010-03-31 Daniel DunbarIRGen: Hide CGRecordLayoutBuilder class, because I...
2010-03-30 John McCallRemove silly temporary comment.
2010-03-30 John McCallIntroduce a new kind of derived-to-base cast which...
2010-03-30 Jakob Stoklund... Slightly relax test case. An upcoming LLVM commit will...
2010-03-30 Daniel DunbarFix test in -Asserts build.
2010-03-30 Fariborz JahanianRecognize __attribute__((NSObject)) directly applied
2010-03-30 Bob WilsonRevert Mon Ping's 99930 due to broken llvm-gcc buildbots.
2010-03-30 Daniel DunbarFormatting tweaks.
2010-03-30 Daniel DunbarIRGen: Narrow getCGRecordLayout type.
2010-03-30 Daniel DunbarIRgen: Move CGRecordLayout to its own happy little...
2010-03-30 Daniel DunbarMinor formatting/FIXME cleanups.
2010-03-30 John McCallFix an oversight with access control for address-of...
2010-03-30 Rafael EspindolaRemember the regparm attribute in FunctionType::ExtInfo.
2010-03-30 Argyrios KyrtzidisWhen "delayed parsing" C++ default arguments, if there...
2010-03-30 Douglas GregorAdd a test for C++ [stmt.select]p3, which specifies...
2010-03-30 John McCallPropagate the "found declaration" (i.e. the using decla...
2010-03-30 Rafael EspindolaFix this test on windows. When running on windows we...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Douglas GregorImprove diagnostics when printing a template instantiat...
2010-03-30 Ted KremenekRegionStore: specially handle loads from integer global...
2010-03-30 Ted KremenekUse 'const Optional<SVal>&' to avoid an extra copy.
2010-03-30 Rafael Espindolathe big refactoring bits of PR3782.
2010-03-30 Douglas GregorIntroduce new AST statistics that keep track of the...
2010-03-30 Ted KremenekChange the analyzer to recognize (but ignore) assignmen...
2010-03-30 Fariborz JahanianAdd Support for 'warn_unused_result" attribute on
2010-03-30 Rafael EspindolaDon't produce a vtable if we are just instantiating...
2010-03-30 Daniel DunbarFix FileEntry declaration.
2010-03-30 Douglas GregorTeach Clang's -cc1 option -print-stats to print LLVM...
2010-03-30 Anders CarlssonFix a bug where we would incorrectly report an error...
2010-03-30 Anders CarlssonReduce nesting.
2010-03-30 Benjamin KramerReplace some constant-sized SmallVectors.
2010-03-30 Chris Lattnermake -ftime-report work even in -disable-free mode...
2010-03-30 Anders CarlssonRemove the old vtable layout code.
2010-03-30 Anders CarlssonRemove UseNewVTableCode checks.
2010-03-30 Anders CarlssonUse the new function in EmitClassAggrMemberwiseCopy...
2010-03-30 Anders CarlssonFactor emitting a call to a copy constructor out into...
2010-03-30 Anders CarlssonIntroduce a CXXTemporariesCleanupScope RAII object...
2010-03-30 Anders CarlssonHandle default arguments when calling copy constructors...
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...
next