1. a294ca8 Implement code generation of ChooseExpr for aggregate types. by Anders Carlsson · 15 years ago
  2. 082b02e Implemented memmove_collectable API for Next runtime by Fariborz Jahanian · 15 years ago
  3. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  4. fb6fa30 Use PushConditionalTempDestruction/PopConditionalTempDestruction for the ternary operator. by Anders Carlsson · 15 years ago
  5. 34ebf4d PR4316: Fix IRGen for cast-to-union extension. by Eli Friedman · 15 years ago
  6. 543ac0c Emit destructors correctly for temporaries. by Anders Carlsson · 15 years ago
  7. e61c9e8 Add lvalue irgen support for CXXBindTemporaryExpr. by Anders Carlsson · 15 years ago
  8. b58d017 More temporary support. by Anders Carlsson · 15 years ago
  9. 8e587a1 Remove VarDecl from CXXConstructExpr. by Anders Carlsson · 15 years ago
  10. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  11. 2dce5f8 PR4281: Fix bogus CodeGen assertion. The issue is that by Eli Friedman · 15 years ago
  12. 14674ff No write-barrier for initializations. by Fariborz Jahanian · 15 years ago
  13. e70e8f7 IRgen support for calls to functions that return references to aggregate exressions. by Anders Carlsson · 15 years ago
  14. ff4bf3b Fix typo. I also fixed the hard to read case differences, so that no by Mike Stump · 15 years ago
  15. 49d1cd5 Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). by Mike Stump · 15 years ago
  16. e1129a9 Esnure that if we have a volatile structure as the destination, that by Mike Stump · 15 years ago
  17. a49af1a Propagate volatile for implicit property refernces. by Mike Stump · 15 years ago
  18. 240993d Propagate volatile around for property references. by Mike Stump · 15 years ago
  19. 27fe2e6 Track volatile aggregate copies better. I'm hoping someone else will decide by Mike Stump · 15 years ago
  20. 9ccb103 Fix thinko, and implement aggregate volatile reads. by Mike Stump · 15 years ago
  21. f1b97f2 More volatile fixes. Can't testcase these yet as ultimately volatile by Mike Stump · 15 years ago
  22. 4ac20dd Collapse a few FIXMEs together and refactor to make fixing the code easier. by Mike Stump · 15 years ago
  23. fde6420 One step to fixing up codegen for a=b, where a is a volatile struct. by Mike Stump · 15 years ago
  24. 7d74963 Fix typo. by Mike Stump · 15 years ago
  25. 7f6ad15 Have AggExprEmitter::VisitCXXConstructExpr make new variables if necessary. Stub out VisitCXXExprWithTemporaries. by Anders Carlsson · 15 years ago
  26. f5408fe Reflow some comments. by Mike Stump · 15 years ago
  27. 31ccf37 Make codegen for constructors work again. by Anders Carlsson · 16 years ago
  28. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 16 years ago
  29. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 16 years ago
  30. b14095a Implement basic code generation of constructor calls. We can now compile: by Anders Carlsson · 16 years ago
  31. 0f59312 Minor work related to removing the assumption that value initialization by Eli Friedman · 16 years ago
  32. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  33. ccf0ed8 Minor cleanup. by Eli Friedman · 16 years ago
  34. 3023ca8 Remove dead code. by Eli Friedman · 16 years ago
  35. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 16 years ago
  36. 83c9629 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 16 years ago
  37. ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 16 years ago
  38. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  39. 0785570 Use EmitVAListRef instead of EmitLValue directly to handle array decay by Daniel Dunbar · 16 years ago
  40. a9c8780 Make CodeGen produce an error if we come across a non-constant initializer list that involves the GNU array-range designator extension by Douglas Gregor · 16 years ago
  41. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  42. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  43. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 16 years ago
  44. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  45. 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 16 years ago
  46. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 16 years ago
  47. 7e91627 add codegen support to union casts by Nuno Lopes · 16 years ago
  48. 0262f02 Prevent a segfault for vaarg expressions on unsupported architectures. by Sebastian Redl · 16 years ago
  49. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  50. a385b3c Disabling this code due to regression on test/CodeGen/bitfield.c. See PR3152. by Eli Friedman · 16 years ago
  51. 994ffef Fix for PR2969: generate a memcpy from a constant for constant by Eli Friedman · 16 years ago
  52. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  53. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  54. 4e8a9e8 reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmove etc. by Chris Lattner · 16 years ago
  55. d677776 temporarily revert Sangiv's patch. by Chris Lattner · 16 years ago
  56. 8d668a4 mem[cpy,set,move] intrinsics are now overloaded. by Sanjiv Gupta · 16 years ago
  57. 9615ecb Normalize many BasicBlock names. by Daniel Dunbar · 16 years ago
  58. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  59. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  60. ddf7cac Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). by Anders Carlsson · 16 years ago
  61. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago
  62. be20bb5 make codegen reject initializes with designators, like this: by Chris Lattner · 16 years ago
  63. 7482d12 Move EmitAggregate{Copy,Clear} into CodeGenFunction. - No functionality change. by Daniel Dunbar · 16 years ago
  64. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  65. 9584446 Simplify some calls to Builder.CreateCall by Anders Carlsson · 16 years ago
  66. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  67. 9c3fc70 Initial support for Obj-C dot-syntax for getters. by Daniel Dunbar · 16 years ago
  68. be38d02 Drop a dead call to isConstantExpr() by Daniel Dunbar · 16 years ago
  69. 0a04d77 Implement Obj-C ivar references to aggregates. by Daniel Dunbar · 16 years ago
  70. 8f2926b Trim CGObjCRuntime::GenerateMessageSend[Super] by Daniel Dunbar · 16 years ago
  71. 488e993 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  72. de7fb84 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  73. 85e3568 update to make IRBuilder API change. by Chris Lattner · 16 years ago
  74. 8239713 Fix EmitNullInitializationToLValue for bitfield lvalues. - PR2643 by Daniel Dunbar · 16 years ago
  75. c63a1f2 by Chris Lattner · 16 years ago
  76. f9eede1 Fix implicit initialization of structures. by Daniel Dunbar · 16 years ago
  77. 9619662 remove uses of QualType::getCanonicalType() from codegen for PR2189 by Chris Lattner · 16 years ago
  78. 8fdf328 "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." by Chris Lattner · 16 years ago
  79. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 16 years ago
  80. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  81. b185124 A few more cases for aggregate values. by Eli Friedman · 16 years ago
  82. 0c99509 Emit memmove, not memcpy, for structure copies; this is unfortunately by Eli Friedman · 16 years ago
  83. d79a726 Change uses of llvm::Type::isFirstClassType to use the new by Dan Gohman · 16 years ago
  84. 07fa52a Implement codegen for comma operator for structs. by Eli Friedman · 16 years ago
  85. 922696f Fix the emission of expressions like char a[10] = "asdf"; previously, by Eli Friedman · 16 years ago
  86. c8ba961 Don't try to take the address of a bitfield; fixes PR2310. by Eli Friedman · 16 years ago
  87. 3eae03e simplify some builder calls. by Chris Lattner · 16 years ago
  88. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 17 years ago
  89. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  90. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 17 years ago
  91. f81557c Fix PR2049, updating Eli's patch that fixes to mainline. This produces incorrect by Chris Lattner · 17 years ago
  92. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 17 years ago
  93. 36b6a0a simplify the clang codegen by using the new Builder.CreateStructGEP method. by Chris Lattner · 17 years ago
  94. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from CodeGen/CGExprAgg.cpp]
  95. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
  96. 13e22cf Improve non-const initializer implementation. by Lauro Ramos Venancio · 17 years ago
  97. 145cd89 Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when by Lauro Ramos Venancio · 17 years ago
  98. 305762c Implement multi-dimension array initalizer. Fix McCat/08-main test. by Lauro Ramos Venancio · 17 years ago
  99. ff6e2b7 A couple of minor fixes to aggregate codegen, to stop asserting on some by Eli Friedman · 17 years ago
  100. 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago