Micro benchmark for Try-Catch-Finally
[platform/upstream/v8.git] / test /
2015-06-03 hablichMicro benchmark for Try-Catch-Finally
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
2015-06-03 bmeurer[turbofan] Don't lower to NumberModulus unless the...
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
2015-06-03 bmeurerRevert of Implement %TypedArray%.prototype.{reduce...
2015-06-03 bmeurer[turbofan] Use reference equal to zero instead of a...
2015-06-03 dehrenbergImplement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-02 bbudgeRevert of Add SIMD 128 alignment support to Heap. ...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 dehrenbergImplement %TypedArray%.prototype.{toString,toLocaleStri...
2015-06-02 titzer[test] Refactor call-tester to use c-signature.h.
2015-06-02 conradw[strong] create strong array literals
2015-06-02 ishellMark proxy map as unstable during proxy fixing (freezin...
2015-06-02 verwaestUse LookupIterator for GetElementAttributes and friends
2015-06-02 martyn.capewell[arm64] Use ubfiz in ARM64 instruction selector
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-02 mstarzinger[turbofan] Optimized lowering of DYNAMIC_GLOBAL lookup...
2015-06-02 bmeurer[turbofan] Enable typed lowering of string addition.
2015-06-01 adamkFix Map/Set creation via the API with nosnap build
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 conradw[strong] fix strong object exception messages
2015-06-01 caitpotter88Revert of [es6] implement default parameters via desuga...
2015-06-01 caitpotter88[es6] implement default parameters via desugaring
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 titzer[turbofan] Tester improvements; use CSignature and...
2015-06-01 arv[es6] Super call in arrows and eval
2015-06-01 mstarzingerFix bogus insertion of filler in LO-space by String...
2015-06-01 conradw[strong] Implement per-object restrictions behaviour...
2015-06-01 hablichFor Micro-benchmarks for 'with'
2015-06-01 jochenAlso expose DefineOwnProperty
2015-05-29 titzer[turbofan] Clean up cctest "framework" for dealing...
2015-05-29 bbudgeClean up aligned allocation code in preparation for...
2015-05-29 yangguoDebugger: PreservePositionScope should clear positions...
2015-05-29 ishellReland "Fixed a couple of failing DCHECK(has_pending_ex...
2015-05-29 conradw[strong] Implement per-object restrictions behaviour...
2015-05-29 yangguoDebugger: consider try-finally scopes not catching...
2015-05-28 bbudgeRevert of Clean up aligned allocation code in preparati...
2015-05-28 bbudgeClean up aligned allocation code in preparation for...
2015-05-28 mstarzinger[turbofan] Introduce prediction for exception handlers.
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-05-28 bmeurer[turbofan] Remove the JSGraph dependency from the Contr...
2015-05-28 bmeurer[turbofan] Remove the useless SimplifiedOperatorReducer.
2015-05-28 yangguoThrow illegal exception when formatting with invalid...
2015-05-28 yangguoDo not eagerly convert exception to string when creatin...
2015-05-27 akos.palfiSkip simdjs/shell_test_runner on big-endian platforms.
2015-05-27 conradw[strong] Implement per-object restrictions behaviour...
2015-05-27 jochenIntroduce v8::Object::CreateDataProperty
2015-05-27 conradw[strong] fix strong array, object prototypes
2015-05-27 bmeurer[turbofan] Use Start as sentinel for frame states.
2015-05-27 bmeurer[turbofan] Optimize strict equality of unique values.
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-26 adamkAdd {Map,Set}::FromArray to the API
2015-05-26 mike[es6] Define generator prototype as writable prop
2015-05-26 adamkAdd {Map,Set}::AsArray to the API
2015-05-26 hpayerFix overflow in allocation throughput calculation.
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 ulanFix windows builder after fe9a16b6.
2015-05-26 ulanFix test-heap/OldSpaceAllocationCounter.
2015-05-26 ulanTemporary fix for test-heap/OldSpaceAllocationCounter.
2015-05-26 yangguoCorrectly hook up materialized receiver into the evalua...
2015-05-26 bmeurer[turbofan] Connect loops to end via Terminate during...
2015-05-26 ulanAdd old generation allocation throughput computation.
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-26 bmeurer[turbofan] Properly kill Terminate nodes when removing...
2015-05-26 bmeurer[turbofan] Change End to take a variable number of...
2015-05-26 ishellRevert of Fixed a couple of failing DCHECK(has_pending_...
2015-05-26 ishellFixed a couple of failing DCHECK(has_pending_exception()).
2015-05-26 jarinExclude non-optimizable functions from OptimizeFunction...
2015-05-26 mstarzinger[turbofan] Fix known issue about computed property...
2015-05-26 yangguoDo not leak message object beyond try-catch.
2015-05-26 machenbach[test] Mark slow tests on msan.
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 jochenUpdate UTF-8 decoder to detect more special cases.
2015-05-22 Djordje.PesicMIPS: Add float instructions and test coverage, part two
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 conradwMake delete API consistent for String objects
2015-05-22 jochenRemove v8::Private
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 titzer[turbofan] Rework Node guts to save space.
2015-05-22 svenpanneJavaScript stubs have access to their calling conventio...
2015-05-22 verwaestFix ToNameArray
2015-05-22 rossberg[strong] cache strong object literal maps
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 mstarzingerRemove obsolete JSFunction::IsOptimizable predicate.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Revert of Pass GC flags to incremental marker...
2015-05-21 machenbachRevert of Pass GC flags to incremental marker and start...
2015-05-21 ulanPass GC flags to incremental marker and start increment...
2015-05-21 dslomov[destructuring] Grand for statement parsing unification.
2015-05-21 machenbach[test] Raise timeout for js-perf-tests.
2015-05-21 svenpanneAdd a TurboFan skeleton for StringAddStub.
2015-05-21 mstarzingerRevert of Remove obsolete JSFunction::IsOptimizable...
next