Skip to content
  1. Dec 19, 2011
  2. Dec 17, 2011
  3. Dec 08, 2011
  4. Dec 06, 2011
    • Richard Smith's avatar
      Move vector bitcast handling in constant expressions from the expression · 161f09ab
      Richard Smith authored
      evaluator into constant initializer handling / IRGen. The practical consequence
      of this is that the bitcast now lives in the constant's definition, rather than
      in its uses.
      
      The code in the constant expression evaluator was producing vectors of the wrong
      type and size (and possibly of the wrong value for a big-endian int-to-vector
      bitcast). We were getting away with this only because we don't yet support
      constant-folding of any expressions which inspect vector values.
      
      llvm-svn: 145981
      161f09ab
  5. Dec 05, 2011
  6. Dec 02, 2011
  7. Dec 01, 2011
  8. Nov 29, 2011
  9. Nov 20, 2011
  10. Nov 18, 2011
  11. Nov 17, 2011
  12. Nov 15, 2011
  13. Nov 14, 2011
  14. Nov 05, 2011
  15. Nov 04, 2011
  16. Nov 03, 2011
  17. Nov 02, 2011
  18. Nov 01, 2011
Loading