1. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  2. ef52a2f make include guards more unique. by Chris Lattner · 16 years ago
  3. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  4. 7695f70 Fix a bug in ConvertAsmString function. by Lauro Ramos Venancio · 16 years ago
  5. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 16 years ago
  6. 3b707e7 Clean up constant implicit cast emission; fixes a few edge cases by Eli Friedman · 16 years ago
  7. 4d1c018 Fix brace-enclosed string initializers for char arrays. From pr2079, by Eli Friedman · 16 years ago
  8. a269ebf implement codegen support for sizeof(void), fixing PR2080. by Chris Lattner · 16 years ago
  9. 1abc7f6 Tabs are the enemy by Nate Begeman · 16 years ago
  10. f46699c Alternate address spaces work: by Chris Lattner · 16 years ago
  11. 13e22cf Improve non-const initializer implementation. by Lauro Ramos Venancio · 16 years ago
  12. 41ef30e Implement CodeGenModule::getMemSetFn method. by Lauro Ramos Venancio · 16 years ago
  13. 145cd89 Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when by Lauro Ramos Venancio · 16 years ago
  14. 95050fa A global without initializer must be emitted as weak. Fix Olden/bh test. by Lauro Ramos Venancio · 16 years ago
  15. 305762c Implement multi-dimension array initalizer. Fix McCat/08-main test. by Lauro Ramos Venancio · 16 years ago
  16. 19a1d7c implement codegen support for aggregates casted to void. by Chris Lattner · 17 years ago
  17. fea90b8 Implement extern block var. by Lauro Ramos Venancio · 17 years ago
  18. c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
  19. 3c2b317 Remove useless parameter from isConstantSizeType. by Eli Friedman · 17 years ago
  20. d254f00 Adjust for the API change to APInt::getBitsSet. by Dan Gohman · 17 years ago
  21. 0d0ba19 strings are arrays too by Chris Lattner · 17 years ago
  22. ff6e2b7 A couple of minor fixes to aggregate codegen, to stop asserting on some by Eli Friedman · 17 years ago
  23. 546d94c Make unsupported constant exprs fail with a warning instead of crashing by Eli Friedman · 17 years ago
  24. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  25. a28ef8b Implement __builtin_va_copy by Anders Carlsson · 17 years ago
  26. 472778e Expose the logic for field address codegen; it is needed for aggregate by Eli Friedman · 17 years ago
  27. c0959fc Fix a bitfield regression. Reported by Anders Carlsson. by Lauro Ramos Venancio · 17 years ago
  28. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  29. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  30. d957aa0 Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 17 years ago
  31. 8432f4b Fix codegen of struct { char a[3]; unsigned char b:1; }; by Lauro Ramos Venancio · 17 years ago
  32. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  33. 87a9875 Add pointer + int (and vice versa) to the constant emitter. by Anders Carlsson · 17 years ago
  34. 3a31d60 Generate code for the various __builtin_ctz functions. by Anders Carlsson · 17 years ago
  35. 8fb1dd0 now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType. by Chris Lattner · 17 years ago
  36. 5de00fc simplify and speed up type refinement logic. No functionality change. by Chris Lattner · 17 years ago
  37. de0efb3 only convert the type name once, not each type it is refined. by Chris Lattner · 17 years ago
  38. fae6e29 simplify a bunch of code. by Chris Lattner · 17 years ago
  39. 4581fff rename TypeHolderMap to TypeCache, which more aptly describes what it is. by Chris Lattner · 17 years ago
  40. fc3b8e9 split tagged decl layout into its own method. by Chris Lattner · 17 years ago
  41. 6ef58e3 only update the llvm type for a struct when we used the struct by Chris Lattner · 17 years ago
  42. c5b8806 sink more of the type related code into CodeGenTypes. by Chris Lattner · 17 years ago
  43. 352ffde2 codegen static variables in a function into a different namespace from by Chris Lattner · 17 years ago
  44. 9eee0f8 Finish off the refactoring of type handling stuff. Now we recompile every by Chris Lattner · 17 years ago
  45. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  46. ea04175 Even more inline asm codegen fixes. by Anders Carlsson · 17 years ago
  47. 4efe459 simple implementation of __builtin_alloca by Nate Begeman · 17 years ago
  48. 2abd25f Improvements to inline asm code generation. by Anders Carlsson · 17 years ago
  49. 7be3d01 Add some binops. by Anders Carlsson · 17 years ago
  50. f39a421 More improvements to inline asm CG. by Anders Carlsson · 17 years ago
  51. cad3ab6 Append input argument to args vector. by Anders Carlsson · 17 years ago
  52. fb1aeb8 Add code generation for inline asm statements. by Anders Carlsson · 17 years ago
  53. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 17 years ago
  54. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 17 years ago
  55. c4b23a5 Relax an assertion, fixing PR1968 by Chris Lattner · 17 years ago
  56. 4c4635c by Devang Patel · 17 years ago
  57. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 17 years ago
  58. 0ded75b Fix memory corruption from the type map being modified while a reference by Eli Friedman · 17 years ago
  59. 5bfc1a7 Keep track of padding fields. by Devang Patel · 17 years ago
  60. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  61. 3b1ae00 minor tweak to anders patch: (only) ocu vectors support splatting, but by Chris Lattner · 17 years ago
  62. 4957378 fix codegen on static variables which have multiple decl nodes. These by Chris Lattner · 17 years ago
  63. 79b67f3 Only OCU vectors can be splatted. by Anders Carlsson · 17 years ago
  64. 478547c Generate correct code for __builtin_huge_val by Anders Carlsson · 17 years ago
  65. f7682b0 Implement __builtin_huge_val. by Anders Carlsson · 17 years ago
  66. 0e82d72 Implement review feedback. Use getAsPointerType instead of cast<PointerType>. by Lauro Ramos Venancio · 17 years ago
  67. 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  68. 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
  69. 5bfe18c getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 17 years ago
  70. 8df106e A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 17 years ago
  71. 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
  72. 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
  73. db6ed17 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 17 years ago
  74. 5193b8a Make sure to emit all the arguments to a function call. This fixes the by Eli Friedman · 17 years ago
  75. 47fb697 Handle incomplete struct initializer. by Devang Patel · 17 years ago
  76. 356916e Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 17 years ago
  77. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  78. ce6237e Handle binary or in constant expressions. by Anders Carlsson · 17 years ago
  79. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  80. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 17 years ago
  81. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 17 years ago
  82. e3d3b7d Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman. by Anders Carlsson · 17 years ago
  83. 3b1d57b Factor out the constant generation into its own file. by Anders Carlsson · 17 years ago
  84. d6326c6 by Steve Naroff · 17 years ago
  85. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  86. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  87. 6553982 Fix a typo. by Lauro Ramos Venancio · 17 years ago
  88. a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 17 years ago
  89. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
  90. 9e18d3e Fix two bugs in bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  91. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  92. a46b759 Assert that the type of the cast is equal to the _unqualified_ type of the subexpression. Fixes a problem spotted by Nuno Lopes. by Anders Carlsson · 17 years ago
  93. eed5058 Match change in EmitCallExpr by Nate Begeman · 17 years ago
  94. 104a8c0 Fix for EmitCallExpr changed in OverloadExpr patch by Nate Begeman · 17 years ago
  95. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  96. e4707ff Add codegen upport for implicit casts to aggregate exprs. by Anders Carlsson · 17 years ago
  97. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  98. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  99. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  100. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago