platform/upstream/v8.git
2012-04-23 fschneider... Revert r11420 because Win32 compilation was broken.
2012-04-23 fschneider... optimise Math.floor(x/y) to use integer divisiion for...
2012-04-23 mstarzinger... Fix compile failure on Mac in r11417.
2012-04-23 alexeif@chromium.orgShow names of the context fields in heap snapshot.
2012-04-23 mstarzinger... Make static API getters inlineable again.
2012-04-23 mstarzinger... Fix source property of empty RegExp objects.
2012-04-23 erikcorryRemove unused IsNan function
2012-04-23 mstarzinger... Prepare push to trunk. Now working on version 3.10.6.
2012-04-23 alexeif@chromium.orgExclude filler maps from object properties in heap...
2012-04-23 alexeif@chromium.orgAdd names to GlobalObject inline properties in heap...
2012-04-20 peter.rybin... Issue 2089 Expose value wrapper's inner values
2012-04-20 yangguo@chromium.orgDisabling stepping into callback function of String...
2012-04-20 erikcorryMIPS: Do the qNaN fixup at de-serialization time. ...
2012-04-20 alexeif@chromium.orgEliminate internal and hidden links to oddballs and...
2012-04-20 alexeif@chromium.orgAdd missing named fields to SharedFunctionInfo in heap...
2012-04-20 rossberg@chromium.orgPut new global var semantics behind a flag until WebKit...
2012-04-20 mstarzinger... MIPS: Port function call type-feedback cells to x64...
2012-04-20 fschneider... Remove dead code from our JS builtin-code in math.js.
2012-04-20 yangguo@chromium.orgEnable stepping into callback passed to builtins (e...
2012-04-20 jkummerow@chromium.orgRelax test-debug/ThreadedDebugging to stop flakiness.
2012-04-20 svenpanne@chromium.orgReplaced the --limit-inling flag by three separate...
2012-04-20 fschneider... Fix bug in forced-deletion of globals.
2012-04-20 svenpanne@chromium.orgFlush PC-to-code cache before doing verification.
2012-04-19 fschneider... Finish refactoring done for ia32 for the other platforms.
2012-04-19 alexeif@chromium.orgFix includes order.
2012-04-19 alexeif@chromium.orgShow names for the strong roots in heap snapshot.
2012-04-19 mstarzinger... Port function call type-feedback cells to x64 and ARM.
2012-04-19 fschneider... Optimize ~~(expr) in optimized code.
2012-04-19 alexeif@chromium.orgHide internal references pointing to the empty array...
2012-04-19 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.10.5.
2012-04-19 mstarzinger... Fix issues when stressing compaction with WeakMaps.
2012-04-19 yangguo@chromium.orgFix presubmit check for the case when cpplint fails.
2012-04-19 svenpanne@chromium.orgFix mod on ia32 without SSE2.
2012-04-19 mstarzinger... Fix missing GVN flag for new-space promotion.
2012-04-19 svenpanne@chromium.orgFixed type transitions for mod on ia32.
2012-04-18 mstarzinger... Revert r11376 and r11379 due to compile failures on...
2012-04-18 mstarzinger... Fix presubmit failure in r11376.
2012-04-18 alexeif@chromium.orgAlways show link to prototype transitions in heap snapshot.
2012-04-18 mstarzinger... Make static API getters inlineable.
2012-04-18 mstarzinger... Make Value::IsUndefined and Value::IsNull inlineable.
2012-04-18 rossberg@chromium.orgMIPS: Implement rudimentary module linking.
2012-04-18 rossberg@chromium.orgMIPS: Refactor code generation for global declarations.
2012-04-18 rossberg@chromium.orgMIPS: Refactoring of code generation for declarations...
2012-04-18 svenpanne@chromium.orgMake functions with switch statements inlinable.
2012-04-18 yangguo@chromium.orgMIPS: Make SubStringStub more robust with unsafe arguments.
2012-04-18 vegorov@chromium.orgMIPS: Skip canonicalization check in LStoreKeyedFastDou...
2012-04-18 vegorov@chromium.orgMIPS: fix-up after r11344
2012-04-18 vegorov@chromium.orgSimplify invocation sequence at monomorphic function...
2012-04-18 yangguo@chromium.orgFix typo in power_double_double
2012-04-17 yangguo@chromium.orgFix incorrect Math.pow() calculations on MinGW-w64.
2012-04-17 jkummerow@chromium.orgFix typo in lazy-instance.h.
2012-04-17 alexeif@chromium.orgRemove Debug object from the user roots in heap profiler.
2012-04-17 yangguo@chromium.orgFix MinGW-w64 GCC 4.7 compilation
2012-04-17 yangguo@chromium.orgUse ldexp instead of pow for more accuracy.
2012-04-17 loislo@chromium.orgPush heap stats as HeapStatsUpdate struct instead of...
2012-04-17 erik.corry... Prepare push to trunk. We are now working on 3.10.4.
2012-04-17 loislo@chromium.orgEmbed entries_ list into HeapObjectsMap by value.
2012-04-17 mstarzinger... Fix fast array literals to ignore prototype chain.
2012-04-17 yangguo@chromium.orgMake SubStringStub more robust wrt unsafe arguments.
2012-04-17 kmillikin@chromium.orgFix a bug in heap profile tracing of closures.
2012-04-17 vegorov@chromium.orgProcess weak references between optimized JSFunctions...
2012-04-17 yurys@chromium.orgRemove extra whitespace added in r11339
2012-04-17 erik.corry... Regexp: Unify the lookahead code for the BoyerMoore...
2012-04-17 vegorov@chromium.orgTry aligning unboxed double array backing store in...
2012-04-17 svenpanne@chromium.orgTiny DescriptorArray cleanup.
2012-04-16 mstarzinger... Fix malformed test262 status file in r11341.
2012-04-16 mstarzinger... Mark test262 failure for known issue.
2012-04-16 mstarzinger... Fix illegal escape-sequences to throw syntax errors.
2012-04-16 yurys@chromium.orgAdd method for resolving SnapshotObjectId by given...
2012-04-16 rossberg@chromium.orgImplement rudimentary module linking.
2012-04-16 alexeif@chromium.orgExternal references should not affect dominance relation.
2012-04-16 jkummerow@chromium.orgfix unused variables in test-heap-profiler.cc to fix...
2012-04-16 rossberg@chromium.orgImplement ES5 erratum: global declarations shadow inher...
2012-04-16 rossberg@chromium.orgRefactor code generation for global declarations.
2012-04-16 rossberg@chromium.orgRefactoring of code generation for declarations, in...
2012-04-16 svenpanne@chromium.orgImproved printing of HBitwise instructions.
2012-04-16 mstarzinger... Add PushAddress(ExternalReference) for X64.
2012-04-16 ulan@chromium.orgProvide structures from <ucontext.h> for Android.
2012-04-16 loislo@chromium.orgAdd size metric into Heap Stats.
2012-04-16 yangguo@chromium.orgFix lineprocessor sample and include it in the gyp...
2012-04-16 ulan@chromium.orgFix fast API call for MinGW-w64
2012-04-16 mstarzinger... Fix test262 harness to purge old data directory.
2012-04-16 mstarzinger... Fix handling of this in Array.prototype.concat method.
2012-04-13 mstarzinger... Update to most recent test262 version.
2012-04-13 jkummerow@chromium.orgSmall improvements to push-to-trunk.sh and merge-to...
2012-04-13 svenpanne@chromium.orgValgrind cleanliness, part 6: Introduce OS::TearDown...
2012-04-13 mstarzinger... MIPS: Add isolate accessor to AccessorInfo and Arguments.
2012-04-13 fschneider... MIPS: Improve performance of keyed loads/stores which...
2012-04-13 alexeif@chromium.orgSplit nodes and edges into separate arrays in heap...
2012-04-13 erik.corry... MIPS: Implement CheckNotCharacterAfterMinusAnd. This...
2012-04-13 mstarzinger... Fix r11306 to use external references on X64.
2012-04-13 erik.corry... Regexp.rightContext was still not quite right. Fixed and
2012-04-13 jkummerow@chromium.orgProvide empty default implementation of OutputStream...
2012-04-13 mstarzinger... Fix several ancient presubmit failures.
2012-04-13 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.10.3.
2012-04-13 mstarzinger... Add isolate accessor to AccessorInfo and Arguments.
2012-04-13 svenpanne@chromium.orgPrepare DefinePropertyAccessor for callback transitions.
2012-04-13 loislo@chromium.orgBuild fix for Mac.
2012-04-13 jkummerow@chromium.orgMIPS: Increase external array allocation header size...
2012-04-13 loislo@chromium.orgThis patch is introducing a way to grab heap stats.
next