v8/src/arm
erik.corry@gmail.com 6a03e12123 Allow unaligned memory accesses on ARM targets that support it.
The build process must add -DCAN_USE_UNALIGNED_ACCESSES=1 to the
C++ flags to activate the support.  This is a commit for
Subrato of CodeAurora.  See http://codereview.chromium.org/1731013
Small edits by Erik Corry to activate unaligned accesses by
default on the simulator and testing Android builds.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4604 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-05-06 12:49:12 +00:00
..
assembler-arm-inl.h Implement function calls on ARM using the blx instruction when 2010-03-19 14:05:11 +00:00
assembler-arm.cc Inline keyed load on ARM 2010-04-27 11:16:05 +00:00
assembler-arm.h Avoid constant pool blocking for too long 2010-04-27 09:09:51 +00:00
assembler-thumb2-inl.h Land thumb2 assembler update. 2010-02-16 11:40:56 +00:00
assembler-thumb2.cc Land thumb2 assembler update. 2010-02-16 11:40:56 +00:00
assembler-thumb2.h Return the correct statement position. 2010-04-21 07:32:04 +00:00
builtins-arm.cc Cosmetic changes to the ARM port. 2010-04-26 11:41:39 +00:00
codegen-arm-inl.h Simple register allocation for ARM. Only top of expression 2010-04-08 22:30:30 +00:00
codegen-arm.cc Allocate the right number of fast context slots on X64 and ARM. Port from ia32. 2010-05-06 11:59:10 +00:00
codegen-arm.h Port inline swapping of elements for the sort function in array.js 2010-05-04 11:06:59 +00:00
constants-arm.cc Port of optimized ICs for external and pixel arrays from ia32 to ARM. 2010-03-23 13:38:04 +00:00
constants-arm.h Allow unaligned memory accesses on ARM targets that support it. 2010-05-06 12:49:12 +00:00
cpu-arm.cc Add checks to the ARM simulator to ensure that we flush the icache all 2010-04-22 12:41:10 +00:00
debug-arm.cc Pass key in register for keyed load IC 2010-05-05 06:40:14 +00:00
disasm-arm.cc Update comment to provide the correct usage of the Disassembler class. 2010-04-21 09:45:06 +00:00
fast-codegen-arm.cc Allow snapshots built without -DANDROID to work on Android. 2010-03-02 11:54:11 +00:00
frames-arm.cc Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +00:00
frames-arm.h Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor 2009-11-04 08:51:48 +00:00
full-codegen-arm.cc Pass key in register for keyed load IC 2010-05-05 06:40:14 +00:00
ic-arm.cc Pass key in register for keyed load IC 2010-05-05 06:40:14 +00:00
jump-target-arm.cc Split the virtual frame into heavy and light versions. 2010-03-25 13:18:00 +00:00
macro-assembler-arm.cc Add a single-element global positive and negative cache to 2010-05-06 09:35:18 +00:00
macro-assembler-arm.h Add a single-element global positive and negative cache to 2010-05-06 09:35:18 +00:00
regexp-macro-assembler-arm.cc Allow unaligned memory accesses on ARM targets that support it. 2010-05-06 12:49:12 +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 Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +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 Allow unaligned memory accesses on ARM targets that support it. 2010-05-06 12:49:12 +00:00
simulator-arm.h Add checks to the ARM simulator to ensure that we flush the icache all 2010-04-22 12:41:10 +00:00
stub-cache-arm.cc Pass key in register for keyed load IC 2010-05-05 06:40:14 +00:00
virtual-frame-arm.cc Prefer r0 as TOS when performing virtual frame dup on ARM 2010-05-05 09:11:21 +00:00
virtual-frame-arm.h Handle loading the property name for load IC in the virtual frame 2010-05-05 06:50:15 +00:00