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