[stubs] Refactor StringCompareStub and use it for HStringCompareAndBranch.
[platform/upstream/v8.git] / test /
2015-09-17 gdeepti[simdjs] Update spec version to 0.8.4
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-17 benPretenure builtin typed arrays.
2015-09-17 ishellDisable tests that are known to be non-deterministic...
2015-09-17 jkummerowReland "[test] Fix cctest path separators on Windows"
2015-09-17 jkummerowRevert of [test] Fix cctest path separators on Windows...
2015-09-17 jkummerow[test] Fix cctest path separators on Windows
2015-09-17 machenbachRevert of [runtime] Initial step towards switching...
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-16 adamkDisallow Object.observe calls on access-checked objects
2015-09-16 domenicImplement V8 extras utils object
2015-09-16 aperezES6: Array.prototype.slice and friends should use ToLen...
2015-09-16 fedor[objects] do not visit ArrayBuffer's backing store
2015-09-16 caitpotter88[es6] support `get` and `set` in shorthand properties
2015-09-16 mvstantonRemove --pretenure-call-new
2015-09-16 mstarzinger[turbofan] Make arguments object materialization inlinable.
2015-09-16 jarin[turbofan] Get rid of type lower bounds.
2015-09-16 mvstantonVector ICs: Hook up vectors in platform builtins to...
2015-09-15 paul.lindMIPS64: Fix unittests (to not use invalid load represen...
2015-09-15 binji[Atomics] Remove support for atomic accesses on floatin...
2015-09-15 adamkFix spread operator in ArrayLiterals when nested in...
2015-09-15 jarin[mips] Fix mips unittests (to not use invalid load...
2015-09-15 mlippautzAdd barriers to atomic utils.
2015-09-15 bmeurer[es6] Move builtin constructors for primitives to stric...
2015-09-15 hpayer[heap] Move slots buffer into a separate file.
2015-09-15 mstarzinger[turbofan] Fix JSInliner to handle non-returning bodies.
2015-09-15 mstarzinger[turbofan] Model arguments object materialization in...
2015-09-15 Ilija.PavlovicMIPS: Fix testcases r6_beqzc and mov.
2015-09-15 jarin[turbofan] Limit the load/store machine types to the...
2015-09-14 rmcilroy[Interpreter] Add support for JS calls.
2015-09-14 cbruniFixing Sloppy Symbol.iterator setter
2015-09-11 akos.palfiMIPS: Save and restore callee-saved FP registers in...
2015-09-11 mlippautzMake FlushICache part of Assembler(Base) and take Isola...
2015-09-10 oth[Interpreter] Skeleton bytecode graph builder
2015-09-10 conradwParsing especially large nested functions takes up...
2015-09-10 caitpotter88[es6] fixup for rest parameters perf test
2015-09-10 mythriaContinuing removing deprecated functions from cctests
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-10 fedorTypedArray accessor detection: consider entire prototyp...
2015-09-10 mstarzinger[turbofan] Disable test that started to timeout.
2015-09-10 mstarzinger[turbofan] Remove obsolete --turbo-try-catch flag.
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mtrofin[turbofan] relative_id of splinters and their children.
2015-09-09 rmcilroy[Interpreter] Add support for property store operations.
2015-09-09 mvstantonCrankshaft: consolidated element loads always deopted...
2015-09-09 mstarzinger[turbofan] Make %Arguments composable with inlining.
2015-09-09 mstarzinger[turbofan] Handle stack overflow exceptions in JSInliner.
2015-09-08 caitpotter88[es6] add js-perf-test for rest parameters
2015-09-08 dusan.m.milosavljevicMIPS64: [turbofan] Improve changes from and to Smi.
2015-09-08 ulanUse idle task to perform incremental marking steps.
2015-09-08 rmcilroy[Interpreter] Ensure that implicit return undefined...
2015-09-08 mstarzingerUse baseline code to compute message locations.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-07 jochenStart removing deprecated APIs from cctest
2015-09-07 cbruniAdding ElementsAccessor::Concat
2015-09-05 paul.lindFix a -Wsign-compare error under GCC 4.9.2.
2015-09-04 bradnelsonFollow symlinks in test/mjsunit to allow linked test...
2015-09-04 karlReland: Speedup stringsearch for two byte strings
2015-09-04 mlippautzAdd template parameter and unittests to atomic utils.
2015-09-04 machenbachRevert of Speedup stringsearch for two byte strings...
2015-09-04 karlSpeedup stringsearch for two byte strings
2015-09-04 bmeurer[runtime] Remove useless IN builtin.
2015-09-04 mvstantonReland Vector ICs: platform support for vector-based...
2015-09-04 mtrofin[turbofan] Greedy: split around calls heuristic.
2015-09-03 gdeepti[Tick processor] Add an option to the tick-processor...
2015-09-03 machenbachRevert of Vector ICs: platform support for vector-based...
2015-09-03 mvstantonVector ICs: platform support for vector-based stores.
2015-09-03 ulanReland "Make sure that memory reducer makes progress...
2015-09-03 neisRemove no-zone versions of intersection and union.
2015-09-03 titzer[turbofan] support for Int64 in CheckedLoad/CheckedStor...
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-02 oth[Intepreter] Extend and move Register class.
2015-09-02 cbruniAdding ElementsAccessor::Shift
2015-09-02 rmcilroy[Interpreter] Add support for property load operations.
2015-09-02 conradw[strong] weak classes can't inherit from strong ones
2015-09-02 ishell[arm64] Don't try convert binary operation to shifted...
2015-09-02 pccFix type errors in unit test utilities.
2015-09-01 bradnelsonEliminate use of CompilationInfo in several AstVisitor...
2015-09-01 gdeepti[simd.js] Disable SIMD polyfill.
2015-09-01 littledanStage sloppy let
2015-09-01 mlippautz[heap,cctest] Fix CodeRange tests that use AllocateRawM...
2015-09-01 binjiRemove harmony-atomics flag and collapse it into shared...
2015-09-01 bradnelsonAdd asm.js typer / validator.
2015-09-01 conradw[strong] Class constructor bodies cannot contain "use...
2015-09-01 littledanRevert of Stage sloppy let (patchset #7 id:120001 of...
2015-09-01 littledanStage sloppy let
2015-09-01 machenbach[test] Fix skipping slow tests.
2015-09-01 akos.palfiMIPS: Fix QuietSignalingNaNs on mips32r6.
2015-09-01 machenbach[test] Increase simdjs test timeout on arm.
2015-09-01 mstarzinger[turbofan] Remove obsolete unique.h includes in TurboFan.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-09-01 machenbach[test] Skip slow tests.
2015-08-31 yurysPostpone interrupts while dipatching debugger events...
2015-08-31 littledanMake Date.prototype an ordinary object
2015-08-31 bradnelsonRefactor type collector testing macros.
2015-08-31 bradnelsonDrop region parameter to Unbounded, as it can be done...
2015-08-31 bradnelsonTreat the x*1 generated by parsing a unary + as contain...
2015-08-31 paul.lindMIPS64: Fix alignment issue in test-run-native-calls.
next