1. dc05b11 When converting a block pointer to an Objective-C pointer type, extend by John McCall · 13 years ago
  2. 1d9b3b2 Give conversions of block pointers to ObjC pointers a different cast kind by John McCall · 13 years ago
  3. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 13 years ago
  4. 2148011 Be sure to emit lvalue-to-rvalue casts for loads from x-values. by John McCall · 13 years ago
  5. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  6. 7c2349b Use stronger typing for the flags on AggValueSlot and require by John McCall · 13 years ago
  7. 0815b57 Move the creation of the record type for the state of Objective-C fast by Douglas Gregor · 13 years ago
  8. 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 13 years ago
  9. bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
  10. da549e8 Remove some unnecessary single element array temporaries. by Jay Foad · 13 years ago
  11. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  12. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  13. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  14. dc7c5ad Document the existing objc_precise_lifetime attribute. by John McCall · 13 years ago
  15. ba3dd90 In ARC, non-atomic getters do not need to retain and autorelease by John McCall · 13 years ago
  16. db8264e Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. by Jordy Rose · 13 years ago
  17. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  18. 799d34e Don't crash if defining -dealloc in a category. by John McCall · 13 years ago
  19. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  20. 9928c48 Switch field destruction over to use the new destroyer-based API by John McCall · 13 years ago
  21. c4a1a84 Do full-expression cleanups in a much more sensible way that still lets by John McCall · 13 years ago
  22. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  23. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  24. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  25. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  26. aa7333c Update for llvm commit r134291. by Eric Christopher · 13 years ago
  27. df7b091 Do not apply the ARC move optimization to 'const'-qualified xvalues. by John McCall · 13 years ago
  28. 545d996 LValue carries a type now, so simplify the main EmitLoad/Store APIs by John McCall · 13 years ago
  29. 0c24c80 Honor objc_precise_lifetime in GC mode by feeding the value by John McCall · 13 years ago
  30. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  31. 34aace8 Try to silence GCC warning by Douglas Gregor · 13 years ago
  32. d1bd98a Implement the C++0x move optimization for Automatic Reference Counting by Douglas Gregor · 13 years ago
  33. d7b2316 When binding a reference to an Automatic Reference Counting temporary, by Douglas Gregor · 13 years ago
  34. 19bd77c Remove dead variables. by Benjamin Kramer · 13 years ago
  35. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 13 years ago
  36. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  37. 9d99f2d Put local variables in appropriate debug info scope. This fixes radar 8757124. by Devang Patel · 13 years ago
  38. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  39. 8d3f897 Fix location of setter/getter synthesized for a property. by Devang Patel · 13 years ago
  40. 0774cb8 Use arrays and SmallVectors instead of std::vectors when building function by John McCall · 13 years ago
  41. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  42. 04c9a49 Simplify code a bit by using CallArgList::add. No intended functionality change. by Eli Friedman · 13 years ago
  43. 01cb307 Refine rules for atomic property api to by Fariborz Jahanian · 13 years ago
  44. 5fb6509 Fixes a regression caused by my last patch. by Fariborz Jahanian · 13 years ago
  45. 1d3a61a Generate atomic api for atomic properties (x86 and x86_64 by Fariborz Jahanian · 13 years ago
  46. 68af13f Fix IRGen issues related to using property-dot syntax by Fariborz Jahanian · 14 years ago
  47. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  48. 6be5672 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
  49. 1408676 Implements property of reference types. Adding by Fariborz Jahanian · 14 years ago
  50. ab5824e Make the property accessor functions that take a ptrdiff_t actually take a ptrdiff_t instead of a long (should have no impact on any sane platforms, but win64 is not sane). by David Chisnall · 14 years ago
  51. e81ac69 The emission of an Objective-C++'s class .cxx_destruct method should be by John McCall · 14 years ago
  52. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 14 years ago
  53. aa11289 DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not. by Devang Patel · 14 years ago
  54. 361cf98 Fix a typo. by Dan Gohman · 14 years ago
  55. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 14 years ago
  56. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 14 years ago
  57. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  58. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
  59. b19c76e Fix an IRGen bug in property setter calls when by Fariborz Jahanian · 14 years ago
  60. fe71008 Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' by Ken Dyck · 14 years ago
  61. bcbd03a Emit DW_TAG_lexical_scope to surround foreach. by Devang Patel · 14 years ago
  62. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  63. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  64. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  65. d88687f Rework a few things about how we emit ObjC's for enumeration statement. by John McCall · 14 years ago
  66. 8fac25d Add support for GNU runtime property set / get structure functions. Minor refactoring of Mac runtime (returns the same function for both, as the Mac runtimes currently only provide a single entry point for setting and getting struct properties, although this will presumably be fixed at some point). by David Chisnall · 14 years ago
  67. 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
  68. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  69. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  70. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
  71. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  72. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  73. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  74. 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
  75. 0339d72 IRGen fix for using property-dot syntax to pass by Fariborz Jahanian · 14 years ago
  76. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  77. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  78. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  79. 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
  80. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  81. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  82. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  83. 1d110e0 Remove unnecessary ASTContext parameter from by Douglas Gregor · 14 years ago
  84. 7e70fb2 Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference. by Anders Carlsson · 14 years ago
  85. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  86. 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 14 years ago
  87. ef072fd Push a return-value slot throughout ObjC message-send codegen. Will be by John McCall · 14 years ago
  88. 892fa6c Unbreak self-host. by Anders Carlsson · 14 years ago
  89. db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 14 years ago
  90. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  91. 3031c63 Correctly generate IR for ObjC messages sends to protocol-qualified types. by John McCall · 14 years ago
  92. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  93. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  94. 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 14 years ago
  95. bc397cf Clean up the {} and else placement. This fixes an ambiguous else as well as by Chandler Carruth · 14 years ago
  96. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  97. 8b688ed Fixes a code gen. crash when ivar object has trivial constructor. by Fariborz Jahanian · 14 years ago
  98. 8e6404c Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. by Anders Carlsson · 14 years ago
  99. 9b4d4fc Support for construct/destruct of ivar array by Fariborz Jahanian · 14 years ago
  100. 109dfc6 IRGen for initialization/destruction of by Fariborz Jahanian · 14 years ago