Skip to content
Snippets Groups Projects
  1. Nov 28, 2015
  2. Nov 23, 2015
  3. Nov 22, 2015
  4. Nov 20, 2015
  5. Nov 16, 2015
  6. Oct 28, 2015
  7. Oct 27, 2015
  8. Oct 26, 2015
  9. Oct 16, 2015
  10. Oct 15, 2015
  11. Oct 14, 2015
  12. Oct 13, 2015
  13. Oct 12, 2015
  14. Oct 11, 2015
  15. Oct 06, 2015
  16. Oct 05, 2015
  17. Oct 02, 2015
  18. Oct 01, 2015
  19. Sep 22, 2015
  20. Sep 21, 2015
  21. Sep 18, 2015
    • Andrew Woloszyn's avatar
      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.
      2d83ab2f
  22. Sep 17, 2015
  23. Sep 16, 2015
Loading