1. 5a13d4d Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. by Eli Friedman · 12 years ago
  2. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  3. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 13 years ago
  4. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  5. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  6. 9046c22 Allow a string literal to initialize a tail array (PR8217), patch by Chris Lattner · 14 years ago
  7. 0f2b692 Don't consider casted non-global pointers to be evaluatable. by John McCall · 14 years ago
  8. a75b71f recommit r101568 to fix PR6766 as a side-effect, remove two FIXMEs now fixed by Nuno Lopes · 14 years ago
  9. 7a22f02 revert r101568, which miscompiles this testcase, distilled from ldecod: by Chris Lattner · 14 years ago
  10. 6784704 fix PR6766: codegen of var initialized with wide char by Nuno Lopes · 14 years ago
  11. b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 14 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. e4c9238 Set constant bit on static block vars as well. Patch by Anders Johnson!q by Daniel Dunbar · 16 years ago
  16. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  17. d3c3856 add a testcase by Chris Lattner · 16 years ago
  18. 145cd89 Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when by Lauro Ramos Venancio · 16 years ago
  19. 305762c Implement multi-dimension array initalizer. Fix McCat/08-main test. by Lauro Ramos Venancio · 17 years ago
  20. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  21. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 17 years ago