]> granicus.if.org Git - clang/shortlog
clang
2009-12-07 Anders CarlssonRework how virtual member functions are marked. If...
2009-12-07 Anders CarlssonIt's OK to try to emit a vtable definition more than...
2009-12-07 Anders CarlssongetTemplateSpecializationKind should be const.
2009-12-07 Douglas GregorRemove empty test cases
2009-12-07 Eli FriedmanErm, revert for the moment; I didn't test this as thoro...
2009-12-07 Eli FriedmanTweak the formula for non-virtual offsets to something...
2009-12-07 Anders CarlssonMove key functions to a separate map.
2009-12-07 John McCallDeclaratorInfo -> TypeSourceInfo. Makes an effort...
2009-12-07 Chris Lattneradd 'F' to a bunch of libm builtins so that codegen...
2009-12-07 Chris Lattnerfix -dM with variadic macros, PR5699
2009-12-07 Chris Lattnerrename names for consistency
2009-12-07 Chris Lattnerfilecheckize
2009-12-07 Chris Lattnersome code cleanup.
2009-12-07 Chris Lattnerremove some defaulted params for consistency.
2009-12-07 Chris Lattnerreapply my patch for PR4451, which improves diagnostics...
2009-12-07 Chris Lattnerfix a crash on invalid I found when working on somethin...
2009-12-07 Eli FriedmanMove RequireCompleteType requirement for fields early...
2009-12-06 Sam WeinigRemove a now out of date and out of place comment about...
2009-12-06 Sam WeinigDon't print a void return type for C++ constructors...
2009-12-06 Eli FriedmanBe a bit more complete about accumulating SavedThisAdju...
2009-12-06 Eli FriedmanWork-in-progess rewrite of thunks: move thunk generatio...
2009-12-06 Douglas GregorPointerUnion == PointerUnion does not do what I thought...
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Chris Lattnerrevert my previous patch, it is breaking something...
2009-12-06 Eli FriedmanMove helper onto CXXMethodDecl.
2009-12-06 Douglas GregorSwitch the std::multimap shadow map used in code comple...
2009-12-06 Chris Lattnerthis is really about both PR's, 4452 is "don't crash...
2009-12-06 Chris Lattnerimplement PR4451, improving error recovery for a mistak...
2009-12-06 Chris Lattnersimplify logic.
2009-12-06 Anders CarlssonAdd rudimentary support for member pointers to CGDebugInfo.
2009-12-06 Chris Lattnerremove some extraneous syntax: sourceloc implicitly...
2009-12-06 Chris Lattneruse new helpers to simplify code.
2009-12-06 Zhongxing XuAdd test case for mktemp. Patch by Lei Zhang.
2009-12-06 Daniel DunbarDrop Preprocessor/open-failure test, it breaks running...
2009-12-06 Daniel DunbarDocument that CompilerInvocation::createDiagnostics...
2009-12-06 Daniel DunbarFix an off by one in findEndOfWord, which could scan...
2009-12-06 Eli FriedmanFix a slight oversight in computing whether a copy...
2009-12-06 Daniel DunbarUnbreak and add test case for r90276, a situation in...
2009-12-06 Daniel DunbarChange Preprocessor::EnterSourceFile to make ErrorStr...
2009-12-06 Daniel DunbarAdd a pretty horrible hack to prevent clang from crashi...
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Anders CarlssonSet the correct linkage for VTTs as well.
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Anders CarlssonMore linkage improvements.
2009-12-06 Anders CarlssonPass the desired vtable linkage to GenerateVtable direc...
2009-12-06 Anders CarlssonMake GenerateVtable a private member function of CGVtab...
2009-12-05 Eli FriedmanFix for PR5693: shift some code into SetClassDeclAttrib...
2009-12-05 Anders CarlssonOnly emit the vtable definition if the class has a...
2009-12-05 Anders CarlssonIf a class does not have a key function, its linkage...
2009-12-05 Anders CarlssonUse createGlobalVariable for creating vtable variables...
2009-12-05 Benjamin KramerDon't call back() on an empty vector.
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.
next