v8/src/ia32
vegorov@chromium.org 14bf246dfa Add missing branches in code generated for LModI with power-of-2 divisor.
BUG=v8:1476
TEST=test/mjsunit/regress/regress-1476.js

Review URL: http://codereview.chromium.org/7097015

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8301 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-06-15 19:57:39 +00:00
..
assembler-ia32-inl.h Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
assembler-ia32.cc Stop using with explicitly to implement try/catch. 2011-06-08 13:55:33 +00:00
assembler-ia32.h Stop using with explicitly to implement try/catch. 2011-06-08 13:55:33 +00:00
builtins-ia32.cc Implement set trap for proxies, and revamp class hierarchy in preparation: 2011-05-31 16:38:40 +00:00
code-stubs-ia32.cc Merge arguments branch to bleeding merge. 2011-06-15 15:09:28 +00:00
code-stubs-ia32.h Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
codegen-ia32.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
codegen-ia32.h Remove some dead code. 2011-04-07 14:42:37 +00:00
cpu-ia32.cc VM initialization refactoring. 2011-03-31 16:17:37 +00:00
debug-ia32.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
deoptimizer-ia32.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
disasm-ia32.cc Cleanup: use xorps to zero out an xmm register on ia32 too. 2011-05-03 12:00:54 +00:00
frames-ia32.cc Enhance SafeStackFrameIterator to avoid triggering assertions in debug mode. 2010-09-16 08:23:34 +00:00
frames-ia32.h A first skeleton for introducing Harmony proxies. 2011-05-13 10:58:25 +00:00
full-codegen-ia32.cc Merge arguments branch to bleeding merge. 2011-06-15 15:09:28 +00:00
ic-ia32.cc Merge arguments branch to bleeding merge. 2011-06-15 15:09:28 +00:00
lithium-codegen-ia32.cc Add missing branches in code generated for LModI with power-of-2 divisor. 2011-06-15 19:57:39 +00:00
lithium-codegen-ia32.h Dispatch on ElementsKind rather than ExternalArrayType when generating ICs and Crankshaft code for many element operations. This is preparation to be able to share more code in the various element accessor implementations. 2011-06-09 15:19:37 +00:00
lithium-gap-resolver-ia32.cc Use movaps instead of movsd in the gap resolver on ia32 as well. 2011-04-19 09:16:34 +00:00
lithium-gap-resolver-ia32.h Move LOperand class to lithium.h and move implementations out of .h into .cc files. 2011-01-19 13:55:56 +00:00
lithium-ia32.cc Add support for hydrogen control instructions with >2 successor blocks. 2011-06-10 12:09:48 +00:00
lithium-ia32.h Add support for hydrogen control instructions with >2 successor blocks. 2011-06-10 12:09:48 +00:00
macro-assembler-ia32.cc Link function contexts directly to the previous context. 2011-06-09 12:45:26 +00:00
macro-assembler-ia32.h Stop using with explicitly to implement try/catch. 2011-06-08 13:55:33 +00:00
regexp-macro-assembler-ia32.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
regexp-macro-assembler-ia32.h Remove support for branch hints from the IA32 and X64 assembler. 2011-05-11 13:26:07 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-ia32.cc Refactor platform-specific code for determining shared stub for keyed load/stores. 2011-06-10 07:49:49 +00:00