platform/upstream/v8.git
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...
2010-11-08 floitschV8... Add comments to double.h.
2010-11-08 floitschV8... Remove bignum-dtoa.{cc, h} from gyp file.
2010-11-08 mikhail.naganov... Heap profiler: remove context checks for objects.
2010-11-08 floitschV8... Work around windows compiler bug.
2010-11-08 floitschV8... Fix Double.NextDouble function.
2010-11-08 floitschV8... Bignum implementation of Strtod.
2010-11-08 whesse@chromium.orgPrepare push to trunk. Now working on version 2.5.6.
2010-11-08 vegorov@chromium.orgFix pseudo-smi accessors lo/hi ordering for SharedFunct...
2010-11-05 lrn@chromium.orgMove part of scanner.* into scanner-base.* for reuse...
2010-11-05 sandholm@chromium.orgAnother minor regexp cleanup.
2010-11-05 lrn@chromium.orgFix bug introduced when extracting utils.
2010-11-05 lrn@chromium.orgSplit utils.h into utils.h and v8utils.h where the...
2010-11-04 sgjesse@chromium.orgAdd a test for debug break while running in an infinite...
2010-11-04 vegorov@chromium.orgFix presubmit errors introduced by r5768.
2010-11-04 whesse@chromium.orgFix a potential error in Add() macro-instruction on...
2010-11-04 vegorov@chromium.orgImprove positions recording for calls.
2010-11-04 lrn@chromium.orgMake presubmit lint the "include" dir.
2010-11-04 lrn@chromium.orgFix issue 924 - splitting the empty string.
2010-11-04 lrn@chromium.orgExtract essential type declarations into separate file.
2010-11-04 lrn@chromium.orgSimplify preparsing of "new"-expressions.
2010-11-03 mikhail.naganov... Investigate usleep failure on Linux. Add more debug...
2010-11-03 antonm@chromium.orgFix some fotgotten variable names.
2010-11-03 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2010-11-03 floitschV8... Fix assumptions in DoubleToFixed.
2010-11-03 sandholm@chromium.orgMinor regexp test cleanup.
2010-11-03 lrn@chromium.orgPrepare push to trunk. Now working on version 2.5.5.
2010-11-02 lrn@chromium.orgRemove regexp caching.
2010-11-02 sgjesse@chromium.orgRemove all remaining code related to exposing C-frames...
2010-11-02 vegorov@chromium.orgFix converting NULL to Failure bugs introduced in r5698.
2010-11-02 lrn@chromium.orgRemove old preparser option and behavior from the parser.
2010-11-02 ager@chromium.orgLanding for Rodolph Perfetta.
2010-11-02 lrn@chromium.orgStand-alone parser template.
2010-11-01 fschneider... Prepare push to trunk. Now working on version 2.5.4.
2010-11-01 serya@chromium.orgRefactoring of v8:Arguments similary we did with v8...
2010-11-01 ager@chromium.orgRemove invalid asserts from last commit.
2010-11-01 ager@chromium.orgLanding for Rodolph Perfetta.
2010-10-29 vegorov@chromium.orgClear JS function result caches in all global contexts.
2010-10-29 erik.corry... Fix some memory leaks in the serialization tests.
2010-10-29 erik.corry... Stop running some liveedit tests (see issue 915).
2010-10-29 ager@chromium.orgLanding for Justin Schuh.
2010-10-28 vitalyr@chromium.orgll_prof: minor fixes to the issues found while running...
2010-10-28 sgjesse@chromium.orgRemove the patching of the debug break stub
2010-10-28 erik.corry... Add gc() calls to some tests to please valgrind.
2010-10-28 ager@chromium.orgLanding for Rodolph Perfetta.
2010-10-28 ager@chromium.orgFix the last USE_SIMULATOR mips issue introduced with...
2010-10-27 mikhail.naganov... Fix reporting of impossible nested calls of DOM functions.
2010-10-27 vitalyr@chromium.orgProfiler on linux: use SA_RESTART signal flag to have...
2010-10-27 lrn@chromium.orgMake Parser class have no friends and fewer things...
2010-10-27 karlklose@chromium.orgFix a bug that prevents constants from overwriting...
2010-10-27 lrn@chromium.orgSeparate JSON parsing from the JavaScript parser.
2010-10-27 lrn@chromium.orgPrepare push to trunk. Now working on version 2.5.3.
2010-10-26 vitalyr@chromium.orgFaster ascii string case conversion.
2010-10-26 mikhail.naganov... Improve sampler resolution on Linux.
2010-10-26 floitschV8... Don't create empty vectors using SubVector.
2010-10-26 floitschV8... Use Vector::SubVector instead of using the constructor.
2010-10-26 ager@chromium.orgAllow forcing the use of a simulator from the build...
2010-10-25 ager@chromium.orgClean up definitions in simulator.
2010-10-25 erik.corry... Last minute typos from the last change.
2010-10-25 erik.corry... Make Failure inherit from MaybeObject instead of Object.
2010-10-25 mikhail.naganov... Make windows-tick-processor respect D8_PATH.
2010-10-25 mikhail.naganov... A little piece of code for aligning heap snapshots...
2010-10-25 ager@chromium.orgUse size_t for return value from fwrite.
2010-10-25 ager@chromium.orgUse return value from fwrite in log.cc to please compilers.
2010-10-24 mikhail.naganov... Fix FreeBSD port.
2010-10-21 serya@chromium.orgFixing build failure - added a missed file.
2010-10-21 serya@chromium.orgOptimizing HandleScope. Also fixed HandleScope destruct...
2010-10-21 fschneider... Clean up the log-stack-tracer test.
2010-10-21 whesse@chromium.orgImplement --noinline-new flag fully on x64 and ia32...
2010-10-21 floitschV8... Strtod fast-case that uses DiyFps and cached powers...
2010-10-21 ager@chromium.orgRevert r5455 from bleeding_edge: attempt to collect...
2010-10-20 floitschV8... Fix build-breakage.
2010-10-20 floitschV8... Strtod fast-case that uses DiyFps and cached powers...
2010-10-20 erik.corry... Fix GC error in ES5 read-only properties implementation.
2010-10-20 erik.corry... Fix the --noinline-new flag on ARM so that it forces...
2010-10-20 whesse@chromium.orgPrepare push to trunk. Now working on version 2.5.2...
2010-10-20 whesse@chromium.orgPrepare push to trunk. Now working on version 2.5.2.
2010-10-20 ager@chromium.orgUpdate x64 RecordWrite comment. When the offset is...
2010-10-20 mikhail.naganov... CPU Profiler: postpone moved functions registration...
2010-10-20 ager@chromium.orgRemove vm-state.cc from build files. Forgot to do that...
2010-10-20 ager@chromium.orgMake state stack thread local. When using Lockers the...
2010-10-19 vitalyr@chromium.orgTry to fix win64 build.
next