1. 7a51313 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from clang/CodeGen/CGExprConstant.cpp]
  2. 37e0587 remove the source location arguments to various target query methods. by Chris Lattner · 18 years ago
  3. a087ff9 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 18 years ago
  4. 01a72ff Implement codegen for the following static var init. by Lauro Ramos Venancio · 18 years ago
  5. a243311 Clean up constant implicit cast emission; fixes a few edge cases by Eli Friedman · 18 years ago
  6. 115e989 Fix brace-enclosed string initializers for char arrays. From pr2079, by Eli Friedman · 18 years ago
  7. c9b96ae strings are arrays too by Chris Lattner · 18 years ago
  8. a5b2023 Make unsupported constant exprs fail with a warning instead of crashing by Eli Friedman · 18 years ago
  9. 36fc879 Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 18 years ago
  10. d3b06cd Add pointer + int (and vice versa) to the constant emitter. by Anders Carlsson · 18 years ago
  11. fcbb11a Add some binops. by Anders Carlsson · 18 years ago
  12. 86964a9 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 18 years ago
  13. a703a67 Cleanup InitListExpr code generation code. by Devang Patel · 18 years ago
  14. 86b99c1 getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 18 years ago
  15. 45a65d2 Handle incomplete struct initializer. by Devang Patel · 18 years ago
  16. a8dc3e6 Implement __builtin_offsetof. by Anders Carlsson · 18 years ago
  17. ce0740e Handle binary or in constant expressions. by Anders Carlsson · 18 years ago
  18. 0674a74 Correctly handle constants that refer to enums. by Anders Carlsson · 18 years ago
  19. 6f2a10e Correctly handle scalars in braces. by Anders Carlsson · 18 years ago
  20. 8a88c38 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 18 years ago
  21. a413911 Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman. by Anders Carlsson · 18 years ago
  22. 610ee71 Factor out the constant generation into its own file. by Anders Carlsson · 18 years ago