platform/upstream/v8.git
2012-04-26 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.10.7.
2012-04-26 yangguo@chromium.orgRemove unused variable in src/platform-solaris.cc.
2012-04-25 peter.rybin... Add "step in recommended" to LiveEdit response object.
2012-04-25 danno@chromium.orgFix 64-bit windows size_t assert
2012-04-25 mmassi@chromium.orgEliminate redundant array bound checks (checks already...
2012-04-25 mstarzinger... Fix deopted construct stub frame to contain code object.
2012-04-25 erik.corry... Temporarily disable some heap verification while test...
2012-04-25 danno@chromium.orgUse safe string utilities to fix Windows build error.
2012-04-25 danno@chromium.orgImprove --trace-gvn debug output
2012-04-25 erik.corry... Fix release build. Add comment accidentally omitted...
2012-04-25 erik.corry... Make --stress-compaction more stressful.
2012-04-25 alexeif@chromium.orgAdd field names to Code, ConsString, and JSGlobalProper...
2012-04-25 mstarzinger... Make String::Empty inlineable.
2012-04-24 fschneider... Attempt to fix Win32 build by avoiding a compiler intri...
2012-04-24 fschneider... Optimise Math.floor(x/y) to use integer division for...
2012-04-24 mstarzinger... Make Isolate::GetData and Isolate::SetData inlineable.
2012-04-24 ulan@chromium.orgRe-enable optimization for hot functions that have...
2012-04-24 alexeif@chromium.orgRefactoring of heap profiler: split ExtractReferences...
2012-04-24 erik.corry... Remove some unused stuff from regexp implementation.
2012-04-23 erik.corry... Fix some bugs in accessing details of the lastest regexp
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...
next