| Age | Commit message (Expand) | Author |
| 2007-12-11 | Reimplement support for strings that initialize global inits now that | Chris Lattner |
| 2007-12-11 | Separate access field number is not required. | Devang Patel |
| 2007-12-11 | Beautify comment. | Devang Patel |
| 2007-12-11 | Add support to share llvm fields for bit-fields. | Devang Patel |
| 2007-12-10 | Added missing inclusion of stdarg.h. Now CGExprScalar.cpp | Ted Kremenek |
| 2007-12-10 | add support for implicit cast from array to pointer that is not the element | Chris Lattner |
| 2007-12-10 | Add EmitShuffleVector helper method. | Anders Carlsson |
| 2007-12-10 | Add assert to flag incomplete bit-field support. | Devang Patel |
| 2007-12-10 | Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. | Devang Patel |
| 2007-12-10 | Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. | Devang Patel |
| 2007-12-10 | abort when we lower an initializer to the wrong type, as we currently do for: | Chris Lattner |
| 2007-12-10 | extend or truncate the initializer for a string initializer to match its type. | Chris Lattner |
| 2007-12-09 | Implement codegen support for: | Chris Lattner |
| 2007-12-09 | Address Chris's comments. | Anders Carlsson |
| 2007-12-09 | Move target specific builtin IDs to TargetBuiltins.h so that they can be used... | Anders Carlsson |
| 2007-12-09 | Implement __builtin_ia32_mulps. | Anders Carlsson |
| 2007-12-09 | Generate code for target specific intrinsics. | Anders Carlsson |
| 2007-12-09 | implement support for functions that initialize globals. | Chris Lattner |
| 2007-12-06 | More struct bitfields layout work. Now handle, | Devang Patel |
| 2007-12-05 | fix some bogus code noticed by Kevin Andre | Chris Lattner |
| 2007-12-05 | Implement CodeGen for vectors. Don't create unnecessary conversion instructio... | Anders Carlsson |
| 2007-12-05 | Implement codegen for builtin infinity functions. | Anders Carlsson |
| 2007-12-03 | Ignore typedefs in pointer arithmetic codegen. | Seo Sanghyeon |
| 2007-12-02 | Implement __builtin_bswap32 and __builtin_bswap64. | Anders Carlsson |
| 2007-12-02 | fix logic for member expr codegen. | Chris Lattner |
| 2007-12-02 | Treat discarding array initializer elements as an extwarn (so -pedantic-error... | Christopher Lamb |
| 2007-12-02 | globals can't be vla's | Chris Lattner |
| 2007-12-02 | add codegen support for global inits that require array decay. | Chris Lattner |
| 2007-12-02 | warn about unhandled initializers instead of crashing on them. | Chris Lattner |
| 2007-12-02 | Handle global variable definitions which change the type of a definition, suc... | Chris Lattner |
| 2007-12-02 | remove the alloca insertion point inst, which is an internal helper. | Chris Lattner |
| 2007-12-02 | merge the llvm global variable when there are multiple C decls. | Chris Lattner |
| 2007-12-02 | implement codegen for functions whose function body type don't match | Chris Lattner |
| 2007-12-02 | merge functions with multiple function decls if they have the same name. | Chris Lattner |
| 2007-12-02 | convert the rest of the stderr users in codegen to use diagnostics. | Chris Lattner |
| 2007-12-02 | move unsupported warning into a centralized place. | Chris Lattner |
| 2007-12-02 | Warn about unsupported codegen with the diags machinery, giving us: | Chris Lattner |
| 2007-12-02 | Add support for __builtin_expect which is needed for assert, | Oliver Hunt |
| 2007-12-02 | Support initalisers for more than just int-typed static variables. | Oliver Hunt |
| 2007-12-01 | Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and ... | Christopher Lamb |
| 2007-12-01 | When generating the CodeGen type name of a struct, union, enum use the typedef | Christopher Lamb |
| 2007-12-01 | fix a couple switch codegen problems Oliver reported. | Chris Lattner |
| 2007-11-30 | fix a bug handling typedefs in member expr codegen. Patch | Chris Lattner |
| 2007-11-30 | Fix a codegen crash on void ?: reported by Oliver | Chris Lattner |
| 2007-11-30 | Support fully general case expressions, patch by Sanghyeon Seo! | Chris Lattner |
| 2007-11-28 | Implement support for -fwritable-strings and make the code generator | Chris Lattner |
| 2007-11-27 | update to match change in mainline llvm. | Chris Lattner |
| 2007-11-27 | take an initial stab at setting function linkage right. Handle | Chris Lattner |
| 2007-11-26 | Fix sema support for the gnu ?: expression with a | Chris Lattner |
| 2007-11-23 | improve codegen for global variable initializers, implementing | Chris Lattner |