]> granicus.if.org Git - clang/shortlog
clang
2010-03-11 Anders CarlssonRename getVirtualBaseOffsetIndex to getVirtualBaseOffse...
2010-03-11 Anders CarlssonWhen possible, use the vbase offset offsets from the...
2010-03-11 Anders CarlssonAdd a test.
2010-03-11 Anders CarlssonKeep track of, and dump, vbase offset offsets.
2010-03-11 Anders CarlssonFix tests.
2010-03-11 Anders CarlssonRun the new vtable builder for construction vtables...
2010-03-11 Anders CarlssonMore record layout builder cleanup and simplification.
2010-03-11 Anders CarlssonGet rid of the PrimaryBase parameter from LayoutVirtual...
2010-03-11 Anders CarlssonMore cleanup towards fixing the real bug.
2010-03-11 Anders CarlssonReplace the class offset vectors in RecordLayoutBuilder...
2010-03-11 Anders CarlssonMore cleanup.
2010-03-11 Anders CarlssonMore record layout builder cleanup.
2010-03-11 Anders CarlssonAssert that primary bases always have offset 0.
2010-03-11 Ted KremenekRemove unused 'IVars' field from ObjCInterfaceDecl...
2010-03-11 Anders CarlssonRemove the IndirectPrimary parameter in LayoutVirtualBa...
2010-03-11 Anders CarlssonMore cleanup and simplification of the record layout...
2010-03-11 John McCallSupport PPC-32 DWARF EH intrinisics. Thanks to rdivack...
2010-03-10 Chris Lattnerset alignment on static locals properly, patch by Arnau...
2010-03-10 Anders CarlssonGet rid of the LayoutBaseNonVirtually; it was used...
2010-03-10 Anders CarlssonMore shuffling.
2010-03-10 Anders CarlssonCleanups, no functionality change yet.
2010-03-10 Chris Lattneradd DESTDIR support for clang headers, PR6556.
2010-03-10 Anders CarlssonFix calculation of whether a member function needs...
2010-03-10 Fariborz JahanianChange the 'super' messaging API in the rewriter.
2010-03-10 John McCallSuppress the tag when printing an ElaboratedType if...
2010-03-10 Anders CarlssonWe were mistakenly marking morally virtual bases as...
2010-03-10 Anders CarlssonIgnore non-interesting bases when emitting construction...
2010-03-10 Ted KremenekSimplify assertion.
2010-03-10 Ted KremenekRemove '#if 0' code. Lazy compound values have proven...
2010-03-10 Ted KremenekFix -Wsign-compare warnings reported by clang++.
2010-03-10 Ted KremenekFix -Wsign-compare warning reported by clang++.
2010-03-10 Ted KremenekRemove the subregion map cache. It is no longer used.
2010-03-10 Ted KremenekFix stale comment.
2010-03-10 Ted KremenekReally apply (unnoticed weird git-svn merge conflict...
2010-03-10 Rafael EspindolaMove test and also test codegen.
2010-03-10 John McCallWhen pretty-printing tag types, only print the tag...
2010-03-10 Ted KremenekRefactor RegionStore::RemoveDeadBindings to use the...
2010-03-10 Ted KremenekRefactor some of RegionStore's InvalidateRegionsWorker...
2010-03-10 Anders CarlssonAdd newline.
2010-03-10 Anders CarlssonDon't accidentally mark some functions in construction...
2010-03-10 John McCallAllow the fast path through ASTContext::getTypeDeclType...
2010-03-10 Zhongxing XuAdd use-after-free check to MallocChecker.
2010-03-10 Douglas GregorStatement expressions can be used in global- or namespa...
2010-03-10 John McCallCreate a new InjectedClassNameType to represent bare...
2010-03-10 Anders CarlssonWhen building construction vtables, we need to check...
2010-03-10 Rafael Espindolaadd missing test
2010-03-10 Anders CarlssonImprove vcall offset handling in construction vtables...
2010-03-10 Rafael EspindolaDelay codegen of vtables when handling implicit instant...
2010-03-10 Eric ChristopherAdd insert/extract_ps and related random macros.
2010-03-10 Devang PatelUse SmallString instead of alloca.
2010-03-10 Ted KremenekWhen computing in AnalysisContext the variables referenced
2010-03-10 Ted KremenekEnhance basic store to also lazily symbolicate VarRegions
2010-03-09 Devang PatelFix file reference for derived and composite types...
2010-03-09 John McCallValue-initialize the written-builtin-specifiers field...
2010-03-09 Fariborz JahanianFix the test some more.
2010-03-09 Fariborz JahanianSee if this test makes it though buildbot.
2010-03-09 Devang PatelMore then one anonymous aggregates on one line creates...
2010-03-09 Fariborz JahanianReverse the code gen. enabled part of test until I...
2010-03-09 Douglas GregorImprove Objective-C token-annotation test
2010-03-09 Fariborz JahanianCode gen test for a previous patch for
2010-03-09 Devang PatelUse getLast() instead of getBasename().
2010-03-09 Fariborz JahanianDon't error when a block pointer is passed to a
2010-03-09 Douglas GregorAdd an Objective-C test for token annotation
2010-03-09 Benjamin KramerReplace copy loops with memcpy.
2010-03-09 Devang PatelStart using DIFile. Corresponding llvm patch is r98020.
2010-03-08 Ted KremenekAdd test cases for r98003 and r98006.
2010-03-08 Ted KremenekAdd preprocessor guards to the definitions of size_t...
2010-03-08 Ted KremenekPlace the definition of 'va_list' within a preprocessor...
2010-03-08 Ted KremenekImplement clang_isUnexposed(), a predicate function...
2010-03-08 Chris Lattneradd a codegen hack to work around an AST bug, allowing...
2010-03-08 Ted KremenekAllocate ASTRecordLayout objects using the allocator...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 John McCallRevert r97727 at ddunbar's request; we want to solve...
2010-03-08 John McCallRename -Wbad-literal to -Wliteral-range.
2010-03-08 Devang PatelRevert r97949.
2010-03-08 Ted KremenekDon't enable static analysis support for C++ by default...
2010-03-08 Douglas GregorImprove XML output for C++ classes, from Olaf Krzikalla!
2010-03-08 Kovarththanan... Mark variable as const
2010-03-08 Devang PatelAvoid DIDescriptor.isNull() checks.
2010-03-08 Douglas GregorExtend ObjCMessageExpr for class method sends with...
2010-03-08 Douglas GregorKeep track of type source information in the return...
2010-03-08 Duncan SandsRemove unused headers.
2010-03-08 Douglas GregorRemove redundant semicolon
2010-03-08 Douglas GregorMake a note for the C++0x future, when we'll have to...
2010-03-08 Douglas GregorIn C++98/03, an uninitialized variable that has POD...
2010-03-08 Douglas GregorDowngrade errors when trying to catch a pointer or...
2010-03-08 Chandler CarruthRevert r97925, it only contained the test updates not...
2010-03-07 Douglas GregorDowngrade errors when trying to catch a pointer or...
2010-03-07 Douglas GregorRobustify callers that rebuild typename type nodes...
2010-03-07 Douglas GregorPerform overload resolution when static_cast'ing from a
2010-03-07 Douglas GregorReference binding via user-defined conversion can compu...
2010-03-07 Kovarththanan... Undefine correct macro
2010-03-07 Chris Lattnerimplement support for -Wno-deprecated, PR6534. While
2010-03-07 Kovarththanan... Don't rely on implicit conversion
2010-03-07 Kovarththanan... Rename to addPPCallbacks since we're effectively adding...
2010-03-07 Kovarththanan... Don't assert if PP already contains a valid PP callback...
2010-03-07 Eric ChristopherAdd sse4.1 packed min and max intrinsics.
2010-03-07 Eric ChristopherAdd load hint instruction intrinsic.
2010-03-07 Eric ChristopherAdd in movntdqa intrinsic for load hint.
2010-03-07 Eric ChristopherAdd in support for dword multiply and fp dot product...
next