platform/upstream/v8.git
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.
2010-10-19 vitalyr@chromium.orgSupport profiling based on linux kernel performance...
2010-10-19 lrn@chromium.orgLimit end-anchored regexps to testing end of string...
2010-10-19 kmillikin@chromium.orgChange the StackGuard runtime function to take no argum...
2010-10-19 lrn@chromium.orgRevert revision 5657.
2010-10-19 lrn@chromium.orgUse finite-length end-anchored regexps to reduce part...
2010-10-19 ager@chromium.orgReturn false from PagedSpace::Contains if the page...
2010-10-19 sgjesse@chromium.orgMake randomized allocations along 64k granularity bound...
2010-10-19 vegorov@chromium.orgClear normalized map caches in all global contexts...
2010-10-18 mikhail.naganov... Update sync profiling changes for Solaris platform.
2010-10-18 vegorov@chromium.orgFix TestInternalWeakLists test
2010-10-18 floitschV8... Disable double strtod in ARM-simulator.
2010-10-18 floitschV8... Fix double-rounding in strtod.
2010-10-18 vegorov@chromium.orgLink all global contexts into a weak list.
2010-10-18 vitalyr@chromium.orgSConstruct: make help work even if guesses failed.
2010-10-18 whesse@chromium.orgFix bug in comparison of two smis that differ by MIN_SM...
2010-10-18 antonm@chromium.orgGet rid of requested size in RetryAfterGC.
2010-10-18 kasperl@chromium.orgTry to simplify the semantics of the profiling code...
2010-10-18 erik.corry... Fix missing check for GC failure in number dictionary...
2010-10-18 vegorov@chromium.orgPrepare push to trunk. Now working on version 2.5.1.
2010-10-18 whesse@chromium.orgFix compilation error on ARM with gcc 4.4. Remove...
2010-10-18 mikhail.naganov... New Heap profiler: add dumping HeapNumbers and Internal...
2010-10-15 whesse@chromium.orgDo not return the constant singleton float -0.0 from...
2010-10-15 ricow@chromium.orgRemove trailing spaces from js files.
2010-10-15 whesse@chromium.orgAdd stop-at flag implementation to full compiler on...
2010-10-15 erik.corry... Fix new-space-too-small test crash on 64 bit VM.
2010-10-15 erik.corry... Fix creation of an exception to avoid rare GC corner...
2010-10-14 ager@chromium.orgFix the version number in the ChangeLog.
2010-10-14 floitschV8... Work around Windows bug. Use different constants.
2010-10-14 floitschV8... Weed out extreme exponents in strtod.
2010-10-14 lrn@chromium.orgRestructure RegExp exec cache code.
2010-10-14 sgjesse@chromium.orgRemove line added by accident.
2010-10-14 sgjesse@chromium.orgAdded USE_SIMULATOR macro that explicitly indicates...
2010-10-14 lrn@chromium.orgFix bug in cache handling of lastIndex on global regexps.
2010-10-13 mikhail.naganov... Better align heap snapshots contents with debugger...
2010-10-13 ager@chromium.orgPrepare push to trunk. Now working on version 2.5.0.
2010-10-08 kmillikin@chromium.orgFix a bug in our handling of conditional expressions...
2010-10-07 floitschV8... Simplify powers-of-ten cache.
2010-10-07 floitschV8... Implement fast case for strtod.
2010-10-07 ager@chromium.orgRevert strtod fast-case change (r5603) because of Windo...
2010-10-07 floitschV8... Implement fast case for strtod.
2010-10-07 whesse@chromium.orgFix new strtod on Windows platform, using OS::SNPrintF...
2010-10-07 floitschV8... Fix build-breakage. Add new line to end of strtod.h...
2010-10-07 floitschV8... Move gay_strtod outside conversions.cc.
2010-10-07 kasperl@chromium.orgPromote the current V8 benchmark suite candidate to...
2010-10-06 kmillikin@chromium.orgFix presubmit failure.
2010-10-06 floitschV8... During StringToDouble negative exponents may be less...
2010-10-06 ager@chromium.orgLand for Rodolph Perfetta.
2010-10-05 yurys@chromium.orgCode clean-up in src/top.cc This patch addresses late...
2010-10-05 antonm@chromium.orgDo not shortcut union of keys if lhs is empty.
2010-10-05 antonm@chromium.orgAdd a check that accessors set to instance template...
2010-10-05 vitalyr@chromium.orgFix typo in the spec reference.
2010-10-05 vitalyr@chromium.orgAddressing Mads' comments from codereview.chromium...
2010-10-05 yurys@chromium.orgFix lint errors
2010-10-05 yurys@chromium.orgStackTrace should provide access to //@ sourceURL=...
2010-10-04 vitalyr@chromium.orgMake lint happy.
2010-10-04 vitalyr@chromium.orgAPI: expose RegExp.
2010-10-04 kmillikin@chromium.orgMore refactoring of class Compiler's interface.
2010-10-04 mikhail.naganov... Previously, there was a bug there, fixed in r5581....
2010-10-04 kmillikin@chromium.orgBegin a more aggressive refactoring of the Compiler...
2010-10-04 ricow@chromium.orgPrepare push to trunk. Now working on version 2.4.9.
2010-10-01 kmillikin@chromium.orgFix a pair of compilation failure bugs in test files...
2010-10-01 kmillikin@chromium.orgMake some free functions into static members of class...
2010-10-01 kaznacheev... Fix property array length calculation in TransformPrope...
2010-10-01 sgjesse@chromium.orgRename include guard to match file name
2010-10-01 lrn@chromium.orgFix bad cast in string-search.h.
next