- 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
- 6553982 Fix a typo. by Lauro Ramos Venancio · 17 years ago
- a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 17 years ago
- 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
- 9e18d3e Fix two bugs in bitfield codegen. by Lauro Ramos Venancio · 17 years ago
- 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
- a46b759 Assert that the type of the cast is equal to the _unqualified_ type of the subexpression. Fixes a problem spotted by Nuno Lopes. by Anders Carlsson · 17 years ago
- eed5058 Match change in EmitCallExpr by Nate Begeman · 17 years ago
- 104a8c0 Fix for EmitCallExpr changed in OverloadExpr patch by Nate Begeman · 17 years ago
- e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
- e4707ff Add codegen upport for implicit casts to aggregate exprs. by Anders Carlsson · 17 years ago
- fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
- c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
- 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
- a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
- c89bf69 fix long lines. by Chris Lattner · 17 years ago
- 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
- 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
- b3ab8dc Allow codegen of vector fdiv by Nate Begeman · 17 years ago
- 17930d9 implement codegen support for most unary operators when by Chris Lattner · 17 years ago
- 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
- 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 22c940e Enable CodeGen for member expressions based on call expressions returning aggregate types. This enables expressions like 'foo().member.submember'. by Christopher Lamb · 17 years ago
- d3ba3f4 Make MemberExpr code safe w.r.t. address spaces. by Christopher Lamb · 17 years ago
- b5ce097 No need to do work that the folding builder does for us. by Anders Carlsson · 17 years ago
- 9bb947a Remove broken assert from CodeGen. Better check is done in Sema. by Seo Sanghyeon · 17 years ago
- ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago
- 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
- dd6ecdb Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
- fe23e21 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
- 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
- 222d2c8 Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get rid of our special casing of constants when creating vectors. by Anders Carlsson · 17 years ago
- 7acda7c introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
- c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 55352a2 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
- 0113edd add a hack so that codegen doesn't abort on missing sema of initializers, now by Chris Lattner · 17 years ago
- ddc23f3 Update to use new PointerType::getUnqual() api. by Christopher Lamb · 17 years ago
- cc8b7f9 Start generating SSE intrinsics. by Anders Carlsson · 17 years ago
- 6086bbd We now support all MMX intrinsics. SSE intrinsics are next. by Anders Carlsson · 17 years ago
- 2929cfa Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
- 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
- 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
- 0502613 minor cleanups by Chris Lattner · 17 years ago
- 1feedd8 simplify some code. by Chris Lattner · 17 years ago
- 5dc043d Add assert to detect incomplete implementation work. by Devang Patel · 17 years ago
- 1426fec builtin id 0 is invalid, don't use a slot for it. by Chris Lattner · 17 years ago
- ab6c94c fix off-by-one error. by Chris Lattner · 17 years ago
- 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
- a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
- fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
- 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
- 382c643 Refactor bit-field handling code into a separate method. by Devang Patel · 17 years ago
- 8e7b692 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago
- db83230 Generate more builtins. by Anders Carlsson · 17 years ago
- 4e4ee21 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
- df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
- b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
- 15dbf79 Beautify comment. by Devang Patel · 17 years ago
- 6e8df73 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
- 6aad91a Added missing inclusion of stdarg.h. Now CGExprScalar.cpp by Ted Kremenek · 17 years ago
- 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
- cc23aca Add EmitShuffleVector helper method. by Anders Carlsson · 17 years ago
- 9418d31 Add assert to flag incomplete bit-field support. by Devang Patel · 17 years ago
- 0fa6023 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
- 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
- f89dfb2 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
- 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
- a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
- 46a26b0 Address Chris's comments. by Anders Carlsson · 17 years ago
- 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
- 5adb570 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
- ca6fcfa Generate code for target specific intrinsics. by Anders Carlsson · 17 years ago
- 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
- 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
- 68e7ff8 fix some bogus code noticed by Kevin Andre by Chris Lattner · 17 years ago
- 7019a9e Implement CodeGen for vectors. Don't create unnecessary conversion instructions if the value to be converted is a constant. by Anders Carlsson · 17 years ago
- c8ee798 Implement codegen for builtin infinity functions. by Anders Carlsson · 17 years ago
- ec86b97 Ignore typedefs in pointer arithmetic codegen. by Seo Sanghyeon · 17 years ago
- df4852a Implement __builtin_bswap32 and __builtin_bswap64. by Anders Carlsson · 17 years ago
- 12f65f6 fix logic for member expr codegen. by Chris Lattner · 17 years ago
- ce39faa Treat discarding array initializer elements as an extwarn (so -pedantic-errors flags it). Allow CodeGen to truncate the initializer if needed. by Christopher Lamb · 17 years ago
- 9a64cf7 globals can't be vla's by Chris Lattner · 17 years ago
- 9615bf8 add codegen support for global inits that require array decay. by Chris Lattner · 17 years ago
- 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
- 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
- 5a2fa14 remove the alloca insertion point inst, which is an internal helper. by Chris Lattner · 17 years ago
- fafad83 merge the llvm global variable when there are multiple C decls. by Chris Lattner · 17 years ago
- 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
- 028380e merge functions with multiple function decls if they have the same name. by Chris Lattner · 17 years ago
- dc4d280 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
- dc5e826 move unsupported warning into a centralized place. by Chris Lattner · 17 years ago
- fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
- 6f0768b Add support for __builtin_expect which is needed for assert, by Oliver Hunt · 17 years ago
- 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
- c4de6a2 Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and unions. by Christopher Lamb · 17 years ago
- 0f8db70 When generating the CodeGen type name of a struct, union, enum use the typedef by Christopher Lamb · 17 years ago
- 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
- 3e47be5 fix a bug handling typedefs in member expr codegen. Patch by Seo Sanghyeon by Chris Lattner · 17 years ago
- 2202bce Fix a codegen crash on void ?: reported by Oliver by Chris Lattner · 17 years ago
- c69a581 Support fully general case expressions, patch by Sanghyeon Seo! by Chris Lattner · 17 years ago