v8/src/x64
2010-12-02 11:20:44 +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 Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +00:00
assembler-x64.h Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +00:00
builtins-x64.cc Rename some x64 macros to be more precise about their semantics. 2010-09-30 11:48:03 +00:00
code-stubs-x64.cc Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +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 Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +00:00
codegen-x64.h Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +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 Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +00:00
frames-x64.cc Enhance SafeStackFrameIterator to avoid triggering assertions in debug mode. 2010-09-16 08:23:34 +00:00
frames-x64.h X64: Added register holding Smi::FromInt(1). 2010-07-02 14:09:35 +00:00
full-codegen-x64.cc Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. 2010-12-02 11:20:44 +00:00
ic-x64.cc Split utils.h into utils.h and v8utils.h where the former is independent of V8. 2010-11-05 08:18:53 +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 Fix crashes during GC caused by partially initialized objects. The 2010-11-24 06:26:36 +00:00
macro-assembler-x64.h Fix crashes during GC caused by partially initialized objects. The 2010-11-24 06:26:36 +00:00
regexp-macro-assembler-x64.cc Make Failure inherit from MaybeObject instead of Object. 2010-10-25 15:22:03 +00:00
regexp-macro-assembler-x64.h Limit end-anchored regexps to testing end of string where possible. 2010-10-19 14:00:01 +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 Clean up definitions in simulator. 2010-10-25 16:40:41 +00:00
stub-cache-x64.cc Fix crashes during GC caused by partially initialized objects. The 2010-11-24 06:26:36 +00:00
virtual-frame-x64.cc Move ComputeCallInitialize from the codegen.cc to stub-cache.cc. 2010-11-11 10:33:51 +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