]> granicus.if.org Git - clang/shortlog
clang
2010-05-09 David ChisnallTweaked selector mangling again (GNU runtime).
2010-05-08 Douglas GregorFix a silly bootstrap-breaking thinko, where we were...
2010-05-08 Anders CarlssonActually compute the empty subobject sizes. No function...
2010-05-08 Douglas GregorImprove our handling of the -Wunused-variable warning...
2010-05-08 Douglas GregorDon't complain about an __builtin_va_arg expression...
2010-05-08 Anders CarlssonAdd a SizeOfLargestEmptySubobject member to ASTRecordLa...
2010-05-08 Douglas GregorAttempted workaround for MSVC compile error
2010-05-08 Douglas GregorWhen instantiating statements that involve conditions...
2010-05-08 David ChisnallFixed linkage problem from last commit (GNU runtime).
2010-05-08 David ChisnallTweaked selector generation (GNU runtime). Removed...
2010-05-08 Douglas GregorDon't destroy the data associated with an overload...
2010-05-08 Douglas GregorRecord template argument deduction failures for member...
2010-05-08 Douglas GregorWhen printing an overload candidate that failed due...
2010-05-08 Douglas GregorImprove overload-candidate diagnostic for a function...
2010-05-08 Douglas GregorA leak is better than a double-free while I figure...
2010-05-08 Douglas GregorMinor cleanup, and ban copying of OverloadCandidateSets. No
2010-05-08 Douglas GregorWhen template argument deduction fails because the...
2010-05-08 Douglas GregorWhen printing a non-viable overload candidate that...
2010-05-08 Douglas GregorFix test for Release-Asserts build
2010-05-08 Daniel DunbarUpdate latest checker build to a local link.
2010-05-07 Douglas GregorWhen we encounter a non-dependent type during template...
2010-05-07 Devang PatelIf there is not any debug info for type then do not...
2010-05-07 Douglas GregorIntroduce a recursive AST visitor that makes it trivial...
2010-05-07 John McCallThe FP constant evaluator was missing a few cases of...
2010-05-07 Chris Lattneradd PCH support for a bunch of C++ Decls, patch by
2010-05-07 John McCallMake that null-dereference fix a little clearer by...
2010-05-07 John McCallFix a potential null dereference in the pointer-to...
2010-05-07 John McCallChange the pointer / lvalue constant evaluators to...
2010-05-07 Chris Lattneradd more types to -ast-print-xml, PR5006
2010-05-07 Ted KremenekExtend C++ usrs to include type mangling for tag decl...
2010-05-07 Chris Lattnerclean up isBeforeInTranslationUnit by factoring out...
2010-05-07 Ted KremenekSwitch USR generation over from NamedDecl::getNameAsStr...
2010-05-07 Ted KremenekAdd NamedDecl::printName() for clients that to use...
2010-05-07 Douglas GregorReapply the reference-binding patch applied below,...
2010-05-07 Fariborz JahanianMinor mod. to my last patch.
2010-05-07 Fariborz JahanianFixes a Code gen crash trying to use a dot-syntax for
2010-05-07 Devang PatelAvoid use of DIDescriptor::getNode(). Use overloaded...
2010-05-07 John McCallChange the complex constant evaluator to return a bool...
2010-05-07 Douglas GregorAdd missing #include
2010-05-07 Douglas GregorRevert r103220. It seems to be breaking self-host
2010-05-07 Douglas GregorAdd a stub frontend action for BoostCon, for next week...
2010-05-07 Rafael EspindolaFix PR4386 by implementing gcc's old behaviour (4.2...
2010-05-07 Sebastian RedlTest case for my last fix.
2010-05-07 Sebastian RedlA correct fix for bug 6466.
2010-05-07 Sebastian RedlAnd finally, revert the accidental check-in part of...
2010-05-07 Sebastian RedlRevert 103247, it causes lots of test failures.
2010-05-07 Sebastian RedlPass the correct type to BuildMemberReferenceExpr....
2010-05-07 Chris Lattnerreimplement the guts of SourceManager::isBeforeInTransl...
2010-05-07 John McCallChange Evaluate* in the constant evaluator to enforce...
2010-05-07 John McCallMove CheckICE and isIntegerConstantExpr to ExprConstant...
2010-05-07 Chris Lattnerstart using the caching now that it appears to work!
2010-05-07 Chris Lattnerreimplement the caching in the SourceManager::isBeforeI...
2010-05-07 Ted KremenekAdd initial USR support for mangling in the types of...
2010-05-07 Ted KremenekAdd CXCursor support for LinkageSpecDecl (e.g., 'extern...
2010-05-07 Ted KremenekAdd USR test case for C++ operator methods.
2010-05-07 mike-mReverted r103214.
2010-05-07 Fariborz JahanianImplement encoding of methods which have instantiated
2010-05-07 Douglas GregorWhen determining whether the two types involved in...
2010-05-06 John McCallAfter some discussion, conservatively extend our sentin...
2010-05-06 mike-m2nd part of: Overhauled llvm/clang docs builds.
2010-05-06 Ted KremenekAdd USR support for C++ namespaces, and unify mangling...
2010-05-06 Ted KremenekAdd CXCursor support for C++ namespaces.
2010-05-06 Douglas GregorIt turns out that we should be allowing redeclarations...
2010-05-06 Douglas GregorDo not give implicitly-defined virtual members functions
2010-05-06 Douglas GregorFix typo in comment; 80 col violation
2010-05-06 Douglas GregorThe global variable for the VTT might not have external...
2010-05-06 Chris Lattnermention that cmake works on unix too. PR7061
2010-05-06 Chris Lattnerignore *.orig when installing, patch by Brooks Davis!
2010-05-06 Douglas GregorFixed DISABLE_SMART_POINTERS breakage
2010-05-06 Rafael EspindolaHandle -ffunction-sections and -fdata-sections in the...
2010-05-06 Daniel DunbarBasic: Update getClangRepositoryPath for my change...
2010-05-06 John McCallDiagnose deprecated/unavailable functions selected...
2010-05-06 Douglas GregorTry to work around a Visual C++ bug with copy-assignment.
2010-05-06 Douglas GregorRework our handling of temporary objects within the...
2010-05-06 Fariborz JahanianCode Gen support for Getter/Setter synthesis of
2010-05-06 mike-mReverted part of r103177 (repositioning of clang-builti...
2010-05-06 mike-mReposition clang-builtin include/ to immediately preced...
2010-05-06 John McCallPush TypeSourceInfo::getTypeLoc() into a header file...
2010-05-06 John McCallKill a never-defined, never-used member function. ...
2010-05-06 John McCallRearchitect -Wconversion and -Wsign-compare. Instead...
2010-05-06 John McCallRemember the number of positive and negative bits used...
2010-05-06 Chris Lattnersimplify EmitAggMemberInitializer a bit and make it...
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.
next