]> granicus.if.org Git - clang/shortlog
clang
2010-05-06 Chris Lattneradd todos for isinf_sign and isnormal, which I don...
2010-05-06 Chris Lattnerimplement codegen support for __builtin_isfinite, part...
2010-05-06 Chris Lattneroptimize builtin_isnan/isinf to not do an extraneous...
2010-05-06 Chris Lattnerimplement part of PR6083: codegen support for isinf...
2010-05-06 Chandler CarruthMark a variable as used in the absence of asserts to...
2010-05-06 Chandler CarruthRemove a dependency on Frontend headers in the Driver...
2010-05-06 Zhongxing XuTurn -analyzer-inline-call on for C functions. This...
2010-05-06 Zhongxing XuMake -analyzer-inline-call not a separate analysis...
2010-05-06 Douglas GregorPartial and full specializations of a class template...
2010-05-06 Ted KremenekWorkaround a really serious caching bug in SourceManage...
2010-05-06 Chandler CarruthClean up the {} and else placement. This fixes an ambig...
2010-05-06 Chandler CarruthSilence a pedantic GCC warning by making the grouping...
2010-05-05 John McCallAdd IgnoreParenImpCasts() to Expr, which is basically...
2010-05-05 Chris LattnerPass the globaldecl into GetOrCreateLLVMFunction so...
2010-05-05 Douglas GregorWhen implicit definition of the copy-assignment operato...
2010-05-05 Fariborz JahanianThis patch deals with Sema Part of Setter/Getter synthesis
2010-05-05 Douglas GregorWhen we emit a non-constant initializer for a global...
2010-05-05 mike-mTest commit.
2010-05-05 Douglas GregorFor thread-safe static initialization of local statics...
2010-05-05 Sean HuntReapplying patch to change StmtNodes.def to StmtNodes...
2010-05-05 Sean HuntRevert r103072; I accidentally ended up deleting a...
2010-05-05 Douglas Gregor Support for 'template' as a disambiguator (PR7030)
2010-05-05 Chris Lattneradd a new --print-diagnostic-categories option, which...
2010-05-05 Douglas GregorReimplement code generation for copying fields in the
2010-05-05 Anders CarlssonUse a more appropriate LLVM type for the vtable pointer.
2010-05-05 Douglas GregorUnbreak CMake build.
2010-05-05 Chris Lattnerfit in 80 cols
2010-05-05 Sean HuntAdd forgotten CMakeFiles.txt
2010-05-05 Sean HuntChange StmtNodes.def to StmtNodes.td in anticipation...
2010-05-05 Chris Lattnerdocument -fdiagnostics-show-category
2010-05-05 Ted KremenekRework clang_annotateTokens() to annotate tokens with...
2010-05-05 Ted KremenekMap Objective-C keywords to CXToken_Keyword.
2010-05-05 Ted KremenekMove post-processing of token annotations to method...
2010-05-05 Ted KremenekRefactor visitor logic for clang_annotateTokens() into...
2010-05-04 Chris Lattneradd a new -fdiagnostics-show-category=none/id/name...
2010-05-04 Chris LattnerWhen -fdiagnostics-print-source-range-info is specified,
2010-05-04 John McCallEmit the globals, metadata, etc. associated with static...
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-05-04 Fariborz JahanianFixes a code gen. crash when ivar object has trivial...
2010-05-04 Douglas GregorWhen instantiating a function that was declared via...
2010-05-04 Fariborz JahanianFixes a code gen crash when block is a reference type...
2010-05-04 Douglas GregorIntroduce a limit on the depth of the macro instantiati...
2010-05-04 Douglas GregorWhen creating a call to a base subobject's operator...
2010-05-04 Sebastian RedlLet StmtDumper.cpp handle using declarations.
2010-05-04 John McCallAn access is permitted if the current template instanti...
2010-05-04 John McCallWhen inheriting a default argument expression, inherit...
2010-05-04 Fariborz JahanianFixes a Code Gen. Crash when calling destructor on...
2010-05-03 Douglas GregorWhen computing the template arguments for the instantia...
2010-05-03 John McCallJust bail out immediately when emitting an unreachable...
2010-05-03 Fariborz JahanianTest for my last patch.
2010-05-03 Fariborz JahanianFor the sake of Objective-c++ overload resolution,
2010-05-03 Douglas GregorWhen instantiating a function-local variable definition...
2010-05-03 Ted KremenekWorkaround: Don't add ObjCMethodDecls to the vector...
2010-05-03 Douglas GregorIf we're generating code to create a pointer-to-member...
2010-05-03 Douglas GregorDiagnose unused exception parameters under a different...
2010-05-03 Douglas GregorComplain when we try to initialize an object of Objecti...
2010-05-03 Douglas GregorIt's okay to reference an enum in a template definition...
2010-05-03 Anders CarlssonWhen computing the address of a virtual member function...
2010-05-03 Douglas GregorTry to unbreak clang-i686-darawin10 builder
2010-05-03 Fariborz JahanianDo not issue warning on unimplemented property in the...
2010-05-03 Anders CarlssonGet rid of virt.cpp.
2010-05-03 Anders CarlssonThe array form of 'new' can never have initializers.
2010-05-03 Douglas GregorWhen creating the declaration reference for implicit...
2010-05-03 Douglas GregorWhen declaring a namespace alias, ignore previous decla...
2010-05-03 Douglas GregorWhen instantiating a member function declared via a...
2010-05-03 Douglas GregorWhen a class contains a non-empty anonymous union or...
2010-05-03 Anders CarlssonDon't build an aggregate constructor loop when the...
2010-05-03 Anders CarlssonAdd test case that I forgot to check in.
2010-05-03 Benjamin KramerReplace a char*/size pair with stringref.
2010-05-03 Anders CarlssonSimplify.
2010-05-03 Anders CarlssonDon't copy or initialize empty classes. Fixes PR7012.
2010-05-03 Anders CarlssonStore the entire base subobject in SubVTTIndices.
2010-05-03 Anders CarlssonRemove OldGetAddressOfBaseClass - bye bye ambiguities.
2010-05-03 Anders CarlssonGet rid of the last caller of OldGetAddressOfBaseClass.
2010-05-03 Anders CarlssonMore work towards getting rid of OldGetAddressOfBaseClass.
2010-05-02 Anders CarlssonGet rid of a call to GetAddressOfDirectBaseInCompleteClass.
2010-05-02 Anders CarlssonHave getSubVTTIndex take a BaseSubobject instead of...
2010-05-02 Anders CarlssonChange CXXConstructExpr::Create to take a ConstructionKind.
2010-05-02 Anders CarlssonPass ForVirtualBase all the way to GetVTTParameter.
2010-05-02 Anders CarlssonAdd the same 'ForVirtualBase' parameter to EmitCXXDestr...
2010-05-02 Anders CarlssonRevert my last change and add a 'ForVirtualBase' parame...
2010-05-02 Anders CarlssonPass the construction kind down to EmitCXXConstructorCall.
2010-05-02 Anders CarlssonAdd an enum to CXXConstructExpr so we can determine...
2010-05-02 Anders CarlssonRemove another unused function.
2010-05-02 Anders CarlssonRemove an unused function.
2010-05-02 Benjamin KramerCodeGen: Shrink RValue. 4 words -> 2 words.
2010-05-02 David ChisnallAs per Chris' request, return the Instruction from...
2010-05-01 Douglas GregorComplete reimplementation of the synthesis for implicit...
2010-05-01 Chris Lattnerfix a broken link, diagnostickinds.td was fissioned.
2010-05-01 Anders CarlssonSimplify EmitCopyCtorCall.
2010-05-01 Anders CarlssonSimplify EmitClassAggrMemberwiseCopy.
2010-05-01 Douglas GregorBump default template instantiation depth to 1024,...
2010-05-01 Anders CarlssonClean up EmitClassMemberwiseCopy further.
2010-05-01 Anders CarlssonGet rid of a parameter from EmitClassMemberwiseCopy.
2010-05-01 Anders CarlssonWhen defining implicit copy constructors, use SetBaseOr...
2010-05-01 Douglas GregorAdded an RAII object that helps set up/tear down the...
2010-05-01 David ChisnallAttach message send metadata to the lookup as well...
2010-05-01 David ChisnallMake super message lookups cacheable (GNUstep Runtime)
2010-05-01 David ChisnallTweaked EmitCall() to permit the caller to provide...
2010-05-01 Benjamin KramerRemove empty directory.
next