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 |
2009-05-03 |
Chris Lattner | code cleanup, avoid shadowing i. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | add support for tying asm operands where the result... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove typo |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | implement support for asm outputs targetting non-simple... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Use type from ivar instead of from shadow struct field. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Don't insert an extra ParenExpr around asm operands. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | handle codegen of asms where a small input is tied... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | refactor some code to get the input/output constraint... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | If we have mismatched integer tied operands, but the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | add a flag to output asm constraints so that we efficie... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | avoid a crash when we encounter a implicit cast of... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Fix: <rdar://problem/6850275> CF objects returned from... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix silly mistake that was breaking tests. Sorry for... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | rename some variables, improve comments. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | refactor matched operand type checking to happen after... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Convert ArgEffects from an std::vector to an ImmutableM... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Add diagnostic for r70658. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Add Sema support for __builtin_setjmp/__builtin_longjmp... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Rename isTrackedObjectType() -> isTrackedObjCObjectType(). |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When a fix-it hint would span multiple lines, don't... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When we truncate a source line to fit it within the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | Respect the COLUMNS environment variable for word-wrapp... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix invalid error about duplicate declaration of paddin... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Zhongxing Xu | region store: make Retrieve() can retrieve embedded... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Remove ccc from the makefile as well. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | ccc is dead. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Treat -m32 and -m64 as "driver-only" arguments. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: When using the generic gcc tool, pass -m32... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Generate an error when trying to pass an LLVM... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Use clang to find clang-cc, if it isn't in path. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | when creating custom warning diagnostics, do not attemp... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | retain/release checker: Enhance leak description to... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Fix a thinko and a test. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | DragonFly ToolChain definition for driver. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Downgrade the invalid offsetof error to a warning. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When determining whether an expression refers to a... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add CFG support for @synchronized. This fixes <rdar... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | When creating a dwarf record type for an objc interface... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | capture whether optimizations are enabled or not in... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | encode the version of the objc runtime into the dwarf... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add another null pointer check test case. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | Fix bitfield promotions in several more cases. We don... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Fix crasher in CFG construction when not properly handl... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When -fmessage-length=N is not specified, and if standa... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | explicitly know that the alignment of Type* is 3 bits. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Mike Stump | Add Sema checking for __block on vm declarations. ... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add another test case found due to an analyzer regression. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Daniel Dunbar | Make install target actually work, dependencies FTW. |
commit | commitdiff | tree | snapshot |
next |