]> granicus.if.org Git - clang/shortlog
clang
2010-02-05 John McCallStandardize the parsing of function type attributes...
2010-02-05 Ted KremenekAdd guard in RewriteObjC::HandleTopLevelSingleDecl...
2010-02-05 Douglas GregorRevert r95393, which broke Clang's self-host.
2010-02-05 Douglas GregorOops, thanks Clang
2010-02-05 Charles DavisConvert this test to FileCheck instead of grepping...
2010-02-05 Douglas GregorImplement name mangling for template template parameters
2010-02-05 Ted KremenekFix how scan-build finds c++-analyzer to work with...
2010-02-05 Daniel DunbarIRgen: A few more ConvertType cleanups.
2010-02-05 Douglas GregorFix two issues with the substitution of template templa...
2010-02-05 Daniel DunbarIRgen: Factor out EmitAggExprToLValue.
2010-02-05 Fariborz JahanianFix a code gen bug accessing 'isa' field via a message...
2010-02-05 Douglas GregorWhen we're parsing an expression that may have looked...
2010-02-05 Daniel DunbarIRgen: Fix some CreateTempAlloca calls to use ConvertTy...
2010-02-05 Anders CarlssonFix the bug that was breaking self-host, and re-land...
2010-02-05 Charles DavisNow that we store calling conventions in the types...
2010-02-05 Fariborz JahanianRemoved non-essential header file from test.
2010-02-05 Douglas GregorInitial skeleton of an AST "importer", which will take...
2010-02-05 Charles DavisTesting, 1, 2, 3...
2010-02-05 Daniel DunbarIRgen: Use hasAggregateLLVMType instead of isSingleValu...
2010-02-05 Fariborz JahanianFixes a minor rewriter bug messaging inside a function...
2010-02-05 Fariborz JahanianSome clean up of replacement text API no longer needed by
2010-02-05 Douglas GregorRevert r95363 and r95375, which broke self-host.
2010-02-05 Douglas GregorA dependent initializer with zero arguments should...
2010-02-05 Chandler CarruthRevert the unused TST_pixel entry from r95335 as it...
2010-02-05 Douglas GregorDefault function arguments for function template specia...
2010-02-05 Daniel DunbarTweak inliner thresholds to match llvm-gcc, see r95321.
2010-02-05 Anders CarlssonCheck in a mangle checker that's turned off by default.
2010-02-05 Douglas GregorTeach C++ name lookup that it's okay to look in a scope...
2010-02-05 Anders CarlssonFix array initialization test.
2010-02-05 Anders CarlssonFix a test case.
2010-02-05 Douglas GregorA function declarator with a non-identifier name in...
2010-02-05 Ted KremenekAdd test case showing the analyzer invalidates '__block...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Zhongxing XuRemove unused parameter.
2010-02-05 Anders CarlssonIf a global initializer has a non-trivial destructor...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Douglas GregorWhen adding ADL candidates for overloaded
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Douglas GregorWhen determining whether a scope specifier is complete...
2010-02-05 Zhongxing XuMore GRState* -> Store changes.
2010-02-05 Zhongxing XuChange LazyCompoundVal to a <Store, MemRegion*> pair...
2010-02-05 Ted KremenekNow that the -cc1 options for analyzer checks have...
2010-02-05 Ted KremenekRename -cc1 option '-checker-cfref' to '-analyzer-check...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-missing-dealloc' to...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-methodsigs' to '-analyze...
2010-02-05 Ted KremenekRename -cc1 option '-warn-objc-unused-ivars' to '-analy...
2010-02-05 Ted KremenekRename -cc1 option '-warn-dead-stores' to '-analyzer...
2010-02-05 Ted KremenekRename -cc1 option '-warn-security-syntactic' to '...
2010-02-05 Fariborz JahanianFix a nested ivar reference rewriting bug.
2010-02-05 John McCallAlways start tag definitions before completing them...
2010-02-05 John ThompsonFirst stage of adding AltiVec support
2010-02-04 Douglas GregorFix a crash with ill-formed code within a method in...
2010-02-04 John McCallExtract a common structure for holding information...
2010-02-04 Ted KremenekMove ParseFormatString() and FormatStringHandler back...
2010-02-04 Douglas GregorFix an obscure crash found in the Boost.MPL test suite...
2010-02-04 Anders CarlssonWhen binding an lvalue to a reference, we always need...
2010-02-04 Anders CarlssonUpdate test.
2010-02-04 Anders CarlssonFix a bug where we would not mark temporaries as condit...
2010-02-04 Anders CarlssonImprove conditional temporaries test.
2010-02-04 Douglas GregorWhen substituting the template argument for a pointer...
2010-02-04 Anders CarlssonRename StartConditionalBranch/FinishConditionalBranch...
2010-02-04 Anders CarlssonFix another pointer-to-member function miscompile,...
2010-02-04 Anders CarlssonImprove test.
2010-02-04 Anders CarlssonCalculate offset correctly when taking the address...
2010-02-04 Ted KremenekConvert flags in FormatSpecifier to be bitfields instea...
2010-02-04 Ted KremenekAdd assorted test cases from PR 4172.
2010-02-04 John McCallAllow calling convention attributes to apply to types...
2010-02-04 Zhongxing XuCast evaluation no longer touch GRState.
2010-02-04 Ted KremenekSpecially handle casts to 'void' in AdjustedReturnValue...
2010-02-04 Ted KremenekRemove stray typo.
2010-02-04 John McCallMangle member expressions. Also invented.
2010-02-04 Zhongxing XuNow that CastRetrievedVal returns SVal, there is no...
2010-02-04 John McCallAdd a cautionary note about the mangling I just invented.
2010-02-04 John McCallAdd mangling support for calls, sizeof/alignof, constru...
2010-02-04 Ted Kremenekstatic analyzer: handle casts of a function to a functi...
2010-02-04 Fariborz JahanianFix rewriting of 'const' __block variables in
2010-02-03 Anders CarlssonDon't try to fold DeclRefExprs that point to ParmVarDec...
2010-02-03 Fariborz JahanianFix more rewriting of protocol-quialified 'id' type.
2010-02-03 Sebastian RedlIn some contexts, type declarations cannot occur. Pass...
2010-02-03 Chris Lattnerdon't inform comment handlers about comments in #if...
2010-02-03 Douglas GregorDefine two types to be "compatible" in C++ if they...
2010-02-03 Chris LattnerDeclarators can have grouping parens. This fixes rdar...
2010-02-03 Fariborz JahanianPatch to allow reinterpret_cast on objective-c pointers.
2010-02-03 Daniel DunbarRevert "Numerous changes to selector handling:", this...
2010-02-03 Sebastian RedlTop-level const changes do not make a qualification...
2010-02-03 Douglas GregorWhen determining whether a function without a prototype...
2010-02-03 Anders CarlssonHandle reference binding in aggregate initializers...
2010-02-03 Anders CarlssonAdd a band-aid fix for clang self-hosting. A better...
2010-02-03 Eli FriedmanFix for PR6220: compute the correct type for multichara...
2010-02-03 Anders CarlssonMore cleanup.
2010-02-03 Anders CarlssonRevert the new reference binding code; I came up with...
2010-02-03 David ChisnallFirst pass at adding GC support for GNU runtime. GC...
2010-02-03 Chandler CarruthTeach the allocation function overload handling to...
2010-02-03 Chandler CarruthFix PR6149 by looking at the qualifiers on the referred...
2010-02-03 Douglas GregorWhen a function or variable somehow depends on a type...
2010-02-03 Chandler CarruthAdd FlatStore.cpp (from r95214) to CMake build. Don...
2010-02-03 Zhongxing XuAdd skeleton of flat store manager.
2010-02-03 Douglas GregorLook through CXXExprWithTemporaries when digging out...
2010-02-03 Chris Lattnerupdate for llvm api change.
2010-02-03 Chris Lattnerremove a big chunk of #if 0 code.
next