platform/upstream/v8.git
2013-03-01 rossberg@chromium.orgES6 symbols: Introduce Symbol class, along with abstrac...
2013-02-28 yangguo@chromium.orgSimplify line editor choice in d8.
2013-02-28 rossberg@chromium.orgRenamed "symbols" to "internalized strings" throughout...
2013-02-28 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.17.7.
2013-02-28 hpayer@chromium.orgTurn off parallel and concurrent sweeping on system...
2013-02-28 hpayer@chromium.orgSet unswept free bytes for concurent sweeper.
2013-02-28 rossberg@chromium.orgMinor cleanup of CompareIC state
2013-02-28 mstarzinger... Revert "Reapply optimization of DeoptimizeIf for ia32...
2013-02-28 yangguo@chromium.orgFix math.round with SSE4.1.
2013-02-27 yangguo@chromium.orgFix wrong test in r13766 (Insert conversion to string...
2013-02-27 verwaest@chromium.orgOrder arguments of ComputeMonomorphicFlags to match...
2013-02-27 verwaest@chromium.orgCurrently this mostly just moves code around.
2013-02-27 mstarzinger... Reapply optimization of DeoptimizeIf for ia32 broken...
2013-02-27 yangguo@chromium.orgInsert conversion to string in string.replace.
2013-02-27 svenpanne@chromium.orgMiscellaneous profile-driven Isolate plumbing.
2013-02-27 yangguo@chromium.orgHandle negative input in inlined Math.round on Intel...
2013-02-27 mstarzinger... Fix materialization of arguments objects with unknown...
2013-02-27 yangguo@chromium.orgMake message listener API backwards compatible.
2013-02-27 yangguo@chromium.orgRefactor implementation for String.prototype.replace.
2013-02-27 hpayer@chromium.orgIncrease acceptable boot up memory size in tests for...
2013-02-27 svenpanne@chromium.orgAvoid TLS accesses in Object::Lookup and Object::GetPro...
2013-02-27 hpayer@chromium.orgShrinking of PagedSpace is done only by sweeper.
2013-02-27 hpayer@chromium.orgAdded system thread manager class.
2013-02-27 svenpanne@chromium.orgAdded Isolate parameter to CodeStub::GetCode().
2013-02-27 svenpanne@chromium.orgAvoid HEAP macro in spaces.cc
2013-02-27 jkummerow@chromium.orgNormalized map copies should not share code caches
2013-02-27 ulan@chromium.orgDisable regress-crbug-160010 for Android because it...
2013-02-27 ulan@chromium.orgARM: Fix disassembly of some VFP instructions with...
2013-02-27 jkummerow@chromium.orgInteger HConstants don't need to kDependsOnOsrEntries
2013-02-27 jkummerow@chromium.orgClean up mjsunit/array-bounds-check-removal
2013-02-27 hpayer@chromium.orgSet default number of sweeper threads to two.
2013-02-27 ulan@chromium.orgEmit VMLS for multiply-subtract on ARM.
2013-02-27 mstarzinger... Prepare push to trunk. Now working on version 3.17.6.
2013-02-26 mstarzinger... Fix SSE2 scope being too broad in DoCmpIDAndBranch.
2013-02-26 palfia@homejinni.comMIPS: Combine %_SubString and %_StringCharAt.
2013-02-26 adamk@chromium.orgRemove duplication and unnecessary HandleScope from...
2013-02-26 yurys@chromium.orgSend SIGPROF signals on the profiler event processor...
2013-02-26 ulan@chromium.org[Android] Fix v8_shell compilation for Android componen...
2013-02-26 ulan@chromium.orgVisit stored context when iterating stack for optimized...
2013-02-26 mstarzinger... Compile FastCloneShallowObjectStub using Crankshaft.
2013-02-26 yurys@chromium.orgUse boolean instead of Atomic32 for is_profiling_ flag
2013-02-26 dcarney@chromium.orgFix overflow in WriteQuoteJsonString and SlowQuoteJsonS...
2013-02-26 yangguo@chromium.orgFix bogus regexp test.
2013-02-26 mstarzinger... Make __proto__ a foreign callback on Object.prototype.
2013-02-26 yangguo@chromium.orgRefactor RegExpStub to check lazily.
2013-02-25 adamk@chromium.orgMove extensibility check to the top of Object.isFrozen...
2013-02-25 adamk@chromium.orgSpeed up non-interceptor case of Object.getOwnPropertyNames
2013-02-25 ulan@chromium.orgDebugger: ScopeMirror has N^2 algorithm when building...
2013-02-25 jkummerow@chromium.orgMIPS: Add android build support for mips in gyp.
2013-02-25 ulan@chromium.orgARM: Make DoStoreKeyedFixedDoubleArray faster; don...
2013-02-25 loislo@chromium.orgFix for HeapSnapshotAddressReuse test case.
2013-02-25 ulan@chromium.orgPrepare push to trunk. Now working on version 3.17.5.
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-02-25 danno@chromium.orgFix bugs in generating and printing of Crankshaft stubs
2013-02-25 ulan@chromium.orgZap holes in dependent code array after deoptimizing...
2013-02-25 ulan@chromium.orgRevert r13699 "Debugger: ScopeMirror has N^2 algorithm...
2013-02-21 ulan@chromium.orgPrepare push to trunk. Now working on version 3.17.4.
2013-02-21 svenpanne@chromium.orgForced inlining of some GC-related methods.
2013-02-21 loislo@chromium.orgHeap snapshot doesn't detect the fact that an old objec...
2013-02-21 hpayer@chromium.orgRelease evacuation candidates after parallel sweeper...
2013-02-21 yangguo@chromium.orgFix windows build warnings.
2013-02-21 loislo@chromium.orgSplit profile-generator
2013-02-21 yangguo@chromium.orgConstant fold math and string operations.
2013-02-21 jkummerow@chromium.orgAvoid creating unnecessary branches in Hydrogen
2013-02-21 mmassi@chromium.orgFixed numeric relations on HPhi instances.
2013-02-21 yangguo@chromium.orgHandlify escape and unescape.
2013-02-21 mmassi@chromium.orgAlso check if the length ia a smi in a HBoundsCheck.
2013-02-20 yangguo@chromium.orgCombine %_SubString and %_StringCharAt.
2013-02-20 yangguo@chromium.orgDebugger: ScopeMirror has N^2 algorithm when building...
2013-02-20 mstarzinger... Ensure deopt entries have no relocation information.
2013-02-20 ulan@chromium.orgRemove prototype checks for leaf maps in optimized...
2013-02-19 mmassi@chromium.orgRemove purely informative definitions from the graph.
2013-02-19 jkummerow@chromium.orgMIPS: Fix mips gyp build for chromium.
2013-02-19 mmassi@chromium.orgFix HCheckSmiOrInt32 fake observed representation.
2013-02-19 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.17.3.
2013-02-19 ulan@chromium.orgRemove bogus check for TOP register in deoptimizer.
2013-02-19 hpayer@chromium.orgPrecise GC time measurements.
2013-02-19 mstarzinger... Cleanup code-stub interface descriptor initialization.
2013-02-19 mstarzinger... Update grokdump to reflect current heap layout.
2013-02-18 danno@chromium.orgImprove the JitCodeEventHandler API to add support...
2013-02-18 palfia@homejinni.comMIPS: Split AccessorInfo into DeclaredAccessorInfo...
2013-02-18 yangguo@chromium.orgFix bogus assertion.
2013-02-18 yangguo@chromium.orgFix bogus assertion.
2013-02-18 yangguo@chromium.orgEnable Latin-1
2013-02-18 yangguo@chromium.orgRevert part of r13678 (InternalPackedArray).
2013-02-18 mstarzinger... Change and disable global handle zapping.
2013-02-15 yangguo@chromium.orgRemove wrong uses of InternalPackedArray.
2013-02-15 yangguo@chromium.orgIntroduce InternalPackedArray.
2013-02-15 palfia@homejinni.comARM: Remove unused flag in lithium-codegen.
2013-02-15 hpayer@chromium.orgDetermine number of available cores on all platforms.
2013-02-15 mstarzinger... Add zapping of disposed persistent handles.
2013-02-15 svenpanne@chromium.orgMake the Isolate parameter mandatory for internal Handl...
2013-02-14 mstarzinger... Fix f.apply() optimization when declared arguments...
2013-02-14 ulan@chromium.orgPrepare push to trunk. Now working on version 3.17.2.
2013-02-14 ulan@chromium.orgRegister dependent codes before populating deoptimizati...
2013-02-14 ulan@chromium.orgARM: Change signature for vmov.32 function in the assembler
2013-02-14 mstarzinger... Unflakify SetJitCodeEventHandler test case.
2013-02-14 ulan@chromium.orgEnable weak embedded maps in optimized code by default.
2013-02-14 mstarzinger... Allow full inlining of f.apply(this, arguments) calls.
2013-02-13 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.17.1.
next