Revert of X87: Reimplement Maps and Sets in JS (patchset #1 id:1 of https://coderevie...
[platform/upstream/v8.git] / test /
2015-04-08 arvES6: Number and Boolean prototype should be ordinary...
2015-04-08 balazs.kilvadyMIPS: [turbofan] Add new Float32Abs and Float64Abs...
2015-04-08 caitpotter88[parser] report better errors for multiple ForBindings...
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-08 mvstantonTests that carefully checks opt/deopt status shouldn...
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 titzerAdd more systematic tests for comparisons.
2015-04-08 titzerFix maybe_string_add for adds that have no type feedbac...
2015-04-08 mstarzinger[turbofan] Add JSStackCheck into loop bodies.
2015-04-08 mstarzinger[ia32] Fix MacroAssembler::Move for int64 to float64...
2015-04-08 Benedikt Meurer[turbofan] Add new Float32Abs and Float64Abs operators.
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 yangguoCreate result array of %DebugGetLoadedScripts outside...
2015-04-08 titzer[turbofan] Match selects in control reducer (configurable).
2015-04-08 yangguoBlacklist failing test on arm64 (issue 4016).
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 mstarzingerDisable failing test after f3338dd3b01c.
2015-04-08 mstarzingerPrevent overzealous bailout due to script context.
2015-04-08 jing.bao[x64] Introduce BMI instructions.
2015-04-08 bmeurer[arm] Use position independent table switches.
2015-04-07 adamkDisable another debug test under turbo always-opt
2015-04-07 caitpotter88[es6] emit error when for-in loop declarations are...
2015-04-07 mstarzingerDisabled failing tests after 2d281e71ac49.
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-04-07 machenbachRevert of CpuProfiler: public API for deopt info in...
2015-04-07 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-07 yangguoDebugger: remove debug command API.
2015-04-07 martyn.capewellARM64: Support sign extend for add and subtract
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-04-07 titzer[turbofan] Rework handling of loop exits in loop peeling.
2015-04-07 bmeurer[ia32] Match -0 - x with sign bit flip.
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-04-07 yangguoAlways update raw pointers when handling interrupts...
2015-04-07 jkummerowJSEntryTrampoline: check for stack space before pushing...
2015-04-07 titzer[turbofan] Introduce BranchMatcher and DiamondMatcher...
2015-04-07 baptiste.afsa[turbofan][arm64] Match add with shifted operand for...
2015-04-07 bmeurer[x64] Match -0 - x with sign bit flip.
2015-04-07 michael_dawsonPPC: exclude test for AIX due to issue 2857
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-06 mikeRe-implement %Generator% intrinsic as an object
2015-04-06 dusan.milosavljevicMIPS: Major fixes and clean-up in asm. for instruction...
2015-04-02 titzer[turbofan] Improve branch folding over phis and ranges.
2015-04-02 phajdan.jrAdd missing license headers for some cctests.
2015-04-02 ishellSupport for typed arrays added to Heap::RightTrimFixedA...
2015-04-02 mvstantonv8:3539 - hold constructor feedback in weak cells
2015-04-02 jochenExpose an API on ArrayBufferView to copy out content...
2015-04-02 svenpanneFixed the range information for string lengths.
2015-04-01 Erik ArvidssonDisable a new failing test262-es6 test
2015-04-01 arvUpdate test262-es6 to 2015-03-31
2015-04-01 arvES6: Error functions should extend Error
2015-04-01 erikcorryReland: Fix JSON parser Handle leak (previous CL 104148...
2015-04-01 arv[es6] Object.getOwnPropertyDescriptor should wrap primi...
2015-04-01 mikeRemove invalid assertion
2015-04-01 mikeRe-write duplicated assertions
2015-04-01 kozyatinskiyRevert of Correctly compute line numbers in functions...
2015-04-01 erikcorryRevert of Fix JSON parser Handle leak (patchset #3...
2015-04-01 arv[es6] Object.getPrototypeOf should work with values
2015-03-31 adamkAdd a UseCounter for Object.observe
2015-03-31 dusan.milosavljevicMIPS: Fix assembler test for selection instructions...
2015-03-31 kozyatinskiy[V8] Don't ignore sourceURL comment in inline scripts...
2015-03-31 balazs.kilvadyFinish 'MIPS: [turbofan] Add backend support for float3...
2015-03-31 arvES6: Unscopable should use ToBoolean
2015-03-31 arvRemove --harmony-numeric-literal flag
2015-03-31 arv[es6] Update test262 tests
2015-03-31 mstarzinger[turbofan] Fix properties of IrOpcode::kThrow operator.
2015-03-31 svenpanneAdded %_Likely/%_Unlikely intrinsics (special cases...
2015-03-31 dcarney[turbofan] smash GapInstruction into Instruction
2015-03-31 mstarzinger[turbofan] Project exception value out of calls.
2015-03-30 dusan.milosavljevicMIPS: Refactor simulator and add selection instructions...
2015-03-30 rmcilroyEnsure that GC idle notifications either make progress...
2015-03-30 ishellLayout descriptor must be trimmed when corresponding...
2015-03-30 dslomovUse counter for legacy const.
2015-03-30 arvRevert of [es6] Update test262 tests (patchset #4 id...
2015-03-30 mstarzinger[turbofan] Fix test of %_MathClz32 intrinsic.
2015-03-30 vogelheimRe-work the 'external snapshot' related build rules.
2015-03-30 arv[es6] Update test262 tests
2015-03-30 verwaestFix speedup of typedarray-length loading in the ICs...
2015-03-30 dcarneyfix special index parsing
2015-03-30 hpayerAllow more scavenges in idle notification by increasing...
2015-03-30 baptiste.afsaReland "Match fneg for -0.0 - x pattern."
2015-03-30 hpayerFinalize sweeping in idle notification when all pages...
2015-03-30 erikcorryFix JSON parser Handle leak
2015-03-30 mvstantonEnsure object literal element boilerplates aren't modified.
2015-03-30 bmeurer[turbofan] Add backend support for float32 operations.
2015-03-30 svenpanneAdded %_NewConsString intrinsic.
2015-03-28 jkummerowReland^2 "Filter invalid slots out from the SlotsBuffer...
2015-03-27 ishellThis fixes missing incremental write barrier issue...
2015-03-27 dslomovMake sure debugger is ready for breakpoins when we...
2015-03-27 yangguoSerializer: move to a subfolder and clean up includes.
2015-03-27 dcarneyfix reconfigure of indexed integer exotic objects
2015-03-27 svenpanneAdd %_IncrementStatsCounter intrinsic.
2015-03-27 yangguoRevert of [turbofan][arm64] Match fneg for -0.0 - x...
2015-03-27 baptiste.afsa[turbofan][arm64] Match fneg for -0.0 - x pattern.
2015-03-27 hpayerSimplified garbage collection idle handler.
2015-03-27 ishellRevert of Reland "Filter invalid slots out from the...
2015-03-26 erikcorryDisable test on deopt fuzzer that uses a little too...
2015-03-26 dcarneyadd access checks to receivers on function callbacks
2015-03-26 mstarzinger[debugger] Make Runtime_DebugEvaluate safe for reentry.
next