v8/src/x64
2013-08-05 13:45:16 +00:00
..
assembler-x64-inl.h Add the emitp function for X64 assembler 2013-07-24 13:50:45 +00:00
assembler-x64.cc Add the emitp function for X64 assembler 2013-07-24 13:50:45 +00:00
assembler-x64.h Add the emitp function for X64 assembler 2013-07-24 13:50:45 +00:00
builtins-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00
code-stubs-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00
code-stubs-x64.h Cleanup StringAddFlags. 2013-07-19 11:52:42 +00:00
codegen-x64.cc Extract hardcoded error strings into a single place and replace them with enum. 2013-08-02 09:53:11 +00:00
codegen-x64.h Make (most of) --trace-codegen available in release mode. Better output. 2013-05-24 10:57:59 +00:00
cpu-x64.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
debug-x64.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
deoptimizer-x64.cc Factor out common code from platform-specific deoptimization. Fix Deoptimizer not to need to partition functions, but revoke their code before patching, allowing deoptimizing_code_list to be removed from Code; Add DeoptimizeCodeList API to deoptimizer, which works on a ZoneList<Code*>. 2013-07-24 11:12:17 +00:00
disasm-x64.cc Keep two empty lines between declarations for cpp files 2013-07-05 09:52:11 +00:00
frames-x64.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
frames-x64.h Introduce the SetFp function in StackHandler 2013-07-30 23:59:55 +00:00
full-codegen-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00
ic-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00
lithium-codegen-x64.cc Replace HCheckPrototypeMaps by explicit map checks of constant values. 2013-08-05 13:45:16 +00:00
lithium-codegen-x64.h Extract hardcoded error strings into a single place and replace them with enum. 2013-08-02 09:53:11 +00:00
lithium-gap-resolver-x64.cc Fix LGapResolver::EmitMove for X64 when the dst is a double register and src is a constant 2013-07-12 12:34:11 +00:00
lithium-gap-resolver-x64.h Port new version of ParallelMove's LGapResolver to X64. 2011-01-25 10:10:36 +00:00
lithium-x64.cc Replace HCheckPrototypeMaps by explicit map checks of constant values. 2013-08-05 13:45:16 +00:00
lithium-x64.h Replace HCheckPrototypeMaps by explicit map checks of constant values. 2013-08-05 13:45:16 +00:00
macro-assembler-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00
macro-assembler-x64.h Introduce Push and Pop register macro instructions for all platforms 2013-08-05 12:43:04 +00:00
regexp-macro-assembler-x64.cc Extract hardcoded error strings into a single place and replace them with enum. 2013-08-02 09:53:11 +00:00
regexp-macro-assembler-x64.h RegExp macro assembler clean up. 2013-06-06 10:17:07 +00:00
simulator-x64.cc Added empty files in the x64 directory. 2009-05-04 07:16:10 +00:00
simulator-x64.h Implement loop for global regexps in regexp assembler. 2012-05-22 14:05:44 +00:00
stub-cache-x64.cc Introduce PopReturnAddressTo and PushReturnAddressFrom macro-assembler instructions for X64 2013-08-02 13:42:02 +00:00