]> granicus.if.org Git - clang/shortlog
clang
2009-12-04 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-04 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-04 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-04 Sean HuntPut in FIXME that this mangling is not official in.
2009-12-04 Daniel DunbarOptTable: Allow option groups to be used to define...
2009-12-04 Daniel DunbarOptParser: Add HelpHidden flag.
2009-12-04 Sean HuntSwitch mangling of literal operator names to a string...
2009-12-04 Mike StumpBe sure to instantiate rtti for non-polymorphic bases.
2009-12-04 Ted KremenekTeach AnalysisContext::getBody() about BlockDecls.
2009-12-04 Ted KremenekTeach 'ExecutionContinues' (part of BugReporter's diagn...
2009-12-04 Ted KremenekInclude BlockDeclRefExprs in constructed CFGs.
2009-12-04 Ted KremenekReplace SymbolReaper::isLive(VarDecl) with SymbolReaper...
2009-12-04 Anders CarlssonWhen generating a virtual destructor, don't try to...
2009-12-04 Rafael EspindolaAdd gcc's -no-canonical-prefixes option to clang.
2009-12-04 Mike StumpFixup nested try blocks.
2009-12-04 Mike StumpFix warning and be sure to set up the rethrow pointer...
2009-12-04 Anders CarlssonRename 'Class' to 'MostDerivedClass'
2009-12-04 Anders CarlssonStore the vtable components in a SmallVector.
2009-12-04 Anders CarlssonUse a different ConstantArray::get.
2009-12-04 Anders CarlssonMove the vtable vector directly into the Vtable builder.
2009-12-04 Anders CarlssonChange getIndex to return false if the index wasn't...
2009-12-04 Eli FriedmanMinor cleanup; no functionality change.
2009-12-04 Eli FriedmanRemove unused argument.
2009-12-04 Eli FriedmanEliminate submethods vector.
2009-12-04 Eli FriedmanEliminate the inner loop in VtableBuilder::OverrideMethod.
2009-12-04 Daniel DunbarPR5684: Fix refacto, the backend consumer was copying...
2009-12-04 Daniel DunbarASTUnit/CIndex: Explicitly track the top-level decls...
2009-12-04 Daniel DunbarIgnore -fsched-interblock and -freorder-blocks to the...
2009-12-04 Eli FriedmanMake sure to call PerformObjectMemberConversion where...
2009-12-04 Chris LattnerUse PresumedLoc when emitting the 'included from' diagn...
2009-12-04 Ted KremenekRename instance variable to avoid name conflict with...
2009-12-04 Ted KremenekRevert r90546.
2009-12-04 Eli FriedmanMissed change from last commit.
2009-12-04 Eli FriedmanMake the type of the Decl referred to by a MemberExpr...
2009-12-04 Zhongxing Xuthe assertion says state is not NULL. When state is...
2009-12-04 Anders CarlssonCorrectly mangle the 'std' namespace inside extern...
2009-12-04 Chris Lattnerminor tidy.
2009-12-04 Anders CarlssonMake sure that overridden method decls are always canon...
2009-12-04 Eli FriedmanTest for non-canonical decl and vtables.
2009-12-04 Eli FriedmanFix regression in vtable improvements.
2009-12-04 Mike StumpTry/catch statements seem to be working well enough...
2009-12-04 Mike StumpDisable for now, doesn't play nice with the temporary...
2009-12-04 Eli FriedmanRename method to something easier to search for.
2009-12-04 Anders CarlssonMore work in preparation of getting rid of the submetho...
2009-12-04 Anders CarlssonRemove an unused member variable.
2009-12-04 Anders CarlssonAdd a way to get the index of a method. Assert that...
2009-12-04 Anders CarlssonAdd a premature optimization.
2009-12-04 Anders CarlssonAdd the method directly to the vtable.
2009-12-04 Anders CarlssonGet rid of the PureVirtualMethods map.
2009-12-04 Anders CarlssonMove handling of pure virtual methods to AppendMethods...
2009-12-04 Anders CarlssonMove covariant thunk handling to AppendMethods too.
2009-12-04 Anders CarlssonMove 'this' pointer adjustment thunks to AppendMethods.
2009-12-04 Eli FriedmanMake functions returning a struct indirectly evaluate...
2009-12-04 Anders CarlssonFactor appending methods to a vtable out into a separat...
2009-12-04 Anders CarlssonGet rid of the Thunks struct too.
2009-12-04 Anders CarlssonRemove the CovariantThunk struct.
2009-12-04 Anders CarlssonRemove the GlobalDecl from the Thunk as well.
2009-12-04 Eli FriedmanFix for PR5447: teach Evaluate to deal with floating...
2009-12-04 Anders CarlssonRemove the GlobalDecl from the CovariantThunk struct...
2009-12-04 Anders CarlssonStart populating the VtableMembers structure.
2009-12-04 Ted KremenekAllow BlockInvocationContext to wrap either a BlockDecl...
2009-12-04 Anders CarlssonAdd a data structure for efficient storing of vtable...
2009-12-04 Mike StumpFixup reference binding for catch parameters.
2009-12-04 Eli FriedmanUpdate chunk of #if 0'ed code to remove fixed FIXME...
2009-12-04 Ted KremenekRefactor LocationContext creation logic into a single...
2009-12-04 Ted KremenekRefactor FoldingSet profiling code for LocationContexts...
2009-12-04 Eli FriedmanFix for PR5679: make __builtin_prefetch a bit more...
2009-12-04 Ted Kremenekconstify MemRegion* returned by MemRegionManager::getXX...
2009-12-04 John McCallWhen recovering from an invalid forward reference to...
2009-12-04 Ted KremenekMore template-logic for MemRegion construction out...
2009-12-03 Mike StumpThese are done.
2009-12-03 Mike StumpImprove catch parameter bindings for scalar non-pointer...
2009-12-03 John McCallLift the ObjCPropertyCallback out of local scope to...
2009-12-03 Eli FriedmanAdd recursion guards to ice-checking and evaluation...
2009-12-03 Ted KremenekTry to make the output of PlistDiagnostics more determi...
2009-12-03 Ted KremenekConvert some methods in PathDiagnostic to return String...
2009-12-03 Fariborz JahanianA new helper function to set various bits in the class...
2009-12-03 Daniel DunbarFix Clang tool translation to forward -fvisibility...
2009-12-03 Daniel DunbarAdd utils/TestUtils, and sink pch-test.pl there.
2009-12-03 Douglas GregorUnify the end-of-class code paths used by the parser...
2009-12-03 Ted KremenekAdd another blocks test case illustrating how parameter...
2009-12-03 Anders CarlssonWhen instantiating a class, if a base specifier is...
2009-12-03 Ted KremenekTweak handling of BlockDataRegions in RegionStoreManage...
2009-12-03 Anders CarlssonHandle static_assert inside functions.
2009-12-03 Douglas GregorWhen we're building a CXXExprWithTemporaries, only...
2009-12-03 Douglas GregorMinor cleanup to the code-completion-point logic sugges...
2009-12-03 Mike StumpEli, I copied my code from this code... Let's fix...
2009-12-03 Benjamin KramerMake test 64 bit safe.
2009-12-03 Eli FriedmanFix for PR5659: correct a rather nasty oversight in...
2009-12-03 Daniel DunbarXFAIL this on Win32 for the time being.
2009-12-03 Zhongxing XuAdd security syntactic checker for mktemp.
2009-12-03 Daniel DunbarUpdate CMake for CallGraph.cpp move.
2009-12-03 Daniel DunbarFix two more diagnostic-on-stderr instances that though...
2009-12-03 Daniel DunbarKill a few more random stderr uses.
2009-12-03 Daniel DunbarConvert ABIArgInfo::dump to raw_ostream.
2009-12-03 Daniel DunbarKill off one last exit() call.
2009-12-03 Daniel DunbarUse llvm_report_error instead of fprintf + assert ...
2009-12-03 Daniel DunbarFix CompilerInstance::createOutputFile to use proper...
2009-12-03 Daniel DunbarRemove an unnecessary (I believe) exit() on error.
2009-12-03 Daniel DunbarConvert StmtDumper to raw_ostream. I forget why.
next