v8/src/ia32
ager@chromium.org 9677b96b7b Fix bug in binary operations code. When loading a 32-bit integer as a
64-bit integer to the stack, the high and low parts of the 64-bit
value were pushed in the wrong order.

TBR=erik.corry@gmail.com
Review URL: http://codereview.chromium.org/3010060

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5216 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-08-09 14:54:23 +00:00
..
assembler-ia32-inl.h Do not apply JS_RETURN and DEBUG_BREAK_SLOT relocations on x64. 2010-08-05 13:38:27 +00:00
assembler-ia32.cc IA32: Avoid going into stubs or runtime code for bitops even if the 2010-08-09 13:12:02 +00:00
assembler-ia32.h IA32: Avoid going into stubs or runtime code for bitops even if the 2010-08-09 13:12:02 +00:00
builtins-ia32.cc Add test_b(Operand, immediate) to ia32 assembler, and use it where possible. Improve comparison to a constant one-character string. Use CmpInstanceType in more places on ia32. Add IsObjectJSObjectType and IsInstanceJSObjectType to ia32 macro assembler, using a single branch for a range test. 2010-06-04 10:46:04 +00:00
codegen-ia32-inl.h Remove complicated Math.sin and Math.cos optimizations that do not buy 2009-12-21 13:30:10 +00:00
codegen-ia32.cc Fix bug in binary operations code. When loading a 32-bit integer as a 2010-08-09 14:54:23 +00:00
codegen-ia32.h IA32: Avoid going into stubs or runtime code for bitops even if the 2010-08-09 13:12:02 +00:00
cpu-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
debug-ia32.cc Roll over again fixed 3029033 Fix 'step in' after live edit stack manipulation 2010-07-30 11:58:43 +00:00
disasm-ia32.cc Add test_b(Operand, imm8) to ia32 disassembler. 2010-06-08 12:44:24 +00:00
fast-codegen-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
fast-codegen-ia32.h Begin using a list of bailouts instead of a singleton in the fast code generator. 2010-02-19 14:52:39 +00:00
frames-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
frames-ia32.h Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor 2009-11-04 08:51:48 +00:00
full-codegen-ia32.cc Fix cast that fails to build on Windows. 2010-08-09 12:44:48 +00:00
ic-ia32.cc Modify polymorphic keyed load IC stub to load cached properties from the property array of a fast-case JSObject. 2010-08-05 10:45:07 +00:00
jump-target-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
macro-assembler-ia32.cc IA32: Avoid going into stubs or runtime code for bitops even if the 2010-08-09 13:12:02 +00:00
macro-assembler-ia32.h IA32: Avoid going into stubs or runtime code for bitops even if the 2010-08-09 13:12:02 +00:00
regexp-macro-assembler-ia32.cc Move serialized scope info from Code object to SharedFunctionInfo. 2010-07-13 13:06:33 +00:00
regexp-macro-assembler-ia32.h RegExp: Remove use of 16-bit immediates on ia32/x64. 2010-05-11 07:29:10 +00:00
register-allocator-ia32-inl.h Avoid more static variables in inline functions. 2009-07-17 08:22:07 +00:00
register-allocator-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
register-allocator-ia32.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h Don't pass the "at start" parameter to native RegExp 2010-01-26 11:08:42 +00:00
stub-cache-ia32.cc Reapplying r5174 (Avoid GC when compiling CallIC stubs). 2010-08-06 08:49:59 +00:00
virtual-frame-ia32.cc Inline in-object property stores on ia32 when in loop and not in top-level code. 2010-07-21 06:59:34 +00:00
virtual-frame-ia32.h Extend CallIC to support non-constant names. 2010-06-07 08:27:32 +00:00