1. 03 Sep, 2015 1 commit
  2. 01 Sep, 2015 1 commit
  3. 20 Aug, 2015 1 commit
  4. 01 Jun, 2015 1 commit
  5. 28 Apr, 2015 1 commit
  6. 17 Mar, 2015 1 commit
  7. 19 Feb, 2015 1 commit
  8. 06 Feb, 2015 1 commit
  9. 01 Feb, 2015 1 commit
  10. 31 Jan, 2015 1 commit
  11. 13 Nov, 2014 1 commit
  12. 30 Sep, 2014 1 commit
  13. 08 Aug, 2014 1 commit
  14. 04 Aug, 2014 1 commit
  15. 07 Jul, 2014 1 commit
  16. 30 Jun, 2014 1 commit
  17. 23 Jun, 2014 1 commit
    • rmcilroy@chromium.org's avatar
      [Arm]: Simplify compile-time Arm feature detection. · 7f429e62
      rmcilroy@chromium.org authored
      Simplify the compile time feature detection on Arm:
       - Define CAN_USE_XXX definitions unconditionally for all target/host
         toolchain combinations
       - Rename arm_test / ARM_TEST to arm_test_noprob / ARM_TEST_NO_FEATURE_PROBE
       - Don't set ARM_TEST_NO_FEATURE_PROBE implicitly on the simulator to make
         make simulator / native more consistent
       - Unify CpuFeatures::PrintTarget for simulator and native builds
       - Remove unecessary CAN_USE_VFP_INSTRUCTIONS definition for android (this is
         the default for arm_fpu=default)
       - Add a CpuFeatures::Probe() before calling CpuFeatures::PrintFeatures() in PrintHelp
          to ensure we have probed features before printing them.
      
      BUG=384474
      LOG=N
      R=jkummerow@chromium.org
      
      Review URL: https://codereview.chromium.org/340373002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21935 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      7f429e62
  18. 20 Jun, 2014 1 commit
  19. 03 Jun, 2014 1 commit
  20. 27 May, 2014 1 commit
  21. 26 May, 2014 2 commits
  22. 16 May, 2014 1 commit
    • yangguo@chromium.org's avatar
      Decouple CpuFeatures from serializer state. · fe243379
      yangguo@chromium.org authored
      Traditionally, we cross compile a snapshot iff the serializer is enabled.
      This will change in the future.
      
      Changes:
       - CpuFeatures probing is done once per process, depending on whether we
         cross compile.
       - CpuFeatures are consolidated into the platform-independent assembler.h
         as much as possible.
       - FLAG_enable_<feature> will only be checked at probing time (already the
         case for ARM).
       - The serializer state is cached by the MacroAssembler.
       - PlatformFeatureScope is no longer necessary.
       - CPUFeature enum values no longer map to CPUID bit fields.
      
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/285233010
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21347 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fe243379
  23. 29 Apr, 2014 1 commit
  24. 28 Apr, 2014 1 commit
  25. 17 Apr, 2014 1 commit
  26. 09 Dec, 2013 1 commit
  27. 17 Sep, 2013 1 commit
  28. 16 Sep, 2013 2 commits
  29. 21 Aug, 2013 1 commit
  30. 28 Jun, 2013 1 commit
  31. 16 Apr, 2013 2 commits
  32. 10 Apr, 2013 1 commit
  33. 13 Mar, 2013 1 commit
  34. 19 Jul, 2012 1 commit
  35. 13 Jun, 2012 1 commit
  36. 12 Mar, 2012 1 commit
  37. 15 Dec, 2011 1 commit