v8/src/ia32
mvstanton@chromium.org 1691f43b8b To fully support hydrogen code stubs which accept a variable number of arguments,
the HReturn/LReturn instruction needs to be able to determine argument count
from a stack evaluation rather than as a constant from scope.

R=danno@chromium.org
BUG=

Review URL: https://codereview.chromium.org/12613004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13888 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-03-08 21:07:55 +00:00
..
assembler-ia32-inl.h Use RelocInfo::IsNone in a few more places. 2013-01-07 09:15:25 +00:00
assembler-ia32.cc Cleaned up CpuFeature scope handling. 2013-03-05 10:48:16 +00:00
assembler-ia32.h Make sure that on x86 we don't generate SSE2 code in the snapshot. 2013-03-06 16:15:01 +00:00
builtins-ia32.cc Make sure that on x86 we don't generate SSE2 code in the snapshot. 2013-03-06 16:15:01 +00:00
code-stubs-ia32.cc Make sure that on x86 we don't generate SSE2 code in the snapshot. 2013-03-06 16:15:01 +00:00
code-stubs-ia32.h Make sure that on x86 we don't generate SSE2 code in the snapshot. 2013-03-06 16:15:01 +00:00
codegen-ia32.cc Cleaned up CpuFeature scope handling. 2013-03-05 10:48:16 +00:00
codegen-ia32.h Simplify and fix code aging. 2012-11-29 07:38:00 +00:00
cpu-ia32.cc Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
debug-ia32.cc Fix issue 825 (LiveEdit vs. function with no locals) for x64. 2012-05-16 21:15:24 +00:00
deoptimizer-ia32.cc Unify deoptimizer for stub failure trampoline frames. 2013-03-08 16:18:50 +00:00
disasm-ia32.cc Added (dis-)assembler support for movmskps on ia32 and x64. 2012-12-21 13:47:08 +00:00
frames-ia32.cc Unify deoptimizer for stub failure trampoline frames. 2013-03-08 16:18:50 +00:00
frames-ia32.h Unify deoptimizer for construct stub frames. 2013-03-06 16:12:24 +00:00
full-codegen-ia32.cc Cleaned up CpuFeature scope handling. 2013-03-05 10:48:16 +00:00
ic-ia32.cc Make IC patching resilient to flushing of the original target() ic. 2013-03-05 17:38:35 +00:00
lithium-codegen-ia32.cc To fully support hydrogen code stubs which accept a variable number of arguments, 2013-03-08 21:07:55 +00:00
lithium-codegen-ia32.h To fully support hydrogen code stubs which accept a variable number of arguments, 2013-03-08 21:07:55 +00:00
lithium-gap-resolver-ia32.cc Cleaned up CpuFeature scope handling. 2013-03-05 10:48:16 +00:00
lithium-gap-resolver-ia32.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
lithium-ia32.cc To fully support hydrogen code stubs which accept a variable number of arguments, 2013-03-08 21:07:55 +00:00
lithium-ia32.h To fully support hydrogen code stubs which accept a variable number of arguments, 2013-03-08 21:07:55 +00:00
macro-assembler-ia32.cc Cleaned up CpuFeature scope handling. 2013-03-05 10:48:16 +00:00
macro-assembler-ia32.h ES6 symbols: Allow symbols as property names 2013-03-04 15:00:57 +00:00
regexp-macro-assembler-ia32.cc Continues Latin-1 support. All tests pass with ENABLE_LATIN_1 flag. 2013-01-09 15:47:53 +00:00
regexp-macro-assembler-ia32.h Unbreak interpreted regexp. 2012-06-14 17:06:16 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h Implement loop for global regexps in regexp assembler. 2012-05-22 14:05:44 +00:00
stub-cache-ia32.cc Unify grow mode and stub kind 2013-03-06 21:51:07 +00:00