v8/src/x64
kmillikin@chromium.org d8acc2dfbe Clean up handling of global cell stores in the optimizing compiler.
Tell the register allocator the value is not overwritten.  Never use
temporary registers on ia32, avoid them on x64 and ARM.  Restore the
original copyright date on assembler.cc.

R=fschneider@chromium.org
BUG=v8:1870
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10280 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-12-20 10:57:12 +00:00
..
assembler-x64-inl.h Refactor embedded pointer visitors for the serializer 2011-11-11 12:28:42 +00:00
assembler-x64.cc Porting Math.pow changes to x64. 2011-12-07 08:34:27 +00:00
assembler-x64.h Porting Math.pow changes to x64. 2011-12-07 08:34:27 +00:00
builtins-x64.cc Support Smi->Double->HeapObject transitions in constructed Arrays. 2011-12-09 08:50:19 +00:00
code-stubs-x64.cc Porting r10252 to x64 (handle external strings in generated code when concatenating short strings). 2011-12-15 10:59:39 +00:00
code-stubs-x64.h Reapply "Add a level of indirection to exception handler addresses." 2011-11-11 13:48:14 +00:00
codegen-x64.cc Porting r10023 and r10054 to arm (pointer cache for external strings). 2011-11-24 11:07:39 +00:00
codegen-x64.h Porting r10023 and r10054 to x64 (pointer cache for external strings). 2011-11-24 10:16:39 +00:00
cpu-x64.cc Update valgrind.h. Codereview http://codereview.chromium.org/7468002 2011-07-22 11:22:29 +00:00
debug-x64.cc Clean up multi byte nop support on x64 to more closely match IA32. 2011-12-05 08:58:01 +00:00
deoptimizer-x64.cc Clean up multi byte nop support on x64 to more closely match IA32. 2011-12-05 08:58:01 +00:00
disasm-x64.cc Porting Math.pow changes to x64. 2011-12-07 08:34:27 +00:00
frames-x64.cc
frames-x64.h Remove the static qualifier from functions in header files. 2011-11-29 10:56:11 +00:00
full-codegen-x64.cc Implement Math.pow using FPU instructions and inline it in crankshaft (ia32). 2011-12-02 08:06:37 +00:00
ic-x64.cc Fix invalid usage of StoreIC_ArrayLength optimization. 2011-12-14 12:46:32 +00:00
lithium-codegen-x64.cc Clean up handling of global cell stores in the optimizing compiler. 2011-12-20 10:57:12 +00:00
lithium-codegen-x64.h Port to x64 and ARM and some refactoring of ia32. 2011-12-06 12:11:08 +00:00
lithium-gap-resolver-x64.cc
lithium-gap-resolver-x64.h
lithium-x64.cc Clean up handling of global cell stores in the optimizing compiler. 2011-12-20 10:57:12 +00:00
lithium-x64.h Clean up handling of global cell stores in the optimizing compiler. 2011-12-20 10:57:12 +00:00
macro-assembler-x64.cc Port to x64 and ARM and some refactoring of ia32. 2011-12-06 12:11:08 +00:00
macro-assembler-x64.h Port to x64 and ARM and some refactoring of ia32. 2011-12-06 12:11:08 +00:00
regexp-macro-assembler-x64.cc RegExpMacroAssembler::CheckStackGuardState should update input string pointer when it is moved or changed by GC. 2011-10-19 11:01:02 +00:00
regexp-macro-assembler-x64.h
simulator-x64.cc
simulator-x64.h
stub-cache-x64.cc Remove write barriers for cells on x64, ARM and MIPS. 2011-12-07 08:49:06 +00:00