]> granicus.if.org Git - clang/shortlog
clang
2009-12-05 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-05 Anders CarlssonCodeGenModule::GenerateVtable now returns a pointer...
2009-12-05 Anders CarlssonMake sure that hte vtable always has an i8* array type.
2009-12-05 Anders CarlssonAdd a function for getting the vtable address point...
2009-12-05 Anders CarlssonSimplify BuildVTT.
2009-12-05 Anders CarlssonLet the VTT builder pretend that getVtable returns...
2009-12-05 Anders CarlssonChange getCtorVtable to not return the address point...
2009-12-05 Anders CarlssonSimplify some code.
2009-12-05 Anders CarlssonFactor vtable related GlobalVariable creation out into...
2009-12-05 Anders CarlssonUpdate .xcodeproj file
2009-12-05 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-05 Steve NaroffRemove 'LangOpts' from Diagnostic (added in http:/...
2009-12-05 Benjamin KramerAvoid trashing two temporary strings.
2009-12-05 Benjamin Kramerstrcasecmp is unportable.
2009-12-05 Douglas GregorImprove the performance of code completion by 2.2x...
2009-12-05 Chris Lattnerfix comment.
2009-12-05 Chris Lattnerconsolidate some tests.
2009-12-05 Chris Lattnerimplement rdar://7346691 by codegen'ing struct/array...
2009-12-05 Chris Lattnervarious cleanups.
2009-12-05 Chris Lattnersimplify a condition and add a testcase.
2009-12-05 Chris Lattnerfix rdar://7446395, a crash on invalid, by fixing a...
2009-12-05 Eli FriedmanTweak "key function" rules so that they work for templa...
2009-12-05 Daniel DunbarCIndex: For the time being, don't return translation...
2009-12-05 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-05 Eli FriedmanSkip actually generating the vtable unless we are defin...
2009-12-05 Daniel DunbarUnbreak -ccc-cxx and -ccc-clang-cxx defaulting.
2009-12-04 Anders CarlssonDon't emit explicit specializations of static member...
2009-12-04 Mike StumpAdd support for function try blocks.
2009-12-04 John McCallFix "using typename" and the instantiation of non-depen...
2009-12-04 Benjamin KramerReturn bool as a bool instead of a uint64_t.
2009-12-04 Anders CarlssonBe a little more clever about inline member functions...
2009-12-04 Anders CarlssonForgot this.
2009-12-04 Anders CarlssonDiagnose declarations of implicit member functions.
2009-12-04 Mike StumpAdd an easy accessor for the end of the try/catch state...
2009-12-04 Daniel DunbarDriver: Switch -ccc-* options to using the standard...
2009-12-04 John ThompsonFix for PR5650 - Revised vector_size attribute handling...
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...
next