platform/upstream/v8.git
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.
2010-11-17 serya@chromium.orgAPI call code refactoring (x64).
2010-11-17 erik.corry... Implement Math.floor stub on ARM. Uses VFP when availab...
2010-11-16 serya@chromium.orgPort direct API function call to x64 (ia32 CL is codere...
2010-11-16 serya@chromium.orgFixing lint errors.
2010-11-16 serya@chromium.orgAPI call code refactoring (ia32).
2010-11-16 lrn@chromium.orgFix bug in parser that allows "(foo):42" as a labeled...
2010-11-16 lrn@chromium.orgRevert premature addition to parser.
2010-11-16 lrn@chromium.orgMove static scanner fields to scanner-base.h
2010-11-15 serya@chromium.orgRemoving redundant stubs for API functions.
2010-11-15 lrn@chromium.orgSplit globals.h into two parts, where only one depends...
2010-11-15 mikhail.naganov... Provide more accurate results about used heap size...
2010-11-15 erik.corry... Improve support for vmrs/vmsr in ARM disassembler....
2010-11-15 ager@chromium.orgLanding for dsule@codeaurora.org.
2010-11-13 antonm@chromium.orgFix Win64 build.
2010-11-13 antonm@chromium.orgFix Win64: strlen returns size_t which gets converted...
next