platform/upstream/v8.git
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...
2010-11-12 ager@chromium.orgUse the real climit for testing the stack limit API...
2010-11-11 floitschV8... Fix strtod.
2010-11-11 lrn@chromium.orgFix compile error on Windows (no snprintf support).
2010-11-11 lrn@chromium.orgPreparsing now considers catch-blocks as inside a with.
2010-11-11 fschneider... Move ComputeCallInitialize from the codegen.cc to stub...
2010-11-11 lrn@chromium.orgFix Chromium bug 62639.
2010-11-11 sandholm@chromium.orgSpecial case global and non-global code paths in regexp...
2010-11-11 lrn@chromium.orgRevert unkosher change to xcode project.
2010-11-10 fschneider... Move common static helpers from codegen to the macro...
2010-11-10 vitalyr@chromium.orgMake String.prototype.split honor limit when separator...
2010-11-10 ager@chromium.orgPrepare push to push version 2.5.6 to trunk.
2010-11-10 ager@chromium.orgAnother fix after the executable memory limit introduction.
2010-11-10 ager@chromium.orgFix x64 build after executable memory limit change.
2010-11-10 ager@chromium.orgFix executable memory setting and fix test.
2010-11-10 ager@chromium.orgLanding for Justin Schuh.
2010-11-09 vegorov@chromium.orgAdd check for overflow after MUL operations in side...
2010-11-09 serya@chromium.orgDirect call API functions (ia32 implementation).
2010-11-09 erik.corry... ARM: The Simulator will now handle different VFP roundi...
next