v8/src/arm
sgjesse@chromium.org be5763fc4d Cleanup the way the debugger stores live registers when entering at a break
The live registers are now only stored to the expression stack with the non pointer values being stored as smis (on the 32-bit platforms these values are assumed to be 31-bit max).

This makes the CEntryStub entry/exit code much simpler, and there is no longer any need for a mode (debug or normal) on it.

Fix a missing live register when breaking at ARM keyed load.
Review URL: http://codereview.chromium.org/3141047

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5358 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-08-27 07:08:03 +00:00
..
assembler-arm-inl.h Generalize virtually dispatched scavenger to virtually dispatched specialized visitors. 2010-08-11 14:30:14 +00:00
assembler-arm.cc Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. This is a commit of http://codereview.chromium.org/3107027 for Rodolph Perfetta. 2010-08-26 08:53:00 +00:00
assembler-arm.h Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. This is a commit of http://codereview.chromium.org/3107027 for Rodolph Perfetta. 2010-08-26 08:53:00 +00:00
builtins-arm.cc Fast string construct stub (ia32 only for now). 2010-08-26 13:59:37 +00:00
code-stubs-arm.cc Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
code-stubs-arm.h Move code stub implementations from codegen-[platform].cc files to new code-stub-[platform].cc files, and declarations to new code-stub-[platform].h files. 2010-08-25 09:44:44 +00:00
codegen-arm-inl.h ARM: Remove LoadConditionAndSpill and VisitAndSpill. 2010-05-31 08:52:57 +00:00
codegen-arm.cc Start using the overwrite mode from the full codegens to generate 2010-08-25 11:10:05 +00:00
codegen-arm.h Move code stub implementations from codegen-[platform].cc files to new code-stub-[platform].cc files, and declarations to new code-stub-[platform].h files. 2010-08-25 09:44:44 +00:00
constants-arm.cc ARM: Add support for the VFP mov literal instruction and mov 2010-07-08 12:38:02 +00:00
constants-arm.h Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. This is a commit of http://codereview.chromium.org/3107027 for Rodolph Perfetta. 2010-08-26 08:53:00 +00:00
cpu-arm.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
debug-arm.cc Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
disasm-arm.cc Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. This is a commit of http://codereview.chromium.org/3107027 for Rodolph Perfetta. 2010-08-26 08:53:00 +00:00
frames-arm.cc Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
frames-arm.h Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
full-codegen-arm.cc Add inlining of binary smi operations in the full codegens on IA32 2010-08-26 08:50:38 +00:00
ic-arm.cc Move code stub implementations from codegen-[platform].cc files to new code-stub-[platform].cc files, and declarations to new code-stub-[platform].h files. 2010-08-25 09:44:44 +00:00
jump-target-arm.cc ARM: Remove a bunch of spilled scopes. Still a lot to go. 2010-06-24 07:54:48 +00:00
macro-assembler-arm.cc Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
macro-assembler-arm.h Cleanup the way the debugger stores live registers when entering at a break 2010-08-27 07:08:03 +00:00
regexp-macro-assembler-arm.cc Move serialized scope info from Code object to SharedFunctionInfo. 2010-07-13 13:06:33 +00:00
regexp-macro-assembler-arm.h Make not sucking at regexp the default 2010-04-19 19:30:11 +00:00
register-allocator-arm-inl.h Simple register allocation for ARM. Only top of expression 2010-04-08 22:30:30 +00:00
register-allocator-arm.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-arm.h Simple register allocation for ARM. Only top of expression 2010-04-08 22:30:30 +00:00
simulator-arm.cc Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. This is a commit of http://codereview.chromium.org/3107027 for Rodolph Perfetta. 2010-08-26 08:53:00 +00:00
simulator-arm.h Landing for Rodolph Perfetta. 2010-07-21 07:42:51 +00:00
stub-cache-arm.cc Ported string call IC-s to arm. 2010-08-24 13:45:53 +00:00
virtual-frame-arm-inl.h ARM: Track Smis on top 4 stack positions and Smi loop variables. 2010-06-02 09:37:02 +00:00
virtual-frame-arm.cc Fix XCode build. 2010-07-29 08:31:36 +00:00
virtual-frame-arm.h Fix bug 813, harmless assert triggered by ARM inside o3d. 2010-08-06 09:04:17 +00:00