]> granicus.if.org Git - clang/shortlog
clang
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...
2009-05-03 Daniel Dunbarsvn:ignore Debug+Coverage dirs
2009-05-03 Daniel DunbarFix an infinite loop in diagnostic printing.
2009-05-03 Eli FriedmanFix for PR3841: follow gcc's example and fall back...
2009-05-03 Eli FriedmanPR2524: downgrade taking address of expression of type...
2009-05-03 Eli FriedmanFix/re-enable test.
2009-05-03 Daniel DunbarDisable this test case, I'm tired of seeing red. :)
2009-05-03 Daniel DunbarUse the implementation decl for looking up offset while...
2009-05-03 Daniel DunbarRename test case
2009-05-03 Eli FriedmanFix the testcase for PR4132.
2009-05-03 Ted KremenekAdd RegionStore test that illustrates a bogus array...
2009-05-03 Eli FriedmanPR4134: Implement __builtin_extract_return_addr.
2009-05-03 Eli FriedmanFix for PR4132: make sure to insert whitespace consiste...
2009-05-03 Ted KremenekAdd failing test case.
2009-05-03 Eli FriedmanFix comment to account for r70786.
2009-05-03 Eli FriedmanPR4133: fix always_inline implementation to be consiste...
2009-05-03 Anders CarlssonMake codegen for constructors work again.
2009-05-03 Douglas GregorOne can use "class" and "struct" interchangeably to...
2009-05-03 Anders Carlssonassert that mangleName is not called for C++ ctors...
2009-05-03 Douglas GregorFix crash in source-line truncation code for diagnostic
2009-05-03 Daniel DunbarRemove ASTContext::addRecordToClass.
2009-05-03 Daniel DunbarIt turns out BuildAggrIvarLayout wasn't even using...
2009-05-03 Daniel DunbarLift common subexpression, remove dead "base" variable.
2009-05-03 Daniel DunbarFactor out BuildAggrIvarRecordLayout routine.
2009-05-03 Daniel DunbarLift out GetGCAttrTypeForType routine.
2009-05-03 Daniel DunbarAdd constructors for GC_IVAR and SKIP_SCAN, tighten...
2009-05-03 Anton KorobeynikovHook msp430 in
2009-05-03 Anton KorobeynikovWhitespace cleanup
2009-05-03 Daniel DunbarNormalize style, remove a dead assert.
2009-05-03 Daniel DunbarUse ASTRecordLayout for computing ivar offsets instead...
2009-05-03 Daniel DunbarAdd a ComputeIvarBaseOffset overload taking an implemen...
2009-05-03 Daniel DunbarFix a possible memory error, the record layout entry...
2009-05-03 Daniel DunbarImplement the interface/implementation layout distinction.
2009-05-03 Daniel DunbarCompute Objective-C metadata size information from...
2009-05-03 Daniel DunbarSplit out getASTObjCImplementationLayout
2009-05-03 Daniel DunbarRemove an unneeded special case.
2009-05-03 Daniel DunbarPR4063, with feeling: Chain PP callbacks by default.
2009-05-03 Daniel DunbarPR4063: Fix dependency generation with -E.
2009-05-03 Chris Lattnerlook at the right operand when increasing the size...
2009-05-03 Daniel DunbarRemove unused argument.
2009-05-03 Daniel DunbarCoalesce the ivar offset calculation further.
2009-05-03 Chris Lattnertemporary hack to work around PR4128
2009-05-03 Chris Lattnerdon't shadow 'i'
2009-05-03 Chris Lattnerallow references to the larger value in a tied constraint
2009-05-03 Chris Lattnercode cleanup, avoid shadowing i.
2009-05-03 Chris Lattneradd support for tying asm operands where the result...
2009-05-03 Daniel DunbarRemove typo
2009-05-03 Chris Lattnerimplement support for asm outputs targetting non-simple...
2009-05-03 Daniel DunbarUse type from ivar instead of from shadow struct field.
2009-05-03 Eli FriedmanDon't insert an extra ParenExpr around asm operands.
2009-05-03 Chris Lattnerhandle codegen of asms where a small input is tied...
2009-05-03 Chris Lattnerrefactor some code to get the input/output constraint...
2009-05-03 Chris LattnerIf we have mismatched integer tied operands, but the...
2009-05-03 Chris Lattneradd a flag to output asm constraints so that we efficie...
2009-05-03 Chris Lattneravoid a crash when we encounter a implicit cast of...
2009-05-03 Ted KremenekFix: <rdar://problem/6850275> CF objects returned from...
2009-05-03 Eli FriedmanFix silly mistake that was breaking tests. Sorry for...
2009-05-03 Chris Lattnerrename some variables, improve comments.
2009-05-03 Chris Lattnerrefactor matched operand type checking to happen after...
2009-05-03 Ted KremenekConvert ArgEffects from an std::vector to an ImmutableM...
2009-05-03 Eli FriedmanAdd diagnostic for r70658.
2009-05-03 Eli FriedmanAdd Sema support for __builtin_setjmp/__builtin_longjmp...
2009-05-03 Ted KremenekRename isTrackedObjectType() -> isTrackedObjCObjectType().
2009-05-03 Douglas GregorWhen a fix-it hint would span multiple lines, don't...
2009-05-03 Douglas GregorWhen we truncate a source line to fit it within the...
2009-05-03 Douglas GregorRespect the COLUMNS environment variable for word-wrapp...
2009-05-03 Daniel DunbarFix invalid error about duplicate declaration of paddin...
next