platform/upstream/v8.git
2012-03-13 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.9.19.
2012-03-12 yangguo@chromium.orgRemove static Mutex from math function intializers.
2012-03-12 fschneider... Use lazy instance initializer to remove static initiali...
2012-03-12 erik.corry... Fix compile warning on 64 bit Windows.
2012-03-12 yangguo@chromium.orgEnsure consistency of Math.sqrt on Intel platforms.
2012-03-12 fschneider... Fix broken build on Win32 due to r11010.
2012-03-12 fschneider... Landing for pliard@chromium.org: Remove static initiali...
2012-03-12 erik.corry... Unbreak Windows build after UTF-16 change (sys/types...
2012-03-12 vegorov@chromium.orgInline functions that use arguments object in f.apply...
2012-03-12 erik.corry... Fix input and output to handle UTF16 surrogate pairs.
2012-03-12 mstarzinger... Fix missing initialization of mark-compact flags.
2012-03-12 jkummerow@chromium.orgAdd explicit dependency on v8_base
2012-03-12 yangguo@chromium.orgFix heuristic triggering incremental marking.
2012-03-12 ulan@chromium.orgMIPS: Port Date-related changes.
2012-03-12 yangguo@chromium.orgMIPS: Inline inequality compares of strings into Compar...
2012-03-12 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.9.18.
2012-03-11 loislo@chromium.orgV8 crashes when profile generator allocates a buffer...
2012-03-11 loislo@chromium.orgStyle fix after reapplying the patch r10996.
2012-03-11 loislo@chromium.orgWe have a problem with really big apps. The snapshot...
2012-03-11 loislo@chromium.orgRevert "We have a problem with really big apps. The...
2012-03-11 loislo@chromium.orgWe have a problem with really big apps. The snapshot...
2012-03-09 yangguo@chromium.orgFixed VFP detection through compiler defines.
2012-03-09 jkummerow@chromium.orgProfiler experiments: update flag default values.
2012-03-09 jkummerow@chromium.orgProfiler experiments: merge self-optimization code...
2012-03-09 danno@chromium.orgFix presubmit problem with elements template macro
2012-03-09 danno@chromium.orgImplement efficient element copying in ElementsAccessors.
2012-03-09 yangguo@chromium.orgInline inequality compares of strings into CompareICStu...
2012-03-09 ulan@chromium.orgFix compile errors on Windows introduced by r10983.
2012-03-09 vegorov@chromium.orgAdd Code-related fields to postmortem metadata
2012-03-09 vegorov@chromium.orgMIPS: Introduce basic type feedback for for-in statemen...
2012-03-09 rossberg@chromium.orgFix warning.
2012-03-09 ulan@chromium.orgImplement date library functions in C++.
2012-03-09 rossberg@chromium.orgImplement caching scheme for Date fields.
2012-03-09 rossberg@chromium.orgNew class for Date objects: caches individual date...
2012-03-09 erik.corry... Prepare push to trunk. Now working on version 3.9.17.
2012-03-09 yangguo@chromium.orgAdd clobber list to arm inline asm.
2012-03-09 jkummerow@chromium.orgRefactored push-to-trunk.sh and merge-to-branch.sh.
2012-03-09 yangguo@chromium.orgSimplify V8::FillHeapNumberWithRandom.
2012-03-09 ulan@chromium.orgRevert r10435 and r10923 because of failures.
2012-03-09 svenpanne@chromium.orgAdded support functions for using Literal keys in a...
2012-03-08 mikhail.naganov... Fix signed / unsigned warnings for ?: operators reporte...
2012-03-08 rossberg@chromium.orgFix minifier to distinguish regexps from divisions...
2012-03-08 fschneider... Fix a bug in the x64 elements transition code.
2012-03-08 mstarzinger... Fix syntactical issue in r10965.
2012-03-08 rossberg@chromium.orgBasic interface inference for modules.
2012-03-08 mstarzinger... Implement Object.is and Number.is[Finite,NaN] functions.
2012-03-08 yangguo@chromium.orgSet debug break slot at init of loop variable in a...
2012-03-08 jkummerow@chromium.orgUn-braindead-ify test-debug/DebugBreakLoop
2012-03-07 mstarzinger... Add kAbortIncrementalMarkingMask flag for GC.
2012-03-07 vegorov@chromium.orgAdd HeapProfiler::GetPersistentHandleCount to be able...
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...
next