1. d97927d Revert r147664; it's breaking clang regression tests. by Eli Friedman · 13 years ago
  2. 2d5f095 Silence GCC warnings. by Jakub Staszak · 13 years ago
  3. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  4. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  5. db45806 Rip the ObjCPropertyRef l-value kind out of IR-generation. by John McCall · 13 years ago
  6. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  7. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  8. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  9. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  10. 276b061 Initial implementation of __atomic_* (everything except __atomic_is_lock_free). by Eli Friedman · 13 years ago
  11. 578faa8 de-tmpify clang. by Benjamin Kramer · 13 years ago
  12. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  13. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  14. 0c706c2 Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. by Eli Friedman · 13 years ago
  15. 33e56f3 Rename the ARC cast kinds to start with "ARC". by John McCall · 13 years ago
  16. dc05b11 When converting a block pointer to an Objective-C pointer type, extend by John McCall · 13 years ago
  17. 1d9b3b2 Give conversions of block pointers to ObjC pointers a different cast kind by John McCall · 13 years ago
  18. d295b82 blocks: Support capturing complex variable in block. // rdar://10033896 by Fariborz Jahanian · 13 years ago
  19. 776b790 revert patch in r139020 by Fariborz Jahanian · 13 years ago
  20. da8e571 blocks: Support capturing complex variable in block. // rdar://10033896 by Fariborz Jahanian · 13 years ago
  21. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  22. 91a5755 Create a new expression node, SubstNonTypeTemplateParmExpr, by John McCall · 13 years ago
  23. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  24. 6594942 Cleanup cast IRGen a bit; no intended functionality change. by Eli Friedman · 13 years ago
  25. f111d93 C1X: implement generic selections by Peter Collingbourne · 13 years ago
  26. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  27. cf0b2d8 Remove the "conditional save" hashtables from IR generation. by John McCall · 14 years ago
  28. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  29. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
  30. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 14 years ago
  31. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  32. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 14 years ago
  33. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  34. cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
  35. 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
  36. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  37. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  38. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
  39. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  40. 83ce9d4 Support compound complex operations as l-values in C++. Add a test by John McCall · 14 years ago
  41. b418d74 Simplify some complex emission and implement correct semantics for by John McCall · 14 years ago
  42. 641ca7d Teach complex compound assignment IR-generation that the RHS of by John McCall · 14 years ago
  43. ff624c1 Always emit full loads from volatile complex l-values. by John McCall · 14 years ago
  44. f3ea8cf Add a few more complex-related cast kinds that arise due to arbitrary by John McCall · 14 years ago
  45. 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 14 years ago
  46. aa3b57e Implements in IRgen gnu extensions missing LHS for by Fariborz Jahanian · 14 years ago
  47. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  48. 77d439a Add lvalue-bitcast support for complex numbers. by Douglas Gregor · 14 years ago
  49. 6398235 Whenever we're creating an expression that is typically an rvalue by Douglas Gregor · 14 years ago
  50. ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 14 years ago
  51. 8474567 Revert r107828 and r107827, the fix for PR7556, which seems to be by Douglas Gregor · 14 years ago
  52. 016a4a9 Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its by Douglas Gregor · 14 years ago
  53. 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
  54. 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 14 years ago
  55. dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 14 years ago
  56. f177d9d Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  57. dd36d32 refactor pre/postinc logic into CGF and require the caller to pass in the by Chris Lattner · 15 years ago
  58. 8e274bd Minor optimization; emit proper unsupported messages for a couple of cases. by Eli Friedman · 15 years ago
  59. 56a44f7 Simplify code. No functionality change. by Benjamin Kramer · 15 years ago
  60. 85b4521 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 15 years ago
  61. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  62. db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
  63. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  64. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  65. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  66. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  67. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
  68. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  69. 0d9c54c Switch to using llvm::Value::getName() by Daniel Dunbar · 15 years ago
  70. 4a28d5d Update for LLVM API change. by Owen Anderson · 15 years ago
  71. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  72. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  73. 87415d2 Update clang for the add ->add/fadd split. Likewise for sub and mul. by Chris Lattner · 15 years ago
  74. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  75. 4b76b4f Implement VisitCXXExprWithTemporaries for complex expressions. by Anders Carlsson · 15 years ago
  76. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  77. e9f2f45 Functions that return references can be rvalues as well. by Anders Carlsson · 15 years ago
  78. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  79. c110c54 Some minor fixes for complex IRGen. by Eli Friedman · 15 years ago
  80. 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 16 years ago
  81. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  82. 0785570 Use EmitVAListRef instead of EmitLValue directly to handle array decay by Daniel Dunbar · 16 years ago
  83. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 16 years ago
  84. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  85. 56f0d16 Fix typo by Daniel Dunbar · 16 years ago
  86. e12d8e3 Comment fix. by Daniel Dunbar · 16 years ago
  87. 9615ecb Normalize many BasicBlock names. by Daniel Dunbar · 16 years ago
  88. a448fb2 Rework IRgen invariant w.r.t. current insert point. by Daniel Dunbar · 16 years ago
  89. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  90. d57a871 Add CodeGenFunction::EmitBranch. by Daniel Dunbar · 16 years ago
  91. 55e8742 Centralize basic block creation in CodeGenFunction::createBasicBlock. by Daniel Dunbar · 16 years ago
  92. 45d196b Move IRBuilder type definition to common file. - No functionality change. by Daniel Dunbar · 16 years ago
  93. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  94. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  95. 488e993 Change WarnUnsupported to ErrorUnsupported (in name and in practice). by Daniel Dunbar · 16 years ago
  96. de7fb84 More #include cleaning - Remove internal uses of AST.h by Daniel Dunbar · 16 years ago
  97. 85e3568 update to make IRBuilder API change. by Chris Lattner · 16 years ago
  98. 9619662 remove uses of QualType::getCanonicalType() from codegen for PR2189 by Chris Lattner · 16 years ago
  99. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 16 years ago
  100. c4777f1 Add support for init lists for complex variables. by Eli Friedman · 16 years ago