platform/upstream/v8.git
2013-04-09 mvstanton@chromium.orgImprovements for x87 stack handling
2013-04-09 ulan@chromium.orgModifications to tests and test tools for Native Client V8.
2013-04-09 jkummerow@chromium.orgA helper script for testing Native Client builds of V8.
2013-04-09 jkummerow@chromium.orgA new Makefile for the Native Client V8 builds.
2013-04-09 yangguo@chromium.orgFix slow path of JSON.stringifier when GC strikes.
2013-04-09 verwaest@chromium.orgAdding standard-compliance tests for array functions.
2013-04-09 verwaest@chromium.orgAlways check global property cells for readonliness...
2013-04-09 jkummerow@chromium.orglinux: fix uClibc ifdeffery
2013-04-09 svenpanne@chromium.orgMove context retrieval method around. Use delegation...
2013-04-08 palfia@homejinni.comMIPS: ARM: Log an error if /proc/cpuinfo cannot be...
2013-04-08 yangguo@chromium.orgFix worst-case behavior of MergeRemovableSimulates().
2013-04-08 yurys@chromium.orgRemove LOGGER macro
2013-04-08 yangguo@chromium.orgFix bug in bignum implementation.
2013-04-08 yurys@chromium.orgNo need to start Ticker for Crankshaft
2013-04-08 svenpanne@chromium.orgTrain wreck reduction.
2013-04-08 mstarzinger... Devirtualize Parser
2013-04-08 mstarzinger... Move StackHandlerConstants to platform-independent...
2013-04-08 svenpanne@chromium.orgUnbreak --deopt-every-n-times.
2013-04-07 danno@chromium.orgRemove ARM support for VFP2
2013-04-05 plind44@gmail.comMIPS: Remove conflicting FPU check for code generation...
2013-04-05 palfia@homejinni.comMIPS: Force context allocation for variables in generat...
2013-04-05 palfia@homejinni.comMIPS: Compile FastCloneShallowArrayStub using Crankshaft.
2013-04-05 verwaest@chromium.orgRemove unnecessary explicity prototype check.
2013-04-05 yangguo@chromium.orgFix Array.prototype.concat when exceeding array size...
2013-04-05 mstarzinger... Fix presubmit style warning for gdb-jit.cc
2013-04-05 mstarzinger... Force context allocation for variables in generator...
2013-04-05 mstarzinger... Refactor parser mode configuration for correctness
2013-04-05 yangguo@chromium.orgRemove push(holder_reg) in CheckAccessGlobalProxy.
2013-04-05 yangguo@chromium.orgDo not implicitly convert non-object receivers for...
2013-04-05 mstarzinger... Fix minor typo in generator parsing test.
2013-04-05 hpayer@chromium.orgRefactoring BuildAllocateElements.
2013-04-05 haraken@chromium.orgPass an isolate to GetCurrent()
2013-04-05 plind44@gmail.comMIPS: Resolved the rest of soft-float bugs.
2013-04-04 adamk@chromium.orgRemove code duplication in JSObject::HasRealElementProperty
2013-04-04 mstarzinger... Compile FastCloneShallowArrayStub using Crankshaft.
2013-04-04 palfia@homejinni.comMIPS: Remove extranous holder load in some prototype...
2013-04-04 mstarzinger... Skip long running regression test from r14078.
2013-04-04 mstarzinger... Fix bogus uses of preparser API
2013-04-04 mstarzinger... Make __proto__ a real JavaScript accessor property.
2013-04-04 danno@chromium.orgRemove extranous holder load in some prototype-chain...
2013-04-04 mstarzinger... Prepare push to trunk. Now working on version 3.17.17.
2013-04-04 mstarzinger... Switch transition zapping to slower version.
2013-04-04 dslomov@chromium.orgTest behavior of qNaN and sNaN
2013-04-04 ulan@chromium.orgAdd extra flag for load-ic stubs in code cache.
2013-04-03 palfia@homejinni.comMIPS: Ensure UseRegisterAtStart not used with fixed...
2013-04-03 palfia@homejinni.comMIPS: Fix ARM build
2013-04-03 palfia@homejinni.comMIPS: Fix hydrogen tracing on x64 and ARM
2013-04-03 rossberg@chromium.orgES6 symbols: fix corner cases of equality operators
2013-04-03 dslomov@chromium.orgRemove (H|L)JSArrayLength instructions
2013-04-03 mstarzinger... Fix error message when reporting unexpected yield.
2013-04-03 adamk@chromium.orgCodify the assumption that %GetArrayKeys can return...
2013-04-03 danno@chromium.orgEnsure UseRegisterAtStart not used with fixed temp...
2013-04-03 danno@chromium.orgFix ARM build
2013-04-03 danno@chromium.orgFix hydrogen tracing on x64 and ARM
2013-04-03 hpayer@chromium.orgMove DeepCopy of JSObject from runtime to object.
2013-04-02 palfia@homejinni.comMIPS: Deoptimizer support for hydrogen stubs that accep...
2013-04-02 rodolph.perfetta... Fix bugs in softfloat code path.
2013-04-02 mstarzinger... Fix another set of build failures on Windows since...
2013-04-02 mstarzinger... Fix build failure on Windows since r14116.
2013-04-02 mstarzinger... Add parser support for generators.
2013-04-02 dslomov@chromium.orgFix Win64 build
2013-04-02 dslomov@chromium.orgFix CopyBytes to accept size_t for num_bytes
2013-04-02 ulan@chromium.orgCleanup: Rename Simulator::watched_stops to match style...
2013-04-02 ulan@chromium.orgARM: Log an error if /proc/cpuinfo cannot be opened
2013-04-02 mvstanton@chromium.orgDeoptimizer support for hydrogen stubs that accept...
2013-04-02 yurys@chromium.orgIsolatify CPU profiler public API
2013-04-02 yurys@chromium.orgDeprecate HeapSnapshot type
2013-04-02 yurys@chromium.orgIsolatify HeapProfiler
2013-04-02 yurys@chromium.orgIsolatify CPU profiler
2013-04-02 yurys@chromium.orgAllow recording individual samples in addition to the...
2013-04-01 plind44@gmail.comMIPS: Fixed some soft-float bugs.
2013-03-30 plind44@gmail.comMIPS: Make the mips port build cleanly with clang.
2013-03-28 palfia@homejinni.comMIPS: Fix register usage in softfloat code path.
2013-03-28 yangguo@chromium.orgAdd test to check that Function.caller must not expose...
2013-03-28 yangguo@chromium.orgAlways allocate symbols in old space.
2013-03-28 dslomov@chromium.orgCanonicalize NaNs on store to Fast(Float|Double) arrays
2013-03-28 dslomov@chromium.orgWin32 build fix
2013-03-28 dslomov@chromium.orgRelease buold fix
2013-03-28 dslomov@chromium.orgFirst steps towards implementing ArrayBuffer &co in V8
2013-03-28 dslomov@chromium.orgReplace ICStub for array.length with hydrogen stub
2013-03-28 rossberg@chromium.orgES6 symbols: symbol properties should not cause going...
2013-03-28 yangguo@chromium.orgImprove SeqString::Truncate for latest allocated strings.
2013-03-28 yangguo@chromium.orgStack trace API: poison stack frames below the first...
2013-03-27 palfia@homejinni.comMIPS: Small refactoring of r14058.
2013-03-27 hpayer@chromium.orgMake Isolate::GetHeapStatistics robust against half...
2013-03-27 yangguo@chromium.orgAdd test case for missing deopt sequence after forced...
2013-03-26 yangguo@chromium.orgOnly copy with, block and catch scopes in DebugEvaluate.
2013-03-26 ulan@chromium.orgARM: fix dictionary negative lookup.
2013-03-25 plind44@gmail.comMIPS: Generalizing remaining Allocate functions in...
2013-03-25 danno@chromium.orgRemove bogus test flags
2013-03-25 danno@chromium.orgUse code_range()->exists() to determine the size of...
2013-03-25 palfia@homejinni.comMIPS: Change LookupForWrite to always do a full lookup...
2013-03-25 verwaest@chromium.orgCreate a new HandleScope for each JSON-parsed object...
2013-03-25 verwaest@chromium.orgAdd AssertNoAllocation to ensure TransitionArray* trans...
2013-03-25 hpayer@chromium.orgGeneralizing remaining Allocate functions in the macro...
2013-03-25 danno@chromium.orgFix store_mode bug involving polymorphism with external...
2013-03-25 jkummerow@chromium.orgFix crash involving zombie maps escaping from the JSON...
2013-03-25 verwaest@chromium.orgChange LookupForWrite to always do a full lookup and...
2013-03-25 rossberg@chromium.orgRemove GC hazard (temporary handle object)
2013-03-25 yangguo@chromium.orgCorrectly materialize arguments object in Runtime_Debug...
next