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