platform/upstream/v8.git
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.
2010-10-01 kaznacheev... Fine-tune inobject slack tracking.
2010-10-01 mikhail.naganov... Fix HeapSnapshotsDiff test, diff implementation, and...
2010-09-30 vitalyr@chromium.orgUse existing global cell status as a hint when generati...
2010-09-30 mikhail.naganov... Revert last commit due to check fail on Linux.
2010-09-30 mikhail.naganov... Fix HeapSnapshotsDiff test and a bug introduced during...
2010-09-30 antonm@chromium.orgRename some x64 macros to be more precise about their...
2010-09-30 mikhail.naganov... Add fflush after writing to log (Issue 868).
2010-09-30 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.4.8.
2010-09-30 kmillikin@chromium.orgCleanup of the parser.
2010-09-30 kmillikin@chromium.orgIntroduce subclasses of class CompilationInfo.
2010-09-30 erik.corry... New attempt to make the allocation routines 64 bit...
2010-09-29 antonm@chromium.orgAdd another check to be sure non-negative smi fits...
2010-09-29 kmillikin@chromium.orgRemove some unused fields from class CompilationInfo.
2010-09-29 antonm@chromium.orgDo not invoke indexed interceptor getters for negative...
2010-09-29 erik.corry... Add cast to make Win-64 compile without warnings. ...
2010-09-29 lrn@chromium.orgAdded missing file. Mea culpa.
2010-09-29 lrn@chromium.orgRefactored string search code.
2010-09-29 kmillikin@chromium.orgAdd an AST node type enum to AST nodes.
2010-09-28 vitalyr@chromium.orgMark ptest instruction as requiring SSE4.1.
2010-09-28 vitalyr@chromium.orgFix external array iteration used in array concat.
2010-09-28 erik.corry... Revert attempt to make heap size 32/64 clean. This...
2010-09-28 erik.corry... More changes to 32/64 bit correctness.
2010-09-28 erik.corry... More correctness around PrintF and 32/64 bit values.
2010-09-28 erik.corry... Use intptr_t instead of int for heap sizes. This is...
2010-09-28 lrn@chromium.orgAvoid logging preparse-data inside lazily compiled...
2010-09-27 vitalyr@chromium.orgCustom call IC for Math.abs.
2010-09-27 podivilov@chromium.orgAdd Debug::CancelDebugBreak method to api
2010-09-27 whesse@chromium.orgPrepare push of version 2.4.6 to trunk. Now working...
2010-09-27 vegorov@chromium.orgFix more GC unsafe places
2010-09-27 whesse@chromium.orgFix error in x64 inlined optimized shift operators.
2010-09-27 mikhail.naganov... fixed
2010-09-24 dimich@chromium.orgAdd CODE_POINTER_ALIGN, use it in Page to align generat...
2010-09-24 kaznacheev... Implemented missing instructions in ia32 and x64 disass...
2010-09-24 mikhail.naganov... Fix presubmit error.
2010-09-24 mikhail.naganov... Provide more functions to CPU profiler (fix issue 858).
2010-09-24 erik.corry... Revert 5520 due to compilation failure.
2010-09-24 erik.corry... Small tweaks to make the x64 full code generator generate
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2010-09-24 kaznacheev... Prevent modification of cached normalized maps.
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-09-23 kaznacheev... Support dec_b instruction in ia32 and x64 disassembler.
2010-09-23 vitalyr@chromium.orgAdd an assert to ensure we never allocate second empty...
2010-09-23 vitalyr@chromium.orgFix copy-on-write assert by setting the new array map...
2010-09-23 vegorov@chromium.orgFix getOwnPropertyDescriptor() support for index proper...
2010-09-23 erik.corry... Cleanup of contexts in the full code generator.
next