]> granicus.if.org Git - clang/shortlog
clang
2009-05-06 Chris LattnerMore content.
2009-05-06 Zhongxing XuImprove RegionStoreManager::getSizeInElements()
2009-05-06 Zhongxing Xuadd getTargetInfo() method to ASTContext.
2009-05-06 Zhongxing XuAdd a GDM for recording the cast type of regions.
2009-05-06 Zhongxing XuThe super region of ElementRegion no longer needs to...
2009-05-06 Zhongxing XuImplement a heuristic type size comparison method for...
2009-05-06 Chris Lattneradjust this to bourne shell syntax
2009-05-06 Daniel DunbarTweak x86 -mcpu defaults.
2009-05-06 Anders CarlssonAdd parsing of friend specifiers.
2009-05-06 Douglas GregorEliminate extra vertical space in Clang diagnostics
2009-05-06 Chris Lattnerdaniel is buggy :)
2009-05-06 Chris LattnerFix rdar://6860124 - invalid input constraint 'J' in asm
2009-05-06 Daniel DunbarAdd missing include.
2009-05-06 Daniel DunbarCleanup some FIXMEs.
2009-05-06 Daniel DunbarImprove handling of (X86) target features.
2009-05-06 Zhongxing Xuremove commented code.
2009-05-06 Chris Lattneradd some content
2009-05-06 Zhongxing XuMake StoreManager::CastRegion() virtual and implement...
2009-05-06 Daniel DunbarAdd --analyze-auto.
2009-05-06 Ted KremenekUpdate checker build.
2009-05-06 Daniel DunbarOverride some pod2man defaults.
2009-05-05 Fariborz JahanianFixes a bug for objc2's gc in the presense of type...
2009-05-05 Ted KremenekBugReporter (extensive diagnostics): improve location...
2009-05-05 Ted Kremeneksource-level CFG: have the body for the @synchronized...
2009-05-05 Ted KremenekBugReporter (extensive diagnostics): Fix getEnclosingSt...
2009-05-05 Ted KremenekFix subtle bug in ParentMap::isConsumedExpr(): correctl...
2009-05-05 Chris LattnerFix rdar://6849429 - -Wunused-value with deeply nested...
2009-05-05 Chris Lattnerrename test
2009-05-05 Fariborz JahanianPatch to support Gnu runtime's typed selectors.
2009-05-05 Chris Lattner257 -> FS
2009-05-05 Daniel DunbarEnable tight Objective-C interface layout unconditionally.
2009-05-05 Ted KremenekImplement attribute 'ns_autorelease'.
2009-05-05 Fariborz JahanianIssue a warning in odd case of instance method used
2009-05-05 Chris Lattnerremove some incorrect and unimplemented atomic builtins...
2009-05-05 Ted KremenekEnhance ownership attribute tests with functions that...
2009-05-05 Chris LattnerWhen defining a function whose type has no prototype...
2009-05-05 Chris Lattnerfix some more cases where we'd emit a file with a line...
2009-05-05 Chris LattnerDo not generate bogus location info for DW_TAG_inheritance
2009-05-05 Chris LattnerFix generated debug info for decls with no location...
2009-05-05 Douglas GregorTurns out that Sebastian already implemented the logic...
2009-05-05 Anders CarlssonRefactor global decls to hold either a regular Decl...
2009-05-05 Ted KremenekUpdate checker build.
2009-05-05 Ted KremenekImplement attribute 'cf_returns_owned' (mirrors 'ns_ret...
2009-05-05 Daniel DunbarRemove an unneeded lookup routine.
2009-05-05 Ted KremenekRename ownership attributes:
2009-05-05 Ted KremenekFix unused variable warning
2009-05-05 Ted KremenekRemove possibly incorrect assertion that doesn't matter.
2009-05-04 Ted KremenekRename attribute 'ns_ownership_returns' to 'ns_returns_...
2009-05-04 Ted KremenekRemove experimental attribute 'ns_ownership_make_collec...
2009-05-04 Fariborz JahanianProvide basic support for generation of objc2's
2009-05-04 Daniel DunbarFix the field count in interface record layout (it...
2009-05-04 Fariborz JahanianAdding more test to ivar-layout-64.m.
2009-05-04 Daniel DunbarCompute interface instanceStart and instanceSize using...
2009-05-04 Daniel DunbarAdd ASTRecordLayout::getFieldCount accessor, change...
2009-05-04 Daniel DunbarAdd ASTRecordLayout::getNextOffset accessor, and some...
2009-05-04 Daniel DunbarInitialize NextOffset correctly, otherwise tight layout...
2009-05-04 Fariborz Jahanianignore weak_import attribute on objc method decls.
2009-05-04 Ted KremenekRename attributes 'objc_ownership...' to 'ns_ownership...
2009-05-04 Ted KremenekIncrease scan-view max timeout to 1 minute.
2009-05-04 Chris Lattner"Fix" a problem with debug info in the presence of...
2009-05-04 Ted KremenekBugReporter (extensive diagnostics): don't mark locatio...
2009-05-04 Ted KremenekFix false positive null dereference by unifying code...
2009-05-04 Ted KremenekRename attributes:
2009-05-04 Ted KremenekUpdate test case.
2009-05-04 Ted KremenekRemove support for ObjCMethodDecl attributes that appea...
2009-05-04 Chris Lattner"The attached diff fixes the //FIXME in message send...
2009-05-04 Ted Kremenekretain checker: Add checker support for FunctionDecl...
2009-05-04 Ted Kremenekretain checker: Pull out logic for parameter annotation...
2009-05-04 Ted Kremenekretain checker: Don't treat function's declared in...
2009-05-04 Daniel DunbarPatch from David Chisnall:
2009-05-04 Ted KremenekAdd array index assertion: BasicStore should not expect...
2009-05-04 Daniel DunbarUpdate test case... the location given for this error...
2009-05-04 Ted KremenekRename 'makeZeroIndex' to 'makeZeroArrayIndex'.
2009-05-04 Ted KremenekZhongxing already implemented this FIXME.
2009-05-04 Ted KremenekRename no-outofbounds.c to xfail-no-outofbounds.c and...
2009-05-04 Ted KremenekUpdate checker build.
2009-05-04 Zhongxing Xuarray indexes are unsigned integers of the same width...
2009-05-04 Ted KremenekTest now passes. I'll hold off merging it with the...
2009-05-04 Ted KremenekBasicStore: 'ElementRegion' is the new 'TypedViewRegion'.
2009-05-04 Daniel DunbarRemove unnecessary copy of constraint info.
2009-05-04 Ted KremenekThis test no longer fails.
2009-05-04 Douglas GregorSimplify the interesting-region code by assimmilating...
2009-05-04 Ted KremenekHandle 'long x = 0; char *y = (char *) x;' by layering an
2009-05-04 Douglas GregorTweak the extraction of the "interesting" part of a...
2009-05-04 Ted KremenekPer conversations with Zhongxing, add an 'element type' to
2009-05-04 Douglas GregorImplement support for comparing pointers with <, >...
2009-05-04 Ted Kremenekretain checker:
2009-05-04 Daniel DunbarAdd -fobjc-tight-layout.
2009-05-04 Ted Kremenekretain checker: RetainSummaryManager now has a 'Default...
2009-05-04 Eli FriedmanPR4143: don't crash generating debug info for incomplet...
2009-05-04 Ted Kremenekretain checker: Don't bother using a FoldingSet to...
2009-05-04 Eli FriedmanRemove unnecessary push_back (at least, I think it...
2009-05-04 Daniel DunbarDon't allow clients to traverse into superclass synthes...
2009-05-04 Daniel DunbarSet COLUMNS=0 to disable wrapping instead of a random...
2009-05-04 Daniel DunbarTest a few more bits of the driver.
2009-05-03 Daniel DunbarNightly test coverage reporting is back online.
2009-05-03 Daniel DunbarInline GetFieldBaseOffset into sole callsite.
2009-05-03 Daniel DunbarAvoid recomputing field offsets.
2009-05-03 Daniel DunbarNormalize formatting
2009-05-03 Daniel DunbarMake diagnostic printing more deterministic when runnin...
next