1. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  2. eb4b705 Do typechecking and codegen for K&R-style function declarations by Eli Friedman · 16 years ago
  3. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  4. 9562726 Missed a test case writing a .ll file. by Daniel Dunbar · 16 years ago
  5. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  6. 58d5ebb Fix subtle bug introduced in r54852. by Daniel Dunbar · 16 years ago
  7. a9dbb61 Fix test case RUN: line (thanks Argiris) by Daniel Dunbar · 16 years ago
  8. 3998d3f make sure the size of constant arrays is respected by Nuno Lopes · 16 years ago
  9. 6143293 Add GetAddrOfConstantCString method by Daniel Dunbar · 16 years ago
  10. 709c00c Add test case for -fexceptions by Daniel Dunbar · 16 years ago
  11. 9ca8bb0 Fix crash during initialization of a bitfield which followed a zero by Daniel Dunbar · 16 years ago
  12. c4aa96f Replace old bitfield test. by Daniel Dunbar · 16 years ago
  13. 8239713 Fix EmitNullInitializationToLValue for bitfield lvalues. - PR2643 by Daniel Dunbar · 16 years ago
  14. 10e3ded Fix bitfield accesses which straddle the boundary of the underlying type. by Daniel Dunbar · 16 years ago
  15. 8c6f57c Fix CodeGen of pointer arithmetic in compound assignment statements. by Daniel Dunbar · 16 years ago
  16. a735ad8 Implement GNU asm-label extension support in CodeGen. This fixes by Daniel Dunbar · 16 years ago
  17. 3c827a7 Change CodeGen of global decls to key off of the name (instead of by Daniel Dunbar · 16 years ago
  18. 894bbab Add test case for PR2001. by Daniel Dunbar · 16 years ago
  19. da8bf14 Fix const-init test case by Daniel Dunbar · 16 years ago
  20. 820b033 Bug fix, CodeGen of (void*) - (void*) was broken. - <rdar://problem/6122967> by Daniel Dunbar · 16 years ago
  21. 0ffb125 Add CodeGen support for indirect goto. by Daniel Dunbar · 16 years ago
  22. 6bfed7e Support constructor and destructor attributes in CodeGen by Daniel Dunbar · 16 years ago
  23. 05d2fb4 Fix a regression I introduced in r54107: by Chris Lattner · 16 years ago
  24. f9eede1 Fix implicit initialization of structures. by Daniel Dunbar · 16 years ago
  25. 9986eab Change CodeGenModule GlobalDeclMap to directly reference globals by Daniel Dunbar · 16 years ago
  26. 58a7a26 Fix codegen of chained declarations by Daniel Dunbar · 16 years ago
  27. 1e9660e Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks by Chris Lattner · 16 years ago
  28. 0d834b1 Fix long double test case by Daniel Dunbar · 16 years ago
  29. 16f2357 Rework codegen of case ranges by Daniel Dunbar · 16 years ago
  30. f31627f Fix a codegen crash on: by Chris Lattner · 16 years ago
  31. 1caae95 Implement bzero, memset, memmove builtins. by Daniel Dunbar · 16 years ago
  32. a933c3c Add __builtin_powi[fl] support by Daniel Dunbar · 16 years ago
  33. 04b2900 Implement ffs, parity, and popcount builtins. + test case by Daniel Dunbar · 16 years ago
  34. c8aeb65 Prevent clang from emitting output when input has errors by Daniel Dunbar · 16 years ago
  35. 3cc5e5b Fix a bug where we didn't promote 'const float' (or typedefs) to by Chris Lattner · 16 years ago
  36. fca0ddd fix a bug handling type attributes in the declspec. declspec processing by Chris Lattner · 16 years ago
  37. abca361 fix this testcase after Mon Ping's intrinsic rename. by Chris Lattner · 16 years ago
  38. 6ee1f9c "This moves built-in Objective-C types up the scope chains to where they can be replaced by versions included from the runtime library's headers." by Chris Lattner · 16 years ago
  39. 5395ef0 Make this test actually pass, in addition to the previous patch by Eli Friedman · 16 years ago
  40. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago
  41. 874f608 Fix broken test. by Argyrios Kyrtzidis · 16 years ago
  42. c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
  43. 07665da Fix the setup of CodeGen/bitfield.c test. by Argyrios Kyrtzidis · 16 years ago
  44. f93d528 Don't include complex.h or tgmath.h for this test; they aren't needed, by Eli Friedman · 16 years ago
  45. 4caf055 Add code to make test/CodeGen/struct-init.c work correctly without the by Eli Friedman · 16 years ago
  46. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 16 years ago
  47. 2659052 Don't crash emitting an initializer for a static local with union type. by Eli Friedman · 16 years ago
  48. c53296e Fix crash with conversion to an address-space-qualified pointer. Bug by Eli Friedman · 16 years ago
  49. c55f98d Reorganize this loop a bit so it doesn't crash for empty unions. Fixes PR2419. by Eli Friedman · 16 years ago
  50. 77e1dfc implement constant expr. sub ptr ptr by Nuno Lopes · 16 years ago
  51. c134fcb For setting attributes, don't assume there are ParamVarDecls available, by Eli Friedman · 16 years ago
  52. 108f55d fix crash when codegening 'cond ? lhs : call-to-void-func()' by Nuno Lopes · 16 years ago
  53. 50c5c72 Don't assume that the type of a FunctionDecl is a FunctionType; that by Eli Friedman · 16 years ago
  54. 9141bee fix decl attributes cleaning by Nuno Lopes · 16 years ago
  55. 7dfa639 Make sure _Bool globals have the correct type. by Eli Friedman · 16 years ago
  56. 77eedd6 Calculate alignment for local variables. by Eli Friedman · 16 years ago
  57. cd5f4aa PR1893: Fix up the type of tentative definitions of incomplete array by Eli Friedman · 16 years ago
  58. a04a153 Fix and enable generating general union initializers. Essentially, what by Eli Friedman · 16 years ago
  59. cfb313b Fix constant vector init for initializer lists with an incomplete list by Eli Friedman · 16 years ago
  60. 109603d Always check that the definition of a function has the correct type. by Eli Friedman · 16 years ago
  61. b896596 More complete/correct implementation of the comparison operators for by Eli Friedman · 16 years ago
  62. ec2c126 Fix an extremely subtle bug with pointer comparisons: they have to be by Eli Friedman · 16 years ago
  63. 1e86b34 Rearrange EmitLValueForField a bit to work properly for _Bool bitfields by Eli Friedman · 16 years ago
  64. bc5ed6e Add codegen support for a few more kinds of initializer constant expressions. by Eli Friedman · 16 years ago
  65. 08d7802 Add CodeGen support for alignment on globals, both for unusual natural by Eli Friedman · 16 years ago
  66. a07b764 Tentative declarations are supposed to have common linkage, not weak. by Eli Friedman · 16 years ago
  67. 0408f68 Always use packed structs. This isn't really very nice, but there's by Eli Friedman · 16 years ago
  68. 2fb86e6 Check first member alignment and uses packed struct if required. by Devang Patel · 16 years ago
  69. bf20b68 Fix test case by Devang Patel · 16 years ago
  70. b185124 A few more cases for aggregate values. by Eli Friedman · 16 years ago
  71. f4e8533 Implementation of __builtin_ctlz. by Eli Friedman · 16 years ago
  72. 2742496 Don't swap function decls, and add them to the scope as they are by Eli Friedman · 16 years ago
  73. 6f7e2ee Add a more reliable check for whether a static declaration has already by Eli Friedman · 16 years ago
  74. f6a943e Generalize the float type generation code, and specifically fix the by Eli Friedman · 16 years ago
  75. 0ac5957 A small testcase; no patch, since it was a bug in a patch I never committed. by Eli Friedman · 16 years ago
  76. a8ea76a Fix test (it was incorrectly succeeding). by Eli Friedman · 16 years ago
  77. 256f77e Add codegen support for stack address intrinsics. by Eli Friedman · 16 years ago
  78. 07fa52a Implement codegen for comma operator for structs. by Eli Friedman · 16 years ago
  79. d4b32e4 Implement CodeGen for __builtin_memcpy. by Eli Friedman · 16 years ago
  80. 19119a8 Remove illegal test. by Eli Friedman · 16 years ago
  81. 922696f Fix the emission of expressions like char a[10] = "asdf"; previously, by Eli Friedman · 16 years ago
  82. 316bb1b Fix support for _Bool bitfields. The issue is that the bitfield width by Eli Friedman · 16 years ago
  83. 145c083 Patch for PR2334, and a similar ObjC bug. by Eli Friedman · 16 years ago
  84. d38617c Implementation of __builtin_shufflevector, a portable builtin capable of by Eli Friedman · 16 years ago
  85. 06e863f Add codegen support for block-level compound literals. by Eli Friedman · 16 years ago
  86. d28a80d Emit basic block for switch body; fixes PR2307. by Eli Friedman · 16 years ago
  87. c8ba961 Don't try to take the address of a bitfield; fixes PR2310. by Eli Friedman · 16 years ago
  88. 1ffe281 Added support to generate some atomic operators (add, sub, and, or etc..) by Mon P Wang · 16 years ago
  89. 5cada6b Begin handling union bitfields. Note, this is just beginning. by Devang Patel · 16 years ago
  90. d8ecd3c Fix PR2101 - Codegen crash during bitfield initialization. by Devang Patel · 16 years ago
  91. d3c3856 add a testcase by Chris Lattner · 16 years ago
  92. 5827754 remove the 'unused static' diagnostic from codegen. This should be by Chris Lattner · 16 years ago
  93. 1a1d92a Fix PR2236 Add test Implement feedback from Chris re: PR1998 by Nate Begeman · 16 years ago
  94. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  95. 72e1c6c this started failing because a GEP was constant folded, by Chris Lattner · 16 years ago
  96. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  97. f81557c Fix PR2049, updating Eli's patch that fixes to mainline. This produces incorrect by Chris Lattner · 16 years ago
  98. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 16 years ago
  99. fce71b8 Fix PR2081 (problems codegen'ing some recursive structures) patch by Chris Lattner · 16 years ago
  100. e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 16 years ago