platform/upstream/v8.git
2013-05-16 rossberg@chromium.orgImplement Array.observe and emit splice change records...
2013-05-16 olivf@chromium.orgEncapsulating Type information in the CompareICStub
2013-05-16 hpayer@chromium.orgSimplifying GC heuristics, deleted old generation alloc...
2013-05-16 svenpanne@chromium.orgCleaned up deopt output a bit.
2013-05-16 hpayer@chromium.orgIncrease old generation space significantly if we obser...
2013-05-16 mstarzinger... Put preservation of optimized code map behind a flag.
2013-05-15 palfia@homejinni.comMIPS: Fix debug mode test failures.
2013-05-15 adamk@chromium.orgRe-land Notifier.prototype.performChange + tests
2013-05-15 adamk@chromium.orgRevert "Implement Object.getNotifier(obj).performChange...
2013-05-15 adamk@chromium.orgImplement Object.getNotifier(obj).performChange()
2013-05-15 mstarzinger... Preserve optimized code map during GCs weakly.
2013-05-15 wingo@igalia.comRevert "GeneratorFunction() makes generator instances"
2013-05-15 dslomov@chromium.orgPreallocate transitioned maps for TypedArrays.
2013-05-15 mvstanton@chromium.orgWith flag optimize-constructed-arrays on, ARM and MIPS...
2013-05-15 olivf@chromium.orgAdd a HBreak instruction for debugging
2013-05-15 verwaest@chromium.orgShift additional_index by element_shift_size, not shift...
2013-05-15 mstarzinger... Slight improvement of object printer for maps.
2013-05-15 wingo@igalia.comGeneratorFunction() makes generator instances
2013-05-15 mstarzinger... Fix build failure on Linux since r14681.
2013-05-15 jkummerow@chromium.orgRemove use_system_v8 logic from the mainline gyp file
2013-05-15 mstarzinger... Provide BitField64 utility class.
2013-05-15 hpayer@chromium.orgSimplifying GC heuristics, deleted old generation limit...
2013-05-15 svenpanne@chromium.orgIgnore failing flaky profiler test.
2013-05-15 wingo@igalia.comFunction constructor should avoid String.prototype...
2013-05-15 danno@chromium.orgEnsure all maps gathered from the ICs are updated if...
2013-05-15 svenpanne@chromium.orgVarious minor cctest fixes to make ASAN a bit happier.
2013-05-15 palfia@homejinni.comMIPS: Error found in test262 on ARM: BinaryOpStub could...
2013-05-15 palfia@homejinni.comMIPS: Ensure that soft-deopts don't count against opt_count
2013-05-14 yurys@chromium.orgFix Win64 compilation after r14670
2013-05-14 yurys@chromium.orgSkip samples where top function's stack frame is not...
2013-05-14 wingo@igalia.comImplement yield* (delegating yield)
2013-05-14 wingo@igalia.comRevert mistakenly committed r14667 and r14666.
2013-05-14 wingo@igalia.comAvoid loading "iter" twice.
2013-05-14 wingo@igalia.comImplement yield* (delegating yield)
2013-05-14 mvstanton@chromium.orgError found in test262 on ARM: BinaryOpStub could call...
2013-05-14 dslomov@chromium.orgAvoid convertion to double when it is not needed.
2013-05-14 titzer@chromium.orgImprove dead code elimination by transitively marking...
2013-05-14 danno@chromium.orgRemove HIsNilAndBranch (it's now unused)
2013-05-14 svenpanne@chromium.orgDon't use anonymous types declared in an anonymous...
2013-05-14 danno@chromium.orgEnsure that soft-deopts don't count against opt_count
2013-05-14 svenpanne@chromium.orgFixed linkage for Is template.
2013-05-14 ulan@chromium.orgPrepare push to trunk. Now working on version 3.19.2.
2013-05-14 mvstanton@chromium.orgBinaryOpStub::GenerateSmiStub() on 32bit would erroneou...
2013-05-14 palfia@homejinni.comMIPS: Only flush SharedFunctionInfo optimized code...
2013-05-14 palfia@homejinni.comMIPS: Elide hole checks on KeyedLoads of holey double...
2013-05-13 danno@chromium.orgOnly flush SharedFunctionInfo optimized code cache...
2013-05-13 wingo@igalia.comDon't flush code for generator functions.
2013-05-13 dslomov@chromium.orgEnable harmony_typed_arrays for shared build of d8.
2013-05-13 dslomov@chromium.orgEnable native implementation of array buffer and typed...
2013-05-13 dcarney@chromium.orgstop using AsciiValue
2013-05-13 svenpanne@chromium.orgConsistently assume that arithmetic operations can...
2013-05-13 danno@chromium.orgFix Win64 build
2013-05-13 jkummerow@chromium.orgFix missing hole check for loads from Smi arrays when...
2013-05-13 svenpanne@chromium.orgPrint range and type for phis, too.
2013-05-13 danno@chromium.orgImprove trace_opt output to help find compilation problems
2013-05-13 mstarzinger... Prevent flushing of code that was set with %SetCode.
2013-05-13 danno@chromium.orgElide hole checks on KeyedLoads of holey double arrays
2013-05-13 svenpanne@chromium.orgFixed constant folding in HMod.
2013-05-10 palfia@homejinni.comMIPS: Track heap objects.
2013-05-10 palfia@homejinni.comMIPS: Call to the right slow method.
2013-05-10 verwaest@chromium.orgReturn failure when allocating maps fails.
2013-05-10 verwaest@chromium.orgTrack heap objects.
2013-05-10 mstarzinger... Add Persistent::ClearAndLeak.
2013-05-10 mstarzinger... Fix bogus arguments length check in StringLocaleCompare.
2013-05-10 ulan@chromium.orgRevert r14610 because of test-262 failures.
2013-05-10 palfia@homejinni.comMIPS: Fix NaN handling for start and end indexes in...
2013-05-10 mstarzinger... Update Test262 harness to recent version.
2013-05-10 wingo@igalia.comRemove separate maps for function instances
2013-05-10 mstarzinger... Deprecate the version of Context::New which returns...
2013-05-10 svenpanne@chromium.orgRobustification: Always assign an environment to LModI...
2013-05-10 verwaest@chromium.orgClear new-space promotion if the type is smi.
2013-05-10 svenpanne@chromium.orgCleaned up Crankshaft pipeline a bit.
2013-05-10 mstarzinger... Skip flaky regress-crbug-160010 regression test.
2013-05-10 mstarzinger... Remove obsolete HArrayLiteral instruction.
2013-05-10 mstarzinger... Remove obsolete HObjectLiteral instruction.
2013-05-10 ulan@chromium.orgUse AssumeRepresentation when the representation is...
2013-05-10 ulan@chromium.orgVerify that no-side-effects scope does not add unsafe...
2013-05-10 verwaest@chromium.orgTurn on tracking of fields.
2013-05-10 verwaest@chromium.orgCall to the right slow method.
2013-05-10 ulan@chromium.orgARM: fix constant pool length emitted for disassembler.
2013-05-10 verwaest@chromium.orgAlways use BuildCheckNonSmi, and don't emit check if...
2013-05-10 verwaest@chromium.orgDon't CheckSmi when type is Smi.
2013-05-10 ulan@chromium.orgPrepare push to trunk. Now working on version 3.19.1.
2013-05-08 plind44@gmail.comARM: Fix register name in AllocateAsciiConsString.
2013-05-08 palfia@homejinni.comMIPS: Use mutable heapnumbers to store doubles in fields.
2013-05-08 mvstanton@chromium.orgParallel compilation bug: LCallNewArray dereferenced...
2013-05-08 danno@chromium.orgFixed one spelling error.
2013-05-08 verwaest@chromium.orgUse mutable heapnumbers to store doubles in fields.
2013-05-08 ulan@chromium.orgFix environment in HOptimizedGraphBuilder::VisitCountOp...
2013-05-08 verwaest@chromium.orgSupport merging with distinct attributes.
2013-05-08 verwaest@chromium.orgAlways generalize all representations when no transitio...
2013-05-08 verwaest@chromium.orgTurn off tracking of fields for the roll.
2013-05-08 svenpanne@chromium.orgConsistently start (almost) all AstPrinter::VisitFoo...
2013-05-08 svenpanne@chromium.orgRefactoring only: Removed unused argument from Indented...
2013-05-08 verwaest@chromium.orgFix polymorphic store.
2013-05-08 verwaest@chromium.orgTurn polymorphic stores monomorphic if store sequence...
2013-05-08 mvstanton@chromium.orgTurn off optimize-constructed-arrays flag to investigat...
2013-05-08 danno@chromium.orgBias commutative single-use register inputs and support...
2013-05-08 wingo@igalia.comGenerators save and restore stack handlers
2013-05-08 dcarney@chromium.orgfix nosnapshot test failure in 14793004, do not depreca...
next