2009-05-05 |
Daniel Dunbar | Remove an unneeded lookup routine. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ted Kremenek | Rename ownership attributes: |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ted Kremenek | Fix unused variable warning |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ted Kremenek | Remove possibly incorrect assertion that doesn't matter. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Rename attribute 'ns_ownership_returns' to 'ns_returns_... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Remove experimental attribute 'ns_ownership_make_collec... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Fariborz Jahanian | Provide basic support for generation of objc2's |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Fix the field count in interface record layout (it... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Fariborz Jahanian | Adding more test to ivar-layout-64.m. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Compute interface instanceStart and instanceSize using... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Add ASTRecordLayout::getFieldCount accessor, change... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Add ASTRecordLayout::getNextOffset accessor, and some... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Initialize NextOffset correctly, otherwise tight layout... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Fariborz Jahanian | ignore weak_import attribute on objc method decls. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Rename attributes 'objc_ownership...' to 'ns_ownership... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Increase scan-view max timeout to 1 minute. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Chris Lattner | "Fix" a problem with debug info in the presence of... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | BugReporter (extensive diagnostics): don't mark locatio... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Fix false positive null dereference by unifying code... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Rename attributes: |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Remove support for ObjCMethodDecl attributes that appea... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Chris Lattner | "The attached diff fixes the //FIXME in message send... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: Add checker support for FunctionDecl... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: Pull out logic for parameter annotation... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: Don't treat function's declared in... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Patch from David Chisnall: |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Add array index assertion: BasicStore should not expect... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Update test case... the location given for this error... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Rename 'makeZeroIndex' to 'makeZeroArrayIndex'. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Zhongxing already implemented this FIXME. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Rename no-outofbounds.c to xfail-no-outofbounds.c and... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Zhongxing Xu | array indexes are unsigned integers of the same width... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Test now passes. I'll hold off merging it with the... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | BasicStore: 'ElementRegion' is the new 'TypedViewRegion'. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Remove unnecessary copy of constraint info. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | This test no longer fails. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Douglas Gregor | Simplify the interesting-region code by assimmilating... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Handle 'long x = 0; char *y = (char *) x;' by layering an |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Douglas Gregor | Tweak the extraction of the "interesting" part of a... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | Per conversations with Zhongxing, add an 'element type' to |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Douglas Gregor | Implement support for comparing pointers with <, >... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Add -fobjc-tight-layout. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: RetainSummaryManager now has a 'Default... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Eli Friedman | PR4143: don't crash generating debug info for incomplet... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ted Kremenek | retain checker: Don't bother using a FoldingSet to... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Eli Friedman | Remove unnecessary push_back (at least, I think it... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Don't allow clients to traverse into superclass synthes... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Set COLUMNS=0 to disable wrapping instead of a random... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Daniel Dunbar | Test a few more bits of the driver. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Nightly test coverage reporting is back online. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Inline GetFieldBaseOffset into sole callsite. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Avoid recomputing field offsets. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Normalize formatting |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Make diagnostic printing more deterministic when runnin... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | svn:ignore Debug+Coverage dirs |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix an infinite loop in diagnostic printing. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix for PR3841: follow gcc's example and fall back... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | PR2524: downgrade taking address of expression of type... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix/re-enable test. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Disable this test case, I'm tired of seeing red. :) |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Use the implementation decl for looking up offset while... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Rename test case |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix the testcase for PR4132. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Add RegionStore test that illustrates a bogus array... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | PR4134: Implement __builtin_extract_return_addr. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix for PR4132: make sure to insert whitespace consiste... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Add failing test case. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix comment to account for r70786. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | PR4133: fix always_inline implementation to be consiste... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Anders Carlsson | Make codegen for constructors work again. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | One can use "class" and "struct" interchangeably to... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Anders Carlsson | assert that mangleName is not called for C++ ctors... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | Fix crash in source-line truncation code for diagnostic |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove ASTContext::addRecordToClass. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | It turns out BuildAggrIvarLayout wasn't even using... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Lift common subexpression, remove dead "base" variable. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Factor out BuildAggrIvarRecordLayout routine. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Lift out GetGCAttrTypeForType routine. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Add constructors for GC_IVAR and SKIP_SCAN, tighten... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Anton Korobeynikov | Hook msp430 in |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Normalize style, remove a dead assert. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Use ASTRecordLayout for computing ivar offsets instead... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Add a ComputeIvarBaseOffset overload taking an implemen... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix a possible memory error, the record layout entry... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Implement the interface/implementation layout distinction. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Compute Objective-C metadata size information from... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Split out getASTObjCImplementationLayout |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove an unneeded special case. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | PR4063, with feeling: Chain PP callbacks by default. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | PR4063: Fix dependency generation with -E. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | look at the right operand when increasing the size... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Coalesce the ivar offset calculation further. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | temporary hack to work around PR4128 |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | don't shadow 'i' |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | allow references to the larger value in a tied constraint |
commit | commitdiff | tree | snapshot |
next |