Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
  2. Oct 05, 2015
  3. Oct 02, 2015
  4. Oct 01, 2015
  5. Sep 22, 2015
  6. Sep 21, 2015
  7. 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
  8. Sep 17, 2015
  9. Sep 16, 2015
  10. Sep 15, 2015
  11. Sep 14, 2015
  12. Sep 13, 2015
  13. Sep 11, 2015
  14. Sep 10, 2015
  15. Sep 09, 2015
Loading