]> granicus.if.org Git - clang/shortlog
clang
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.
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,
next