v8/src/arm
dslomov@chromium.org 1a67b7f86a External Array renaming and boilerplate scrapping
Replaced symbolic names with correct JS name (byte -> int8, unsigned int -> uint32 etc).
Using macros to scrap the boilerplate
BUG=
R=svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18835 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-01-24 16:01:15 +00:00
..
assembler-arm-inl.h Drop unused Assembler::set_external_target_at() method. 2013-11-25 14:07:05 +00:00
assembler-arm.cc Out-of-line constant pool on Arm: Stage 3 - Set Constant Pool Pointer on Function Entry 2013-12-30 11:23:59 +00:00
assembler-arm.h Out-of-line constant pool on Arm: Stage 3 - Set Constant Pool Pointer on Function Entry 2013-12-30 11:23:59 +00:00
builtins-arm.cc This is a preview of a first step towards unification of the hydrogen 2014-01-15 17:00:35 +00:00
code-stubs-arm.cc Reland ArrayPop / ArrayPush. 2014-01-24 11:47:53 +00:00
code-stubs-arm.h Get rid of the unused native code StringAddStub. 2014-01-22 13:48:05 +00:00
codegen-arm.cc ARM: Reduce the stack requirements of GetNoCodeAgeSequence. 2014-01-24 11:48:09 +00:00
codegen-arm.h Zonify types in compiler frontend 2014-01-21 16:22:52 +00:00
constants-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
constants-arm.h Avoid trying to decode the raw inline constant which is part of the aged code prologue. 2013-11-27 10:07:57 +00:00
cpu-arm.cc Add support for the QNX operating system. 2014-01-02 07:04:05 +00:00
debug-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
deoptimizer-arm.cc Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
disasm-arm.cc Avoid trying to decode the raw inline constant which is part of the aged code prologue. 2013-11-27 10:07:57 +00:00
frames-arm.cc Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
frames-arm.h Fix some out-of-line constant pool garbage collection bugs. 2014-01-07 15:53:54 +00:00
full-codegen-arm.cc Turn FastNewContextStub into a HydrogenCodeStub. 2014-01-23 08:36:22 +00:00
ic-arm.cc Fix logic error in assert in IsUndeclaredGlobal() 2014-01-17 11:08:24 +00:00
lithium-arm.cc External Array renaming and boilerplate scrapping 2014-01-24 16:01:15 +00:00
lithium-arm.h Simplify HUnaryMathOperation::Canonicalize. 2014-01-24 14:05:11 +00:00
lithium-codegen-arm.cc External Array renaming and boilerplate scrapping 2014-01-24 16:01:15 +00:00
lithium-codegen-arm.h Remove CALL_AS_FUNCTION and CALL_AS_METHOD. 2014-01-14 14:36:24 +00:00
lithium-gap-resolver-arm.cc Handle constants in new space on arm by making macro-assembler smarter. 2013-10-24 12:40:34 +00:00
lithium-gap-resolver-arm.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
macro-assembler-arm.cc Remove Heap::MaxRegularSpaceAllocationSize and use Page::MaxRegularHeapObjectSize instead. 2014-01-23 13:02:27 +00:00
macro-assembler-arm.h This is a preview of a first step towards unification of the hydrogen 2014-01-15 17:00:35 +00:00
regexp-macro-assembler-arm.cc ARM: remove the regexp specific literal pool. 2013-09-12 10:37:42 +00:00
regexp-macro-assembler-arm.h Fix ARM build on mac. 2013-10-24 07:03:52 +00:00
simulator-arm.cc Use std:: on symbols declared in C++-style C headers. 2014-01-14 09:57:05 +00:00
simulator-arm.h Make some ARM test cases faster. 2013-11-26 10:43:44 +00:00
stub-cache-arm.cc Reland ArrayPop / ArrayPush. 2014-01-24 11:47:53 +00:00