]> granicus.if.org Git - clang/shortlog
clang
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...
2010-12-02 Abramo BagnaraFixed source range for MS asm statement.
2010-12-02 Chris Lattnerfix PR8726 by teaching the aggregate init optimization...
2010-12-02 Fariborz JahanianTest for // rdar://8594790
2010-12-02 Bob WilsonAttempt to fix linux buildbots by adding -ffreestanding...
2010-12-02 Fariborz JahanianIR Gen. part of API support for __block cxx
2010-12-02 Douglas GregorDo not change the size of LookupResult::Filter based...
2010-12-02 Douglas GregorRemove NDEBUG-controlled extra data from
2010-12-02 John McCallTweaks.
2010-12-02 John McCallObjC support in the XML dumper.
2010-12-02 Ted KremenekMerge ValueManager into SValBuilder.
2010-12-02 Bob WilsonAdd a test for calling a Neon intrinsic macro with...
2010-12-02 Chris LattnerImprove codegen for initializer lists to use memset...
2010-12-02 Chris Lattnerattempt to fix a buildbot failure, apparently apache...
2010-12-02 Eric ChristopherAdd support for the common and nocommon attributes.
2010-12-02 Eric ChristopherFileCheckize.
2010-12-02 Eric ChristopherFileCheckize.
2010-12-02 John McCallPerform lvalue-to-rvalue at the end of an expression...
2010-12-02 Chris LattnerEnhance the init generation logic to emit a memset...
2010-12-02 John McCallSimplify the ASTs by consolidating ObjCImplicitGetterSe...
2010-12-02 Bob WilsonTest use of arm_neon.h with -fno-lax-vector-conversions.
2010-12-02 Bob WilsonAdd a testcase for Radar 8228022.
2010-12-02 Bob WilsonSwap order of checking for compatible vector types.
2010-12-02 Douglas GregorEliminate two uses of NDEBUG in headers that cause...
2010-12-02 Douglas GregorMake TypeLocBuilder an implementation detail of Sema...
2010-12-01 Douglas GregorExtend ExternalASTSource with the ability to lazily...
2010-12-01 Fariborz JahanianSema/AST work for capturing copy init expression
2010-12-01 Ted KremenekRename all 'AssumeXXX' methods in libChecker
2010-12-01 Eric Christopher80-col fixups.
2010-12-01 Anton YartsevOptimized IR for vec_splat
2010-12-01 Ted KremenekRename all 'EvalXXX' methods in libChecker to
2010-12-01 Douglas GregorImprove our handling of cv-qualifiers in Objective...
2010-12-01 Ted KremenekRename 'SValuator' to 'SValBuilder'. The new name
2010-12-01 Shantonu SenFix build of in-tree libcxx. libcxx doesn't actually
2010-12-01 Douglas GregorNot content to implement just "extern" explicit template
2010-12-01 Bob WilsonAdd some comments.
2010-12-01 Peter CollingbourneSerialization: support for CUDA language extensions
next