[es5] Class of object is "Function" if object has [[Call]].
[platform/upstream/v8.git] / src /
2015-09-03 bmeurer[es5] Class of object is "Function" if object has ...
2015-09-03 jarin[turbofan] Do not force stack slot for eager deopt...
2015-09-03 mtrofin[turbofan] Include individual deferred block ranges...
2015-09-03 mlippautz[heap] Make AlwaysAlloceScope thread-safe.
2015-09-03 othRemove GC metadata of code object before serializing.
2015-09-03 mtrofin[turbofan] Small fix in live range printer.
2015-09-03 mlippautzAdds atomic utilities (based on raw atomic operations...
2015-09-03 neisRemove no-zone versions of intersection and union.
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 titzer[turbofan] support for Int64 in CheckedLoad/CheckedStor...
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-03 mstarzinger[presubmit] Fix whitespace/empty_loop_body linter viola...
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 mstarzinger[heap] Move ObjectStatsVisitor into the proper component.
2015-09-02 mstarzinger[heap] Separate ObjectStats out into its own class.
2015-09-02 cbruniAdding ElementsAccessor::Shift
2015-09-02 mbrandyPPC: VectorICs: Cleanup, remove unnecessary arguments...
2015-09-02 othRemove code link from serialization state.
2015-09-02 rmcilroy[Interpreter] Add support for property load operations.
2015-09-02 mvstantonVectorICs: Cleanup, remove unnecessary arguments from...
2015-09-02 conradw[strong] weak classes can't inherit from strong ones
2015-09-02 mtrofin[turbofan] Greedy: Unset hints at eviction.
2015-09-02 fedorheap: make array buffer maps disjoint
2015-09-02 ishell[arm64] Don't try convert binary operation to shifted...
2015-09-02 hablichRevert of [turbofan] Greedy: using hints (patchset...
2015-09-02 mlippautz[heap] Throw OOM upon failing to expand a PagedSpace...
2015-09-02 mtrofin[turbofan] Greedy: using hints
2015-09-02 bmeurer[es6] Fix invalid ToObject in String/Array iterator...
2015-09-02 cbruniElementsAccessor Array Builtins Cleanup
2015-09-01 bradnelsonEliminate use of CompilationInfo in several AstVisitor...
2015-09-01 cbruniAdding ElementsAccessor::Unshift
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 alphFix CPU profiler deadlock on Windows + AMD CPU.
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 yurysExtract common debugger code for processing compile...
2015-09-01 mbrandyPPC: Crankshaft is now able to compile top level code...
2015-09-01 littledanStage sloppy let
2015-09-01 mstarzinger[presubmit] Fix runtime/indentation_namespace linter...
2015-09-01 mvstantonVector ICs: Adapting store ic classes for vectors.
2015-09-01 mtrofinRevert "Revert of [turbofan] greedy: heuristic for...
2015-09-01 mvstantonMake type-feedback-vector.h usable without objects...
2015-09-01 bmeurer[runtime] Remove unused TO_NUMBER and TO_STRING functions.
2015-09-01 jarin[crankshaft] Cleanup representation calculation for...
2015-09-01 mstarzinger[turbofan] Remove obsolete unique.h includes in TurboFan.
2015-09-01 mlippautzRevert of heap: make array buffer maps disjoint (patchs...
2015-09-01 machenbachRevert of [turbofan] greedy: heuristic for memory opera...
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-09-01 pccRead all integer op parameters using a signed integer...
2015-09-01 mtrofin[turbofan] greedy: heuristic for memory operands
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-09-01 fedorheap: make array buffer maps disjoint
2015-09-01 pccFix invalid read of language mode from StorePropertyPar...
2015-09-01 mtrofin[turbofan] Re-wire greedy.
2015-09-01 pccDo not attempt to read language mode from {,Strict...
2015-09-01 alphRevert of Fix CPU profiler deadlock on Windows + AMD...
2015-09-01 alphFix CPU profiler deadlock on Windows + AMD CPU.
2015-08-31 yurysPostpone interrupts while dipatching debugger events...
2015-08-31 Michael Lippautz[heap] Properly decrement amount of externally allocate...
2015-08-31 littledanMake Date.prototype an ordinary object
2015-08-31 akos.palfiMIPS: [builtins] Pass correct number of arguments after...
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 mbrandyPPC: [builtins] Pass correct number of arguments after...
2015-08-31 mlippautz[heap] Fix recursive GCs caused by adjusting externally...
2015-08-31 cbruniAdding ElementsAccessor::Pop
2015-08-31 mstarzingerMake frames.h usable without handles-inl.h header.
2015-08-31 mtrofin[turbofan] Live Range unit tests.
2015-08-31 bmeurer[runtime] Use utils.InstallFunctions for Symbol.prototy...
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-31 cbruniAdding ElementsAccessor::Slice
2015-08-31 mstarzingerDrop ambiguous MaybeHandle comparison and hashing ops.
2015-08-31 bmeurer[builtins] Pass correct number of arguments after adapt...
2015-08-31 mtrofin[turbofan] Break dependency on RegisterAllocationData...
2015-08-31 mstarzingerMake unsafe Unique<T> constructor private.
2015-08-31 hablichRevert of [heap] More flag cleanup. (patchset #8 id...
2015-08-31 machenbachRevert of Native context: install array methods via...
2015-08-31 chunyang.daiX87: [runtime] Add %ToString and %_ToString and remove...
2015-08-31 mstarzinger[turbofan] Remove usage of Unique<T> from graph.
2015-08-31 mlippautz[heap] GC flag cleanup/restructuring.
2015-08-31 mtrofin[turbofan] Optimize Splinter by remembering where it...
2015-08-28 littledanPropagate switch statement value for 'eval'
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-28 littledanSloppy-mode let parsing
2015-08-28 rmcilroy[Interpreter] Add support for loading literals from...
2015-08-28 mbrandyPPC: [runtime] Add %ToString and %_ToString and remove...
2015-08-28 mtrofin[turbofan] Splintering: special case deoptimizing blocks.
2015-08-28 yangguoNative context: install array methods via runtime import.
2015-08-28 titzer[turbofan] Use the SharedInfo only if we have it in...
2015-08-28 mvstantonReorder KeyedStoreIC MISS code to avoid unnecessary...
2015-08-28 mstarzinger[heap] Move IdentityMap data structure out of heap.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 titzerImprove handling of debug name in CompilationInfo.
2015-08-28 chunyang.daiX87: [Interpreter] Add support for parameter variables.
2015-08-28 titzerUse ShouldEnsureSpaceForLazyDeopt more.
next