]> granicus.if.org Git - clang/shortlog
clang
2009-12-08 Zhongxing Xubrace completion.
2009-12-08 Eli FriedmanSlight tweak to vtable linkage.
2009-12-08 Eli FriedmanMisc key function fixes.
2009-12-08 Fariborz JahanianPatch to warn when discarding objective-c pointer type...
2009-12-08 Douglas GregorRemove dead diagnostics
2009-12-08 Eli FriedmanGet rid of some diagnostics that don't follow our rules...
2009-12-08 Eli FriedmanFix some direct checks of expressions which might be...
2009-12-08 Eli FriedmanMake copy assignment operator synthesis not explode...
2009-12-08 Jeffrey YasskinRemove several .c_str() to be forward-compatible with...
2009-12-08 Mike StumpFixup catch parameters with class reference type. ...
2009-12-08 Anders CarlssonNo need to add tail padding if the resulting LLVM struc...
2009-12-07 Eli FriedmanA bunch more thunk fixes from misc testing.
2009-12-07 Mike StumpAdd codegen support for exception specifications. ...
2009-12-07 John McCallRecover from dot accesses to record pointers and arrow...
2009-12-07 Ted KremenekEnable '-analyzer-opt-analyze-nested-blocks' by default...
2009-12-07 Ted KremenekAdd clang-cc option '-analyzer-opt-analyze-nested-block...
2009-12-07 Ted KremenekAdd analysis support for blocks. This includes a few...
2009-12-07 Ted KremenekAdd the BlockDecl to the DeclContext.
2009-12-07 Eli FriedmanCorrectly handle conditional operators involving throw.
2009-12-07 Eli FriedmanMake the comma operator consistently call EnsureInsertP...
2009-12-07 Mike StumpWork around emitters that can't deal with dead code...
2009-12-07 Fariborz JahanianAllow accessing 'isa' via '->' operator.
2009-12-07 Anders CarlssonMangle basic_ostream and basic_iostream specializations.
2009-12-07 Mike StumpSwitch over to checking .ll files instead of .s files.
2009-12-07 Mike StumpRemove obsolete fallback code for objectsize.
2009-12-07 Nuno Lopesimplement PR5274: mark 'restrict' parameters as noalias
2009-12-07 Rafael EspindolaShorten the help test for -no-canonical-prefixes, put...
2009-12-07 Fariborz JahanianPatch to allow restrict applied to id/Class types.
2009-12-07 Nuno Lopesadd fedora 12 include path
2009-12-07 Chris Lattnerreduce nesting.
2009-12-07 Douglas GregorWhen in an Objective-C instance method, super is a...
2009-12-07 Douglas GregorCode completion for Objective-C @ keywords that are...
2009-12-07 Douglas GregorCode completion for Objective-C @ directives
2009-12-07 Zhongxing XuAdd EvalCallExpr interface to checker, and migrate...
2009-12-07 Anders CarlssonInstantiated or specialized class templates never have...
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:/...
next