1. 06 Oct, 2015 1 commit
  2. 05 Oct, 2015 1 commit
  3. 02 Oct, 2015 1 commit
  4. 01 Oct, 2015 2 commits
  5. 22 Sep, 2015 1 commit
  6. 21 Sep, 2015 3 commits
  7. 18 Sep, 2015 1 commit
    • Fixed subtle issue that causes tests to fail in VS2013 in some configs. · 2d83ab2f
      Andrew Woloszyn authored
      Depending on specific optimization settings VS2013 will sometimes
      execute the operands to
      
      new Instruction(builder.getUniqueId(), builder.makeBoolType(), OpPhi)
      
      left-to-right, and sometimes right-to-left. Since makeBoolType can
      also call getUniqueId(), the IDs to the OpPhi can sometimes be swapped.
      
      This guarantees an explicit ordering of the Ids so that tests work
      reliably.
  8. 17 Sep, 2015 1 commit
  9. 16 Sep, 2015 9 commits
  10. 15 Sep, 2015 3 commits
  11. 14 Sep, 2015 3 commits
  12. 13 Sep, 2015 2 commits
  13. 11 Sep, 2015 2 commits
  14. 10 Sep, 2015 1 commit
  15. 09 Sep, 2015 9 commits