1. 20 Apr, 2015 1 commit
  2. 19 Mar, 2015 1 commit
  3. 20 Feb, 2015 1 commit
  4. 17 Feb, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Optimize certain chains of Branch into a Switch. · acd9c46c
      bmeurer authored
      This adds a new ControlFlowOptimizer that - for now - recognizes chains
      of Branches generated by the SwitchBuilder for a subset of javascript
      switches into Switch nodes. Those Switch nodes are then lowered to
      either table or lookup switches.
      
      Also rename Case to IfValue (and introduce IfDefault) for consistency.
      
      BUG=v8:3872
      LOG=n
      
      Review URL: https://codereview.chromium.org/931623002
      
      Cr-Commit-Position: refs/heads/master@{#26691}
      acd9c46c
  5. 11 Feb, 2015 1 commit
  6. 09 Feb, 2015 1 commit
  7. 13 Jan, 2015 1 commit
  8. 16 Dec, 2014 1 commit
    • svenpanne's avatar
      More -fsanitize=vptr fixes. · cbf3b0bc
      svenpanne authored
      This actually fixes 3 different issues when accessing Operand1:
      
         * Object vs. HeapObject
      
         * Wrong defaults for equals/hash
      
         * silently dropping const
      
      TEST=test/mjsunit/regress/regress-441099.js
      BUG=chromium:441099
      LOG=y
      
      Review URL: https://codereview.chromium.org/812563002
      
      Cr-Commit-Position: refs/heads/master@{#25843}
      cbf3b0bc
  9. 12 Dec, 2014 1 commit
  10. 18 Nov, 2014 1 commit
  11. 29 Oct, 2014 1 commit
  12. 07 Oct, 2014 1 commit
  13. 30 Sep, 2014 1 commit
  14. 12 Sep, 2014 1 commit
  15. 11 Sep, 2014 1 commit
  16. 08 Sep, 2014 2 commits
  17. 04 Sep, 2014 2 commits
  18. 02 Sep, 2014 1 commit
  19. 30 Jul, 2014 2 commits