1. 2929cfa Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
  2. 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
  3. 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
  4. 0502613 minor cleanups by Chris Lattner · 17 years ago
  5. 1feedd8 simplify some code. by Chris Lattner · 17 years ago
  6. 5dc043d Add assert to detect incomplete implementation work. by Devang Patel · 17 years ago
  7. 1426fec builtin id 0 is invalid, don't use a slot for it. by Chris Lattner · 17 years ago
  8. ab6c94c fix off-by-one error. by Chris Lattner · 17 years ago
  9. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  10. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  11. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  12. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  13. 382c643 Refactor bit-field handling code into a separate method. by Devang Patel · 17 years ago
  14. 8e7b692 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago
  15. db83230 Generate more builtins. by Anders Carlsson · 17 years ago
  16. 4e4ee21 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
  17. df5eb71 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
  18. b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
  19. 15dbf79 Beautify comment. by Devang Patel · 17 years ago
  20. 6e8df73 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
  21. 6aad91a Added missing inclusion of stdarg.h. Now CGExprScalar.cpp by Ted Kremenek · 17 years ago
  22. 4fd46bc add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
  23. cc23aca Add EmitShuffleVector helper method. by Anders Carlsson · 17 years ago
  24. 9418d31 Add assert to flag incomplete bit-field support. by Devang Patel · 17 years ago
  25. 0fa6023 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  26. 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  27. f89dfb2 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
  28. 5ccc701 extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
  29. a44cf73 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
  30. 46a26b0 Address Chris's comments. by Anders Carlsson · 17 years ago
  31. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  32. 5adb570 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
  33. ca6fcfa Generate code for target specific intrinsics. by Anders Carlsson · 17 years ago
  34. 2ea81a8 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
  35. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  36. 68e7ff8 fix some bogus code noticed by Kevin Andre by Chris Lattner · 17 years ago
  37. 7019a9e Implement CodeGen for vectors. Don't create unnecessary conversion instructions if the value to be converted is a constant. by Anders Carlsson · 17 years ago
  38. c8ee798 Implement codegen for builtin infinity functions. by Anders Carlsson · 17 years ago
  39. ec86b97 Ignore typedefs in pointer arithmetic codegen. by Seo Sanghyeon · 17 years ago
  40. df4852a Implement __builtin_bswap32 and __builtin_bswap64. by Anders Carlsson · 17 years ago
  41. 12f65f6 fix logic for member expr codegen. by Chris Lattner · 17 years ago
  42. ce39faa Treat discarding array initializer elements as an extwarn (so -pedantic-errors flags it). Allow CodeGen to truncate the initializer if needed. by Christopher Lamb · 17 years ago
  43. 9a64cf7 globals can't be vla's by Chris Lattner · 17 years ago
  44. 9615bf8 add codegen support for global inits that require array decay. by Chris Lattner · 17 years ago
  45. 2c8569d warn about unhandled initializers instead of crashing on them. by Chris Lattner · 17 years ago
  46. 9cd4fe4 Handle global variable definitions which change the type of a definition, such as: by Chris Lattner · 17 years ago
  47. 5a2fa14 remove the alloca insertion point inst, which is an internal helper. by Chris Lattner · 17 years ago
  48. fafad83 merge the llvm global variable when there are multiple C decls. by Chris Lattner · 17 years ago
  49. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago
  50. 028380e merge functions with multiple function decls if they have the same name. by Chris Lattner · 17 years ago
  51. dc4d280 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
  52. dc5e826 move unsupported warning into a centralized place. by Chris Lattner · 17 years ago
  53. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  54. 6f0768b Add support for __builtin_expect which is needed for assert, by Oliver Hunt · 17 years ago
  55. 2824723 Support initalisers for more than just int-typed static variables. by Oliver Hunt · 17 years ago
  56. c4de6a2 Better match llvm-gcc's behavior for CodeGen naming of anonymous structs and unions. by Christopher Lamb · 17 years ago
  57. 0f8db70 When generating the CodeGen type name of a struct, union, enum use the typedef by Christopher Lamb · 17 years ago
  58. 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  59. 3e47be5 fix a bug handling typedefs in member expr codegen. Patch by Seo Sanghyeon by Chris Lattner · 17 years ago
  60. 2202bce Fix a codegen crash on void ?: reported by Oliver by Chris Lattner · 17 years ago
  61. c69a581 Support fully general case expressions, patch by Sanghyeon Seo! by Chris Lattner · 17 years ago
  62. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  63. 4ef9be7 update to match change in mainline llvm. by Chris Lattner · 17 years ago
  64. 5c6a42a take an initial stab at setting function linkage right. Handle by Chris Lattner · 17 years ago
  65. a21ddb3 Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
  66. 75cf288 improve codegen for global variable initializers, implementing by Chris Lattner · 17 years ago
  67. c2251dc Add __builtin_abs by Anders Carlsson · 17 years ago
  68. e7579b5 Implement codegen of CXX Bool by Nate Begeman · 17 years ago
  69. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  70. 9b591f6 Add assert for the case that is not handled. struct { char a; short b:2; }; by Devang Patel · 17 years ago
  71. b93f03a Keep track of beginning offset for the bit field that does not start at byte boundry. by Devang Patel · 17 years ago
  72. b70a88e Stay within 80 columns. by Devang Patel · 17 years ago
  73. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  74. a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
  75. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  76. 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  77. d6a275f Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. by Anders Carlsson · 17 years ago
  78. c2527d1 Remove unnecessary method. by Devang Patel · 17 years ago
  79. f9fef92 start adding pading fields. by Devang Patel · 17 years ago
  80. 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  81. 0bd41f2 Refactor code into a separate method. by Devang Patel · 17 years ago
  82. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  83. 9e124d9 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  84. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  85. 7a4718e Take 2. by Devang Patel · 17 years ago
  86. 61bb9ca Initialize MemCpyFn by Devang Patel · 17 years ago
  87. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  88. 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  89. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  90. 47c87b4 Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
  91. 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  92. 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
  93. e9b8c0a Fix 80 col violations. by Devang Patel · 17 years ago
  94. 0ffe89a Use by Devang Patel · 17 years ago
  95. 03f7c03 Remove commented out line. by Devang Patel · 17 years ago
  96. 86522b9 Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  97. 6cb812e Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
  98. 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
  99. 89799cf Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
  100. abad06c Codegen union member references. by Devang Patel · 17 years ago