]> granicus.if.org Git - clang/shortlog
clang
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
2010-11-30 Argyrios KyrtzidisFollow through references to catch returned stack addre...
2010-11-30 Douglas GregorImplement basic AST importing and merging support for...
2010-11-30 Douglas GregorEliminate more pointless default statements
2010-11-30 Fariborz JahanianAdd objc_getClass as an objc builtin function
2010-11-30 John McCallL-value to r-value conversion is not ready for prime...
2010-11-30 Fariborz JahanianSuch function decls,as objc's objc_msgSend, builtins in
2010-11-30 John McCallIntroduce an r-value to l-value cast kind. I'm not...
2010-11-30 John McCallMake the dumper safe against null declaration names.
2010-11-30 John McCallUpdate Xcode project: remove Action.cpp, add DumpXML...
2010-11-30 Duncan SandsSystem was renamed Support. Fix the build.
2010-11-30 Nick LewyckyTake John McCall's suggestion and fix this silly gcc...
2010-11-30 Douglas GregorI hate pointless default statements
2010-11-30 Douglas GregorHarden CGDebugInfo::CreateType() a bit for cases where...
2010-11-30 Douglas GregorAdd missing file from last commit
2010-11-30 Douglas GregorWhen using a precompiled preamble with detailed preproc...
2010-11-30 Douglas GregorDe-C99-ify for loop
2010-11-30 Douglas GregorTeach c-index-test to reparse the source file a few...
2010-11-30 Douglas GregorWhen loading a precompiled preamble, use the file ID...
2010-11-30 Nico WeberFix bug in r120299 spotted by dgregor.
2010-11-30 John McCallFix another case of giving the wrong value kind to...
2010-11-30 Nick LewyckyReplace \r\n with \n. No functional change.
2010-11-30 Nick LewyckyAdd a default clause to avoid this GCC warning:
2010-11-29 Argyrios KyrtzidisRevert r120331 since it causes spurious warnings and...
2010-11-29 Fariborz JahanianIncomplete enum types not to be treated as integer...
2010-11-29 Argyrios KyrtzidisEmit warnings if we are returning a reference to a...
2010-11-29 Nico WeberAlways use a function's decl context when building...
next