1. 22 Oct, 2014 1 commit
  2. 24 Sep, 2014 1 commit
  3. 12 Sep, 2014 1 commit
  4. 11 Sep, 2014 1 commit
  5. 02 Sep, 2014 1 commit
  6. 12 Aug, 2014 1 commit
  7. 07 Aug, 2014 1 commit
  8. 06 Aug, 2014 1 commit
  9. 04 Aug, 2014 1 commit
  10. 03 Jul, 2014 1 commit
  11. 30 Jun, 2014 1 commit
  12. 23 Jun, 2014 2 commits
  13. 20 Jun, 2014 1 commit
  14. 09 Jun, 2014 1 commit
  15. 03 Jun, 2014 1 commit
  16. 27 May, 2014 1 commit
  17. 20 May, 2014 1 commit
  18. 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
  19. 12 May, 2014 1 commit
    • Jacob.Bramley@arm.com's avatar
      ARM64: Fix and improve MacroAssembler::Printf. · e876dab9
      Jacob.Bramley@arm.com authored
        - W-sized values passed to Printf are now handled correctly by the
          simulator. In AAPCS64, int32_t and int64_t are passed in the same
          way, so this didn't affect non-simulator builds.
        - Since Printf now records the type and size of each argument, it is
          possible to mix argument types.
        - It is now possible to print the stack pointer. There is only one
          remaining restriction: The `csp` register cannot be printed unless
          it is the current stack pointer. This is because it is modified by
          BumpSystemStackPointer when the caller-saved registers are
          preserved.
      
      BUG=
      R=rmcilroy@chromium.org
      
      Review URL: https://codereview.chromium.org/268353005
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21272 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e876dab9
  20. 06 May, 2014 2 commits
  21. 30 Apr, 2014 1 commit
  22. 29 Apr, 2014 1 commit
  23. 16 Apr, 2014 1 commit
  24. 14 Apr, 2014 2 commits
  25. 10 Apr, 2014 1 commit
  26. 07 Apr, 2014 1 commit
  27. 03 Apr, 2014 1 commit
  28. 31 Mar, 2014 1 commit
  29. 25 Mar, 2014 1 commit
  30. 24 Mar, 2014 2 commits
  31. 21 Mar, 2014 1 commit
  32. 20 Mar, 2014 1 commit
  33. 19 Mar, 2014 3 commits
  34. 18 Mar, 2014 1 commit