1. 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.
  2. 17 Sep, 2015 1 commit
  3. 16 Sep, 2015 9 commits
  4. 15 Sep, 2015 3 commits
  5. 14 Sep, 2015 3 commits
  6. 13 Sep, 2015 2 commits
  7. 11 Sep, 2015 2 commits
  8. 10 Sep, 2015 1 commit
  9. 09 Sep, 2015 10 commits
  10. 06 Sep, 2015 2 commits
  11. 05 Sep, 2015 2 commits
  12. 31 Aug, 2015 1 commit
    • cmake: Don't override CMAKE_INSTALL_PREFIX · 4cbf748b
      Chad Versace authored
      Stop forcing CMAKE_INSTALL_PREFIX="install". If the user manually set
      CMAKE_INSTALL_PREFIX, then trust that he knows what he's doing.
      
      This patch does NOT change the project's default value ("install") of
      CMAKE_INSTALL_PREFIX.
      
      Change-Id: I81b46dd1986427b498fe6316bed03f01689987d4
  13. 30 Aug, 2015 1 commit
  14. 29 Aug, 2015 1 commit
  15. 22 Aug, 2015 1 commit