Age | Commit message (Expand) | Author |
2008-11-22 | Implemented ir-gen for 'implicit' properties using the new AST nodes. | Fariborz Jahanian |
2008-11-22 | New AST node to access "implicit" setter/getter using property dor syntax. | Fariborz Jahanian |
2008-11-21 | reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmo... | Chris Lattner |
2008-11-21 | temporarily revert Sangiv's patch. | Chris Lattner |
2008-11-21 | mem[cpy,set,move] intrinsics are now overloaded. | Sanjiv Gupta |
2008-11-13 | Normalize many BasicBlock names. | Daniel Dunbar |
2008-11-11 | Add CodeGenFunction::EmitBranch. | Daniel Dunbar |
2008-11-11 | Centralize basic block creation in CodeGenFunction::createBasicBlock. | Daniel Dunbar |
2008-11-04 | Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for ... | Anders Carlsson |
2008-11-01 | Move IRBuilder type definition to common file. | Daniel Dunbar |
2008-10-26 | make codegen reject initializes with designators, like this: | Chris Lattner |
2008-09-09 | Move EmitAggregate{Copy,Clear} into CodeGenFunction. | Daniel Dunbar |
2008-08-30 | Stub out CodeGenFunction::EmitObjCForCollectionStmt. | Anders Carlsson |
2008-08-30 | Simplify some calls to Builder.CreateCall | Anders Carlsson |
2008-08-30 | Add Objective-C property setter support. | Daniel Dunbar |
2008-08-27 | Initial support for Obj-C dot-syntax for getters. | Daniel Dunbar |
2008-08-23 | Drop a dead call to isConstantExpr() | Daniel Dunbar |
2008-08-23 | Implement Obj-C ivar references to aggregates. | Daniel Dunbar |
2008-08-23 | Trim CGObjCRuntime::GenerateMessageSend[Super] | Daniel Dunbar |
2008-08-16 | Change WarnUnsupported to ErrorUnsupported (in name and in practice). | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-08 | update to make IRBuilder API change. | Chris Lattner |
2008-08-06 | Fix EmitNullInitializationToLValue for bitfield lvalues. | Daniel Dunbar |
2008-08-04 | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner |
2008-07-30 | Fix implicit initialization of structures. | Daniel Dunbar |
2008-07-26 | remove uses of QualType::getCanonicalType() from codegen for PR2189 | Chris Lattner |
2008-06-24 | "Support for Objective-C message sends which return structures. Also include... | Chris Lattner |
2008-06-17 | This patch is motivated by numerous strict-aliasing warnings when compiling | Ted Kremenek |
2008-06-13 | Basic support for volatile loads and stores. Stores the volatile | Eli Friedman |
2008-05-27 | A few more cases for aggregate values. | Eli Friedman |
2008-05-26 | Emit memmove, not memcpy, for structure copies; this is unfortunately | Eli Friedman |
2008-05-22 | Change uses of llvm::Type::isFirstClassType to use the new | Dan Gohman |
2008-05-20 | Implement codegen for comma operator for structs. | Eli Friedman |
2008-05-19 | Fix the emission of expressions like char a[10] = "asdf"; previously, | Eli Friedman |
2008-05-12 | Don't try to take the address of a bitfield; fixes PR2310. | Eli Friedman |
2008-05-06 | simplify some builder calls. | Chris Lattner |
2008-04-13 | update to follow mainline llvm API change. | Chris Lattner |
2008-04-08 | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner |
2008-04-06 | tracking API changes arising from r49277 | Gabor Greif |
2008-04-04 | Fix PR2049, updating Eli's patch that fixes to mainline. This produces incor... | Chris Lattner |
2008-04-04 | Since isComplexType() no longer returns true for _Complex integers, the code | Chris Lattner |
2008-03-19 | simplify the clang codegen by using the new Builder.CreateStructGEP method. | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |