]> granicus.if.org Git - clang/shortlog
clang
2010-03-14 Kovarththanan... Move to anonymous namespace
2010-03-13 David ChisnallFixed copy-and-paste error causing categories to contai...
2010-03-13 Benjamin KramerRevert 98439. There is a bad race condition in sys...
2010-03-13 Rafael EspindolaAdd missing space.
2010-03-13 Douglas GregorGive explicit template instantiations weak ODR linkage...
2010-03-13 Rafael EspindolaFix PR6562. If a type is dependent, we don't know if...
2010-03-13 Benjamin KramerMake getTemporaryPath a static member of CIndexer and...
2010-03-13 Benjamin KramerUse raw_ostream instead of sprintf.
2010-03-13 Benjamin KramerSimplify code.
2010-03-13 Kovarththanan... Use SmallString instead of SmallVector
2010-03-13 Kovarththanan... No need to call setIdentifierInfo() after LookUpIdentif...
2010-03-13 Douglas GregorRe-revert the explicit template instantiation linkage...
2010-03-13 Douglas GregorReinstate patch to turn explicit template instantiation...
2010-03-13 Ted KremenekImplement several CIndex functions for constructing...
2010-03-12 John McCallCheck compatibility of vector types using their canonic...
2010-03-12 Jeffrey YasskinAllow users to set CPPFLAGS and CXXFLAGS on the make...
2010-03-12 Ted KremenekUse llvm::SmallVector instead of std::vector.
2010-03-12 Fariborz JahanianFix a rare corner case bug which exposed a serious...
2010-03-12 Devang PatelIf main file name is empty then use "<unknown>".
2010-03-12 John McCallPreserve the inherited-default-argument bit through...
2010-03-12 John McCallRemember whether a ParmVarDecl was spelled with a defau...
2010-03-12 Ted KremenekFix grammar
2010-03-12 Kovarththanan... Make IdentifierTable::get(StringRef) "primary" (no...
2010-03-12 Kovarththanan... Reintroduce r98340 and r98341 now without copy/paste...
2010-03-12 Kovarththanan... Back out r98340 abd r98341
2010-03-12 Kovarththanan... Add IdentifierTable::get() overload and start using it
2010-03-12 Nuno Lopesfix PR6584: __SSE3__ not defined with -mss3
2010-03-12 Kovarththanan... Switch parameter order for consistency (no functionalit...
2010-03-12 Kovarththanan... Add keywords using StringRef
2010-03-12 Kovarththanan... Cleanup using StringRef
2010-03-12 Kovarththanan... Switch over IdentifierInfoLookup to StringRef
2010-03-12 John McCallImprove the unused-value check to look into comma expre...
2010-03-12 Anders CarlssonMore this adjustment simplification.
2010-03-12 Douglas GregorRevert the linkage change for explicit template instant...
2010-03-12 Anders CarlssonRemove OldOffset.
2010-03-12 Anders CarlssonRemove debug output.
2010-03-12 Anders CarlssonBegin simplifying handling of thunks.
2010-03-12 Douglas GregorGive explicit template instantiations weak linkage...
2010-03-12 John McCallExtend the builtin syntax to allow address-space qualif...
2010-03-12 Ted KremenekSplit Sema::ActOnProperty() into two recursive function...
2010-03-12 Eric ChristopherAdd SSE4 packed integer comparisons and corresponding...
2010-03-12 John McCallAdd an extra test to this test-case.
2010-03-12 John McCallImplement basic support for friend types and functions...
2010-03-12 Ted KremenekFix 80 col violations.
2010-03-12 Ted KremenekMove 'ActOn' methods to the beginning of the file
2010-03-12 Ted KremenekUpdate CMake build.
2010-03-12 Ted KremenekSplit Sema logic for ObjC @property and @synthesize...
2010-03-11 Eric ChristopherInteger array extraction for sse4.1.
2010-03-11 Eric ChristopherAdd packed integer array insertion.
2010-03-11 Devang PatelKeep track of Record context to ensure that record...
2010-03-11 Ted KremenekFor ivars created using @synthesize, set their DeclCont...
2010-03-11 John McCallWarn about comparing an unsigned expression with 0...
2010-03-11 John McCallRemember the PR number.
2010-03-11 John McCallImplement -Wmissing-field-initializers. Patch by mikem!
2010-03-11 Daniel DunbarUse -emit-llvm-only, to avoid leaving a temp around.
2010-03-11 Fariborz JahanianAdd tentative support for accessing local variables...
2010-03-11 Chris Lattnerfix PR6433, crash on va_arg of typedef.
2010-03-11 Daniel DunbarDriver: Free Action objects.
2010-03-11 Daniel DunbarDriver: Free synthesized derived arguments.
2010-03-11 Daniel DunbarDriver: Free jobs in JobList and PipedJob instances.
2010-03-11 Ted KremenekUpdate checker build.
2010-03-11 Anders CarlssonUse the new vtable layout code for computing virtual...
2010-03-11 Rafael EspindolaCorrectly mangle address of member in template argument...
2010-03-11 John McCallFix a self-host problem caused by this over-eager asser...
2010-03-11 John McCallMaintain type source information for functions through...
2010-03-11 John McCallSplit C++ friend declarations into their own header...
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...
next