v8/src/mips
bmeurer fb59ea3334 [compiler] Drop the CompareNilIC.
Since both null and undefined are also marked as undetectable now, we
can just test that bit instead of having the CompareNilIC try to collect
feedback to speed up the general case (without the undetectable bit
being used).

Drive-by-fix: Update the type system to match the new handling of
undetectable in the runtime.

R=danno@chromium.org

Committed: https://crrev.com/666aec0348c8793e61c8633dee7ad29a514239ba
Cr-Commit-Position: refs/heads/master@{#34237}

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

Cr-Commit-Position: refs/heads/master@{#34344}
2016-02-27 19:13:46 +00:00
..
assembler-mips-inl.h MIPS: Replace JR/JALR with JIC/JIALC for r6 2016-02-24 08:35:55 +00:00
assembler-mips.cc MIPS: Replace JR/JALR with JIC/JIALC for r6 2016-02-24 08:35:55 +00:00
assembler-mips.h MIPS: Replace JR/JALR with JIC/JIALC for r6 2016-02-24 08:35:55 +00:00
builtins-mips.cc Revert of [Interpreter] Implements calls through CallICStub in the interpreter. (patchset #15 id:270001 of https://codereview.chromium.org/1688283003/ ) 2016-02-24 15:16:19 +00:00
code-stubs-mips.cc [turbofan] Don't use the CompareIC in JSGenericLowering. 2016-02-26 18:41:35 +00:00
code-stubs-mips.h Never call CpuFeatures::FlushICache directly 2015-11-25 19:27:34 +00:00
codegen-mips.cc MIPS: Use the Lsa() macro/r6 instruction in existing code. 2016-01-19 16:32:28 +00:00
codegen-mips.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
constants-mips.cc MIPS: Refine 'r6 compact branch optimization.' 2016-01-18 14:28:20 +00:00
constants-mips.h MIPS: Refine 'MIPS: Fix FPU min, max, mina, maxa in simulator.' 2016-02-11 18:23:44 +00:00
cpu-mips.cc Never call CpuFeatures::FlushICache directly 2015-11-25 19:27:34 +00:00
deoptimizer-mips.cc Make the frame inspector use TranslatedState rather than the full deoptimizer. 2016-02-15 07:36:57 +00:00
disasm-mips.cc MIPS: Refine 'r6 compact branch optimization.' 2016-01-18 14:28:20 +00:00
frames-mips.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
frames-mips.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
interface-descriptors-mips.cc [compiler] Drop the CompareNilIC. 2016-02-27 19:13:46 +00:00
macro-assembler-mips.cc MIPS: Replace JR/JALR with JIC/JIALC for r6 2016-02-24 08:35:55 +00:00
macro-assembler-mips.h [fullcodegen] Factor out EmitNamedPropertyLoad. 2016-02-24 18:18:45 +00:00
OWNERS Update MIPS owners. 2015-12-17 09:07:00 +00:00
simulator-mips.cc [wasm] mips: Turn off signalling NaN tests on mips and mips64. 2016-02-25 09:50:38 +00:00
simulator-mips.h MIPS: Refine 'MIPS: Fix FPU min, max, mina, maxa in simulator.' 2016-02-11 18:23:44 +00:00