platform/upstream/v8.git
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...
2013-03-23 palfia@homejinni.comMIPS: ES6 symbols: turn symbols into a proper primitive...
2013-03-22 adamk@chromium.orgFix %GetArrayKeys to not skip non-enumerable indices
2013-03-22 rossberg@chromium.orgES6 symbols: prevent reflection, proxy, and observe...
2013-03-22 rossberg@chromium.orgES6 symbols: implement name property
2013-03-22 yangguo@chromium.orgFix global object check in %IsObserved and %SetIsObserved.
2013-03-22 rossberg@chromium.orgES6 symbols: turn symbols into a proper primitive type
2013-03-22 adamk@chromium.orgFix bogus left-shifts in Array tests
2013-03-22 mstarzinger... Remove some obsolete handle operation wrappers.
2013-03-22 mstarzinger... Put zapping of local handles behind the extra checks...
2013-03-22 danno@chromium.orgFix bugs in previous_ast_id tracking
2013-03-22 yangguo@chromium.orgPort Latin-1 changes to the interpreted regexp.
2013-03-22 yangguo@chromium.orgRestore correct regression test for crbug/146910.
2013-03-22 yangguo@chromium.orgFix JSON.stringifier's slow path wrt external strings.
2013-03-21 peter.rybin... Fix isolate getter in DebugAgent
2013-03-21 mstarzinger... Fix compilation failure on Win64 since r14020.
2013-03-21 danno@chromium.orgPrepare push to trunk. Now working on version 3.17.16.
2013-03-21 danno@chromium.orgMaintain API compatibility with older versions of V8.
2013-03-21 jkummerow@chromium.orgDelete leftover debugging code from InitializeMathExpData()
2013-03-21 mstarzinger... Use internal memcpy for PatchPlatformCodeAge as well.
2013-03-21 mstarzinger... Disable zapping of global handles in release mode.
2013-03-21 verwaest@chromium.orgAlways mark the entire valid prefix of the descriptor...
2013-03-21 jkummerow@chromium.orgAdded Hannes and Dmitry to OWNERS
2013-03-21 mstarzinger... Lower limit for complex memcpy on non-ia32 architectures.
2013-03-21 jkummerow@chromium.orgEnable extra API checks, add a check for zapped global...
2013-03-21 yangguo@chromium.orgUnify code for fast and slow path of JSON.stringify.
2013-03-21 yangguo@chromium.orgAdd methods to allow resuming execution after calling...
2013-03-21 mstarzinger... Remove instrumentation for Code::CopyFrom crasher.
2013-03-21 mstarzinger... Use internal memcpy for CopyWords and when copying...
2013-03-21 yangguo@chromium.orgSimplify debug evaluate.
2013-03-20 palfia@homejinni.comMIPS: Implement many KeyedStoreStubs using Crankshaft
2013-03-20 danno@chromium.orgAdd Paul Lind to the MIPS OWNER file
2013-03-20 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.17.15.
2013-03-20 palfia@homejinni.comMIPS: Critical fix for label binding in RegExp engine...
2013-03-20 dslomov@chromium.orgRemove more boilerplate (missed after rebase)
2013-03-20 mstarzinger... Use internal memcpy when initializing code objects.
2013-03-20 ulan@chromium.orgDisable weak embedded maps because of crashes.
2013-03-20 yurys@chromium.orgMSVS compilation fix after r14006
2013-03-20 yangguo@chromium.orgExtend test coverage for JSON.stringify's slow path.
2013-03-20 verwaest@chromium.orgExplicitly pass the isolate to create handles in ic.cc
2013-03-20 yurys@chromium.orgIsolatify CPU profiler public API
2013-03-20 yurys@chromium.orgDeprecate HeapSnapshot type
2013-03-20 dslomov@chromium.orgFixed whitespace
2013-03-20 dslomov@chromium.orgRemove boilerplate code from HydrogenCodeStubs
2013-03-20 mstarzinger... Make GDBJIT interface compile again.
2013-03-20 danno@chromium.orgImplement many KeyedStoreStubs using Crankshaft
2013-03-20 yangguo@chromium.orgFix tests that fail on GC stress tests.
2013-03-20 verwaest@chromium.orgUpdate instance types in grokdump.
2013-03-20 mstarzinger... Fix handling of context creation failure since r13978.
2013-03-20 yurys@chromium.orgIsolatify HeapProfiler
2013-03-19 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.17.14.
2013-03-19 mstarzinger... Add more instrumentation for Code::CopyFrom crasher.
2013-03-19 yurys@chromium.orgSort forward declarations in v8.h in alphabetical order
next