| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Enable the new constant struct builder by default. The old code is still in p... | Anders Carlsson | 2009-07-27 | 1 | -3/+4 | 
| *  | More work on the constant struct builder, fix a couple of thinkos and add sup... | Anders Carlsson | 2009-07-27 | 1 | -9/+59 | 
| *  | More work on bitfield support in the new constant struct builder. | Anders Carlsson | 2009-07-27 | 1 | -2/+79 | 
| *  | More work on the constant struct builder. We can now convert the struct to a ... | Anders Carlsson | 2009-07-25 | 1 | -3/+40 | 
| *  | More work on the constant struct builder. We now try to layout all constant s... | Anders Carlsson | 2009-07-25 | 1 | -6/+19 | 
| *  | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -7/+10 | 
| *  | Fix a release build warning. | Anders Carlsson | 2009-07-24 | 1 | -1/+1 | 
| *  | Check in a half finished new constant struct builder (Obviously not used yet). | Anders Carlsson | 2009-07-24 | 1 | -0/+146 | 
| *  | Move the LLVM field number for bit fields into the BitFieldInfo structure, si... | Anders Carlsson | 2009-07-23 | 1 | -10/+10 | 
| *  | Use arrays as union padding. Also, since the resulting struct will always con... | Anders Carlsson | 2009-07-23 | 1 | -7/+10 | 
| *  | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -2/+2 | 
| *  | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -2/+2 | 
| *  | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -46/+48 | 
| *  | Update for API change. | Owen Anderson | 2009-07-14 | 1 | -1/+1 | 
| *  | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -7/+8 | 
| *  | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -2/+2 | 
| *  | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -1/+1 | 
| *  | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+4 | 
| *  | PR4390: Make sure to handle anonymous unions correctly while building  | Eli Friedman | 2009-06-14 | 1 | -5/+2 | 
| *  | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -0/+1 | 
| *  | Fix up constant expression handling to deal with the address  | Eli Friedman | 2009-05-27 | 1 | -15/+3 | 
| *  | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -3/+3 | 
| *  | push GlobalDecl through enough of the CodeGenModule interfaces | Chris Lattner | 2009-05-12 | 1 | -1/+1 | 
| *  | Correct for renaming PaddedSize -> AllocSize in | Duncan Sands | 2009-05-09 | 1 | -6/+6 | 
| *  | Fix crash with constant initialization of bit-fields in unions. | Eli Friedman | 2009-05-07 | 1 | -1/+1 | 
| *  | Fix for PR4108: be a bit looser with the casts that we accept in  | Eli Friedman | 2009-04-30 | 1 | -2/+3 | 
| *  | Minor work related to removing the assumption that value initialization  | Eli Friedman | 2009-04-13 | 1 | -11/+18 | 
| *  | Add support for generating reference initialization code. | Anders Carlsson | 2009-04-11 | 1 | -2/+21 | 
| *  | Rename variables to avoid conflict. | Anders Carlsson | 2009-04-10 | 1 | -8/+8 | 
| *  | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -4/+4 | 
| *  | Add a destination type argument to EmitConstantExpr. This will be used for wh... | Anders Carlsson | 2009-04-08 | 1 | -9/+17 | 
| *  | More "prep" work for handling UTF16 CFString. | Steve Naroff | 2009-04-01 | 1 | -2/+1 | 
| *  | Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ... | Steve Naroff | 2009-03-31 | 1 | -3/+2 | 
| *  | Return 0 if the ConstExprEmitter can't handle an expression. | Anders Carlsson | 2009-03-03 | 1 | -3/+1 | 
| *  | Do some blocks cleanup and simplification. Fix a crash, and add a test case. | Anders Carlsson | 2009-03-01 | 1 | -3/+7 | 
| *  | CodeGen support for copied BlockDeclRefExprs. | Mike Stump | 2009-02-25 | 1 | -1/+1 | 
| *  | first wave of fixes for @encode sema support.  This is part of PR3648. | Chris Lattner | 2009-02-24 | 1 | -4/+23 | 
| *  | Fix IRgen of constant expressions referring to external/static | Daniel Dunbar | 2009-02-24 | 1 | -5/+8 | 
| *  | Eliminate a bunch of code which should be dead. | Eli Friedman | 2009-02-22 | 1 | -194/+5 | 
| *  | Add enough checking to ensure that non-constant block literals don't | Mike Stump | 2009-02-19 | 1 | -1/+5 | 
| *  | Remove IRgen constant emission assumption that LValue APValue results | Daniel Dunbar | 2009-02-19 | 1 | -15/+31 | 
| *  | More codegen for blocks.  The type of block literals should be better. | Mike Stump | 2009-02-19 | 1 | -0/+3 | 
| *  | Change EmitConstantExpr to allow failure. | Daniel Dunbar | 2009-02-17 | 1 | -15/+33 | 
| *  | Generate the helper function for blocks.  Now basic codegen is | Mike Stump | 2009-02-14 | 1 | -1/+4 | 
| *  | Add hook to add attributes to function declarations that we know | Douglas Gregor | 2009-02-14 | 1 | -1/+2 | 
| *  | Add a very basic implemenation of global blocks. This needs to be cleaned up. | Anders Carlsson | 2009-02-12 | 1 | -0/+4 | 
| *  | Silence a warning about an unused variable in -Asserts builds | Douglas Gregor | 2009-02-11 | 1 | -1/+1 | 
| *  | Fix for PR3447: use padded sizes for computations on struct/union  | Eli Friedman | 2009-02-01 | 1 | -5/+5 | 
| *  | Implement constant generation of ImplicitValueInitExprs. | Anders Carlsson | 2009-01-30 | 1 | -1/+6 | 
| *  | Introduce a new expression node, ImplicitValueInitExpr, that | Douglas Gregor | 2009-01-29 | 1 | -5/+0 |