platform/upstream/v8.git
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.
2012-05-29 mstarzinger... Fix missing write barrier in store field stub.
2012-05-29 rossberg@chromium.orgProxies: Fix receiver for setters inherited from proxies.
2012-05-29 rossberg@chromium.orgProxies: Fix ToStringArray function so that it does...
2012-05-29 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.11.8.
2012-05-29 svenpanne@chromium.orgFixed JSObject::SetPropertyForResult (issue 2153)
2012-05-29 jkummerow@chromium.orgPrevent Windows buildbots from unnecessarily clobbering...
2012-05-25 mstarzinger... Revert r11665, r11666 and r11667 due to slowness.
2012-05-25 verwaest@chromium.orgFixing debug build, missing parentheses
2012-05-25 verwaest@chromium.orgFixing unused Map* in release build
2012-05-25 verwaest@chromium.orgTraversableMap only dependent on DescriptorArray
2012-05-25 svenpanne@chromium.orgEnable map transitions for accessor properties.
2012-05-25 jkummerow@chromium.orgAdd explicit "python" to subprocess args in test wrappe...
2012-05-25 yangguo@chromium.orgFix test.
2012-05-25 yangguo@chromium.orgFix creating substring in string.replace(<global regexp...
2012-05-25 danno@chromium.orgAdd missing FastElements check.
2012-05-25 mstarzinger... Add comment to cctest status file.
2012-05-24 jkummerow@chromium.orgUpdate svn:ignore properties to ignore the following...
2012-05-24 yurys@chromium.orgClear pending functions list in FuncNameInferrer when...
2012-05-24 yangguo@chromium.orgmessages.js: Get better function names in stack traces.
2012-05-24 svenpanne@chromium.orgRe-land: Use map transitions when defining accessor...
2012-05-24 mmassi@chromium.orgBroke line longer than 80 chars.
2012-05-24 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.11.7.
2012-05-24 mmassi@chromium.orgMIPS: Array index computation dehoisting.
2012-05-24 jkummerow@chromium.orgSpeculative fix for ChromiumOS(ARM) cross-compile buildbots
2012-05-24 yangguo@chromium.orgFix lint check.
2012-05-24 yangguo@chromium.orgMIPS: Implement loop for global regexps in regexp assem...
2012-05-23 danno@chromium.orgFix build and test failures from packed array optimizat...
2012-05-23 mstarzinger... Fix RegExp.prototype.toString for incompatible receivers.
2012-05-23 danno@chromium.orgImplement tracking and optimizations of packed arrays
2012-05-23 mstarzinger... Prepare push to trunk. Now working on version 3.11.6.
2012-05-23 mstarzinger... Fix presubmit error in r11630.
2012-05-23 yangguo@chromium.orgFix argument passing to generated regexp code in Win64.
2012-05-23 mstarzinger... Change sentinel value for zapping of old-to-new pointers.
2012-05-23 mstarzinger... Fix harness for fuzzer to run for 100 iterations only.
next