v8/src/x64
lrn@chromium.org 53e22e386c Create a new RegExp object for every evaluation of a RegExp literal.
Changes necessary to following ES5 semantics and matching Safari - in ES3
the same RegExp object was generated by each evaluation of the RegExp literal.
Fixes bug 704.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5198 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-08-06 13:04:27 +00:00
..
assembler-x64-inl.h Do not apply JS_RETURN and DEBUG_BREAK_SLOT relocations on x64. 2010-08-05 13:38:27 +00:00
assembler-x64.cc Do not apply JS_RETURN and DEBUG_BREAK_SLOT relocations on x64. 2010-08-05 13:38:27 +00:00
assembler-x64.h Port faster callbacks invocation to x64. 2010-07-28 09:36:53 +00:00
builtins-x64.cc Port inline in-object property stores from ia32 to x64. 2010-07-22 06:31:49 +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 Create a new RegExp object for every evaluation of a RegExp literal. 2010-08-06 13:04:27 +00:00
codegen-x64.h Create a new RegExp object for every evaluation of a RegExp literal. 2010-08-06 13:04:27 +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 Roll over again fixed 3029033 Fix 'step in' after live edit stack manipulation 2010-07-30 11:58:43 +00:00
disasm-x64.cc X64: Fix order of operands on movq(reg, xmm). 2010-07-27 12:02:21 +00:00
fast-codegen-x64.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
frames-x64.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
frames-x64.h X64: Added register holding Smi::FromInt(1). 2010-07-02 14:09:35 +00:00
full-codegen-x64.cc Create a new RegExp object for every evaluation of a RegExp literal. 2010-08-06 13:04:27 +00:00
ic-x64.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-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 Create a new RegExp object for every evaluation of a RegExp literal. 2010-08-06 13:04:27 +00:00
macro-assembler-x64.h Create a new RegExp object for every evaluation of a RegExp literal. 2010-08-06 13:04:27 +00:00
regexp-macro-assembler-x64.cc Move serialized scope info from Code object to SharedFunctionInfo. 2010-07-13 13:06:33 +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 Reapplying r5174 (Avoid GC when compiling CallIC stubs). 2010-08-06 08:49:59 +00:00
virtual-frame-x64.cc 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
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