platform/upstream/v8.git
2013-07-05 rossberg@chromium.orgTweak error message
2013-07-05 jkummerow@chromium.orgFix stack alignment corruption for MinGW32 build
2013-07-05 hpayer@chromium.orgSet GVN ChangesNewSpacePromotion for OSR Entry.
2013-07-05 jkummerow@chromium.orgMerge two lines into one for V8_TARGET_ARCH_${arch...
2013-07-05 machenbach... Prepare push to trunk. Now working on version 3.20.3.
2013-07-04 bmeurer@chromium.orgTurn range analysis into proper HPhase.
2013-07-04 palfia@homejinni.comMIPS: Skip cctest/test-serialize tests.
2013-07-04 palfia@homejinni.comSet 5M memory for OutOfMemory and OutOfMemoryNested...
2013-07-04 yurys@chromium.orgRemove deprecated heap profiler methods from V8 public API
2013-07-04 alph@chromium.orgChange the type of system root nodes in heap snapshot...
2013-07-04 yurys@chromium.orgRemove #include "heap-snapshot-generator-inl.h" from...
2013-07-04 dslomov@chromium.orgPlug some memory leaks in parser tests.
2013-07-04 palfia@homejinni.comMIPS: Fix bug in StringConstructCode builtin.
2013-07-04 titzer@chromium.orgFactor out OSR-related graph-building functionality...
2013-07-04 machenbach... Update performance baseline to newest chromium LKGR.
2013-07-03 olivf@chromium.orgRevert "Convert UnaryOpStub to a HydrogenCodeStub"
2013-07-03 yurys@chromium.orgFix Mac compilation after r15484
2013-07-03 yurys@chromium.orgDo not store fp and sp values in TickSample
2013-07-03 jkummerow@chromium.orgRevert "Fix stack alignment corruption for MinGW32...
2013-07-03 yurys@chromium.orgRemove #include "cpu-profiler-inl.h" from v8.h
2013-07-03 jkummerow@chromium.orgFormat stack layout comments for X64
2013-07-03 jkummerow@chromium.orgFix stack alignment corruption for MinGW32 build
2013-07-03 jkummerow@chromium.orgChange mjsunit tests to work with and without the i18n...
2013-07-03 jkummerow@chromium.orgMark i18n functions as native and set proper names
2013-07-03 mstarzinger... GDBJIT: Remove codes when they are garbage collected.
2013-07-03 jkummerow@chromium.orgSort the i18n extension sources correctly.
2013-07-03 jkummerow@chromium.orgFix typo in api.cc
2013-07-03 mstarzinger... Fix GDBJIT compilation on Mac after r15467.
2013-07-03 olivf@chromium.orgConvert UnaryOpStub to a HydrogenCodeStub
2013-07-03 yangguo@chromium.orgAdd 4K more memory for HugeConsStringOutOfMemory test...
2013-07-03 yurys@chromium.orgFix test-cpu-profiler/FunctionCallSample flakiness...
2013-07-03 yurys@chromium.orgRelax test expectations for test-cpu-profiler/FunctionA...
2013-07-03 mstarzinger... Fix compilation on x64 after r15466
2013-07-03 yurys@chromium.orgCorrectly report stack trace when current function...
2013-07-03 mstarzinger... Enable GDBJIT interface for standalone by default.
2013-07-03 mstarzinger... Fix GDBJIT for Linux after r15460.
2013-07-03 bmeurer@chromium.orgReintroduce runtime zone to Isolate.
2013-07-03 jkummerow@chromium.orgImport the v8-i18n extension into v8
2013-07-03 yangguo@chromium.orgFix small mistake in d8.js.
2013-07-03 yangguo@chromium.orgLog deopts with --log-timer-events.
2013-07-03 mstarzinger... Don't return frame by reference in ProcessTopOptimizedF...
2013-07-03 danno@chromium.orgMake MachO gdbjit support compile again
2013-07-02 jkummerow@chromium.orgFix default type feedback returned from the oracle
2013-07-02 mstarzinger... Handlify JSObject::DefineAccessor method.
2013-07-02 yurys@chromium.orgUse stored Isolate pointer instead of Isolate::Current()
2013-07-02 yangguo@chromium.orgInclude statistical profile into profviz.
2013-07-02 mstarzinger... Handlify JSObject::SetPrototype method.
2013-07-02 titzer@chromium.orgRemove HFixedArrayBaseLength instruction and replace...
2013-07-02 yangguo@chromium.orgFix debuggersupport=off build.
2013-07-02 ulan@chromium.orgEnable weak embedded maps in optimized code.
2013-07-02 jkummerow@chromium.orgIntroduce -m64 flag for making x64 when the default...
2013-07-02 jkummerow@chromium.orgNot consider the use representation in unintiliazed...
2013-07-02 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.20.2.
2013-07-02 yurys@chromium.orgIncrease profiling interval for test-cpu-profiler/Funct...
2013-07-02 bmeurer@chromium.orgFix invalid condition introduced with revision 15441.
2013-07-02 rossberg@chromium.orgRevert "Remove BinaryOp::result_type"
2013-07-02 rossberg@chromium.orgRevert "Derive synthetic type bounds for expressions"
2013-07-02 machenbach... Make sticky chromium revision available for perf tests.
2013-07-02 bmeurer@chromium.orgTurn UInt32 analysis into a proper HPhase.
2013-07-02 yangguo@chromium.orgRelax test constraints from r15439 (Join threads after...
2013-07-02 yangguo@chromium.orgJoin threads after stopping.
2013-07-02 bmeurer@chromium.orgTurn escape analysis into a proper HPhase.
2013-07-02 bmeurer@chromium.orgProperly cleanup the transcendental subcaches.
2013-07-02 yurys@chromium.orgCorrectly report callstack when current function is...
2013-07-02 bmeurer@chromium.orgCleanup the default Isolate's entry stack.
2013-07-02 yurys@chromium.orgRevert "Correctly report callstack when current functio...
2013-07-02 loislo@chromium.orgCPUProfiler: propagate scriptId to the front-end
2013-07-01 palfia@homejinni.comMIPS: Fix register usage in ProfileEntryHookStub
2013-07-01 loislo@chromium.orgRevert "CPUProfiler: propagate scriptId to the front...
2013-07-01 loislo@chromium.orgCPUProfiler: propagate scriptId to the front-end
2013-07-01 yangguo@chromium.orgAlso delete optimization jobs in the output queue when...
2013-07-01 danno@chromium.orgRevert r15419: "Generate StoreGlobal stubs with Hydrogen"
2013-07-01 yurys@chromium.orgCorrectly report callstack when current function is...
2013-07-01 rossberg@chromium.orgDerive synthetic type bounds for expressions
2013-07-01 mstarzinger... Implement WeakMap.prototype.clear function.
2013-07-01 prybin@chromium.orgDebug: support breakpoints set in the middle of stateme...
2013-07-01 danno@chromium.orgGenerate StoreGlobal stubs with Hydrogen
2013-07-01 prybin@chromium.orgRevert "Debug: support breakpoints set in the middle...
2013-07-01 mstarzinger... Ensure CheckInitialized is present independent of define.
2013-07-01 prybin@chromium.orgDebug: support breakpoints set in the middle of statement
2013-07-01 yurys@chromium.orgTest that profiler is stopped when isolate is being...
2013-07-01 bmeurer@chromium.orgPlug leaked mutexes in OptimizingCompilerThread.
2013-07-01 bmeurer@chromium.orgNo need to pass profiles to ProfilerEventsProcessor.
2013-07-01 bmeurer@chromium.orgFix compiler error about unused profiles_ field in...
2013-07-01 bmeurer@chromium.orgPlug leaked string stream debug object cache in Isolate.
2013-07-01 mvstanton@chromium.orgGrokdump: new shell command, "lm"
2013-07-01 machenbach... Add broader custom test expectations for blink tests...
2013-07-01 yangguo@chromium.orgRestore message when rethrowing in TryCatch.
2013-07-01 loislo@chromium.orgCpuProfiler: eliminate 2 layers of 4 for CodeCreateEven...
2013-07-01 loislo@chromium.orgRevert "CpuProfiler: eliminate 2 layers of 4 for CodeCr...
2013-07-01 loislo@chromium.orgCpuProfiler: eliminate 2 layers of 4 for CodeCreateEven...
2013-07-01 yangguo@chromium.orgFix infinite loop in regress-opt-after-deopt.
2013-07-01 mvstanton@chromium.orgTest fix - array-feedback.js has a test that only make...
2013-07-01 jkummerow@chromium.orgAdd dependency to ICU 4.6
2013-07-01 machenbach... Remove irrelevant parser test that has SVN issues.
2013-07-01 machenbach... Remove test from blacklist that should pass.
2013-06-28 palfia@homejinni.comMIPS: Fix wrong checkin.
2013-06-28 palfia@homejinni.comMIPS: Improved function entry hook coverage.
2013-06-28 palfia@homejinni.comMIPS: Hydrogen array constructor cleanup and improvements.
2013-06-28 mstarzinger... Use HInstructionIterator more broadly for hydrogen.
next