v8/src/x64
bmeurer@chromium.org 3ba2f104c9 Turn RegExpConstructResultStub into a HydrogenCodeStub.
This has the additional benefit that it is now possible to
inline the RegExpResult construction code into Hydrogen
builtins.

R=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/141703018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18902 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-01-29 13:10:35 +00:00
..
assembler-x64-inl.h Make snapshots reproducible. 2013-11-05 10:14:48 +00:00
assembler-x64.cc Introduce Assembler::RelocInfoNone function for X64 2014-01-24 01:45:53 +00:00
assembler-x64.h Introduce Assembler::RelocInfoNone function for X64 2014-01-24 01:45:53 +00:00
builtins-x64.cc Replace movq with movp for X64 when the operand size is kPointerSize 2014-01-20 04:59:40 +00:00
code-stubs-x64.cc Turn RegExpConstructResultStub into a HydrogenCodeStub. 2014-01-29 13:10:35 +00:00
code-stubs-x64.h Get rid of the unused native code StringAddStub. 2014-01-22 13:48:05 +00:00
codegen-x64.cc Revert some movq->movp changes under the _WIN64 macro for X64 2014-01-24 01:59:00 +00:00
codegen-x64.h Zonify types in compiler frontend 2014-01-21 16:22:52 +00:00
cpu-x64.cc Get rid of duplicated CPU::DebugBreak() method. 2013-08-23 11:43:30 +00:00
debug-x64.cc Replace movq with movp for X64 when the operand size is kPointerSize 2014-01-20 04:59:40 +00:00
deoptimizer-x64.cc Revert some movq->movp changes under the _WIN64 macro for X64 2014-01-24 01:59:00 +00:00
disasm-x64.cc Introduce addps/subps/mulps/divps for IA32/X64 2013-11-18 15:24:41 +00:00
frames-x64.cc Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
frames-x64.h Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
full-codegen-x64.cc Turn RegExpConstructResultStub into a HydrogenCodeStub. 2014-01-29 13:10:35 +00:00
ic-x64.cc Replace movq with movp for X64 when the operand size is kPointerSize 2014-01-20 04:59:40 +00:00
lithium-codegen-x64.cc Turn RegExpConstructResultStub into a HydrogenCodeStub. 2014-01-29 13:10:35 +00:00
lithium-codegen-x64.h Remove CALL_AS_FUNCTION and CALL_AS_METHOD. 2014-01-14 14:36:24 +00:00
lithium-gap-resolver-x64.cc Replace movq with movp for X64 when the operand size is kPointerSize 2014-01-20 04:59:40 +00:00
lithium-gap-resolver-x64.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
lithium-x64.cc Don't create dummy uses for control dependencies. 2014-01-29 12:48:32 +00:00
lithium-x64.h Kill obsolete HLoadExternalArrayPointer instruction. 2014-01-29 07:27:35 +00:00
macro-assembler-x64.cc We shouldn't throw under FLAG_debug_code, rather abort. 2014-01-28 11:53:11 +00:00
macro-assembler-x64.h stub fast api calls 2014-01-27 09:57:54 +00:00
regexp-macro-assembler-x64.cc Replace movq with movp for X64 when the operand size is kPointerSize 2014-01-20 04:59:40 +00:00
regexp-macro-assembler-x64.h RegExp macro assembler clean up. 2013-06-06 10:17:07 +00:00
simulator-x64.cc Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 fix windows after r18847 2014-01-27 11:13:50 +00:00