platform/upstream/v8.git
2012-06-13 yangguo@chromium.orgEnsure removing processed command line arguments.
2012-06-13 yangguo@chromium.orgRemove faster ticks for debug mode.
2012-06-13 erik.corry... postmortem: fix postmortem build
2012-06-13 mstarzinger... Fix performance regression caused by r11202.
2012-06-13 mmassi@chromium.orgPrepare push to trunk. Now working on version 3.12.0.
2012-06-13 mstarzinger... Revert r11782, r11783 and r11790 due to Webkit failures.
2012-06-13 alexeif@chromium.orgFix failing STATIC_CHECK on Windows.
2012-06-13 erik.corry... MIPS: Add negative lookups to polymorphic loads in...
2012-06-13 alexeif@chromium.orgImplement heap profiler memory usage reporting.
2012-06-13 erikcorryFix r11780 to avoid bugs where near branches are used...
2012-06-13 ulan@chromium.orgReturn an error when parsing invalid dates where a...
2012-06-13 mstarzinger... Adapt pre-parser heuristics for lazy compilation.
2012-06-13 danno@chromium.orgMIPS: Eliminate redundant smi checks
2012-06-13 yangguo@chromium.orgFix GCC 4.6 build.
2012-06-13 svenpanne@chromium.orgMIPS: Small fix for r11771 (1b74d45b).
2012-06-12 erik.corry... Revert r11778 "Activate packed array optimizations...
2012-06-12 svenpanne@chromium.orgMartyn Capewell <m.m.capewell@googlemail.com>
2012-06-12 mstarzinger... Fix failing assertion in r11782.
2012-06-12 mstarzinger... Enable lazy compilation for non-trivial outer contexts.
2012-06-12 erik.corry... Force inlining of some hot functions (problem reported...
2012-06-12 erikcorryAdd negative lookups to polymorphic loads in Crankshaft.
2012-06-12 danno@chromium.orgActivate packed array optimizations by default
2012-06-12 danno@chromium.orgOptimization of some packed array cases.
2012-06-12 mstarzinger... Temporarily disable debugger test on ARM.
2012-06-12 yangguo@chromium.orgDisable array bounds checks elimination by default.
2012-06-12 danno@chromium.orgEliminate redundant smi checks
2012-06-12 vegorov@chromium.orgFix arm build.
2012-06-12 vegorov@chromium.orgReimplement dynamic frame alignment for frames that...
2012-06-12 svenpanne@chromium.orgImplemented StoreIC for setters.
2012-06-12 svenpanne@chromium.orgPresubmit fix.
2012-06-12 svenpanne@chromium.orgMIPS: Remove TLS access for current Zone.
2012-06-12 yangguo@chromium.orgMIPS: Reland r11753: Fix try..finally.
2012-06-12 yangguo@chromium.orgPort r11704 to MIPS.
2012-06-11 ulan@chromium.orgReland r11425 "Re-enable optimization for hot functions...
2012-06-11 sanjoy@chromium.orgAssemblerBase does not need remember a Zone. Fix this.
2012-06-11 yangguo@chromium.orgReland r11753: Fix try..finally.
2012-06-11 sanjoy@chromium.orgRemove TLS access for current Zone.
2012-06-11 erikcorryFix lint.
2012-06-11 jkummerow@chromium.orgClean up some minor stuff in test expectation files
2012-06-11 mmassi@chromium.orgAdd guard against self assignment.
2012-06-11 yangguo@chromium.orgRevert r11753.
2012-06-11 erikcorryFix optimization of Unicode regexp with ASCII subject...
2012-06-11 yangguo@chromium.orgPreserve error message during finally block in try...
2012-06-11 danno@chromium.orgFix EnsureCanContainElements to properly handle double...
2012-06-11 verwaest@chromium.orgPromoting elements transitions to their own field.
2012-06-08 jkummerow@chromium.orgRemove --crankshaft flag from the test infrastructure.
2012-06-08 ulan@chromium.orgAdjust Android heap sizes.
2012-06-08 danno@chromium.orgOptimistically assume that elements IC only transition...
2012-06-08 svenpanne@chromium.orgMake clang/GCMole happy.
2012-06-08 vegorov@chromium.orgImprove representation inference
2012-06-08 svenpanne@chromium.orgTentative fix for overly clever Mac compiler.
2012-06-08 svenpanne@chromium.orgAdded LoadIC stub for getters.
2012-06-08 mstarzinger... Implement implicit instance checks for API accessors.
2012-06-07 erik.corry... More tests for r11732 syntax based fast-mode heuristics.
2012-06-07 erik.corry... Use the syntax of a property addition as a hint for...
2012-06-06 mstarzinger... Fix CompileFullCodeForDebugging to compile closure.
2012-06-06 svenpanne@chromium.orgUnbreak MIPS build after recent zone-related changes
2012-06-06 danno@chromium.orgOptimize write barrier of map-only elements transitions
2012-06-06 alexeif@chromium.orgSerialize edge counts instead of indexes in heap snapshot.
2012-06-06 erik.corry... Keep track of which maps are associated with prototype...
2012-06-06 mstarzinger... Cleanup Runtime_SetCode and drop EnsureCompiled.
2012-06-06 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.11.10.
2012-06-06 yangguo@chromium.orgFix assertion in the debug agent.
2012-06-06 erik.corry... Remove CheckNotRegistersEqual regexp-masm function...
2012-06-05 yangguo@chromium.orgCorrectly check length when allocating string.
2012-06-05 rossberg@chromium.orgRemove one more case behind --es5_readonly flag.
2012-06-05 ulan@chromium.orgRevert one line from r11715 because of a test failure...
2012-06-05 rossberg@chromium.orgMIPS: Implement correct checking for inherited readonli...
2012-06-05 rossberg@chromium.orgTemporarily hack test frameworks to use the temporary...
2012-06-05 ulan@chromium.orgReplace SharedFunctionInfo::EnsureCompiled with JSFunct...
2012-06-05 rossberg@chromium.orgPut inherited readonliness behind a flag,
2012-06-05 verwaest@chromium.orgClearNonLiveTransitions has to hold on to non-map values.
2012-06-05 mmassi@chromium.orgTransform HGlobalValueNumberer::AnalyzeBlock from recur...
2012-06-04 sanjoy@chromium.orgProgress towards making Zones independent of Isolates...
2012-06-04 danno@chromium.orgMIPS: Fix several bugs that cause crashes in soft-float...
2012-06-04 mstarzinger... Remove temporary debug print from test wrapper.
2012-06-04 erik.corry... Fix bug in __proto__ assignment transition cache where...
2012-06-04 yangguo@chromium.orgFix deadlock when terminating debugger session.
2012-06-04 yangguo@chromium.orgRemove unnecessary code for non-zero-length global...
2012-06-04 verwaest@chromium.orgMerging ContentArray into DescriptorArray
2012-06-01 loislo@chromium.orgExpose last seen heap object id via v8 public api.
2012-06-01 mstarzinger... Fix grokdump inspector search for invalid addresses.
2012-06-01 rossberg@chromium.orgSTATIC_ASSERT is not available in shared build.
2012-06-01 rossberg@chromium.orgSilence Windows warning.
2012-06-01 rossberg@chromium.orgClean up d8 ArrayBuffer implementation and fix bug...
2012-06-01 rossberg@chromium.orgAdapt test expectations (fewer tests failing).
2012-06-01 erik.corry... Limit work done analyzing regexps with very large fanout.
2012-06-01 rossberg@chromium.orgFix merge issue.
2012-06-01 rossberg@chromium.orgImplement correct checking for inherited readonliness...
2012-06-01 verwaest@chromium.orgClearNonLiveTransitions indepedent of ContentArray
2012-05-31 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.11.9.
2012-05-31 erikcorryReport syntax errors in natives when building with...
2012-05-31 erik.corry... Avoid overdeep recursion in regexp where a guarded...
2012-05-31 erik.corry... Revert r11681 https://chromiumcodereview.appspot.com...
2012-05-31 mstarzinger... Implement grokdump annotations for well-known objects.
2012-05-30 verwaest@chromium.orgDecoupling MarkDescriptorArray as much as possible...
2012-05-30 verwaest@chromium.orgTraversableMap only dependent on DescriptorArray
2012-05-30 erik.corry... Keep track of which maps are associated with prototype...
2012-05-30 rossberg@chromium.orgFix broken change to d8 typed arrays.
2012-05-30 rossberg@chromium.orgSome clean-up of typed array support in d8.
next