v8/src/ia32
sgjesse@chromium.org 07e1bb76c7 Port specialized constructor code for constructing simple objects to x64.
See http://codereview.chromium.org/173470 for description. The x64 implementation follows the ia32 except it uses some additional registers to avoid spilling to the stack. Also tweaked the ia32 version a bit.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2805 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-09-02 06:17:59 +00:00
..
assembler-ia32-inl.h X64 implementation: Change argument to relocator to take a 64-bit delta. Change maximum relocation info encoding length. 2009-06-23 09:50:51 +00:00
assembler-ia32.cc Revert r2486, r2487, and r2488 until I get the chance to fix 2009-07-17 04:57:17 +00:00
assembler-ia32.h X64: Implement debugger hooks. 2009-08-19 10:18:30 +00:00
builtins-ia32.cc Add allocation support to x64 macro assembler. 2009-08-28 06:18:36 +00:00
cfg-ia32.cc Added support for property loads to the CFG builder and fast-mode 2009-08-07 13:32:39 +00:00
codegen-ia32-inl.h Reverting 2768. 2009-08-27 07:41:31 +00:00
codegen-ia32.cc Add allocation support to ia32 macro assembler. 2009-08-27 09:08:16 +00:00
codegen-ia32.h Reverting 2768. 2009-08-27 07:41:31 +00:00
cpu-ia32.cc Land change to notify valgrind when we modify code on x86. This does 2009-08-11 15:23:06 +00:00
debug-ia32.cc X64: Implement debugger hooks. 2009-08-19 10:18:30 +00:00
disasm-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
frames-ia32.cc Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
frames-ia32.h Get rid of the notion of "parameter pointer" that no longer exists in 2009-06-10 15:08:25 +00:00
ic-ia32.cc X64: Fix bug introduced in revision 2779 2009-08-31 15:28:17 +00:00
jump-target-ia32.cc Eliminate most of the jump target jumping, branching, and binding 2009-08-10 11:13:34 +00:00
macro-assembler-ia32.cc Add allocation support to x64 macro assembler. 2009-08-28 06:18:36 +00:00
macro-assembler-ia32.h Add allocation support to ia32 macro assembler. 2009-08-27 09:08:16 +00:00
regexp-macro-assembler-ia32.cc ARM native regexps. 2009-08-31 12:40:37 +00:00
regexp-macro-assembler-ia32.h ARM native regexps. 2009-08-31 12:40:37 +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 Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +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 ARM native regexps. 2009-08-31 12:40:37 +00:00
stub-cache-ia32.cc Port specialized constructor code for constructing simple objects to x64. 2009-09-02 06:17:59 +00:00
virtual-frame-ia32.cc "Port" (count >= 0) assertion in VirtualFrame::Drop to ia32 and x64. 2009-08-10 11:54:25 +00:00
virtual-frame-ia32.h Removed static type inference and add a dynamic test for string addition. 2009-06-24 12:46:00 +00:00