platform/upstream/v8.git
2014-11-03 arv@chromium.orgRemove FAIL from test262-es6.status
2014-11-03 arv@chromium.orgClasses: static should still be treated as a strict...
2014-11-03 jkummerow@chromium.orgFix a few nits found by PVS Studio
2014-11-03 titzer@chromium.orgFix build because of dead fields.
2014-11-03 titzer@chromium.orgMake visualizer robust to graphs with NULL inputs.
2014-11-03 erikcorry@chromium.orgIntroduce phantom weak handles in the API and use them...
2014-11-03 ishell@chromium.orgReland "Limit the number of transitions allowed per...
2014-11-03 balazs.kilvady... MIPS: [turbofan] Also optimize unsigned division by...
2014-11-03 dusan.milosavljevic... Unbreak build fon non-TF targets.
2014-11-03 machenbach... Fix auto roll update.
2014-11-03 bmeurer@chromium.org[turbofan] Introduce separate SelectLowering reducer.
2014-11-03 jarin@chromium.orgFix uninitialized fields in the BinaryOperation ast...
2014-11-03 verwaest@chromium.orgDon't double-check elements in the prototype chain...
2014-11-03 jarin@chromium.org[turbofan] Fix Typer::Rangify to handle integral bitset...
2014-11-03 dcarney@chromium.orgbuild fix after 25072
2014-11-03 dcarney@chromium.orgbuild fix after r25071
2014-11-03 dcarney@chromium.org[turbofan] initial framework for unittesting of registe...
2014-11-03 machenbach... Fix svn commit for deleted files in release scripts.
2014-11-03 bmeurer@chromium.orgRevert "[turbofan] Fix bug in Rangify."
2014-11-03 bmeurer@chromium.org[turbofan] Fix bug in Rangify.
2014-11-03 bmeurer@chromium.org[turbofan] Enforce allocation of register for imull...
2014-11-03 bmeurer@chromium.org[turbofan] Positive dividends are heavily favored for...
2014-11-03 mstarzinger... Make generic algorithm less generic.
2014-11-03 baptiste.afsa... [turbofan] Select tbz/tbnz when possible on ARM64.
2014-11-03 titzer@chromium.orgNow with more checkings! Skip the CallFunctionStub...
2014-11-03 bmeurer@chromium.org[turbofan] Also optimize unsigned division by constant.
2014-11-03 yangguo@chromium.orgFix constant in Math.tan implementation.
2014-11-03 machenbach... Fix workdir feature for release scripts.
2014-11-03 mvstanton@chromium.orgFix for bug 429168, PdfJs regression. We pay a very...
2014-11-03 machenbach... Add workdir feature to release scripts.
2014-11-03 machenbach... More retries when tagging in release scripts.
2014-11-03 bmeurer@chromium.org[x86] Fix register constraints for multiply high and...
2014-11-03 jarin@chromium.org[turbofan] Do not use the generic graph algorithm for...
2014-11-03 bmeurer@chromium.orgIA: Double arithmetic binops support memory operand
2014-11-02 machenbach... Fix push script for autoroll account.
2014-11-01 machenbach... Teach push script to commit with roll account.
2014-10-31 jarin@chromium.org[turbofan] Avoid unnecessary (u)int32<->float64 changes...
2014-10-31 jarin@chromium.orgRevert "Skip the CallFunctionStub when the callee funct...
2014-10-31 dusan.milosavljevic... MIPS64: Fix simulator arguments handling on generated...
2014-10-31 titzer@chromium.orgSkip the CallFunctionStub when the callee function...
2014-10-31 mstarzinger... Minor cleanup about unscheduled use count for fixed...
2014-10-31 verwaest@chromium.orgChanging the aging mechanism for script and eval caches.
2014-10-31 yangguo@chromium.orgBreak allocations in the code serializer into correct...
2014-10-31 mstarzinger... Properly handle stack overflows in the AST graph builder.
2014-10-31 rossberg@chromium.orgUpgrade test262-es6
2014-10-31 machenbach... Skip tests for mips.
2014-10-31 machenbach... Switch auto push script to git.
2014-10-31 ulan@chromium.orgClear old backing store of WeakCollection on updates.
2014-10-31 marja@chromium.orgScanner: remove PushBack calls when we're going to...
2014-10-31 dcarney@chromium.orgconvert BitVector to use pointer size blocks
2014-10-31 yangguo@chromium.orgAssert that unoptimized code does not embed context...
2014-10-31 verwaest@chromium.orgEnsure we don't try to inline raw access to indexed...
2014-10-31 bmeurer@chromium.orgX64: replace explicit zero-extend with runtime assert
2014-10-31 bmeurer@chromium.orgAdd turbocheck Makefile target.
2014-10-31 bmeurer@chromium.org[turbofan] Lower NumberModulus to Uint32Mod if both...
2014-10-31 bmeurer@chromium.org[turbofan] First step towards correctified 64-bit addre...
2014-10-30 titzer@chromium.orgFix bug in optimization of Uint32LessThan.
2014-10-30 machenbach... Make releases script more git friendly.
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-30 yangguo@chromium.orgDo not compile with Turbofan if we cannot deopt for...
2014-10-30 yangguo@chromium.orgDo not embed array objects in unoptimized code.
2014-10-30 sigurds@chromium.orgAdd floor, ceil, round (truncate) instructions for...
2014-10-30 machenbach... Reverting r25015 and r25016 for broken build.
2014-10-30 aandrey@chromium.orgBuild fix after r25015
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-30 machenbach... Skip tests with TF.
2014-10-30 sigurds@chromium.orgAdd vrint{a,n,p,m,z} instructions to arm assembler...
2014-10-30 dcarney@chromium.orgremove a bunch of isolate::current in api.cc
2014-10-30 dcarney@chromium.org[turbofan] move Node to vreg mapping to InstructionSelector
2014-10-30 machenbach... Skipt tests with TF on windows.
2014-10-30 dcarney@chromium.org[turbofan] add configuration parameters for register...
2014-10-30 machenbach... Skip test on win debug.
2014-10-30 yangguo@chromium.orgChanged free(buffer) to delete [] buffer.
2014-10-30 yangguo@chromium.orgAdd test case for replacing turbofan code for debugging.
2014-10-30 yangguo@chromium.orgFix assertion scope in Runtime_GetScript.
2014-10-30 weiliang.lin... X87: EmitCreateIteratorResult loads map from function...
2014-10-30 weiliang.lin... X87: Classes: Add super support in methods and accessors
2014-10-29 rmcilroy@chromium.orgFix lo_space initialization for external snapshot
2014-10-29 jarin@chromium.org[turbofan] Fix input count in Uint32Mod/Div reduction.
2014-10-29 mstarzinger... Minor cleanup using BooleanConstant in graph builder.
2014-10-29 titzer@chromium.orgInline trivial OperatorProperties methods.
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-29 balazs.kilvady... MIPS: EmitCreateIteratorResult loads map from function...
2014-10-29 jarin@chromium.org[turbofan] Add deopt for %StringMatch
2014-10-29 mstarzinger... Cleanup unscheduled use count for controls of coupled...
2014-10-29 adamk@chromium.orgVarious cleanup/simplification in object-observe.js
2014-10-29 baptiste.afsa... [turbofan] Bug fix in arm64 ubfx selection.
2014-10-29 dusan.milosavljevic... MIPS: Remove madd.d usage for r6.
2014-10-29 wingo@igalia.comEmitCreateIteratorResult loads map from function's...
2014-10-29 titzer@chromium.orgRun ControlReducer early after graph building, then...
2014-10-29 machenbach... Skip some tests with TF on gc stress.
2014-10-29 machenbach... Fix presubmit.
2014-10-29 titzer@chromium.orgMove input/output counts directly into Operators, simpl...
2014-10-29 machenbach... Switch push-to-trunk to git mode.
2014-10-29 bmeurer@chromium.org[turbofan] Introduce new Select operator to improve...
2014-10-29 balazs.kilvady... MIPS: Classes: Add super support in methods and accessors.
2014-10-29 dcarney@chromium.org[turbofan] cleanup register allocator interface a little
2014-10-29 adamk@chromium.orgRevert "Various cleanup/simplification in object-observ...
2014-10-29 arv@chromium.orgClasses: Add super support in methods and accessors
2014-10-29 dslomov@chromium.orgharmony-scoping: Correct dynamic lookups on a top level.
next