1. 16b1620 Fit into 80-col. by Mike Stump · 16 years ago
  2. 36a2ada Fixup goto codegen in and around VLAs. by Mike Stump · 16 years ago
  3. 386621f Set load/store alignment when doing ABI coercions. by Daniel Dunbar · 16 years ago
  4. f8e58d0 When making dummy file entries, the directory name should also be non-empty. by Daniel Dunbar · 16 years ago
  5. 169c7f8 Fixed an objc2 nonfragile-abi code gen bug. by Fariborz Jahanian · 16 years ago
  6. 7a06aae objc2's nonfragile abi API for messages sent to 'super'. by Fariborz Jahanian · 16 years ago
  7. 56b8001 Use 'compile' instead of 'codegen' when reporting error to user. by Daniel Dunbar · 16 years ago
  8. 0e81f4b objc2's nonfragile-abi - API selection for when receiver is a class by Fariborz Jahanian · 16 years ago
  9. 96f2147 Follow Eli's advice and store the VLA size with the native size_t type. Fixes PR3491. by Anders Carlsson · 16 years ago
  10. 1a6b368 More objc2's API chanes. by Fariborz Jahanian · 16 years ago
  11. c170852 #ifdef'out out objc2 API selection which is not done in gcc (unlike by Fariborz Jahanian · 16 years ago
  12. 2fbf2f5 Implement Direct ABIInfo semantics. by Daniel Dunbar · 16 years ago
  13. 2969a02 Simplify test for whether we need an alloca to hold an indirect return by Daniel Dunbar · 16 years ago
  14. 1f74598 Implement ABI Indirect sematics for arguments. by Daniel Dunbar · 16 years ago
  15. 11e383a Merge ABIInfo StructRet/ByVal into Indirect. by Daniel Dunbar · 16 years ago
  16. 13e8173 Pull CodeGenFunction::GetUndefRValue() out of EmitUnsupportedRValue. by Daniel Dunbar · 16 years ago
  17. a6f80ef Reapply Daniel's patch to match up with llvm 63765. by Dale Johannesen · 16 years ago
  18. 3170c93 x86-32: Use Ignore to avoid passing empty structs (instead of Expand). by Daniel Dunbar · 16 years ago
  19. ca00882 Honor ByVal alignment. Patch by Nate Begeman! by Daniel Dunbar · 16 years ago
  20. ef16378 This patch generates messaging code for objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
  21. 497a856 Initialize alignment field for ByVal ABIInfo correctly. by Daniel Dunbar · 16 years ago
  22. 35e67d4 Unbreak CGFunctionInfo::Profile method and reenable caching of ABI information. by Daniel Dunbar · 16 years ago
  23. a9b6634 Chase LLVM TOT in circles (i.e., revert r63773 to match revert of r63765). by Daniel Dunbar · 16 years ago
  24. 6f7279b Add ABIArgInfo::dump() by Daniel Dunbar · 16 years ago
  25. 90350b6 Use correct signature for calling enumeration mutation function. by Daniel Dunbar · 16 years ago
  26. 747f06a Temporarily disable caching of ABI results; this is going horribly by Daniel Dunbar · 16 years ago
  27. d604c40 Add -femit-all-decls codegen option. by Daniel Dunbar · 16 years ago
  28. 4b5f0a4 Add asserts that the function signature matches the other arguments provide by Daniel Dunbar · 16 years ago
  29. 42c9ffd (llvm up) Update for intrinsic lookup changes. by Daniel Dunbar · 16 years ago
  30. 83a8a75 Some early code for objc2's nonfragile abi messaging. by Fariborz Jahanian · 16 years ago
  31. b3716ef Patch fixes messaging for GNU runtime. Patch by David Chisnall by Fariborz Jahanian · 16 years ago
  32. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 16 years ago
  33. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
  34. be395f6 Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 16 years ago
  35. 34c94a2 Change construction of common ObjC functions to use CGCall by Daniel Dunbar · 16 years ago
  36. 4655112 Some function stub added for new abi messaging. by Fariborz Jahanian · 16 years ago
  37. 2b2105e Use CGCall infrastructure to call enumeration mutation function. by Daniel Dunbar · 16 years ago
  38. 2e4672b Several new declarations for objc2 nonfragile abi messaging. by Fariborz Jahanian · 16 years ago
  39. e4be5a6 Fix return type for calls to objc_setProperty. by Daniel Dunbar · 16 years ago
  40. 5a1be6e Use ConvertTypeForMem when creating alloca for scalar argument. by Daniel Dunbar · 16 years ago
  41. 8b1a343 Add CodeGenFunction::ConvertTypeForMem forwarding function. by Daniel Dunbar · 16 years ago
  42. 660af74 GNUStep fast enumeration. Patch by David Chisnall. by Fariborz Jahanian · 16 years ago
  43. 59e5a0e x86_64 ABI: Initial implementation of ABI compliant parameter passing. by Daniel Dunbar · 16 years ago
  44. 89c9d8e ABI handling: Implement coercion for argument types (in addition to by Daniel Dunbar · 16 years ago
  45. 598d3f6 ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  46. 45206ec Targets that don't have stack use global address space for parameters. by Sanjiv Gupta · 16 years ago
  47. 07da367 Minor objc2 bug fix. by Fariborz Jahanian · 16 years ago
  48. ecb6b0e Fixed the typo in comment. by Sanjiv Gupta · 16 years ago
  49. 6bad265 Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 16 years ago
  50. 0bcc521 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 16 years ago
  51. 46327aa Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 16 years ago
  52. 5251afa Add two FIXMEs. by Daniel Dunbar · 16 years ago
  53. b225be4 Always use CGFunctionInfo to access ABI information. by Daniel Dunbar · 16 years ago
  54. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 16 years ago
  55. 9eb5c6d Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 16 years ago
  56. 45012a7 objc2's ir-gen for nonfragile ivar access. by Fariborz Jahanian · 16 years ago
  57. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 16 years ago
  58. a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 16 years ago
  59. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 16 years ago
  60. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  61. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  62. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  63. 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
  64. 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
  65. 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
  66. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago
  67. 6f6b036 Initialize CGFunctionInfo isVariadic bit correctly. by Daniel Dunbar · 16 years ago
  68. 09796d6 Use target alignment API to set objc2's meta-data alignment. by Fariborz Jahanian · 16 years ago
  69. 21a4f62 Err, unbreak my previous "no functionality change commit", will fix properly later. by Daniel Dunbar · 16 years ago
  70. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  71. dd0db2a class meta-data belong to __objc_data section (in objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  72. cf55516 Recognize class's visibility attribute and set its linkage by Fariborz Jahanian · 16 years ago
  73. c450357 x86_64 ABI: Retool classification to compute lo & hi classifications by Daniel Dunbar · 16 years ago
  74. fdbe11d Missed another mis-alignment of an objc2 meta-data. by Fariborz Jahanian · 16 years ago
  75. 014858b Setting correct alignent for objc2 meta-data. by Fariborz Jahanian · 16 years ago
  76. cdf920e x86_64 ABI: Fix more thinkos, straddling computation for complex was by Daniel Dunbar · 16 years ago
  77. 0f6610e add imag_info section and data (for objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  78. 71e62a9 x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE by Daniel Dunbar · 16 years ago
  79. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  80. d4cd1b0 x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but by Daniel Dunbar · 16 years ago
  81. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  82. 11a76ed Remove testing -use-x86_64-abi option; current implementation is by Daniel Dunbar · 16 years ago
  83. 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
  84. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  85. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 16 years ago
  86. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 16 years ago
  87. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  88. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  89. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  90. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  91. 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
  92. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  93. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  94. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  95. f04d69b x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 16 years ago
  96. 7f102f8 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 16 years ago
  97. cc039fe ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 16 years ago
  98. 99037e5 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 16 years ago
  99. b0e14f2 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 16 years ago
  100. eac48dc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 16 years ago