platform/upstream/v8.git
2015-09-28 bmeurer[builtins] Fix ToString in Array.prototype.join.
2015-09-28 bmeurer[crankshaft] Add support for %_ToString.
2015-09-28 chunyang.daiX87: Full code shouldn't embed the type feedback vector.
2015-09-27 v8-autorollUpdate V8 DEPS.
2015-09-26 machenbach[test] Skip test on noi18n.
2015-09-26 v8-autorollUpdate V8 DEPS.
2015-09-25 vogelheimRevert of JSObject::GetEnumProperty cleanup (patchset...
2015-09-25 mlippautz[tools] Add capability of generating log2-based histogr...
2015-09-25 machenbachRevert of [heap] Move large object space selection...
2015-09-25 mlippautzRevert of "[heap] Add more tasks for parallel compactio...
2015-09-25 cbruniJSObject::GetEnumProperty cleanup
2015-09-25 mlippautzReland of "[heap] Add more tasks for parallel compaction"
2015-09-25 ulanPerform scavenge in idle tasks.
2015-09-25 machenbach[swarming] Add isolate configs for d8 on linux.
2015-09-25 vogelheimFix use of deprecated API.
2015-09-25 benRemove unused imports from tools/js2c.py
2015-09-25 mvstantonFull code shouldn't embed the type feedback vector.
2015-09-25 mstarzinger[heap] No leakage of gc-idle-time-handler.h outside...
2015-09-25 hpayer[heap] Move large object space selection into AllocateRaw.
2015-09-25 machenbach[test] Skip test262-es6 tests failing on mac.
2015-09-25 machenbach[test] Copy test262-es6 into test262.
2015-09-25 jkummerow[elements.cc] Clean up CopyDoubleToObjectElements
2015-09-25 bmeurer[turbofan] Rename --context-specialization to --functio...
2015-09-25 mstarzinger[presubmit] Enable runtime/threadsafe_fn linter checking.
2015-09-25 paul.lindFix a sign-compare error to make gcc 4.9.2 happy.
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:...
next