1. c63a1f2 by Chris Lattner · 16 years ago
  2. bd012ff Rework codegen emission of globals - No (intended) functionality change. by Daniel Dunbar · 16 years ago
  3. d394cc6 Fix a bug in my previous patch, CGF is not valid for constants outside a function by Chris Lattner · 16 years ago
  4. 9619662 remove uses of QualType::getCanonicalType() from codegen for PR2189 by Chris Lattner · 16 years ago
  5. 1f3846e Fix for codegen crash on multibit bool bitfield initialization by Daniel Dunbar · 16 years ago
  6. 13fd7e5 "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." by Chris Lattner · 16 years ago
  7. c53296e Fix crash with conversion to an address-space-qualified pointer. Bug by Eli Friedman · 16 years ago
  8. c55f98d Reorganize this loop a bit so it doesn't crash for empty unions. Fixes PR2419. by Eli Friedman · 16 years ago
  9. 77e1dfc implement constant expr. sub ptr ptr by Nuno Lopes · 16 years ago
  10. 7dfa639 Make sure _Bool globals have the correct type. by Eli Friedman · 16 years ago
  11. a04a153 Fix and enable generating general union initializers. Essentially, what by Eli Friedman · 16 years ago
  12. cfb313b Fix constant vector init for initializer lists with an incomplete list by Eli Friedman · 16 years ago
  13. a823400 Some additions to constant initializer generation code. Adds by Eli Friedman · 16 years ago
  14. b896596 More complete/correct implementation of the comparison operators for by Eli Friedman · 16 years ago
  15. bc5ed6e Add codegen support for a few more kinds of initializer constant expressions. by Eli Friedman · 16 years ago
  16. 017cbdf Restructure constant structure init codegen so that it's possible to by Eli Friedman · 16 years ago
  17. ef648c7 Remove code that shouldn't have any effect anymore. by Eli Friedman · 16 years ago
  18. 59138ba use simplified ConstantFP:get method. by Chris Lattner · 16 years ago
  19. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  20. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  21. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CGExprConstant.cpp]
  22. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  23. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  24. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  25. 3b707e7 Clean up constant implicit cast emission; fixes a few edge cases by Eli Friedman · 16 years ago
  26. 4d1c018 Fix brace-enclosed string initializers for char arrays. From pr2079, by Eli Friedman · 16 years ago
  27. 0d0ba19 strings are arrays too by Chris Lattner · 17 years ago
  28. 546d94c Make unsupported constant exprs fail with a warning instead of crashing by Eli Friedman · 17 years ago
  29. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  30. 87a9875 Add pointer + int (and vice versa) to the constant emitter. by Anders Carlsson · 17 years ago
  31. 7be3d01 Add some binops. by Anders Carlsson · 17 years ago
  32. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 17 years ago
  33. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 17 years ago
  34. 5bfe18c getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 17 years ago
  35. 47fb697 Handle incomplete struct initializer. by Devang Patel · 17 years ago
  36. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  37. ce6237e Handle binary or in constant expressions. by Anders Carlsson · 17 years ago
  38. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  39. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 17 years ago
  40. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 17 years ago
  41. e3d3b7d Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman. by Anders Carlsson · 17 years ago
  42. 3b1d57b Factor out the constant generation into its own file. by Anders Carlsson · 17 years ago