platform/upstream/v8.git
2015-03-04 hpayerRespect accumulative old generation memory limit in...
2015-03-04 bmeurer[x86] Fix InstructionSelector::SupportedMachineOperator...
2015-03-04 yangguoRefactor BreakLocationIterator.
2015-03-04 yangguoDisable experimental natives when creating a start...
2015-03-04 dcarneyconvert remaining object functions to maybes
2015-03-04 vogelheimDefault-enable external startup data for Linux for...
2015-03-04 erikcorryARM: Load undefined receiver sentinel without constant...
2015-03-04 vogelheimFix Initialize & Dispose for external snapshot. Make...
2015-03-04 mvstantonThe Global Load IC doesn't yet play well with --vector...
2015-03-04 thakisWhen using ninja and clang, make sure diagnostics are...
2015-03-04 thakisUse Rotate*() functions instead of doing this manually.
2015-03-04 hansARM assembler: fix undefined behaviour in fits_shifter
2015-03-03 bmeurerRevert of [x86] Use better left operand heuristic for...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 rossberg[es6] Fix for-const loops
2015-03-03 mstarzinger[turbofan] Disable test-run-jsexceptions/DeoptFinallyReturn
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 mstarzinger[turbofan] Add test coverage for deopt within try-catch.
2015-03-03 balazs.kilvadyMIPS: Move stack unwinding logic into the runtime.
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 yangguoUse locker when creating snapshot if necessary.
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 verwaestSpeed up identifier, keyword and smi parsing
2015-03-03 mvstantonRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 bmeurer[turbofan] Support inlining of unguarded loops.
2015-03-03 jarin[turbofan] Take type into account when determining...
2015-03-03 mstarzingerMove stack unwinding logic into the runtime.
2015-03-03 verwaestSpeed up parsing of smis
2015-03-03 sejunhoFix preparing log file name.
2015-03-03 rmcilroyDon't apply pointer multipler to heap sizes on Android.
2015-03-03 loisloCpuProfiler: do not calculate positions if it is not...
2015-03-03 dcarneyconvert more object functions to return maybes
2015-03-03 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-03-03 weiliang.lin[x64] Use movaps instead of movsd for the move between...
2015-03-03 bmeurer[turbofan] Fix ControlFlowOptimizer to also handle...
2015-03-03 chunyang.daiX87: Prefill with correct contextual load ICs in fullco...
2015-03-02 yangguoTweak memory management in the serializer.
2015-03-02 Balazs KilvadyMIPS: Compute correct contextual load ICs in fullcodegen.
2015-03-02 Dan Carneyfix webkit tests
2015-03-02 Jaroslav Sevcik[turbofan] Normalize union of representation and range...
2015-03-02 Dan Carneycheck for null context on execution entry
2015-03-02 Benedikt Meurer[turbofan] Strength reduction of Word32And with Int32Mul.
2015-03-02 Toon VerwaestCompute correct contextual load ICs in fullcodegen.
2015-03-02 Dan Carneyconvert object::* to return maybe values
2015-03-02 Benedikt Meurer[turbofan] Use the typer to statically detect Smis.
2015-03-02 Jaroslav Sevcik[turbofan] Fix deferred replacement in simplified lowering.
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-03-02 Benedikt Meurer[x86] Improve code generation for context materialization.
2015-03-02 Benedikt Meurer[turbofan] Skip write barriers when storing smi.
2015-03-02 arvRevert of ES6: Make function name configurable (patchse...
2015-02-28 cdai2X87: Disallow subclassing Arrays.
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovRevert of Regression test for v8:3930. (patchset #1...
2015-02-27 machenbachMake the auto-pusher recover easier.
2015-02-27 arvFix block-for test
2015-02-27 dslomovRegression test for v8:3930.
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-27 arvES6: Make function name configurable
2015-02-27 ricowRemove trailing enum comma, I see arm compile failures...
2015-02-27 arvStage ES6 computed property names
2015-02-27 adamkCreate ImportDeclarations for default imports.
2015-02-27 adamkAllow lookup of module exports by export name.
2015-02-27 bratellAvoid repeating code when creating builtins.
2015-02-27 machenbachUpdate V8 DEPS.
2015-02-27 loisloFix for mips64 after #26916
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-27 dcarneyensure host compiler is always clang when cross compili...
2015-02-27 dcarneyconvert Value::*Value() function to return Maybe results
2015-02-27 mstarzingerRemove obsolete Isolate::DoThrow helper.
2015-02-27 dcarneyConvert v8::Value::To* to use MaybeLocal
2015-02-27 bmeurer[turbofan] Avoid generating dead BooleanNot nodes in...
2015-02-27 bmeurer[turbofan] Properly unlink dead nodes in simplified...
2015-02-27 balazs.kilvadyMIPS: Skip the mapcheck on the global object since...
2015-02-27 chunyang.daiX87: Skip the mapcheck on the global object since the...
2015-02-27 bmeurer[x64] Make r12 allocatable.
2015-02-27 chunyang.daiAdd the corresponding change for turbofan unsupported...
2015-02-27 cdai2X87: Only dynamically perform access checks on the...
2015-02-27 cdai2X87: Move Maps' back pointers from "transitions" to...
2015-02-27 cdai2X87: Stop using HeapType in IC and Crankshaft.
2015-02-27 svenpanneTest StringLengthStub generation via TurboFan.
2015-02-27 chunyang.daiAdd the dummy implementation for turbofan unsupported...
2015-02-26 machenbachRevert of Also skip when the target is the global objec...
2015-02-26 machenbachRevert of Invalidate the global property cell when...
2015-02-26 machenbachRevert of MIPS: Also skip when the target is the global...
2015-02-26 balazs.kilvadyMIPS: Also skip when the target is the global object.
2015-02-26 verwaestInvalidate the global property cell when converting...
2015-02-26 adamkRe-introduce ImportDeclaration to the parser
2015-02-26 balazs.kilvadyMIPS: Only dynamically perform access checks on the...
2015-02-26 ulanRevert "Revert of Fix memory leak caused by field type...
2015-02-26 arvFix issue with class name TDZ in computed property...
2015-02-26 ulanStore weak cell cache for map in the map itself.
2015-02-26 titzerRemove RecordTypeFeedback() methods from some AST class...
2015-02-26 vogelheimFix memory leak in natives-external.
2015-02-26 dusan.milosavljevicMIPS64: Optimize generated code size for deoptimization...
2015-02-26 verwaestAlso skip when the target is the global object
2015-02-26 verwaestSkip the mapcheck on the global object since the global...
next