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