]> granicus.if.org Git - clang/shortlog
clang
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
2010-12-01 Douglas GregorAfter parsing a ':' in an enum-specifier within class...
2010-12-01 Douglas GregorImprove the diagnostic when the fixed underlying type...
2010-12-01 Douglas GregorAST printing for scoped enumerations and enumerations...
2010-12-01 John McCallEliminate vtables from the Type hierarchy.
2010-12-01 John McCallRestore the lvalue-to-rvalue conversion patch with...
2010-12-01 Nick LewyckyRemove stray emacs mode marker.
2010-12-01 Peter Collingbournetest: add .cu extension
2010-12-01 Peter CollingbourneBasic, Sema: add support for CUDA location attributes
2010-12-01 Peter CollingbourneDriver, Frontend: add CUDA language support
2010-12-01 Peter CollingbourneBasic: Add CUDA language option
2010-12-01 Dan GohmanDon't check the isysroot path for Path::isValid();...
2010-12-01 Chris Lattneradd some infrastructure that will let us codegen
2010-12-01 Rafael EspindolaHandle -nostartfiles.
2010-12-01 Chris Lattnerget some i32/i8/i1 constants from Builder, which is...
2010-12-01 Douglas GregorImplement AST import support for class template special...
2010-12-01 Fariborz JahanianWhen unknown method is sent to a receiver of
2010-11-30 John McCallA CGRecordLayout object persists. Since its contained...
2010-11-30 John McCallCGRecordLayoutBuilder does not need to be exported...
2010-11-30 Ted KremenekUpdate checker build.
2010-11-30 Fariborz JahanianDeclaring local static in global block
next