platform/upstream/v8.git
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.
2010-11-24 ager@chromium.orgFix crashes during GC caused by partially initialized...
2010-11-23 lrn@chromium.orgAdded files to gyp-config.
2010-11-23 lrn@chromium.orgUntemplated preparser.h and made it depend on virtual...
2010-11-23 vegorov@chromium.orgPrepare push to trunk. Now working on version 2.5.9.
2010-11-23 mikhail.naganov... Fix again HeapEntry size problem, now platform-independ...
2010-11-22 mikhail.naganov... Fix windows compilation after r5867. Now linux-friendly.
2010-11-22 mikhail.naganov... Revert "Fix compilation on Win after r5867.". This...
2010-11-22 mikhail.naganov... Fix compilation on Win after r5867.
2010-11-22 floitschV8... Remove Gay's dtoa from sources.
2010-11-22 mikhail.naganov... New heap profiler: implement fast retaining sizes appro...
2010-11-22 ager@chromium.orgForce pretenuring of closures that are immediately...
2010-11-19 lrn@chromium.orgMade some functions virtual that were previously hit...
2010-11-19 sgjesse@chromium.orgAdd more tests of breaks in infinite loops
2010-11-19 ager@chromium.orgRemove unused variable to please Clang.
2010-11-19 whesse@chromium.orgAdd a fast case to Array.join when all the elements...
2010-11-19 serya@chromium.orgAvoiding repacking payload for v8::Arguments and v8...
2010-11-19 lrn@chromium.orgMerge preparser Scanner with main JavaScript scanner.
2010-11-19 ager@chromium.orgLanding for Rodolph Perfetta.
2010-11-18 lrn@chromium.orgFix usage of NULL in integer contexts.
2010-11-18 lrn@chromium.orgFix off-by-one in hex-parsing.
2010-11-18 lrn@chromium.orgExtract scanner base/JS/JSON and move base and JS to...
2010-11-18 ager@chromium.orgDon't return false from CompileCallInterceptor which...
2010-11-18 mikhail.naganov... A follow-up to r5849 -- fix Chromium build.
2010-11-18 lrn@chromium.orgMake count-line-ends use StringSearch and only iterate...
2010-11-18 mikhail.naganov... New heap profiler: include all heap objects and refs...
2010-11-18 erik.corry... Prepare push to trunk. Now working on version 2.5.8.
2010-11-18 ager@chromium.orgRevert r5846 because of debug mode test failures.
2010-11-18 sandholm@chromium.orgLeverage Lasse's StringSearch object to speed up calcul...
2010-11-18 ager@chromium.orgLanding for Justing Schuh.
2010-11-17 ager@chromium.orgLanding for Martyn Capewell.
2010-11-17 sgjesse@chromium.orgChange the order of evaluation of sub-expressions for...
2010-11-17 floitschV8... Name argument in forward declaration.
2010-11-17 floitschV8... Add bignum fall-back when the fast dtoa doesn't succeed...
2010-11-17 vegorov@chromium.orgStore script's line ends in copy-on-write fixed array.
2010-11-17 ager@chromium.orgExtract extensions to a separate directory.
2010-11-17 lrn@chromium.orgAdd separate scanner only intended for preparsing.
next