platform/upstream/v8.git
2010-12-14 ricow@chromium.orgChange the number of iterations in mjsunit/regress-962
2010-12-14 peter.rybin... Introduce additional context to evaluate operations
2010-12-13 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.0.2.
2010-12-13 kmillikin@chromium.orgFix ARM and x64 compilation.
2010-12-13 kmillikin@chromium.orgRename regression test and reenable disabled test.
2010-12-13 whesse@chromium.orgRevert change 5989, which causes failures in some bench...
2010-12-13 kmillikin@chromium.orgDeoptimize to the proper target after assignment side...
2010-12-13 whesse@chromium.orgAllow optimizing compiler to compute Math.log using...
2010-12-13 whesse@chromium.orgAlign builtins-{arch}.cc on ia32 and x64 platforms...
2010-12-13 ager@chromium.orgLanding for cira.
2010-12-13 sandholm@chromium.orgOptimizing BuildResultFromMatchInfo, StringReplace...
2010-12-13 ager@chromium.orgMake idle notification cleanup less aggressive. Do...
2010-12-13 ricow@chromium.orgTemporarily disable mjsunit/array-splice (issue 969)
2010-12-13 fschneider... Revert 5973 as well (related to previous commit)
2010-12-13 mikhail.naganov... New heap profiler: add support for progress reporting...
2010-12-13 fschneider... Revert r5970 and r5975.
2010-12-13 erik.corry... Fix incorrect assumption about young/old space allocati...
2010-12-13 fschneider... Land Vitaly's change to fix compare IC performance.
2010-12-13 lrn@chromium.orgMake RegExp character class match JSC.
2010-12-10 mikhail.naganov... Fix x64 build after r5970, the same way as for ARM.
2010-12-10 karlklose@chromium.orgFix bug that disabled optimization when profiling.
2010-12-10 fschneider... Fix long line.
2010-12-10 fschneider... Improve our type feedback by recogizining never-execute...
2010-12-10 vegorov@chromium.orgFix issue 962.
2010-12-10 erik.corry... Increase the size of the max object that can be new...
2010-12-10 ager@chromium.orgARM: Fix heap number allocation in lithium-codegen...
2010-12-10 lrn@chromium.orgEnsure that default value is explicitly initialized...
2010-12-10 lrn@chromium.orgAdd gyp target to build preparser as stand-alone library.
2010-12-10 sgjesse@chromium.orgAdd missing include directory for shell sample.
2010-12-10 ager@chromium.orgARM: Fix missing SetCC in crankshaft code emitted when...
2010-12-10 ager@chromium.orgChange test script to make it easy to run crankshaft...
2010-12-10 karlklose@chromium.orgFix a bug that caused the runtime profiler to sample...
2010-12-10 lrn@chromium.orgFix issue 965.
2010-12-10 ricow@chromium.orgFix presubmit
2010-12-10 vegorov@chromium.orgUse correct calling convention for API calls on MinGW
2010-12-09 kmillikin@chromium.orgGarbage collection of unused setters in the AST classed.
2010-12-09 lrn@chromium.orgFix cast that fails on Win64.
2010-12-09 karlklose@chromium.orgCollect only optimizable function samples.
2010-12-09 kmillikin@chromium.orgChange the HGraphBuilder to dispatch on the context.
2010-12-09 lrn@chromium.orgRevert 5911 (RegExp fail on invalid range syntax).
2010-12-08 ager@chromium.orgLanding for Martyn Capewell.
2010-12-08 erik.corry... Speed up quoting of JSON strings by allocating a string...
2010-12-08 whesse@chromium.orgFix compilation on ARM when adding Math.pow optimizatio...
2010-12-08 whesse@chromium.orgAllow the optimizing code generator to call Math.pow...
2010-12-08 lrn@chromium.orgUse the file opened from argv[1] in preparser-process.cc
2010-12-08 sgjesse@chromium.orgRemove a unused function form the sample shell
2010-12-08 lrn@chromium.orgChanged interface to preparser to not require pushback...
2010-12-08 sgjesse@chromium.orgUpdate the Visual Studio 2005 project files to include...
2010-12-08 sandholm@chromium.orgFix sputnik regression introduced in r5943.
2010-12-08 sandholm@chromium.orgUse the PushIfAbsent function for the JSON stringify...
2010-12-08 erik.corry... Fix compile error on gcc-4.5 bug 963
2010-12-07 ricow@chromium.orgFix arm gyp files, lithium files where not added.
2010-12-07 vegorov@chromium.orgRemove NearestNextGapPos. It is not used anymore.
2010-12-07 vitalyr@chromium.orgFix RecordStackTraceAtStartProfiling test.
2010-12-07 lrn@chromium.orgOptimized scanner to avoid virtual calls for every...
2010-12-07 mikhail.naganov... Remove log compression support.
2010-12-07 vegorov@chromium.orgFix ARM sim build.
2010-12-07 ricow@chromium.orgDisable mozilla test that when timing out prints insane...
2010-12-07 kasperl@chromium.orgPrepare push to trunk. Now working on version 3.0.1.
2010-12-07 vegorov@chromium.orgFix ARM build.
2010-12-07 kmillikin@chromium.orgBe more careful about exiting inlined functions in...
2010-12-07 ricow@chromium.orgDisable tests failing due to sockets on arm.
2010-12-07 vegorov@chromium.orgFix Win64 compilation.
2010-12-07 ricow@chromium.orgFix no sse3 support by correctly allocating temp register
2010-12-07 vegorov@chromium.orgFix strict aliasing rule violation in runtime-profiler.cc
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-12-06 sandholm@chromium.orgImproved JSON stringify.
2010-12-06 sandholm@chromium.orgJSON stringify collects substrings in one builder array...
2010-12-06 erik.corry... Improve code generated for AllocInNewSpace. This is...
2010-12-03 sandholm@chromium.orgSimplify JSON stringify and add special case for defaul...
2010-12-03 erik.corry... Irregexp: Preload more characters when we are not...
2010-12-02 mikhail.naganov... New Heap Profiler: add API method for finding a graph...
2010-12-02 sgjesse@chromium.orgnGW build
2010-12-02 whesse@chromium.orgAdd generated code to calculate Math.log and to search...
2010-12-02 lrn@chromium.orgChange RegExp syntax to fail on invalid ranges like...
2010-12-01 lrn@chromium.orgFix compile problem on ARM. Remove unused argument.
2010-12-01 lrn@chromium.orgMove quoting of a JSON string to a specialized runtime...
2010-11-30 vitalyr@chromium.orgSave full source position state to avoid forced positions.
2010-11-30 sandholm@chromium.orgMaintain the invariant that the pattern string in an...
2010-11-30 vitalyr@chromium.orgFix mac build.
2010-11-30 vitalyr@chromium.orgRelocInfo: fix source position decoding.
2010-11-29 ager@chromium.orgFix windows build.
2010-11-29 ager@chromium.orgRevert seeding the random number generator with rand_s...
2010-11-29 lrn@chromium.orgPreparser extracted into separate files that can be...
2010-11-29 ager@chromium.orgPrepare push to trunk. Now working on version 2.6.0.
2010-11-26 lrn@chromium.orgFix number parsing to not allow space between sign...
2010-11-26 lrn@chromium.orgmake DateParser::TimeComposer handle 1-2 digits millise...
2010-11-26 ager@chromium.orgLanding for Martyn Capewell.
2010-11-25 mikhail.naganov... Simplify ProfLazyMode test on Linux.
2010-11-25 yurys@chromium.orgExpose a method for getting JSObject constructor name
2010-11-25 ager@chromium.orgLanding for Justin Schuh.
2010-11-24 mikhail.naganov... New Heap profiler: fix JSON serialization of aggregated...
2010-11-24 lrn@chromium.orgFix break of build.
2010-11-24 lrn@chromium.orgWorking stand-alone preparser.
2010-11-24 erik.corry... ARM: Defer the prefix/postfix code generation. This...
2010-11-24 sgjesse@chromium.orgMake randomized allocations along 64k granularity bound...
2010-11-24 ager@chromium.orgFix the process sample to actually dispose the contexts...
2010-11-24 ager@chromium.orgDelete empty directory.
next