]> granicus.if.org Git - clang/shortlog
clang
2010-12-08 Argyrios KyrtzidisHandle parameter attributes when tentative parsing...
2010-12-08 Chandler CarruthSilence an unused variable warning.
2010-12-08 Bob WilsonStop using clang builtins for Neon vadd[lw] and vsub...
2010-12-07 Bob WilsonStop using clang builtins for Neon vmlal{_n,_lane}...
2010-12-07 John McCallTest case.
2010-12-07 John McCallBump up property conversion earlier in the initializati...
2010-12-07 Bob WilsonStop using a clang builtin for Neon vdup_lane intrinsics.
2010-12-07 Bob WilsonStop using a clang builtin for Neon vmull_lane intrinsic.
2010-12-07 Bob WilsonAdd a missing parameter, without which clang crashes...
2010-12-07 Bob WilsonImplement vmull and vmull_n intrinsics without using...
2010-12-07 Douglas GregorImplement AST import for Objective-C property implement...
2010-12-07 Benjamin KramerCast CachedLinkage to linkage to avoid "comparison...
2010-12-07 Douglas GregorImplement ASTImporter support for Objective-C category...
2010-12-07 Rafael EspindolaFix PR8720 by printing an error message with a substrin...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Douglas GregorExtern the ASTImporter to import @implementation declar...
2010-12-07 Bob WilsonAdd Neon vreinterpret intrinsics.
2010-12-07 Bob WilsonMake whitespace more consistent.
2010-12-07 Francois PichetFix enumerator not handled in switch warnings.
2010-12-07 John McCallKill FullExpr, as it was not, in fact, used anywhere...
2010-12-07 Douglas GregorUse Sema::MaybeCreateExprWithCleanups() only after...
2010-12-07 Francois PichetFix compile error: comma at end of enumerator list.
2010-12-07 Francois PichetType traits intrinsic implementation: __is_base_of...
2010-12-07 Douglas GregorUse atomic operations for libclang's object count tracking.
2010-12-06 Douglas GregorObjective-C pointer conversions to 'id' or qualified...
2010-12-06 John McCallSplit out a function to do lvalue conversion on objects...
2010-12-06 Chris Lattnerc/objc/c++'98 are basically done, but we want '0x support.
2010-12-06 Argyrios KyrtzidisRemove a fixme which was fixed in a previous commit.
2010-12-06 Douglas GregorUse the unused merge() function, fixing an minor, unint...
2010-12-06 Douglas GregorRe-implement caching for the linkage calculation of...
2010-12-06 John McCallDo unary conversions on vararg arguments and *then...
2010-12-06 Argyrios KyrtzidisUse Sema's MarkDeclarationReferenced, which takes care...
2010-12-06 Argyrios KyrtzidisUse the source location of the parameter, when it makes...
2010-12-06 Douglas GregorRevert r120808, my previous implementation of caching...
2010-12-06 Fariborz JahanianAdd BlocksAttr assert on __block specific
2010-12-06 Chandler CarruthUn-templatetize this method. It's definition is out...
2010-12-06 John McCallRename CXXExprWithTemporaries -> ExprWithCleanups;...
2010-12-06 John McCall__block variables require us to evaluate the RHS of...
2010-12-06 John McCallClarify the logic for when to build an overloaded binop...
2010-12-05 Ted KremenekMark SVal constructors 'explicit'.
2010-12-05 Ted KremenekRename Environment::LookupExpr() to
2010-12-05 Ted KremenekRemove unused method GRState::LookupExpr().
2010-12-05 John McCallFix a bug in the emission of __real/__imag l-values...
2010-12-05 Anders CarlssonPut each test in class-layout.cpp into a separate names...
2010-12-04 Anders CarlssonAdd a LayoutBase member function. No functionality...
2010-12-04 Anders CarlssonReplace calls to AppendBytes with calls to AppendPaddin...
2010-12-04 Fariborz JahanianFix rewriter to match recent changes in property ref
2010-12-04 John McCallSilly special case: never load when dereferencing...
2010-12-04 John McCallFirst pass at implementing the intent of ANSI C DR106.
2010-12-04 John McCalldyn_cast else unreachable -> cast
2010-12-04 Francois PichetMore anonymous struct/union redesign. This one deals...
2010-12-04 John McCallDon't crash when initializing a subaggregate in C from...
2010-12-04 John McCallMake IgnoreParenLValueCasts skip __extension__ nodes...
2010-12-04 Benjamin KramerSilence "comparison between signed and unsigned integer...
2010-12-04 John McCallRemove some defensive calls to EmitLoadOfPropertyRefLVa...
2010-12-04 John McCallWhen deciding whether to complain about the type of...
2010-12-04 John McCallApparently properties.m does not always fail; make it.
2010-12-04 John McCallFix this test case on no-asserts builds by not trying...
2010-12-04 John McCallAlthough we currently have explicit lvalue-to-rvalue...
2010-12-04 John McCallTest case for the l-value base only being evaluated...
2010-12-04 John McCallKill the KVC l-value kind and calculate the base expres...
2010-12-04 Peter CollingbourneImplement -cl-std=
2010-12-04 Peter CollingbourneImplement -cl-mad-enable
2010-12-04 Peter CollingbourneImplement -cl-fast-relaxed-math
2010-12-04 Peter CollingbourneImplement -cl-unsafe-math-optimizations
2010-12-04 Peter CollingbourneImplement -cl-finite-math-only
2010-12-04 Peter CollingbourneImplement -cl-single-precision-constant
2010-12-04 Peter CollingbourneImplement -cl-opt-disable
2010-12-04 Peter CollingbourneRefactor optimisation level code
2010-12-04 Peter CollingbourneIntroduce CompilerInvocation::setLangDefaults function
2010-12-04 Argyrios KyrtzidisMinor refactoring; have BugReport::getRanges return...
2010-12-04 Argyrios KyrtzidisMark functions referenced by 'cleanup' attribute as...
2010-12-03 Fariborz JahanianDiagnose when accessing property in a class method and
2010-12-03 Abramo BagnaraFixed typo.
2010-12-03 Abramo BagnaraAdded struct/class syntactic info for c++0x scoped...
2010-12-03 Bob WilsonAdd missing vext_f32 and vextq_f32 Neon intrinsics...
2010-12-03 Bob WilsonAdd support for vmul_p8 Neon intrinsic. Radar 8446141.
2010-12-03 Douglas GregorImplement caching for the linkage and visibility calcul...
2010-12-03 Bob WilsonAdd a separate name field to the Neon intrinsic table.
2010-12-03 Bob WilsonAdd a separate rightShift flag instead of reusing the...
2010-12-03 Ted KremenekUpdate analyzer build.
2010-12-03 Eric ChristopherAdd some warning messages about invalid use of common...
2010-12-03 Ted KremenekAdd test case for r120795.
2010-12-03 Ted KremenekFix an insidious bug in BugReporter where
2010-12-03 Ted KremenekAlso include the pointer address of the ExplodedNode
2010-12-03 Argyrios KyrtzidisAlso show notes about the taken path in TextPathDiagnos...
2010-12-03 Argyrios KyrtzidisRemove leftover code and use the text path diagnostic...
2010-12-03 Nick LewyckyAdd a flag to control the "indirection of non-volatile...
2010-12-03 Argyrios KyrtzidisIntroduce TextPathDiagnostics, a simple PathDiagnosticC...
2010-12-03 Argyrios KyrtzidisHandle any number of SourceRanges inside BugReporter...
2010-12-03 Argyrios KyrtzidisRename Create[*]DiagnosticClient -> create[*]Diagnostic...
2010-12-03 Bob WilsonAdd support for "_lane" variants of VMUL, VMLA, and...
2010-12-03 Ted KremenekFix diagnostic for reporting bad escape sequence.
2010-12-02 Chris LattnerReflow to a style doug prefers, increasing indentation :-)
2010-12-02 Douglas GregorWhen we're performing an explicit cast of some sort...
2010-12-02 Fariborz JahanianImprove on objc diagnostics. // rdar://8721692
2010-12-02 Peter CollingbourneMerge transparent union types using member's unqualifie...
2010-12-02 Ted KremenekFix range in printf warnings for invalid conversion...
2010-12-02 Peter CollingbourneMerge transparent union types using member's canonical...
2010-12-02 Douglas GregorFix inverted return value in the ASTImporter. No matter...
next