1. 12 Dec, 2019 1 commit
    • Jérôme Hénin's avatar
      Fix Lepton optimization with -ffast-math · 144fa34a
      Jérôme Hénin authored
      Lepton::ParsedExpression::getConstantValue() used to return NaN to indicate non-constant
      expressions. This can break with -ffast-math optimization where NaN comparisons are
      not defined.
      
      This patch defines bool isConstant() to test whether an expression is constant before
      calling getConstantValue(). getConstantValue() now throws an exception if called on a
      non-constant expression.
      144fa34a
  2. 01 Jun, 2019 1 commit
  3. 21 Mar, 2019 1 commit
  4. 20 Mar, 2019 1 commit
  5. 23 Jul, 2018 1 commit
  6. 03 Jul, 2018 1 commit
  7. 27 Apr, 2018 1 commit
  8. 10 Feb, 2017 1 commit
  9. 07 Sep, 2016 1 commit
  10. 10 Aug, 2016 1 commit
  11. 25 Jul, 2016 1 commit
  12. 03 Jun, 2016 1 commit
  13. 25 Apr, 2016 1 commit
  14. 08 Feb, 2016 1 commit
  15. 19 Nov, 2015 1 commit
  16. 11 Nov, 2015 2 commits
  17. 01 Oct, 2015 2 commits
  18. 23 Sep, 2015 1 commit
  19. 21 Jun, 2015 1 commit
  20. 09 Jun, 2015 1 commit
  21. 15 May, 2015 2 commits
  22. 06 May, 2015 1 commit
  23. 05 May, 2015 1 commit
  24. 23 Feb, 2015 1 commit
  25. 13 Feb, 2015 3 commits
  26. 10 Feb, 2015 1 commit
  27. 06 Feb, 2015 1 commit
  28. 27 Oct, 2014 1 commit
  29. 09 Oct, 2014 1 commit
  30. 18 Sep, 2014 1 commit
  31. 16 Sep, 2014 4 commits
  32. 23 Jul, 2014 1 commit