platform/upstream/v8.git
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...
2015-02-26 vogelheimRevert of Default-enable external startup data for...
2015-02-26 vogelheimDefault-enable external startup data for Linux for...
2015-02-26 marjaRevert of Fix memory leak caused by field type in descr...
2015-02-26 dcarneyRevert of ensure host compiler is always clang when...
2015-02-26 dcarneyensure host compiler is always clang when cross compili...
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-26 ulanFix memory leak caused by field type in descriptor...
2015-02-26 verwaestDon't perform access checks for internally used properties
2015-02-26 machenbachMake landmines delete all generated build artifacts.
2015-02-26 ishellRevert of Temporarily disable double fields unboxing...
2015-02-26 verwaestOnly dynamically perform access checks on the receiver...
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-26 machenbachAdd public version macros.
2015-02-26 jarinDo not touch a binary op IC target in code object marke...
2015-02-26 bmeurer[gyp] Disable warnings generated by third party ICU...
2015-02-26 bmeurer[turbofan] Fix bogus covering of Word64Equal w/ zero.
2015-02-25 arvMinor test fix to block binding
2015-02-25 adamkRename ParseModule to ParseModuleItemList
2015-02-25 verwaestRemove NativeContext from Literal array, since we alway...
2015-02-25 dcarney[turbofan] change tracing in scheduler so block_id...
2015-02-25 arvNo need for special treatment of super in PreParserExpr...
2015-02-25 arvRemove ValidateSuperCall
2015-02-25 adamkSimplify error message logic in ParseImportNames
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-25 dusan.milosavljevicMIPS64: Improve and fix hole nan checks and canonicaliz...
next