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