| Commit message (Expand) | Author | Age | Files | Lines |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 9 | -41/+0 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 8 | -1/+16 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 9 | -9/+15 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 6 | -0/+8 |
* | Add dummy Mac Objective-C runtime interface. | Daniel Dunbar | 2008-08-11 | 6 | -8/+229 |
* | Back out r54608 (inline string literals were getting an extra '\0') | Daniel Dunbar | 2008-08-10 | 4 | -37/+33 |
* | Fix crash during initialization of a bitfield which followed a zero | Daniel Dunbar | 2008-08-10 | 1 | -2/+8 |
* | Bug fix, inline string literals were getting an extra '\0'. | Daniel Dunbar | 2008-08-10 | 1 | -1/+1 |
* | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 4 | -11/+11 |
* | 80 cols | Nico Weber | 2008-08-09 | 1 | -1/+1 |
* | Handle BuiltinType::WChar inside CodeGenTypes::ConvertNewType(). | Argyrios Kyrtzidis | 2008-08-09 | 1 | -0/+2 |
* | update to make IRBuilder API change. | Chris Lattner | 2008-08-08 | 8 | -35/+37 |
* | ParseAST now conditionally deletes the passed ASTConsumer. | Ted Kremenek | 2008-08-07 | 1 | -8/+11 |
* | Fix EmitNullInitializationToLValue for bitfield lvalues. | Daniel Dunbar | 2008-08-06 | 1 | -4/+2 |
* | Fix bitfield accesses which straddle the boundary of the underlying | Daniel Dunbar | 2008-08-06 | 1 | -46/+116 |
* | Fix CodeGen of pointer arithmetic in compound assignment statements. | Daniel Dunbar | 2008-08-06 | 1 | -76/+94 |
* | Implement GNU asm-label extension support in CodeGen. This fixes | Daniel Dunbar | 2008-08-06 | 1 | -7/+14 |
* | Change CodeGen of global decls to key off of the name (instead of | Daniel Dunbar | 2008-08-05 | 2 | -97/+45 |
* | Remove excess #include. | Ted Kremenek | 2008-08-05 | 1 | -1/+0 |
* | Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer... | Ted Kremenek | 2008-08-05 | 3 | -28/+42 |
* | Bug fix, CodeGen of (void*) - (void*) was broken. | Daniel Dunbar | 2008-08-05 | 1 | -3/+12 |
* | Avoid creating dummy block when no indirect gotos are present. | Daniel Dunbar | 2008-08-04 | 1 | -0/+3 |
* | Add CodeGen support for indirect goto. | Daniel Dunbar | 2008-08-04 | 4 | -2/+84 |
* | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner | 2008-08-04 | 5 | -18/+16 |
* | Support constructor and destructor attributes in CodeGen | Daniel Dunbar | 2008-08-01 | 2 | -46/+65 |
* | Fix a regression I introduced in r54107: | Chris Lattner | 2008-07-31 | 1 | -1/+1 |
* | Updated to match new atomic names (to enable overloading for pointers to | Mon P Wang | 2008-07-31 | 1 | -4/+8 |
* | Fix implicit initialization of structures. | Daniel Dunbar | 2008-07-30 | 1 | -5/+0 |
* | Change CodeGenModule GlobalDeclMap to directly reference globals | Daniel Dunbar | 2008-07-30 | 2 | -42/+56 |
* | Rework codegen emission of globals | Daniel Dunbar | 2008-07-29 | 7 | -192/+229 |
* | Fix codegen of chained declarations | Daniel Dunbar | 2008-07-29 | 3 | -12/+8 |
* | Fix a bug in my previous patch, CGF is not valid for constants outside a func... | Chris Lattner | 2008-07-26 | 1 | -2/+2 |
* | remove uses of QualType::getCanonicalType() from codegen for PR2189 | Chris Lattner | 2008-07-26 | 6 | -52/+46 |
* | change more instances of QualType::getCanonicalType to call | Chris Lattner | 2008-07-26 | 1 | -5/+9 |
* | implement codegen support for labels at the end of stmtexprs. | Chris Lattner | 2008-07-26 | 3 | -6/+20 |
* | minor tidying, no functionality change. | Chris Lattner | 2008-07-26 | 2 | -31/+15 |
* | Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks | Chris Lattner | 2008-07-25 | 1 | -1/+1 |
* | X86 builtin fixes | Nate Begeman | 2008-07-25 | 1 | -32/+10 |
* | Generate vector compares in codegen | Nate Begeman | 2008-07-25 | 1 | -2/+18 |
* | Move comment to match style | Nate Begeman | 2008-07-25 | 1 | -1/+2 |
* | Rework codegen of case ranges | Daniel Dunbar | 2008-07-25 | 1 | -47/+49 |
* | Fix EmitCaseStmtRange to ignore empty ranges | Daniel Dunbar | 2008-07-24 | 1 | -16/+14 |
* | don't depend on the result of CreateNeg to be a binop | Chris Lattner | 2008-07-23 | 1 | -3/+3 |
* | Fix a codegen crash on: | Chris Lattner | 2008-07-23 | 1 | -6/+10 |
* | Add note to check what __alignof__ a function type should be. | Daniel Dunbar | 2008-07-22 | 1 | -0/+1 |
* | Prevent codegen crash on sizeof(<function type>), a gcc extension. | Daniel Dunbar | 2008-07-22 | 1 | -2/+3 |
* | Implement bzero, memset, memmove builtins. | Daniel Dunbar | 2008-07-22 | 1 | -10/+31 |
* | Implement nans, prefetch, and trap builtins. | Daniel Dunbar | 2008-07-21 | 1 | -1/+15 |
* | Kill an unused variable warning | Daniel Dunbar | 2008-07-21 | 1 | -3/+0 |
* | move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, | Chris Lattner | 2008-07-21 | 1 | -4/+5 |