1. 27 Jan, 2016 6 commits
  2. 26 Jan, 2016 5 commits
  3. 25 Jan, 2016 3 commits
  4. 22 Jan, 2016 13 commits
  5. 21 Jan, 2016 4 commits
  6. 20 Jan, 2016 5 commits
  7. 19 Jan, 2016 3 commits
  8. 15 Jan, 2016 1 commit
    • Subzero. RAII NaCl Bundling. · 3bf335f6
      John Porto authored
      This CL introduces the TargetLowering::AutoBundle type, which allows
      RAII-style bundle emission. As part of the CL, all of the uses of
      TargetLowering::_bundle_lock(), and TargetLowering::_bundle_unlock(),
      were replaced with uses of the newly introduced type.
      
      BUG=
      R=sehr@chromium.org, stichnot@chromium.org
      
      Review URL: https://codereview.chromium.org/1585843007 .