[runtime] Replace %to_string_fun with %_ToString.
[platform/upstream/v8.git] / src /
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-09-23 gdeepti[simdjs] Update Spec version to 0.9
2015-09-23 titzerRename PLACEHOLDER code kind to WASM_FUNCTION.
2015-09-23 titzerAdd CompilationInfo::output_code_kind to allow overridi...
2015-09-23 bmeurer[builtins] Re-add similar String wrapper optimization...
2015-09-23 jkummerowRemove crash-hunting instrumentation that has served...
2015-09-23 machenbachRevert of [heap] Add more tasks for parallel compaction...
2015-09-23 jkummerow[field type tracking] Fix handling of cleared WeakCells
2015-09-23 mlippautz[heap] Add more tasks for parallel compaction
2015-09-23 bmeurer[runtime] Remove weird pushing of something on StackOve...
2015-09-23 pierre.langlois[arm64] Optimize fcmp when lhs operand is #0.0
2015-09-23 jarinReland "[turbofan] Checking of input counts on node...
2015-09-23 ishellShare literals arrays per <NativeContext, SharedFunctio...
2015-09-23 machenbachRevert of [turbofan] Checking of input counts on node...
2015-09-23 jarin[turbofan] Checking of input counts on node creation
2015-09-23 Benedikt Meurer[mips] Fix typo introduced in r30874.
2015-09-23 bmeurer[runtime] Remove obsolete Object::IsSpecFunction.
2015-09-23 bmeurer[builtin] Refactor Invoke to deal with any kind of...
2015-09-22 mbrandyPPC: [builtins] Add support for NewTarget to Execution...
2015-09-22 mbrandyPPC: [ic] Introduce BOOLEAN state for CompareIC.
2015-09-22 mbrandyPPC: Fix "[turbofan] Add support for reinterpreting...
2015-09-22 mbrandyPPC: [ic] Also collect known map for relational comparison.
2015-09-22 adamkDon't crash when preparsing destructured arguments
2015-09-22 conradw[strong] Implement revised strong class semantics
2015-09-22 neisMake prettyprinter useful in gdb.
2015-09-22 hpayer[heap] Process live weak cells directly in the marking...
2015-09-22 ishell[x64] Tweaking kMaxSizeEarlyOpt value to recover SunSpi...
2015-09-22 bmeurer[ic] Introduce BOOLEAN state for CompareIC.
2015-09-22 bmeurer[x64] Compare map instead of value to heap number map...
2015-09-22 bmeurer[crankshaft] Re-add fast-case for string add left/right.
2015-09-22 bmeurer[builtins] Add support for NewTarget to Execution:...
2015-09-22 bmeurer[crankshaft] Handle @@toStringTag accessor correctly...
2015-09-21 littledanStage sloppy block-scoped functions (Annex B 3.3)
2015-09-21 bmeurer[ic] Also collect known map for relational comparison.
2015-09-21 mlippautz[heap] Sort declarations for MemoryChunk.
2015-09-21 titzer[turbofan] Add support for reinterpreting integers...
2015-09-21 hpayer[heap] Add timer scopes to process weak cells and clear...
2015-09-21 bmeurer[crankshaft] Generalize PropertyAccessInfo to Name...
2015-09-21 chunyang.daiX87: [stubs] Refactor StringCompareStub and use it...
2015-09-21 chunyang.daiX87: [runtime] Replace COMPARE/COMPARE_STRONG with...
2015-09-21 julien.gilliAdd ScopeInfo constants to post-mortem metadata
2015-09-21 littledanImplement sloppy-mode block-defined functions (Annex...
2015-09-20 alphReland of Make profiler no frame region detection code...
2015-09-18 mbrandyPPC: Fix AssertFunction.
2015-09-18 mbrandyPPC: [stubs] Refactor StringCompareStub and use it...
2015-09-18 mbrandyPPC: [runtime] Replace COMPARE/COMPARE_STRONG with...
2015-09-18 adamkRemove on-by-default flag --harmony-object
2015-09-18 adamkStop emitting kSloppyLexical errors when --harmony...
2015-09-18 mtrofin[turbofan] Merge group spill ranges.
2015-09-18 bmeurer[es6] Use the correct ToPrimitive in the Date Constructor.
2015-09-18 mlippautz[base] Fix check that makes sure we commit in the virtu...
2015-09-18 vogelheimFix incorrect buffer length.
2015-09-18 chunyang.daiX87: Remove --pretenure-call-new
2015-09-18 chunyang.daiX87: [runtime] Initial step towards switching Execution...
2015-09-18 chunyang.daiX87: Vector ICs: Hook up vectors in platform builtins...
2015-09-18 chunyang.daiX87: [builtins] Unify the String constructor.
2015-09-18 cbrunielements.cc cleanup
2015-09-18 balazs.kilvadyMIPS64: Optimize simulator.
2015-09-18 cbruniFix --hydrogen-stats crashing on null_ptr for shared_info
2015-09-18 mlippautz[heap] Cleanup: Align naming of parallel sweeping with...
2015-09-18 bmeurer[turbofan] Use StringCompareStub for string comparisons.
2015-09-18 jkummerow[hydrogen] Add crash-hunting instrumentation to Hydroge...
2015-09-18 bmeurer[stubs] Refactor StringCompareStub and use it for HStri...
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-18 aperezUse a kMaxSafeInteger instead of Number.MAX_SAFE_INTEGER
2015-09-17 mbrandyPPC: [runtime] Initial step towards switching Execution...
2015-09-17 gdeepti[simdjs] Update spec version to 0.8.4
2015-09-17 rmcilroy[arm64]: Fix bug introduced accidentally in r30710
2015-09-17 mbrandyPPC: [runtime] Replace the EQUALS builtin with proper...
2015-09-17 mbrandyPPC: [builtins] Unify the String constructor.
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-17 mbrandyPPC: Remove --pretenure-call-new
2015-09-17 mbrandyPPC: Vector ICs: Hook up vectors in platform builtins...
2015-09-17 benPretenure builtin typed arrays.
2015-09-17 mlippautz[heap] Fix waiting for parallel tasks
2015-09-17 hpayer[heap] Scalable slots buffer for parallel compaction.
2015-09-17 cbruniImprove JSReceiver::GetKeys Speed
2015-09-17 mlippautzReland "[heap] Introduce parallel compaction algorithm."
2015-09-17 machenbachRevert of [runtime] Initial step towards switching...
2015-09-17 conradwFix temp_zone scoping when parsing inner function literals
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-17 neisIntersection of certain constants with bitsets was...
2015-09-17 hpayer[heap] Inline record slot methods.
2015-09-17 mlippautzRevert of [heap] Introduce parallel compaction algorith...
2015-09-17 mlippautz[heap] Introduce parallel compaction algorithm.
2015-09-17 bmeurerRevert "[profiler] Make no frame region detection code...
2015-09-17 alphFix MSAN warning after r30777 (try 2)
2015-09-17 mtrofin[tubofan] Greedy: groupper -> grouper.
2015-09-17 mtrofin[turbofan] Greedy: faster compile time.
2015-09-17 chunyang.daiX87: Reland VectorICs: ia32 store ics need a virtual...
2015-09-17 chunyang.daiX87: [runtime] Replace the EQUALS builtin with proper...
2015-09-17 alphFix ASAN after r30777
2015-09-17 ofrobotsimprove allocation accounting for incremental mark
2015-09-17 alph[profiler] Make no frame region detection code more...
2015-09-16 mtrofin[turbofan] Greedy: small fix in groupping algo.
2015-09-16 caitpotter88[cleanup] refactor ParsePropertyDefinition for clarity
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
next