platform/upstream/v8.git
2012-03-07 jkummerow@chromium.orgProfiler experiments: Honor postponing of interrupts...
2012-03-07 ulan@chromium.orgIgnore soft heap limit when reserving space.
2012-03-07 yangguo@chromium.orgTweaks to SubStringStub
2012-03-07 svenpanne@chromium.orgMake the runtime entry for setting/changing accessors...
2012-03-07 mstarzinger... Implement --download-data for test harness.
2012-03-07 fschneider... Avoid starting a new basic block when inlining a function.
2012-03-07 svenpanne@chromium.orgCaught yet another escaped hole.
2012-03-07 yangguo@chromium.orgFix compile with debuggersupport=off.
2012-03-07 svenpanne@chromium.orgNever let the hole escape...
2012-03-07 danno@chromium.orgMIPS: Simplify the deopt entry method.
2012-03-07 danno@chromium.orgMIPS: Minor optimizations in Builtins::Generate_Argumen...
2012-03-06 yangguo@chromium.orgMIPS: Port r10939 to x64 and arm (inline Math.random...
2012-03-06 yangguo@chromium.orgPort r10939 to x64 and arm (inline Math.random in crank...
2012-03-06 yangguo@chromium.orgFix nosse2 tests.
2012-03-06 danno@chromium.orgConsistently order receiver and holder argument in...
2012-03-06 yangguo@chromium.orgFix test-random test.
2012-03-06 danno@chromium.orgAutomatically determine ElementsKind name for debug...
2012-03-06 yangguo@chromium.orgRevert r19024 due to performance regressions.
2012-03-06 yangguo@chromium.orgInline Math.random in crankshaft (ia32).
2012-03-06 mstarzinger... Blocks that contain soft deopts have no side effects.
2012-03-06 mstarzinger... Update unicode tables to version 6.1.0.
2012-03-06 svenpanne@chromium.orgRefactorings only: More uses of "To" template and comme...
2012-03-06 ulan@chromium.orgPrepare push to trunk. Now working on version 3.9.16.
2012-03-05 mikhail.naganov... Fix the heap profiler crash caused by memory layout...
2012-03-05 vegorov@chromium.orgEnsure that inner pseudo-chunks are correctly initializ...
2012-03-05 danno@chromium.orgRecfactor core HasElement functionality into ElementsAc...
2012-03-05 danno@chromium.orgMIPS: Inline ordered relational compares of mixed doubl...
2012-03-05 yangguo@chromium.orgGenerate more compact code in regexp assembler with...
2012-03-05 mstarzinger... Enable constructor inlining by default again.
2012-03-05 mstarzinger... Fix Error.prototype.toString to throw TypeError.
2012-03-05 fschneider... Fix column formatting of --hydrogen-stats output by...
2012-03-05 mstarzinger... Fix inlining of strict mode constructors.
2012-03-05 svenpanne@chromium.orgAllocate new AccessorPairs with holes instead of undefined.
2012-03-05 svenpanne@chromium.orgUse an enum for indicating the component of an Accessor...
2012-03-05 yangguo@chromium.orgFix double-rounding in strtod for MinGW.
2012-03-05 yangguo@chromium.orgSimplify silent abort by raising SIGABRT directly.
2012-03-05 yangguo@chromium.orgReland r10908 (Ensure consistent result of transcendent...
2012-03-05 yangguo@chromium.orgRevert r10913.
2012-03-04 yangguo@chromium.orgSet x86 FPU precision to 64-bit for MinGW. Original...
2012-03-03 yangguo@chromium.orgFix MinGW-w64 compilation
2012-03-03 yangguo@chromium.orgFix MinGW64 build.
2012-03-02 mikhail.naganov... Fix corrupted snapshot serializaton on ia32.
2012-03-02 yangguo@chromium.orgRevert r10908 due to flakiness and crashes.
2012-03-02 yangguo@chromium.orgEnsure consistent result of transcendental functions.
2012-03-02 svenpanne@chromium.orgFixed presubmit error.
2012-03-02 svenpanne@chromium.orgRe-land CL 9466047.
2012-03-02 danno@chromium.orgInline ordered relational compares of mixed double...
2012-03-02 fschneider... Make trace-hydrogen output more visualizer-friendly.
2012-03-02 vegorov@chromium.orgDisable constructor inlining.
2012-03-02 yurys@chromium.orgCache result of ScriptNameOrSourceURL function. The...
2012-03-02 vegorov@chromium.orgIntroduce basic type feedback for for-in statements...
2012-03-01 mstarzinger... MIPS: Properly check fast array property in StoreIC...
2012-03-01 fschneider... Prepare push to trunk. Now working on version 3.9.15.
2012-03-01 fschneider... MIPS: Additional explicit zone allocation changes.
2012-03-01 fschneider... Fix a register assignment bug in typed array stores...
2012-03-01 mstarzinger... MIPS: Implement inlined object allocation in Crankshaft.
2012-03-01 erik.corry... MIPS: Fix secondary stub cache and add a test for the...
2012-03-01 mstarzinger... Improve constructor inlining backout.
2012-03-01 yangguo@chromium.orgUpdate test262 expectations concerning 64-bit precision...
2012-03-01 fschneider... Add flag --trace-phase to selectively produce IR trace...
2012-03-01 mstarzinger... Implement inlined object allocation in Crankshaft.
2012-02-29 ulan@chromium.orgPrepare push to trunk. Now working on version 3.9.14.
2012-02-29 jkummerow@chromium.orgProfiler experiments: prevent self-optimization for...
2012-02-29 erik.corry... Fix stub cache on ARM, broken in 10864.
2012-02-29 yangguo@chromium.orgInline one level of recursive call of WriteToFlat for...
2012-02-29 fschneider... Eliminate overflow check after integer add and sub...
2012-02-29 yangguo@chromium.orgChange test262 test expectations regarding inaccurate...
2012-02-29 jkummerow@chromium.orgRevert "Handle CALLBACKS correctly in IsProperty functi...
2012-02-29 danno@chromium.orgRewrite test CHECK to work on all platforms, including...
2012-02-29 rossberg@chromium.orgAST extensions and parsing for import & export declarat...
2012-02-29 vegorov@chromium.orgMIPS: Support fast case for-in in Crankshaft.
2012-02-29 erik.corry... Fix secondary stub cache and add a test for the stub...
2012-02-29 fschneider... MIPS: Pass zone explicitly to zone-allocation on x64...
2012-02-29 mstarzinger... MIPS: Implement inlining of constructor calls.
2012-02-28 ulan@chromium.orgDo not call memset() to initialize StubCache.
2012-02-28 svenpanne@chromium.orgExplicitly use a Zone when allocating Range.
2012-02-28 svenpanne@chromium.orgThread isolate through Property constructor, avoiding...
2012-02-28 yangguo@chromium.orgAdd code kind check before preparing for OSR.
2012-02-28 fschneider... Pass zone explicitly to zone-allocation on x64 and...
2012-02-28 svenpanne@chromium.orgThread the current isolate through a few places, avoidi...
2012-02-28 mstarzinger... Port string construct stub to x64.
2012-02-28 rossberg@chromium.orgFurther refactoring of declarations in the AST:
2012-02-28 ulan@chromium.orgPrepare push to trunk. Now working on version 3.9.13.
2012-02-28 mstarzinger... Fix presubmit errors in previous revision.
2012-02-28 mstarzinger... Implement inlining of constructor calls.
2012-02-28 erik.corry... Fix the negative lookup stub to handle deleted entries...
2012-02-28 svenpanne@chromium.orgHandle CALLBACKS correctly in IsProperty functions.
2012-02-27 mikhail.naganov... Remove now unused CalculateExactRetainedSize function...
2012-02-27 vegorov@chromium.orgAdds a new API where the host can supply a callback...
2012-02-27 vegorov@chromium.orgWhen compiling for-in pass correct context value to...
2012-02-27 jkummerow@chromium.orgMIPS: Profiler experiments: Fix debugger in the presenc...
2012-02-27 yangguo@chromium.orgUpdate break points set with partial file name after...
2012-02-27 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.9.12.
2012-02-27 vegorov@chromium.orgDisable for-in support in Crankshaft while crashes...
2012-02-27 jkummerow@chromium.orgProfiler experiments: fix snapshotting with count-based...
2012-02-27 jkummerow@chromium.orgProfiler experiments: Don't add self-optimization heade...
2012-02-27 jkummerow@chromium.orgProfiler experiments: be more careful when accessing...
2012-02-27 jkummerow@chromium.orgProfiler experiments: Fix debugger in the presence...
2012-02-24 mstarzinger... Remove obsolete test262 test cases from status file.
2012-02-24 rossberg@chromium.orgMake 'module' a context-sensitive keyword.
next