platform/upstream/v8.git
2015-09-25 machenbachRevert of [heap] Move large object space selection...
2015-09-25 hpayer[heap] Move large object space selection into AllocateRaw.
2015-09-25 mstarzinger[turbofan] Remove obsolete method from RawMachineAssembler.
2015-09-25 mlippautz[heap] Fix PagedSpace::SizeOfObjects calling from withi...
2015-09-25 jarin[turbofan] Check node input/use consistency for changed...
2015-09-25 julien.gilliUpdate post-mortem metadata generation
2015-09-25 bmeurer[es6] Remove left-overs from Function.prototype.toMethod.
2015-09-25 v8-autorollUpdate V8 DEPS.
2015-09-25 chunyang.daiX87: [turbofan] Call ArgumentsAccessStub to materialize...
2015-09-24 stefan.pennerDon’t smash globals used by the test helper itself.
2015-09-24 ofrobots[heap] refactor inline allocation step code
2015-09-24 mstarzinger[turbofan] Remove dead code from Diamond class.
2015-09-24 mstarzinger[turbofan] Call ArgumentsAccessStub to materialize...
2015-09-24 oth[Interpreter] Basic flow control.
2015-09-24 machenbach[test] Make fuzzer output the archive file name for...
2015-09-24 mstarzinger[turbofan] Make Node::set_op safer via wrapper.
2015-09-24 cbruniPrototypeInfo.validity_cell: adding comment
2015-09-24 dannoRevert of Remove register index/code indirection (patch...
2015-09-24 dannoRemove register index/code indirection
2015-09-24 titzerRefactor the StackFrameIterator::ComputeType() method...
2015-09-24 pierre.langlois[arm] Optimize vcmp when lhs operand is #0.0
2015-09-24 rmcilroy[Interpreter] Add support for loading globals in the...
2015-09-24 martyn.capewell[turbofan] Elide fp32 convert for const compares
2015-09-24 chunyang.daiX87: [es6] Introduce spec compliant IsConstructor.
2015-09-24 chunyang.daiX87: [runtime] Remove weird pushing of something on...
2015-09-24 machenbach[test] Fetch mozilla test data from SVN.
2015-09-24 pierre.langlois[arm64] Explicit commuted conditions in unittests
2015-09-24 chunyang.daiX87: [builtin] Refactor Invoke to deal with any kind...
2015-09-24 chunyang.daiX87: [ic] Introduce BOOLEAN state for CompareIC.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 chunyang.daiX87: [builtins] Add support for NewTarget to Execution...
2015-09-24 chunyang.daiX87: [turbofan] Add support for reinterpreting integers...
2015-09-24 chunyang.daiX87: [ic] Also collect known map for relational comparison.
2015-09-24 v8-autorollUpdate V8 DEPS.
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 mlippautz[tools] Incrementally keep track of GC NVP output
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 ishellExclude test/mjsunit/regress/regress-4121.js from GC...
2015-09-23 titzer[test] Add FOR_INT64_INPUTS and FOR_UINT64_INPUTS.
2015-09-23 bmeurer[runtime] Remove weird pushing of something on StackOve...
2015-09-23 thechargingvolcanoRemove unused function in presubmit script
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-23 julien.gilliAdd JSTypedArray's length in post-mortem metadata.
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 mlippautz[tools] Add script to analyze GC tracing output
2015-09-22 hpayer[heap] Process live weak cells directly in the marking...
2015-09-22 Michael AchenbachWhitespace change to test infra changes.
2015-09-22 Michael AchenbachWhitespace change to test infra changes.
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-22 v8-autorollUpdate V8 DEPS.
2015-09-22 dprankeSplit the GN 'snapshot_toolchain' logic out into an...
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 Michael AchenbachWhitespace change to test infra changes.
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 mythriaContinuing removing deprecated function from cctest
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-19 v8-autorollUpdate V8 DEPS.
2015-09-18 julien.gilliUpdate BitField3 type in gen-postmortem-metadata.py
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.
next