1. 27 Nov, 2013 1 commit
  2. 12 Sep, 2013 1 commit
  3. 10 Jul, 2013 1 commit
  4. 18 Apr, 2013 1 commit
  5. 16 Apr, 2013 2 commits
  6. 15 Apr, 2013 1 commit
  7. 23 Jan, 2013 1 commit
  8. 28 Dec, 2012 1 commit
  9. 22 Oct, 2012 1 commit
  10. 15 Oct, 2012 2 commits
  11. 19 Jul, 2012 1 commit
  12. 16 Jan, 2012 1 commit
  13. 29 Nov, 2011 1 commit
  14. 11 Apr, 2011 1 commit
  15. 06 Apr, 2011 1 commit
  16. 21 Mar, 2011 1 commit
    • karlklose@chromium.org's avatar
      Improve ARM-Simulator. · e8209261
      karlklose@chromium.org authored
      This patch
      - removes the unimplemented code crash when rendering invalid/unknown instructions and prints "unknown" instead.
      - prints the beginning of the constant pool marker.
      - adds "da" as a shortcut for "disasm".
      - print hexadecimal representation of double and single registers. This makes it easier to debug move/conversion code that uses temporary int32 values in floating point registers.
      - annotates the stack with short prints of the values (HeapObjects and smis),
      - makes disasm take an address or a register as second argument without a third argument, which defaults to printing ten instructions.
      
      Review URL: http://codereview.chromium.org/6676042
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7279 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e8209261
  17. 15 Mar, 2011 1 commit
  18. 02 Mar, 2011 1 commit
  19. 09 Feb, 2011 1 commit
    • sgjesse@chromium.org's avatar
      ARM: Add type-feedback recording for compare · dabc5905
      sgjesse@chromium.org authored
      Change the comparison in the full code generator to use CompareIC instead of the CompareStub to record the types. This also implements the patching in the full code generator where the inlined smi code is de-activated by default to call the CompareIC once and then activating the inlined smi code by patching the code.
      
      Fixed the smi comparison in the ICCompareStub.
      
      Fixed ToBooleanStub to ensure that the scratch register used is not the input. Use r9 as default as that will never be input with Crankshaft.
      
      Implemented lithium instruction CmpTAndBranch.
      
      Make sure that the lithium instruction CmpID have operands in registrers as the current optimized code expects that.
      Review URL: http://codereview.chromium.org/6461017
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6704 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dabc5905
  20. 04 Feb, 2011 1 commit
  21. 26 Jan, 2011 1 commit
  22. 19 Jan, 2011 1 commit
  23. 09 Nov, 2010 1 commit
  24. 28 Oct, 2010 1 commit
  25. 26 Aug, 2010 1 commit
  26. 08 Jul, 2010 1 commit
  27. 22 Jun, 2010 1 commit
  28. 27 May, 2010 1 commit
  29. 06 May, 2010 1 commit
  30. 08 Apr, 2010 1 commit
  31. 23 Mar, 2010 1 commit
  32. 19 Mar, 2010 1 commit
  33. 25 Jan, 2010 1 commit
  34. 25 Nov, 2009 2 commits
  35. 12 Nov, 2009 2 commits
  36. 16 Sep, 2009 1 commit