v8/src/x64
ager@chromium.org e5b63e7213 Handle global variables potentially shadowed by eval-introduced
variables in full-codegen.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5430 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-09-09 10:44:24 +00:00
..
assembler-x64-inl.h Generalize virtually dispatched scavenger to virtually dispatched specialized visitors. 2010-08-11 14:30:14 +00:00
assembler-x64.cc Allow compiling with strict aliasing enabled on GCC 4.4. 2010-08-11 10:52:34 +00:00
assembler-x64.h Port faster callbacks invocation to x64. 2010-07-28 09:36:53 +00:00
builtins-x64.cc Fast string construct stub (ia32 only for now). 2010-08-26 13:59:37 +00:00
code-stubs-x64.cc Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler. 2010-08-30 11:48:07 +00:00
code-stubs-x64.h Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler. 2010-08-30 11:48:07 +00:00
codegen-x64-inl.h Remove complicated Math.sin and Math.cos optimizations that do not buy 2009-12-21 13:30:10 +00:00
codegen-x64.cc Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler. 2010-08-30 11:48:07 +00:00
codegen-x64.h Remove CodeGenerator::PatchInlineRuntimeEntry and replace its single use in test-log-stack-tracer.cc with an alternative implementation. 2010-09-01 13:13:31 +00:00
cpu-x64.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
debug-x64.cc Fix presumbit errors in previous commit 2010-08-27 07:41:46 +00:00
disasm-x64.cc X64: Fix order of operands on movq(reg, xmm). 2010-07-27 12:02:21 +00:00
frames-x64.cc Add functionality for finding code objects from a pc that points into 2010-08-30 08:54:43 +00:00
frames-x64.h X64: Added register holding Smi::FromInt(1). 2010-07-02 14:09:35 +00:00
full-codegen-x64.cc Handle global variables potentially shadowed by eval-introduced 2010-09-09 10:44:24 +00:00
ic-x64.cc Using array index hash code for string-to-number conversion. 2010-08-27 11:47:12 +00:00
jump-target-x64.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-x64.cc Using array index hash code for string-to-number conversion. 2010-08-27 11:47:12 +00:00
macro-assembler-x64.h Using array index hash code for string-to-number conversion. 2010-08-27 11:47:12 +00:00
regexp-macro-assembler-x64.cc Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler. 2010-08-30 11:48:07 +00:00
regexp-macro-assembler-x64.h RegExp: Remove use of 16-bit immediates on ia32/x64. 2010-05-11 07:29:10 +00:00
register-allocator-x64-inl.h X64: Added register holding Smi::FromInt(1). 2010-07-02 14:09:35 +00:00
register-allocator-x64.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-x64.h X64: Added register holding Smi::FromInt(1). 2010-07-02 14:09:35 +00:00
simulator-x64.cc Added empty files in the x64 directory. 2009-05-04 07:16:10 +00:00
simulator-x64.h Don't pass the "at start" parameter to native RegExp 2010-01-26 11:08:42 +00:00
stub-cache-x64.cc Remove dependence of code-stubs on codegen, the virtual frame code generator. Move some functions used by code-stubs and full-codegen from codegen to macro-assembler. 2010-08-30 11:48:07 +00:00
virtual-frame-x64.cc Simplify the way constructors are called and avoid pushing 2010-08-25 07:18:32 +00:00
virtual-frame-x64.h Remove VirtualFrame::CallStoreIC(void) and CallCommonStoreIC from virtual-frame-x64.cc. Make implementations of CallStoreIC(key, is_contextual) and CallKeyedStoreIC() the same on x64 and ia32. Make ia32 and x64 implementations more alike by moving some functions and changing comments. 2010-07-21 15:16:01 +00:00