v8/src/ia32
mstarzinger@chromium.org 89474cdede Fix bugs in DeoptimizeIf when lazy deopt is requested.
This also implements --trap-on-deopt on x64 and simplifies the
implementation of this flag on all architectures.

R=danno@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13633 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-02-08 17:32:47 +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 ARM: Make use of d16-d31 when available. 2013-01-23 16:29:48 +00:00
assembler-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
builtins-ia32.cc Generalize calling to C++ on stub deopt 2013-01-07 10:06:11 +00:00
code-stubs-ia32.cc Add missing type feedback collection to ia32 BinaryOpStubs for bitwise operations 2013-02-07 15:51:05 +00:00
code-stubs-ia32.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
codegen-ia32.cc Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +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 Add separate flag for --trace-stub-failures 2013-02-05 16:28:36 +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 Enhance SafeStackFrameIterator to avoid triggering assertions in debug mode. 2010-09-16 08:23:34 +00:00
frames-ia32.h Support pass-through of stub caller arguments 2013-02-05 08:09:32 +00:00
full-codegen-ia32.cc Additional work to get array literal allocation tracking working, even with --always-opt 2013-01-17 08:41:27 +00:00
ic-ia32.cc Replace store array length builtin with codestub. 2013-01-25 11:55:29 +00:00
lithium-codegen-ia32.cc Fix bugs in DeoptimizeIf when lazy deopt is requested. 2013-02-08 17:32:47 +00:00
lithium-codegen-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
lithium-gap-resolver-ia32.cc Fix SSE2 debug asserts in LayoutTests 2012-12-27 15:40:34 +00:00
lithium-gap-resolver-ia32.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
lithium-ia32.cc Support pass-through of stub caller arguments 2013-02-05 08:09:32 +00:00
lithium-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
macro-assembler-ia32.cc Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
macro-assembler-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +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 Split CompileCallConstant into logical parts for Frontend and Backend. 2013-02-06 11:48:29 +00:00