1. 05 Oct, 2015 1 commit
    • karl's avatar
      Fix compilation with GCC 5.2 · e28183b5
      karl authored
      Fixes:
      
      ../../test/cctest/compiler/test-js-typed-lowering.cc:224:14:
       error: ‘kJSTypes’ defined but not used [-Werror=unused-variable]
        static Type* kJSTypes[] = {Type::Undefined(), Type::Null(),   Type::Boolean(),
      
      ../../src/bignum.cc: In member function
       ‘void v8::internal::Bignum::AssignDecimalString(Vector<const char>)’:
        ../../src/bignum.cc:80:6: error: assuming signed overflow does not occur when
        assuming that (X + c) < X is always false [-Werror=strict-overflow]
      
      ../../src/compiler/ia32/code-generator-ia32.cc:1366:3:
        required from here ../../src/base/logging.h:123:26:
         error: comparison between signed and unsigned integer expressions
         [-Werror=sign-compare] DEFINE_CHECK_OP_IMPL(EQ, ==)
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1371823002
      
      Cr-Commit-Position: refs/heads/master@{#31095}
      e28183b5
  2. 14 Aug, 2015 1 commit
  3. 01 Jun, 2015 1 commit
  4. 04 Aug, 2014 1 commit
  5. 20 Jun, 2014 1 commit
  6. 03 Jun, 2014 1 commit
  7. 29 Apr, 2014 1 commit
  8. 05 Jul, 2013 1 commit
  9. 08 Apr, 2013 1 commit
  10. 05 Jul, 2011 1 commit
  11. 09 Feb, 2011 1 commit
  12. 08 Nov, 2010 1 commit