| Commit message (Expand) | Author | Age | Files | Lines |
* | Another nasty code gen. bug with trivial fix. Calling class | Fariborz Jahanian | 2009-01-07 | 1 | -1/+3 |
* | Couple of code gen. fixes in ObjC's colection-statement. Hard | Fariborz Jahanian | 2009-01-06 | 1 | -1/+3 |
* | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 2 | -2/+5 |
* | Silence a GCC warning | Sebastian Redl | 2009-01-05 | 1 | -1/+2 |
* | Generate debug info for VLA types | Anders Carlsson | 2009-01-05 | 1 | -3/+14 |
* | Fix the bug that would cause Python to crash at startup. | Anders Carlsson | 2009-01-04 | 2 | -11/+14 |
* | Add full dllimport / dllexport support: both sema checks and codegen. | Anton Korobeynikov | 2008-12-26 | 1 | -7/+20 |
* | Generate code for __builtin_ia32_pshufw | Anders Carlsson | 2008-12-22 | 1 | -0/+7 |
* | Add codegen support for __null | Anders Carlsson | 2008-12-21 | 1 | -0/+3 |
* | Implement alignof for vla types. | Anders Carlsson | 2008-12-21 | 1 | -2/+7 |
* | Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu... | Anders Carlsson | 2008-12-21 | 1 | -6/+1 |
* | Make sure to emit the size expression for sizeof(type) | Anders Carlsson | 2008-12-21 | 1 | -1/+6 |
* | Fix for PR3246: an empty clobber list is the empty string, not a null | Eli Friedman | 2008-12-21 | 1 | -2/+3 |
* | Handle VLA indexing | Anders Carlsson | 2008-12-21 | 1 | -2/+19 |
* | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 2 | -2/+7 |
* | Extend the unsupported error to include break and continue, and fix a | Eli Friedman | 2008-12-20 | 1 | -8/+12 |
* | Make VLAs usable, and make basic usage work correctly. Also, add a | Eli Friedman | 2008-12-20 | 2 | -19/+9 |
* | Handle typedefs to VLAs (Emit the size expr when we encounter the typedef | Anders Carlsson | 2008-12-20 | 2 | -16/+23 |
* | Check the entire StackSaveValues stack for VLAs when dealing with goto and re... | Anders Carlsson | 2008-12-20 | 1 | -6/+10 |
* | Make sure to generate code for arguments that have a variably modified type. | Anders Carlsson | 2008-12-20 | 1 | -0/+10 |
* | Change EmitVLASize to take a QualType that must be a variably modified type. | Anders Carlsson | 2008-12-20 | 3 | -27/+40 |
* | Split up emitting of VLA sizes and getting the size of a VLA. | Anders Carlsson | 2008-12-20 | 3 | -19/+31 |
* | Add some ErrorUnsupported calls and turn on VLA codegen again. | Anders Carlsson | 2008-12-20 | 2 | -10/+21 |
* | More encoding support. This time for | Fariborz Jahanian | 2008-12-19 | 1 | -1/+1 |
* | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian | 2008-12-18 | 2 | -4/+4 |
* | Allow ABI to use StructRet even for scalar values. | Daniel Dunbar | 2008-12-18 | 1 | -9/+17 |
* | This patch will build the Records lazily per Steve's comments. | Fariborz Jahanian | 2008-12-17 | 1 | -7/+1 |
* | Warning fixes to operator precedence warnings. | Eli Friedman | 2008-12-16 | 1 | -1/+1 |
* | Remove tabs. | Nate Begeman | 2008-12-16 | 2 | -4/+4 |
* | Name of addLayoutToClass is confusing as no layout calculation | Fariborz Jahanian | 2008-12-15 | 1 | -1/+1 |
* | Code gen. for ivar references; including bitfield | Fariborz Jahanian | 2008-12-15 | 7 | -70/+61 |
* | Store the size of the EH stack inside each BreakContinue struct so we know wh... | Anders Carlsson | 2008-12-13 | 3 | -10/+16 |
* | Patch for ObjCIvarRefExpr containing the field | Fariborz Jahanian | 2008-12-13 | 1 | -1/+3 |
* | disable Anders' recent VLA patch, this fixes PR3209. | Chris Lattner | 2008-12-13 | 2 | -2/+11 |
* | Implement allocation and sizeof VLAs. This is very basic for now. | Anders Carlsson | 2008-12-12 | 2 | -6/+38 |
* | Add map of VLA types and their sizes | Anders Carlsson | 2008-12-12 | 2 | -0/+36 |
* | Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa... | Anders Carlsson | 2008-12-12 | 2 | -14/+34 |
* | Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue | Chris Lattner | 2008-12-12 | 1 | -0/+6 |
* | add codegen support for __func__ and friends, producing the same | Chris Lattner | 2008-12-12 | 1 | -0/+10 |
* | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor | 2008-12-11 | 1 | -1/+1 |
* | Actually distinguish between RecordDecl::field_iterator and RecordDecl::field... | Douglas Gregor | 2008-12-11 | 2 | -7/+8 |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 6 | -55/+79 |
* | Append an extra newline to the module inline asm if it's not empty. | Anders Carlsson | 2008-12-10 | 1 | -0/+5 |
* | Support for implementation of property in the case where | Fariborz Jahanian | 2008-12-09 | 3 | -10/+17 |
* | Fix a serious null termination bug found by David Chisnall! | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
* | Change condition under which 'retain'/'copy' are directly evaluated. | Fariborz Jahanian | 2008-12-08 | 1 | -4/+6 |
* | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -0/+1 |
* | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -0/+1 |
* | Mention an optimization opportunity pointed out by Chris. | Daniel Dunbar | 2008-12-04 | 1 | -0/+12 |
* | Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes... | Sebastian Redl | 2008-12-04 | 1 | -2/+2 |