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