1. 4655112 Some function stub added for new abi messaging. by Fariborz Jahanian · 16 years ago
  2. 2b2105e Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 16 years ago
  3. 2e4672b Several new declarations for objc2 nonfragile abi messaging. by Fariborz Jahanian · 16 years ago
  4. e4be5a6 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 16 years ago
  5. 5a1be6e Use ConvertTypeForMem when creating alloca for scalar argument. by Daniel Dunbar · 16 years ago
  6. 8b1a343 Add CodeGenFunction::ConvertTypeForMem forwarding function. by Daniel Dunbar · 16 years ago
  7. 660af74 GNUStep fast enumeration. Patch by David Chisnall. by Fariborz Jahanian · 16 years ago
  8. 59e5a0e x86_64 ABI: Initial implementation of ABI compliant parameter passing. by Daniel Dunbar · 16 years ago
  9. 89c9d8e ABI handling: Implement coercion for argument types (in addition to by Daniel Dunbar · 16 years ago
  10. 598d3f6 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  11. 45206ec Targets that don't have stack use global address space for parameters. by Sanjiv Gupta · 16 years ago
  12. 07da367 Minor objc2 bug fix. by Fariborz Jahanian · 16 years ago
  13. ecb6b0e Fixed the typo in comment. by Sanjiv Gupta · 16 years ago
  14. 6bad265 Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 16 years ago
  15. 0bcc521 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 16 years ago
  16. 46327aa Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 16 years ago
  17. 5251afa Add two FIXMEs. by Daniel Dunbar · 16 years ago
  18. b225be4 Always use CGFunctionInfo to access ABI information. by Daniel Dunbar · 16 years ago
  19. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 16 years ago
  20. 9eb5c6d Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 16 years ago
  21. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  22. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 16 years ago
  23. a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 16 years ago
  24. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
  25. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  26. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  27. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  28. 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
  29. 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
  30. 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
  31. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago
  32. 6f6b036 Initialize CGFunctionInfo isVariadic bit correctly. by Daniel Dunbar · 16 years ago
  33. 09796d6 Use target alignment API to set objc2's meta-data alignment. by Fariborz Jahanian · 16 years ago
  34. 21a4f62 Err, unbreak my previous "no functionality change commit", will fix properly later. by Daniel Dunbar · 16 years ago
  35. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  36. dd0db2a class meta-data belong to __objc_data section (in objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  37. cf55516 Recognize class's visibility attribute and set its linkage by Fariborz Jahanian · 16 years ago
  38. c450357 x86_64 ABI: Retool classification to compute lo & hi classifications by Daniel Dunbar · 16 years ago
  39. fdbe11d Missed another mis-alignment of an objc2 meta-data. by Fariborz Jahanian · 16 years ago
  40. 014858b Setting correct alignent for objc2 meta-data. by Fariborz Jahanian · 16 years ago
  41. cdf920e x86_64 ABI: Fix more thinkos, straddling computation for complex was by Daniel Dunbar · 16 years ago
  42. 0f6610e add imag_info section and data (for objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  43. 71e62a9 x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE by Daniel Dunbar · 16 years ago
  44. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  45. d4cd1b0 x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but by Daniel Dunbar · 16 years ago
  46. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  47. 11a76ed Remove testing -use-x86_64-abi option; current implementation is by Daniel Dunbar · 16 years ago
  48. e33edf1 x86_64 ABI: Split small vectors which cross an eightbyte boundary. Down to 33/500 return type failures. by Daniel Dunbar · 16 years ago
  49. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  50. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 16 years ago
  51. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 16 years ago
  52. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  53. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  54. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  55. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  56. 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
  57. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  58. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  59. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  60. f04d69b x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 16 years ago
  61. 7f102f8 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 16 years ago
  62. cc039fe ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 16 years ago
  63. 99037e5 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 16 years ago
  64. b0e14f2 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 16 years ago
  65. eac48dc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 16 years ago
  66. 56f0d16 Fix typo by Daniel Dunbar · 16 years ago
  67. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 16 years ago
  68. 939abce Add setter/getter methods to the list of methods by Fariborz Jahanian · 16 years ago
  69. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  70. 5de14dc property metadata for objc2's nonfragile abi by Fariborz Jahanian · 16 years ago
  71. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  72. 46b86c6 Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 16 years ago
  73. 2fa5a27 Set visibility of ivar offset symbols according to by Fariborz Jahanian · 16 years ago
  74. 1bf0afb Generation of ivar-offset symbols in objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
  75. 010d514 fix PR3427: fix debuginfo for incomplete array types by Nuno Lopes · 16 years ago
  76. 07236ba After talking to our runtime guru, I added a comment. by Fariborz Jahanian · 16 years ago
  77. 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
  78. 98abf4b ivar meta-data generation for nonfragile-abi. by Fariborz Jahanian · 16 years ago
  79. 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 16 years ago
  80. e160c9b improvements for GNU objc runtime support, patch by David Chisnall! by Chris Lattner · 16 years ago
  81. 7a6605d x86_64: Classify __m64 and __m128 "correctly". by Daniel Dunbar · 16 years ago
  82. 54d1ccb Implement support for coercion to wider types during ABI handling. by Daniel Dunbar · 16 years ago
  83. 5284733 Added a FIXME. by Fariborz Jahanian · 16 years ago
  84. 1c1d607 Pull EmitReturnBlock out of FinishFunction and catch unified return by Daniel Dunbar · 16 years ago
  85. f6317dd Build method-description-list for category meta-data by Fariborz Jahanian · 16 years ago
  86. 493dab7 Method decription meta-data and its setting in class_ro_t meta-data. by Fariborz Jahanian · 16 years ago
  87. 1143492 Add Ignore ABIArgInfo kind, for handling void & empty structures. by Daniel Dunbar · 16 years ago
  88. d7d6e6a Skip emission of final return block if possible (e.g., functions with by Daniel Dunbar · 16 years ago
  89. eb062d9 Meta-data for nonfragile-abi's categories by Fariborz Jahanian · 16 years ago
  90. e12d8e3 Comment fix. by Daniel Dunbar · 16 years ago
  91. 424c51d Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. by Sebastian Redl · 16 years ago
  92. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 16 years ago
  93. 1ef0965 Get rid of some code that should be unnecessary. by Eli Friedman · 16 years ago
  94. 3941b18 Make the constant folder aware of by Eli Friedman · 16 years ago
  95. f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 16 years ago
  96. f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 16 years ago
  97. 769e411 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 16 years ago
  98. f2da9df Refactor sizeof handling to use constant folding logic for constant by Eli Friedman · 16 years ago
  99. 84394a5 Patch to build class meta-data for each implementation by Fariborz Jahanian · 16 years ago
  100. 91daf4d remove a bunch of alignment handling code out of CGExprScalar, since by Chris Lattner · 16 years ago