]> granicus.if.org Git - clang/shortlog
clang
2010-06-21 Douglas GregorAlter the internal representation of the condition...
2010-06-21 Fariborz JahanianAvoid using a local static for providing lexical
2010-06-21 Douglas GregorZero out a stale pointer
2010-06-21 Douglas GregorWhen semantic analysis fail to introduce a class or...
2010-06-21 Ted KremenekUpdate checker build.
2010-06-21 Fariborz JahanianTest case for PR7431 by Nico Weber.
2010-06-21 Fariborz JahanianIn fragile-abi (32bit mode abi) generate global symbol
2010-06-21 Fariborz JahanianIn supporting init-priority, globals with the same...
2010-06-21 Tom CareBug 7377: printf checking fails to flag some undefined...
2010-06-21 Anders CarlssonFix an Obj-C++ miscompile when calling an Obj-C method...
2010-06-21 Ted KremenekAdd CXType support for querying the return type of...
2010-06-21 Chris Lattneraccept and ignore two more gcc warning flags.
2010-06-21 Ted KremenekAdd CXType support for FunctionNoProto and FunctionProt...
2010-06-21 Jordy RoseWhen folding additive operations, convert the values...
2010-06-21 Jordy RoseIf a nonnull argument evaluates to UnknownVal, don...
2010-06-21 Fariborz JahanianUse more efficient API of SmallVector/array_pod_sort
2010-06-21 Ted KremenekAdd clang_getCursorType() support for @property declara...
2010-06-21 Fariborz JahanianIRGen for implementation of init-priority attribute.
2010-06-21 Douglas GregorInstantiations subject to an explicit template instanti...
2010-06-21 Fariborz JahanianFixes a corner case bug whereby declaring and defining...
2010-06-21 Argyrios KyrtzidisCombine ClassTemplateDecl's PreviousDeclaration with...
2010-06-20 Nate BegemanImplement remaining codegen for NEON, all operations...
2010-06-20 Argyrios KyrtzidisSupport PCH emitting/reading of using declarations.
2010-06-20 Benjamin KramerAdd braces to avoid an ambiguous else, fixing a GCC...
2010-06-20 Jordy RoseAdds analyzer support for idempotent and tautological...
2010-06-20 Jordy RoseCasting to void* or any other pointer-to-sizeless type...
2010-06-19 Argyrios KyrtzidisCure for Doug's insomnia.
2010-06-19 Argyrios KyrtzidisInclude a hack to allow loading of templated CXXRecordD...
2010-06-19 Argyrios KyrtzidisInitial support for reading templates from PCH.
2010-06-19 Argyrios KyrtzidisInitial support for writing templates to PCH.
2010-06-19 Anton KorobeynikovMore AltiVec support.
2010-06-19 Chris Lattneradd a libs-only target to the clang makefile, patch...
2010-06-19 Eli FriedmanFix for PR7415: refactor CodeGenModule::MayDeferGenerat...
2010-06-19 Chris LattnerFix PR7097, a bad interaction between -fno-use-cxa...
2010-06-18 Fariborz JahanianMore Sema Check and a test case for init_priority attr.
2010-06-18 Jordy RoseFold additive constants, and support comparsions of...
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-06-18 Douglas GregorA trivial fix for a test case that's too horrible to...
2010-06-18 Fariborz JahanianImplements Sema part of init_priority(priority) attribute
2010-06-18 Douglas GregorDon't complain about missing field initializers when...
2010-06-18 Douglas GregorMerge the "regparm" attribute from a previous declarati...
2010-06-18 Gabor GreifJohn called for a less surprising cast
2010-06-18 Charles DavisMangle tag types (unions, structs, classes, enums)...
2010-06-18 Tom CarePrintf format strings: Added some more tests and fixed...
2010-06-18 Zhongxing XuAdd null stream check for more APIs.
2010-06-18 Sean HuntRewrite comment to make my intentions slightly more...
2010-06-18 Ted KremenekChange two static variables into instance variables...
2010-06-17 Douglas GregorGiven Decl::isUsed() a flag indicating when to consider...
2010-06-17 Fariborz Jahanianobjective-C++ IRGen: property reference as an
2010-06-17 Tom CareBug 7394 - Fixed toString representation of Precisions...
2010-06-17 Fariborz JahanianDo not treat @selector as lvalue (unlike g++).
2010-06-17 Zhanyong WanImproves RecursiveASTVisitor:
2010-06-17 Fariborz JahanianObjective-c++ IRGen. Support for @selector expression as
2010-06-17 Tom CareBug 7377: Fixed several bad printf format string bugs.
2010-06-17 Douglas GregorWhen pushing a copy of the TypeLoc information for...
2010-06-17 Douglas GregorUse UnaryOperator as the representation of dependent...
2010-06-17 Douglas GregorUpdate CMake build system for ARM NEON generation.
2010-06-17 Craig SilversteinSome fixes to type-visiting -- a few places where the...
2010-06-17 Peter CollingbourneFix typo (test commit)
2010-06-17 Gabor Greiffix some more gcc3.4 constness warnings
2010-06-17 Gabor Greifuse typedef to make hack more transparent and also...
2010-06-17 Argyrios KyrtzidisMake sure the caching mechanism in Parser::ParseLexedMe...
2010-06-17 Argyrios KyrtzidisMake sure parens/braces/brackets are correctly balanced.
2010-06-17 Argyrios KyrtzidisDon't ast-print the builtin __[u]int128_t.
2010-06-17 Charles DavisMangle operator names in the Microsoft C++ Mangler.
2010-06-17 Ted KremenekTweak stack address checker to report multiple cases...
2010-06-17 Ted KremenekInclude the bug description in the report hash so that...
2010-06-17 Nate BegemanGenerate arm_neon.inc in include/clang/Basic, which...
2010-06-17 Nate BegemanRemove last of the bool shifts for MS VC++, patch by...
2010-06-17 Sean HuntComment Attr.td so people have a better understanding...
2010-06-17 Ted KremenekFix format string checking of '%c' by treating it as...
2010-06-17 Ted KremenekPer conversation with Doug, remove two assertions in...
2010-06-17 Sean HuntFix yet another CMake typo. I'm not quite sure how...
2010-06-17 Sean HuntFix a typo in the previous commit I thought I'd fixed...
2010-06-17 Sean HuntUpdate CMake build for new attribute changes.
2010-06-17 Ted KremenekRework StackAddrLeakChecker to find stores of stack...
2010-06-17 Ted KremenekImplement RegionStoreManager::iterBindings(). This...
2010-06-17 Ted KremenekCorrectly return early from BasicStoreManager::iterBind...
2010-06-16 Douglas GregorWhen parsing cached C++ method declarations/definitions...
2010-06-16 Sean HuntImplement first TD-based usage of attributes.
2010-06-16 Douglas GregorMake the "extra ';' inside a struct or union" diagnosti...
2010-06-16 Douglas GregorWhen we see a 'template' disambiguator that marks the...
2010-06-16 Douglas GregorFix the recently-added warning about 'typename' and...
2010-06-16 Ted KremenekExtend format string type-checking to include '%p'...
2010-06-16 Douglas GregorCanonicalize template template parameters when canonica...
2010-06-16 Daniel Dunbartests: Update Frontend config to actually run ir-suppor...
2010-06-16 Fariborz JahanianC return types must be complete as well.
2010-06-16 Rafael EspindolaChange the test for which ABI/CC to use on ARM to be...
2010-06-16 Fariborz JahanianMake sure result type of objc++ message expression is
2010-06-16 Rafael EspindolaA a new test for my previous patch.
2010-06-16 Rafael EspindolaFix tests that I missed from my previous commit.
2010-06-16 Zhanyong WanTest commit by adding a blank comment line.
2010-06-16 Daniel DunbarFrontend: Allow passing -cc1 level arguments to plugins...
2010-06-16 Daniel DunbarDriver: Ignore -ffast-math and -f[no-]finite-math-only.
2010-06-16 Douglas GregorDon't poke at an undefined class type of a field. Fixes...
2010-06-16 Douglas GregorDowngrade the error when using a typedef in the nested...
2010-06-16 Douglas GregorAdd Cygwin C++ header search path.
2010-06-16 Fariborz JahanianFixed conflict between objc_memmove_collectable builtin
2010-06-16 Rafael EspindolaDon't set the calling convention for ARM if it is alrea...
2010-06-16 Douglas GregorIf a non-dependent base class initializer fails to...
next