1. 88b5396 More ABI API cleanup. by Daniel Dunbar · 16 years ago
  2. bb36d33 ABI handling API changes. by Daniel Dunbar · 16 years ago
  3. 0bb2036 Refactored code gen for ivar access in preparation for by Fariborz Jahanian · 16 years ago
  4. 275e10d Shuffle some functions around, no functionality change. by Daniel Dunbar · 16 years ago
  5. 9a82b52 Add FIXME. by Daniel Dunbar · 16 years ago
  6. 7f5221b Fix for PR3447: use padded sizes for computations on struct/union constants. by Eli Friedman · 16 years ago
  7. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 16 years ago
  8. 6f6b036 Initialize CGFunctionInfo isVariadic bit correctly. by Daniel Dunbar · 16 years ago
  9. 09796d6 Use target alignment API to set objc2's meta-data alignment. by Fariborz Jahanian · 16 years ago
  10. 21a4f62 Err, unbreak my previous "no functionality change commit", will fix properly later. by Daniel Dunbar · 16 years ago
  11. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  12. dd0db2a class meta-data belong to __objc_data section (in objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  13. cf55516 Recognize class's visibility attribute and set its linkage by Fariborz Jahanian · 16 years ago
  14. c450357 x86_64 ABI: Retool classification to compute lo & hi classifications by Daniel Dunbar · 16 years ago
  15. fdbe11d Missed another mis-alignment of an objc2 meta-data. by Fariborz Jahanian · 16 years ago
  16. 014858b Setting correct alignent for objc2 meta-data. by Fariborz Jahanian · 16 years ago
  17. cdf920e x86_64 ABI: Fix more thinkos, straddling computation for complex was by Daniel Dunbar · 16 years ago
  18. 0f6610e add imag_info section and data (for objc2 nonfragile abi). by Fariborz Jahanian · 16 years ago
  19. 71e62a9 x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE by Daniel Dunbar · 16 years ago
  20. f87a0cc Generate list of implemented classes and categories in their by Fariborz Jahanian · 16 years ago
  21. d4cd1b0 x86_64 ABI: Pass <1 x double> in memory. This is arguably wrong, but by Daniel Dunbar · 16 years ago
  22. 8cfd397 Code gen. for @protocol expression in the new nonfragile abi. by Fariborz Jahanian · 16 years ago
  23. 11a76ed Remove testing -use-x86_64-abi option; current implementation is by Daniel Dunbar · 16 years ago
  24. 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
  25. 6cd586d Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442. by Anders Carlsson · 16 years ago
  26. 8562ae7 x86_64 ABI: Implement classification for arrays. by Daniel Dunbar · 16 years ago
  27. 7d801ea Implement constant generation of ImplicitValueInitExprs. by Anders Carlsson · 16 years ago
  28. e620ecd Use uint64_t not unsigned for type sizes/offsets. by Daniel Dunbar · 16 years ago
  29. 3819a0b Bug fixing involving method-list in protocol meta-data (objc2 nonfragile-abi). by Fariborz Jahanian · 16 years ago
  30. eb73213 Random bug fix related to protocl metadata in categories in non-fragile abi. by Fariborz Jahanian · 16 years ago
  31. 8448c2c Set protocol linkage and visibility correctly and by Fariborz Jahanian · 16 years ago
  32. 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
  33. da32009 Protocol meta-data for objc2's non-fragile abi. Lot more to do in this area. by Fariborz Jahanian · 16 years ago
  34. 3498bdb Introduce a new expression node, ImplicitValueInitExpr, that by Douglas Gregor · 16 years ago
  35. 0bb7689 Clean up designated initialization of unions, so that CodeGen doesn't by Douglas Gregor · 16 years ago
  36. f04d69b x86_64 ABI: Handle fields / complex components which straddle by Daniel Dunbar · 16 years ago
  37. 7f102f8 x86_64 ABI: Tweak merging algorithm so that we always bail early when by Daniel Dunbar · 16 years ago
  38. cc039fe ABI: When emitting calls which return an ignored argument, make sure by Daniel Dunbar · 16 years ago
  39. 99037e5 x86_64 ABI: Implement classification for records. by Daniel Dunbar · 16 years ago
  40. b0e14f2 x86_64: Support cases which map to returning multiple values in LLVM by Daniel Dunbar · 16 years ago
  41. eac48dc x86_64 ABI: Classify _Complex ints as integer. by Daniel Dunbar · 16 years ago
  42. 56f0d16 Fix typo by Daniel Dunbar · 16 years ago
  43. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 16 years ago
  44. 939abce Add setter/getter methods to the list of methods by Fariborz Jahanian · 16 years ago
  45. a5fd07b Implement basic _Complex integer constant folding. by Daniel Dunbar · 16 years ago
  46. 5de14dc property metadata for objc2's nonfragile abi by Fariborz Jahanian · 16 years ago
  47. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  48. 46b86c6 Some refactoring of common code. No change in functionality. by Fariborz Jahanian · 16 years ago
  49. 2fa5a27 Set visibility of ivar offset symbols according to by Fariborz Jahanian · 16 years ago
  50. 1bf0afb Generation of ivar-offset symbols in objc2's non-fragile abi. by Fariborz Jahanian · 16 years ago
  51. 010d514 fix PR3427: fix debuginfo for incomplete array types by Nuno Lopes · 16 years ago
  52. 07236ba After talking to our runtime guru, I added a comment. by Fariborz Jahanian · 16 years ago
  53. 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
  54. 98abf4b ivar meta-data generation for nonfragile-abi. by Fariborz Jahanian · 16 years ago
  55. 12444a2 Support CodeGen for __extension__ operator on aggregates. by Eli Friedman · 16 years ago
  56. e160c9b improvements for GNU objc runtime support, patch by David Chisnall! by Chris Lattner · 16 years ago
  57. 7a6605d x86_64: Classify __m64 and __m128 "correctly". by Daniel Dunbar · 16 years ago
  58. 54d1ccb Implement support for coercion to wider types during ABI handling. by Daniel Dunbar · 16 years ago
  59. 5284733 Added a FIXME. by Fariborz Jahanian · 16 years ago
  60. 1c1d607 Pull EmitReturnBlock out of FinishFunction and catch unified return by Daniel Dunbar · 16 years ago
  61. f6317dd Build method-description-list for category meta-data by Fariborz Jahanian · 16 years ago
  62. 493dab7 Method decription meta-data and its setting in class_ro_t meta-data. by Fariborz Jahanian · 16 years ago
  63. 1143492 Add Ignore ABIArgInfo kind, for handling void & empty structures. by Daniel Dunbar · 16 years ago
  64. d7d6e6a Skip emission of final return block if possible (e.g., functions with by Daniel Dunbar · 16 years ago
  65. eb062d9 Meta-data for nonfragile-abi's categories by Fariborz Jahanian · 16 years ago
  66. e12d8e3 Comment fix. by Daniel Dunbar · 16 years ago
  67. 424c51d Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. by Sebastian Redl · 16 years ago
  68. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 16 years ago
  69. 1ef0965 Get rid of some code that should be unnecessary. by Eli Friedman · 16 years ago
  70. 3941b18 Make the constant folder aware of by Eli Friedman · 16 years ago
  71. f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 16 years ago
  72. f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 16 years ago
  73. 769e411 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 16 years ago
  74. f2da9df Refactor sizeof handling to use constant folding logic for constant by Eli Friedman · 16 years ago
  75. 84394a5 Patch to build class meta-data for each implementation by Fariborz Jahanian · 16 years ago
  76. 91daf4d remove a bunch of alignment handling code out of CGExprScalar, since by Chris Lattner · 16 years ago
  77. 9b6f4de remove dead code. by Chris Lattner · 16 years ago
  78. 058a1b7 This patch builds the meta-class object for each by Fariborz Jahanian · 16 years ago
  79. 6f3e7fa Start filling in x86_64 ABI implementation. by Daniel Dunbar · 16 years ago
  80. aa23b57 Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 16 years ago
  81. b09fae7 Handle pointer arithmetic on function pointers. by Daniel Dunbar · 16 years ago
  82. f31c729 Checked in an oops! by Fariborz Jahanian · 16 years ago
  83. 45c2ba0 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 16 years ago
  84. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  85. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  86. db28686 More refactoring of common API to the common class for by Fariborz Jahanian · 16 years ago
  87. 831570c Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 16 years ago
  88. 56210f7 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 16 years ago
  89. ee0af74 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 16 years ago
  90. 60ae0f1 revert the gnu objc patches, they regress codegen-gnu.m by Chris Lattner · 16 years ago
  91. 3f33e0a switch from getTypeAtIndex to getElementType. It is non-virtual by Chris Lattner · 16 years ago
  92. 2fe9e9a Fix objc type conversion issues with the GNU runtime, patch by David Chisnall by Chris Lattner · 16 years ago
  93. 5363765 silence a couple unused variable 'result' warnings. by Chris Lattner · 16 years ago
  94. 10a4231 Commented objective-c's metadata types. Minor clean up. by Fariborz Jahanian · 16 years ago
  95. 4fd0aa5 Slight cleanup, and fix for va_arg on architectures where va_list is a struct. by Eli Friedman · 16 years ago
  96. c96c051 Do codegen correctly for va_start/end/copy on architectures where by Eli Friedman · 16 years ago
  97. 6597f98 Fix for PR3350: add special-casing for "references" to va_lists in builtins. by Eli Friedman · 16 years ago
  98. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  99. f4f6f21 Update for new SourceLocation API. by Daniel Dunbar · 16 years ago
  100. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago