1. 85b4521 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 15 years ago
  2. c6fdb776 Add case for CK_DerivedToBaseMemberPointer cast kind to by Eli Friedman · 15 years ago
  3. a36bf8f Fix lifetime of conditional temporaries. Patch by Victor Zverovich! by Anders Carlsson · 15 years ago
  4. 2710c41 Fix one last gotcha with typeid. by Mike Stump · 15 years ago
  5. 52f08bc Add Code gen support for '->*' operator which fell through the crack. by Fariborz Jahanian · 15 years ago
  6. a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 15 years ago
  7. 8bfd31f Complete code gen for '.*' binary expression for both scalar and aggregates. by Fariborz Jahanian · 15 years ago
  8. bb378cb Use CK_BitCast for member function pointer casts. Fixes PR5138. by Anders Carlsson · 15 years ago
  9. 329763b add support for codegening CXXZeroInitValueExprs by Nuno Lopes · 15 years ago
  10. babac13 Suppress -Asserts warning. by Daniel Dunbar · 15 years ago
  11. 3c0ef8c Simplify pointer creation with the new Type::getInt*Ptr methods. by Benjamin Kramer · 15 years ago
  12. dbd920c Move the vtable builder to CGVtable.cpp, general cleanup. by Anders Carlsson · 15 years ago
  13. 719aa44 Pass the canonical method decl to GetVtableIndex. Fixes PR5120. by Anders Carlsson · 15 years ago
  14. a024d17 Teach AggExprEmitter about pointers to member functions. by Anders Carlsson · 15 years ago
  15. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  16. 84080ec Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091. by Anders Carlsson · 15 years ago
  17. e9d34dc Improve support for member function pointers. by Anders Carlsson · 15 years ago
  18. 3016842 Use a switch statement in VisitCastExpr. by Anders Carlsson · 15 years ago
  19. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  20. 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
  21. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  22. 08c3213 Re-implemented generation of objc_memmove_collectable by Fariborz Jahanian · 15 years ago
  23. 3197659 Patch for code gen. for c-style cast which ends in by Fariborz Jahanian · 15 years ago
  24. 64e690e ir-gen for type convesion of class objects. WIP. by Fariborz Jahanian · 15 years ago
  25. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  26. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  27. 14c5cbf Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries from being destroyed when they're bound to a reference variable. by Anders Carlsson · 15 years ago
  28. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  29. 4d8673b Add CK_ToUnion and use it for aggregate expression codegen. by Anders Carlsson · 15 years ago
  30. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  31. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
  32. 96e0fc7 Update for LLVM API change. by Owen Anderson · 15 years ago
  33. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  34. 4a28d5d Update for LLVM API change. by Owen Anderson · 15 years ago
  35. c6a38a4 Preserve address space information through member accesses, e.g., by Mon P Wang · 15 years ago
  36. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  37. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  38. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  39. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  40. a294ca8 Implement code generation of ChooseExpr for aggregate types. by Anders Carlsson · 15 years ago
  41. 082b02e Implemented memmove_collectable API for Next runtime by Fariborz Jahanian · 15 years ago
  42. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  43. fb6fa30 Use PushConditionalTempDestruction/PopConditionalTempDestruction for the ternary operator. by Anders Carlsson · 15 years ago
  44. 34ebf4d PR4316: Fix IRGen for cast-to-union extension. by Eli Friedman · 15 years ago
  45. 543ac0c Emit destructors correctly for temporaries. by Anders Carlsson · 15 years ago
  46. e61c9e8 Add lvalue irgen support for CXXBindTemporaryExpr. by Anders Carlsson · 15 years ago
  47. b58d017 More temporary support. by Anders Carlsson · 15 years ago
  48. 8e587a1 Remove VarDecl from CXXConstructExpr. by Anders Carlsson · 15 years ago
  49. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  50. 2dce5f8 PR4281: Fix bogus CodeGen assertion. The issue is that by Eli Friedman · 15 years ago
  51. 14674ff No write-barrier for initializations. by Fariborz Jahanian · 15 years ago
  52. e70e8f7 IRgen support for calls to functions that return references to aggregate exressions. by Anders Carlsson · 15 years ago
  53. ff4bf3b Fix typo. I also fixed the hard to read case differences, so that no by Mike Stump · 15 years ago
  54. 49d1cd5 Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). by Mike Stump · 15 years ago
  55. e1129a9 Esnure that if we have a volatile structure as the destination, that by Mike Stump · 15 years ago
  56. a49af1a Propagate volatile for implicit property refernces. by Mike Stump · 15 years ago
  57. 240993d Propagate volatile around for property references. by Mike Stump · 15 years ago
  58. 27fe2e6 Track volatile aggregate copies better. I'm hoping someone else will decide by Mike Stump · 15 years ago
  59. 9ccb103 Fix thinko, and implement aggregate volatile reads. by Mike Stump · 15 years ago
  60. f1b97f2 More volatile fixes. Can't testcase these yet as ultimately volatile by Mike Stump · 15 years ago
  61. 4ac20dd Collapse a few FIXMEs together and refactor to make fixing the code easier. by Mike Stump · 15 years ago
  62. fde6420 One step to fixing up codegen for a=b, where a is a volatile struct. by Mike Stump · 15 years ago
  63. 7d74963 Fix typo. by Mike Stump · 15 years ago
  64. 7f6ad15 Have AggExprEmitter::VisitCXXConstructExpr make new variables if necessary. Stub out VisitCXXExprWithTemporaries. by Anders Carlsson · 15 years ago
  65. f5408fe Reflow some comments. by Mike Stump · 15 years ago
  66. 31ccf37 Make codegen for constructors work again. by Anders Carlsson · 15 years ago
  67. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 15 years ago
  68. f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 15 years ago
  69. b14095a Implement basic code generation of constructor calls. We can now compile: by Anders Carlsson · 15 years ago
  70. 0f59312 Minor work related to removing the assumption that value initialization by Eli Friedman · 15 years ago
  71. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  72. ccf0ed8 Minor cleanup. by Eli Friedman · 15 years ago
  73. 3023ca8 Remove dead code. by Eli Friedman · 15 years ago
  74. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 15 years ago
  75. 83c9629 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 15 years ago
  76. ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 15 years ago
  77. 1e4db7c rip out __builtin_overload by Chris Lattner · 15 years ago
  78. 0785570 Use EmitVAListRef instead of EmitLValue directly to handle array decay by Daniel Dunbar · 15 years ago
  79. 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 · 15 years ago
  80. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 15 years ago
  81. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 15 years ago
  82. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 15 years ago
  83. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 15 years ago
  84. 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 15 years ago
  85. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 15 years ago
  86. 7e91627 add codegen support to union casts by Nuno Lopes · 16 years ago
  87. 0262f02 Prevent a segfault for vaarg expressions on unsupported architectures. by Sebastian Redl · 16 years ago
  88. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  89. a385b3c Disabling this code due to regression on test/CodeGen/bitfield.c. See PR3152. by Eli Friedman · 16 years ago
  90. 994ffef Fix for PR2969: generate a memcpy from a constant for constant by Eli Friedman · 16 years ago
  91. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  92. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  93. 4e8a9e8 reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmove etc. by Chris Lattner · 16 years ago
  94. d677776 temporarily revert Sangiv's patch. by Chris Lattner · 16 years ago
  95. 8d668a4 mem[cpy,set,move] intrinsics are now overloaded. by Sanjiv Gupta · 16 years ago
  96. 9615ecb Normalize many BasicBlock names. by Daniel Dunbar · 16 years ago
  97. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  98. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  99. ddf7cac Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). by Anders Carlsson · 16 years ago
  100. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago