1. 11 May, 2016 2 commits
    • Kevin Modzelewski's avatar
      Merge pull request #1171 from kmod/undef_assert · a16e602b
      Kevin Modzelewski authored
      Fix usage of undef variables
      a16e602b
    • Kevin Modzelewski's avatar
      Fix usage of undef variables · 5aafab07
      Kevin Modzelewski authored
      I think I had gotten confused and mixed up "undefined variables" (Python
      variables which hadn't gotten set) and "undefined values" (results of
      expressions that the JIT knows will throw, or otherwise can't evaluate).
      
      For undefined *variables*, we represent them using None, since they can
      still have refcount operations done on them.
      
      For undefined *values* (or results), we can use llvm's undefValues, since
      they should never be touched.
      5aafab07
  2. 10 May, 2016 1 commit
  3. 09 May, 2016 17 commits
  4. 08 May, 2016 7 commits
  5. 07 May, 2016 4 commits
  6. 06 May, 2016 9 commits