v8/src/mips
svenpanne@chromium.org 0af76e96ea Simplified LCodeGen::GetNextEmittedBlock and LCodeGen::EmitGoto a bit.
GetNextEmittedBlock is always called with the same argument (an instance
variable), so let's remove it. In EmitGoto, avoid assignment to an argument.

This CL is split off another CL for easier reviewing.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14349 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-04-19 12:02:12 +00:00
..
assembler-mips-inl.h MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
assembler-mips.cc Replace OS::MemCopy with OS::MemMove (just as fast but more flexible). 2013-04-16 12:30:51 +00:00
assembler-mips.h MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
builtins-mips.cc MIPS: Generalizing remaining Allocate functions in the macro assemblers used in pretenuring. 2013-03-25 19:01:36 +00:00
code-stubs-mips.cc MIPS: Add infrastructure to automatucally generate IC miss stubs 2013-04-18 23:48:42 +00:00
code-stubs-mips.h Make it possible to Crankshaft all kinds of stubs. 2013-04-18 09:50:46 +00:00
codegen-mips.cc MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
codegen-mips.h MIPS: Re-land Crankshaft-generated KeyedLoad stubs. 2013-01-07 10:18:25 +00:00
constants-mips.cc MIPS: Emit madd.d for multiply-add on MIPS. 2013-01-09 12:31:34 +00:00
constants-mips.h MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
cpu-mips.cc MIPS: Added Android-specific version of cacheflush call. 2012-01-26 16:54:44 +00:00
debug-mips.cc Fix issue 825 (LiveEdit vs. function with no locals) in core and for ia32. 2012-05-03 17:31:34 +00:00
deoptimizer-mips.cc MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
disasm-mips.cc MIPS: Use PrintF instead of fprintf. 2013-04-11 00:48:18 +00:00
frames-mips.cc MIPS: Unify deoptimizer for stub failure trampoline frames. 2013-03-11 09:58:45 +00:00
frames-mips.h Move StackHandlerConstants to platform-independent frames.h 2013-04-08 11:17:32 +00:00
full-codegen-mips.cc Improve handling of unary plus. 2013-04-17 12:47:15 +00:00
ic-mips.cc MIPS: Make IC patching resilient to flushing of the original target() ic. 2013-03-08 00:52:37 +00:00
lithium-codegen-mips.cc Simplified LCodeGen::GetNextEmittedBlock and LCodeGen::EmitGoto a bit. 2013-04-19 12:02:12 +00:00
lithium-codegen-mips.h Simplified LCodeGen::GetNextEmittedBlock and LCodeGen::EmitGoto a bit. 2013-04-19 12:02:12 +00:00
lithium-gap-resolver-mips.cc MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
lithium-gap-resolver-mips.h Fix presubmit error. 2011-10-28 08:51:08 +00:00
lithium-mips.cc MIPS: HArgument instructions currently require a frame. In Lithium we can ensure a frame is created for these instructions via a compile info flag. 2013-04-18 23:47:40 +00:00
lithium-mips.h Separate Math Lithium operations. 2013-04-11 13:27:06 +00:00
macro-assembler-mips.cc MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00
macro-assembler-mips.h MIPS: Make the mips port build cleanly with clang. 2013-03-30 15:54:12 +00:00
OWNERS Add Paul Lind to the MIPS OWNER file 2013-03-20 19:13:01 +00:00
regexp-macro-assembler-mips.cc MIPS: Critical fix for label binding in RegExp engine when trampoline is emitted. 2013-03-20 17:29:04 +00:00
regexp-macro-assembler-mips.h Fix MIPS build broken by r12735 'Allow unaligned accesses for ARMv7'. 2012-10-16 08:23:15 +00:00
simulator-mips.cc Replace OS::MemCopy with OS::MemMove (just as fast but more flexible). 2013-04-16 12:30:51 +00:00
simulator-mips.h MIPS: Accurate function prototypes for native calls from ARM simulator. 2013-04-12 02:01:52 +00:00
stub-cache-mips.cc MIPS: Remove soft-float support. 2013-04-16 11:33:02 +00:00