1. 14 Oct, 2015 1 commit
  2. 13 Oct, 2015 5 commits
  3. 12 Oct, 2015 1 commit
  4. 11 Oct, 2015 1 commit
  5. 06 Oct, 2015 1 commit
  6. 05 Oct, 2015 1 commit
  7. 02 Oct, 2015 1 commit
  8. 01 Oct, 2015 2 commits
  9. 22 Sep, 2015 1 commit
  10. 21 Sep, 2015 3 commits
  11. 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.
  12. 17 Sep, 2015 1 commit
  13. 16 Sep, 2015 9 commits
  14. 15 Sep, 2015 3 commits
  15. 14 Sep, 2015 3 commits
  16. 13 Sep, 2015 2 commits
  17. 11 Sep, 2015 2 commits
  18. 10 Sep, 2015 1 commit
  19. 09 Sep, 2015 1 commit