platform/upstream/v8.git
2015-06-16 mstarzinger[turbofan] Remove dead code from JSGenericLowering.
2015-06-16 v8-autorollUpdate V8 DEPS.
2015-06-16 paul.lindMIPS: Fix for Remove unsafe EmitLoadRegister usage...
2015-06-15 littledanInline code generation for %_IsTypedArray
2015-06-15 littledanAvoid using computed property literals in TypedArrays...
2015-06-15 littledanAllow TypedArrays to be initialized with iterables
2015-06-15 dusan.milosavljevicMIPS: Remove unsafe EmitLoadRegister usage in AddI...
2015-06-15 dslomov[destructuring] Parse binding patterns in formal parame...
2015-06-15 bmeurer[turbofan] Remove the TryLowerDirectJSCall hack from...
2015-06-15 ulanRemove the --collect-maps flag. Maps should be always...
2015-06-15 rossberg[strong] Make strong 'this' optional for experimentation
2015-06-15 bmeurer[turbofan] Remove context canonicalization hack from...
2015-06-15 balazs.kilvadyMIPS64: Reland 'Enable shorten-64-to-32 warning.'
2015-06-15 wingoFix -Wsign-compare errors in TF tests under GCC 4.9.2
2015-06-15 machenbachRevert of Fix clobbered register when setting this_func...
2015-06-15 bmeurer[mjsunit] regress/regress-crbug-491062 takes too long...
2015-06-15 mstarzingerFix clobbered register when setting this_function variable.
2015-06-15 jarinFix debug printing of inputs in the deoptimizer, pull...
2015-06-15 bmeurer[mjsunit] Remove unsupported flag --turbo-deoptimizatio...
2015-06-15 bmeurer[mjsunit] Remove obsolete nosse2 tests.
2015-06-15 yangguoSerializer: clear string hash for code serializer.
2015-06-15 ulanCompute the heap growing factor based on mutator utiliz...
2015-06-15 jochenReland "Keep track of array buffers in new space separa...
2015-06-15 machenbachUpdate V8 DEPS.
2015-06-15 yangguoAdd test for code caching API.
2015-06-15 bmeurer[turbofan] Mark MachineType as uint16_t.
2015-06-15 bmeurer[turbofan] Remove unused typedef VirtualRegisterSet.
2015-06-14 jochenRevert of Reland "Keep track of array buffers in new...
2015-06-13 verwaestAlso handle elements in *RealNamed* api methods
2015-06-13 v8-autorollUpdate V8 DEPS.
2015-06-12 binjiRemove some unused definitions from d8.h
2015-06-12 chunyang.daiCurrently on X87 platform we use only Double register...
2015-06-12 verwaestIntroduce LookupIterator::PropertyOrElement which conve...
2015-06-12 chunyang.daiX87: Disable the test case for X87 since ea2cb139d.
2015-06-12 verwaestIntroduce DefineOwnPropertyIgnoreAttributes and make...
2015-06-12 machenbach[test] More debugging output in test runner.
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-12 ishellMap::TryUpdate() must be in sync with Map::Update().
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 bmeurer[turbofan] Use appropriate type for NodeId.
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 dusan.milosavljevicMIPS64: Fix memory allocation when code range is used...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 bmeurer[turbofan] Move RawMachineAssembler to unittests.
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 yangguoRevert of MIPS64: Enable shorten-64-to-32 warning....
2015-06-12 balazs.kilvadyMIPS64: Enable shorten-64-to-32 warning.
2015-06-12 yangguoExternal snapshot: allow empty snapshot for external...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 jochenReland "Keep track of array buffers in new space separa...
2015-06-12 Michael AchenbachWhitespace change to test infra clean-ups.
2015-06-12 jochenUpdate PrintStack signature in gdbinit
2015-06-12 jochenAdd support for walking stack frames from hydrogen...
2015-06-12 Benedikt Meurer[turbofan] Inline hot functions for NodeMarkerBase.
2015-06-12 Michael AchenbachWhitespace change to test infra clean-ups.
2015-06-12 machenbachRevert of [es6] Bound function names (patchset #1 id...
2015-06-12 bmeurer[turbofan] Use RootIndexMap to speed up IsMaterializabl...
2015-06-12 bmeurerRevert of Keep track of array buffers in new space...
2015-06-12 jochenKeep track of array buffers in new space separately
2015-06-12 jacob.bramleyReland [arm64][turbofan]: Handle any immediate shift.
2015-06-12 martyn.capewell[turbofan] Prefer add/shift over madd on ARM64
2015-06-12 mstarzinger[turbofan] Fix throwing conversion inserted by JSTypedL...
2015-06-12 v8-autorollUpdate V8 DEPS.
2015-06-11 verwaestUse LookupIterator in GetOldValue
2015-06-11 dehrenbergAdd ToObject call in Array.prototype.sort
2015-06-11 arv[es6] Make sure we call add property when adding a...
2015-06-11 Toon VerwaestRemove ASSERT, this method can handle ExternalArrays...
2015-06-11 dehrenbergIn Array.of and Array.from, fall back to DefineOwnProperty
2015-06-11 arv[es6] Bound function names
2015-06-11 verwaestReland of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 verwaestRevert of Revert of Remove GetAttributes from the mix...
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 mtrofinDecompiler improvements.
2015-06-11 verwaestUse LookupIterator for elements in the observed part...
2015-06-11 verwaestUse LookupIterator for elements in GetAccessor
2015-06-11 arvBound functions should also have configurable length
2015-06-11 dstencePPC: smi test optimization
2015-06-11 Toon VerwaestReconfigure on the right holder, which might be a hidde...
2015-06-11 ishellRevert of Remove GetAttributes from the mix to avoid...
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 ishellRevert of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 verwaestUse the LookupIterator in SetAccessor
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 verwaestRemove GetAttributes from the mix to avoid another...
2015-06-11 cdai2X87: [strong] Refactor ObjectStrength into a replaceme...
2015-06-11 cdai2X87: Vector ICs: ClassLiterals need to allocate a vecto...
2015-06-11 cdai2X87: Vector ICs: debugger should save registers for...
2015-06-11 cdai2X87: Refactor lexical home object binding.
2015-06-11 cdai2X87: [date] Refactor the %_DateField intrinsic to be...
2015-06-11 Toon VerwaestFix GCMole issue
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-11 martyn.capewell[turbofan] Merge sar/shr into MulHigh on ARM64
2015-06-11 jacob.bramleyRevert of [arm64][turbofan]: Handle any immediate shift...
2015-06-11 jacob.bramley[arm64][turbofan]: Handle any immediate shift.
2015-06-11 bmeurer[turbofan] Materialize all from non-writable roots...
2015-06-11 machenbach[test] Skip slow test.
2015-06-11 mstarzinger[turbofan] Structure AccessBuilder interface a bit.
2015-06-11 hpayerAlways print external time in --trace-gc to make it...
2015-06-11 yangguoAdd extras test for calling into runtime.
2015-06-11 mstarzinger[turbofan] Disable failing test262 tests after 84f20894...
next