1. 01 Mar, 2016 2 commits
  2. 29 Feb, 2016 4 commits
  3. 27 Feb, 2016 1 commit
  4. 26 Feb, 2016 3 commits
  5. 25 Feb, 2016 2 commits
  6. 24 Feb, 2016 3 commits
  7. 20 Feb, 2016 1 commit
  8. 18 Feb, 2016 1 commit
  9. 17 Feb, 2016 7 commits
  10. 16 Feb, 2016 2 commits
  11. 11 Feb, 2016 1 commit
  12. 10 Feb, 2016 8 commits
  13. 09 Feb, 2016 3 commits
  14. 08 Feb, 2016 1 commit
  15. 07 Feb, 2016 1 commit
    • Subzero: Clean up some uses of *_cast<>. · 2d6c8267
      Jim Stichnoth authored
      Some casts to size_t for use as array indexes are simply unnecessary.
      
      Some explicit declaration types are changed to "auto" to avoid redundancy with the static_cast type.
      
      A few llvm::dyn_cast<> operations are changed to llvm::cast<>, and vice versa.
      
      A few explicit declaration types are changed to "auto" when used with llvm::cast<> and llvm::dynamic_cast<>.  Some of these were missed during an earlier cleansing because of multi-line issues.
      
      There are still a few opportunities related to Variable register numbers, but they are ignored for now because they are being addressed in another CL.
      
      BUG= none
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1674033002 .