1. b3d5e2f When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only by Douglas Gregor · 14 years ago
  2. 52a80e1 Fixes an IRgen bug where __block variable is by Fariborz Jahanian · 14 years ago
  3. f99a391 Un-nest the meat of this function. by John McCall · 14 years ago
  4. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 14 years ago
  5. da29e09 Send code generation for xvalues down the same path as lvalues by Douglas Gregor · 14 years ago
  6. fe71008 Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' by Ken Dyck · 14 years ago
  7. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  8. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  9. cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
  10. 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
  11. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  12. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  13. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  14. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  15. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
  16. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  17. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  18. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
  19. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
  20. 54353f4 Hide a bunch of symbols. by Benjamin Kramer · 14 years ago
  21. 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
  22. 75f91d6 Minor cleanup. No change otherwise. by Fariborz Jahanian · 14 years ago
  23. a762514 Fix a bug where write-barriers for assignment through reference by Fariborz Jahanian · 14 years ago
  24. 83ce9d4 Support compound complex operations as l-values in C++. Add a test by John McCall · 14 years ago
  25. b418d74 Simplify some complex emission and implement correct semantics for by John McCall · 14 years ago
  26. e2b7688 Kill CK_Unknown and flesh out the documentation for the existing CastKinds. by John McCall · 14 years ago
  27. daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 14 years ago
  28. f3ea8cf Add a few more complex-related cast kinds that arise due to arbitrary by John McCall · 14 years ago
  29. 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 14 years ago
  30. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago
  31. 981b6fd Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect. by Argyrios Kyrtzidis · 14 years ago
  32. 26815d9 Restore r117403 (fixing IR gen for bool atomics), this time being less by John McCall · 14 years ago
  33. 1189332 Revert r117403 as it caused PR8480. by Rafael Espindola · 14 years ago
  34. 789a159 Extract procedures to do scalar-to-memory and memory-to-scalar conversions by John McCall · 14 years ago
  35. b31c289 Trim an unnecessary #include. by Dan Gohman · 14 years ago
  36. b6bbcc9 Death to blocks, or at least the word "block" in one particular obnoxiously by John McCall · 14 years ago
  37. 3d5aff5 Experimental TBAA support. by Dan Gohman · 14 years ago
  38. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  39. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  40. 0b78710 IRgen for gnu extension's conditional lvalue expression by Fariborz Jahanian · 14 years ago
  41. dc5ea09 Fixes IRgen bug in objc++ reference binding of a by Fariborz Jahanian · 14 years ago
  42. fc1e6c7 Fix a bug with binding l-values to elided temporaries, and leave a couple by John McCall · 14 years ago
  43. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  44. 0934914 Local static block variable referecned in its by Fariborz Jahanian · 14 years ago
  45. d0db03a clean up some formatting. by Chris Lattner · 14 years ago
  46. 469a20d Truncate block variable of bool type to i1 when its by Fariborz Jahanian · 14 years ago
  47. 7925561 Cope with llvm's reference to bool type of 'i1' vs. clang's by Fariborz Jahanian · 14 years ago
  48. 98c9d1f Fix IRGen when property-dot syntax used to access by Fariborz Jahanian · 14 years ago
  49. 6c2ab1d Amusingly, I missed this point of abstraction in all my earlier by John McCall · 14 years ago
  50. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  51. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  52. b6c504b fix rdar://8340348, a miscompile of boost that was exposed by r109848. by Chris Lattner · 14 years ago
  53. 0bab0cd Abstract out everything having to do with member pointers into the ABI by John McCall · 14 years ago
  54. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 14 years ago
  55. e9fd7eb Extract member function pointer comparison and null comparison into by John McCall · 14 years ago
  56. 983e3d7 IRgen: Set the alignment correctly when creating LValue for a decls. by Daniel Dunbar · 14 years ago
  57. 3491b3d IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) methods. by Daniel Dunbar · 14 years ago
  58. 6d5eb76 IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). by Daniel Dunbar · 14 years ago
  59. 333d42d IRgen: The CVR qualifiers in a subobject adjustment should just come from the by Daniel Dunbar · 14 years ago
  60. ea61917 IRgen/LValue: Add LValue::setNonGC instead of SetObjCNonGC, for consistency with isNonGC(). by Daniel Dunbar · 14 years ago
  61. 79c3928 IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls which were previously not computing the qualifier list. In most cases, I don't think it matters, but I believe this is conservatively more correct / consistent. by Daniel Dunbar · 14 years ago
  62. 9f553f5 IRgen: Switch a bunch of trivial MakeAddr calls to use MakeAddrLValue. by Daniel Dunbar · 14 years ago
  63. 3ec0baf IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored out. by Daniel Dunbar · 14 years ago
  64. 9f4f7cf IRgen/CGValue: Add alignment to LValue, and use that alignment when generating lvalue load/stores. by Daniel Dunbar · 14 years ago
  65. 91a16fa IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and by Daniel Dunbar · 14 years ago
  66. 5990b54 fix typo by Chris Lattner · 14 years ago
  67. d7241c7 Fix PR7889 by generalizing some over specialized code. There is no by Chris Lattner · 14 years ago
  68. 5c12c7b fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ by Chris Lattner · 14 years ago
  69. 569c316 Allow reference binding of a reference of Objective-C object type to by Douglas Gregor · 14 years ago
  70. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  71. 81407d4 Switch the destructor for a temporary arising from a reference binding over to by John McCall · 14 years ago
  72. 021a7a6 Adopt objc_assign_threadlocal() for __thread variables of GC types. by Fariborz Jahanian · 14 years ago
  73. 6c552c1 implement rdar://5739832 - operator new should check for overflow in multiply, by Chris Lattner · 14 years ago
  74. 7c7a793 Reinstate the scalar-cast-to-const-reference improvements, this time by Douglas Gregor · 14 years ago
  75. 928d69f Revert r108431 and r108433 (the cast-to-const-reference fixes), which by Douglas Gregor · 14 years ago
  76. 06de037 Spell isPRValue() properly. by Douglas Gregor · 14 years ago
  77. 5467209 Teach CodeGenFunction::EmitCastLValue() to handle casts to an lvalue by Douglas Gregor · 14 years ago
  78. 2497886 CK_BitCast is not an lvalue bitcast any longer by Douglas Gregor · 14 years ago
  79. e39a389 Introduce a new cast kind for an "lvalue bitcast", which handles by Douglas Gregor · 14 years ago
  80. ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 14 years ago
  81. 8474567 Revert r107828 and r107827, the fix for PR7556, which seems to be by Douglas Gregor · 14 years ago
  82. 016a4a9 Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its by Douglas Gregor · 14 years ago
  83. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  84. 121b3fa in the "coerce" case, the ABI handling code ends up making the by Chris Lattner · 14 years ago
  85. 1d110e0 Remove unnecessary ASTContext parameter from by Douglas Gregor · 14 years ago
  86. 045a6d8 Correctly destroy reference temporaries with global storage. Remove ErrorUnsupported call when binding a global reference to a non-lvalue. Fixes PR7326. by Anders Carlsson · 14 years ago
  87. 656746c Add a CreateReferenceTemporary that will do the right thing for variables with global storage. by Anders Carlsson · 14 years ago
  88. dca7ab2 Simplify CodeGenFunction::EmitReferenceBindingToExpr as a first step towards fixing PR7326. by Anders Carlsson · 14 years ago
  89. cc09785 Reduce indentation. by Anders Carlsson · 14 years ago
  90. 77b89b8 finally get around to doing a significant cleanup to irgen: by Chris Lattner · 14 years ago
  91. 9269d5c Implement rdar://7530813 - collapse multiple GEP instructions in IRgen by Chris Lattner · 14 years ago
  92. a4d94ab minor cleanup: don't emit the base of an array subscript until after by Chris Lattner · 14 years ago
  93. 8c11a65 move scalar inc/dec codegen into ScalarExprEmitter instead by Chris Lattner · 14 years ago
  94. 7f215c1 use more efficient type comparison predicates. by Chris Lattner · 14 years ago
  95. 32f36ba Change EmitReferenceBindingToExpr to take a decl instead of a boolean. by Anders Carlsson · 14 years ago
  96. 7e70fb2 Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference. by Anders Carlsson · 14 years ago
  97. 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 14 years ago
  98. 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 14 years ago
  99. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  100. 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 14 years ago