Age | Commit message (Expand) | Author |
2009-04-21 | don't bother emitting a zero byte memset at all. We used to get them | Chris Lattner |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor |
2009-04-21 | Pass and return aggregate types directly to function calls. | Sanjiv Gupta |
2009-04-21 | use of predefined identifiers like __func__ at global scope warn in sema, | Chris Lattner |
2009-04-21 | Remove unnused variable. | Daniel Dunbar |
2009-04-21 | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar |
2009-04-21 | Remove LateBoundIVars() runtime interface, it is unused. | Daniel Dunbar |
2009-04-21 | Assert on a few conditions that (I believe) should hold | Daniel Dunbar |
2009-04-20 | ObjC2's Ivar bitmap layout work. No change in functionality. | Fariborz Jahanian |
2009-04-20 | Move countInheritedIvars to within striking distance of | Daniel Dunbar |
2009-04-20 | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner |
2009-04-20 | Inline GetFirstIvarInRecord into sole caller. | Daniel Dunbar |
2009-04-20 | Set a bit in IMAGE_INFO to indicate that we don't contain any | Daniel Dunbar |
2009-04-20 | Lift out GetNamedIvarList. | Daniel Dunbar |
2009-04-20 | Don't emit ivar offsets for unnamed bit fields. | Daniel Dunbar |
2009-04-20 | PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and | Eli Friedman |
2009-04-20 | PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. | Eli Friedman |
2009-04-20 | Remove non-const form of lookupFieldDeclForIvar. | Daniel Dunbar |
2009-04-20 | Comment fixes. | Daniel Dunbar |
2009-04-19 | Lift GetClassSizeInfo out of GenerateClass, add a FIXME. | Daniel Dunbar |
2009-04-19 | PR3853: Add CodeGen support for __thread. | Eli Friedman |
2009-04-19 | Silence gcc warning. | Eli Friedman |
2009-04-19 | silence a warning, it isn't clear what the right answer is here, | Chris Lattner |
2009-04-19 | silence a warning, I need to talk to Devang about this code. | Chris Lattner |
2009-04-19 | Fix rdar://6804402 - crash on objc implementations declared with | Chris Lattner |
2009-04-19 | Fix bug in computation of ivar offsets for (adjacent) bitfields. | Daniel Dunbar |
2009-04-19 | revert david's patch, which causes a testsuite failure. | Chris Lattner |
2009-04-19 | Reuse ObjcIvarOffsetVariable instead of duplicating code. | Daniel Dunbar |
2009-04-19 | Remove some unnecessary complexity. | Daniel Dunbar |
2009-04-18 | "This patch fixes message sends to super in class methods for the GNU runtime... | Chris Lattner |
2009-04-18 | Use EmitCallArgs in EmitObjCMessageExpr. | Anders Carlsson |
2009-04-18 | Make CodeGenFunction::EmitCallArgs a template function that takes a generic "... | Anders Carlsson |
2009-04-18 | Use getAsPointerType instead of using getCanonicalType directly. | Daniel Dunbar |
2009-04-18 | Fix a bug found by inspection, class/meta references could be emitted | Daniel Dunbar |
2009-04-18 | fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 | Chris Lattner |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-17 | fix a crash compiling code with its own definition of objc_assign_weak. | Chris Lattner |
2009-04-17 | Use PresumedLoc to record line number in debug info entries. | Devang Patel |
2009-04-17 | Don't put msgrefs in used globals (in particular, we don't want | Daniel Dunbar |
2009-04-17 | Appropriately set file name and directory name in debug info compile units. | Devang Patel |
2009-04-17 | Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, | Chris Lattner |
2009-04-17 | tidy some code. | Chris Lattner |
2009-04-17 | Add support for generating (very basic) C++ destructors. These aren't called ... | Anders Carlsson |
2009-04-17 | Attributes on block functions were not being set. | Daniel Dunbar |
2009-04-17 | Implement basic code generation of constructor calls. We can now compile: | Anders Carlsson |
2009-04-16 | Add GetAddrOfCXXConstructor and use it. | Anders Carlsson |
2009-04-16 | Removed a no longer needed FIXME comment. | Fariborz Jahanian |
2009-04-16 | Category method synbols must be qualified by gategory name to | Fariborz Jahanian |
2009-04-16 | Fix a crash bug when comparing overload quality of conversion operators with ... | Sebastian Redl |
2009-04-16 | Ensure that the most recent declaration of a tentative definition wins | Daniel Dunbar |