1. 13 Nov, 2014 1 commit
  2. 30 Sep, 2014 1 commit
  3. 08 Aug, 2014 1 commit
  4. 04 Aug, 2014 1 commit
  5. 07 Jul, 2014 1 commit
  6. 30 Jun, 2014 1 commit
  7. 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
  8. 20 Jun, 2014 1 commit
  9. 03 Jun, 2014 1 commit
  10. 27 May, 2014 1 commit
  11. 26 May, 2014 2 commits
  12. 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
  13. 29 Apr, 2014 1 commit
  14. 28 Apr, 2014 1 commit
  15. 17 Apr, 2014 1 commit
  16. 09 Dec, 2013 1 commit
  17. 17 Sep, 2013 1 commit
  18. 16 Sep, 2013 2 commits
  19. 21 Aug, 2013 1 commit
  20. 28 Jun, 2013 1 commit
  21. 16 Apr, 2013 2 commits
  22. 10 Apr, 2013 1 commit
  23. 13 Mar, 2013 1 commit
  24. 19 Jul, 2012 1 commit
  25. 13 Jun, 2012 1 commit
  26. 12 Mar, 2012 1 commit
  27. 15 Dec, 2011 1 commit
  28. 09 Sep, 2011 1 commit
  29. 07 Dec, 2010 3 commits
  30. 05 May, 2010 1 commit
  31. 11 Nov, 2009 1 commit
  32. 25 May, 2009 1 commit
  33. 13 May, 2009 1 commit
  34. 27 Mar, 2009 1 commit
  35. 18 Mar, 2009 1 commit