platform/upstream/v8.git
2010-08-05 sgjesse@chromium.orgRevert r5165 (Added support for ES5's propertyname...
2010-08-05 antonm@chromium.orgAdd information about memory allocator's size and capac...
2010-08-05 vegorov@chromium.orgDo not apply JS_RETURN and DEBUG_BREAK_SLOT relocations...
2010-08-05 sgjesse@chromium.orgFix GCC 4.4.4 build
2010-08-05 vegorov@chromium.orgAdd RelocInfo::DEBUG_BREAK_SLOT to RelocInfo::kApplyMas...
2010-08-05 vegorov@chromium.orgRevert r5174.
2010-08-05 sgjesse@chromium.orgObject.seal(obj) and Object.freeze(obj) should return...
2010-08-05 whesse@chromium.orgModify polymorphic keyed load IC stub to load cached...
2010-08-05 kaznacheev... Avoid GC when compiling CallIC stubs.
2010-08-04 sgjesse@chromium.orgPrepare push to trunk. We are now working on 2.3.6.
2010-08-02 sgjesse@chromium.orgVirtualAlloc on Windows 7 does not currently provide...
2010-08-02 whesse@chromium.orgRevert r5147 due to failing assert, with no simple...
2010-08-02 lrn@chromium.orgAdded support for ES5's propertyname production.
2010-08-02 whesse@chromium.orgPrepare push to trunk. Now working on version 2.3.5.
2010-08-02 vegorov@chromium.orgFix issue 806.
2010-07-30 lrn@chromium.orgUnicode: Reduced size of tables.
2010-07-30 peter.rybin... Roll over again fixed 3029033 Fix 'step in' after live...
2010-07-30 lrn@chromium.orgUpdated unicode library.
2010-07-29 peter.rybin... Roll back all step-in-fix-related changes
2010-07-29 peter.rybin... Fix failing tests and rollback two from Testing change...
2010-07-29 peter.rybin... Rollback one from Testing change for failing unit test
2010-07-29 peter.rybin... Testing change for failing unit test
2010-07-29 peter.rybin... Fix 'step in' after live edit stack manipulation
2010-07-29 vegorov@chromium.orgFix XCode build.
2010-07-28 podivilov@chromium.orgAdd debugger protocol request for setting global flags.
2010-07-28 kaznacheev... Cache maps for slow case objects.
2010-07-28 podivilov@chromium.orgBreakpoint position should be inside function body.
2010-07-28 whesse@chromium.orgFix error in optimized x.apply(y, arguments) code gener...
2010-07-28 antonm@chromium.orgUse hashlib module instead of md5 if it is present.
2010-07-28 antonm@chromium.orgReleasing allocated chunks in Pool's destructor.
2010-07-28 antonm@chromium.orgPort faster callbacks invocation to x64.
2010-07-27 lrn@chromium.orgX64: Fix order of operands on movq(reg, xmm).
2010-07-27 lrn@chromium.orgFix some bugs in Function.prototype.bind implementation.
2010-07-27 ricow@chromium.orgRemove global.print from v8natives.js (fixes issue...
2010-07-26 whesse@chromium.orgPrepare push to trunk. Now working on version 2.3.4.
2010-07-23 peter.rybin... Fix break position not to be outside of the script
2010-07-23 ager@chromium.orgFix aliasing problem in inlined stores on x64 and ia32...
2010-07-23 whesse@chromium.orgFix bug in r5123, Comparison(), by unusing results...
2010-07-23 ricow@chromium.orgFix presubmit errors.
2010-07-23 ricow@chromium.orgImplement Function.prototype.bind (ES5 15.3.4.5).
2010-07-23 whesse@chromium.orgUse static type information when creating the inlined...
2010-07-23 ager@chromium.orgFixed a couple of issues with store inlining on arm.
2010-07-23 whesse@chromium.orgChange asserts to STATIC_ASSERT if they can be checked...
2010-07-22 antonm@chromium.orgProperly propagate failures from helper methods.
2010-07-22 ager@chromium.orgAdd ARM_LINK_FLAGS when build d8 with arch=arm to make
2010-07-22 serya@chromium.orgFix d8 build error on a fresh checkout.
2010-07-22 ager@chromium.orgFix Win64 build.
2010-07-22 ager@chromium.orgPort inlined in-object property stores to ARM.
2010-07-22 ager@chromium.orgPort inline in-object property stores from ia32 to...
2010-07-22 kaznacheev... Support object literal map caching for literals with...
2010-07-21 whesse@chromium.orgRemove VirtualFrame::CallStoreIC(void) and CallCommonSt...
2010-07-21 whesse@chromium.orgAdd EmitKeyedStore and EmitKeyedPropertyAssignment...
2010-07-21 fschneider... Prepare push to trunk. Now working on version 2.3.3.
2010-07-21 whesse@chromium.orgAdd EmitNamedStore and CallStoreIC(name, is_contextual...
2010-07-21 whesse@chromium.orgAdd EmitSlotAssignment to x64 platform.
2010-07-21 ager@chromium.orgLanding for Rodolph Perfetta.
2010-07-21 ager@chromium.orgInline in-object property stores on ia32 when in loop...
2010-07-20 whesse@chromium.orgStop pushing arguments onto the stack in CompareStub...
2010-07-20 vegorov@chromium.orgOutput time spent in code flushing in GC NVP trace.
2010-07-20 ricow@chromium.orgUpdate inheritance hierarchy in Objects.h to better...
2010-07-20 ager@chromium.orgUpdate Code::NUMBER_OF_KINDS to include binary op ICs.
2010-07-20 ager@chromium.orgLand for Victor Wang.
2010-07-19 whesse@chromium.orgRevert 5097 on ia32 platform until problem is diagnosed.
2010-07-19 whesse@chromium.orgDelay the pushing of arguments until just before callin...
2010-07-19 antonm@chromium.orgAdd a check that weak object handle is not in NEAR_DEAT...
2010-07-19 whesse@chromium.orgFix issue 785. For-in now works on strings: for (var...
2010-07-19 ager@chromium.orgLanding for pmehta.
2010-07-19 ager@chromium.orgLanding for hans@chromium.org.
2010-07-19 ricow@chromium.orgPrepare push to trunk. Now working on version 2.3.2.
2010-07-19 ricow@chromium.orgReorder SharedFunctionInfo setup in lazy compile, quick...
2010-07-16 ricow@chromium.orgRefactor type checks in v8natives.js and runtime.js.
2010-07-16 serya@chromium.orgStringDictionary::FindEntry optimized for symbol strings.
2010-07-16 whesse@chromium.orgFix compilation errors on X64. Error from r5080 is...
2010-07-15 mikhail.naganov... Fix TestHeapEntryIdsAndGC test. The assert was wrong.
2010-07-15 mikhail.naganov... Fix presubmit errors in test-heap-profiler.cc
2010-07-15 whesse@chromium.orgRemove unnecessary formatting differences between ia32...
2010-07-15 mikhail.naganov... Fix compile errors on Linux x64 and Windows.
2010-07-15 mikhail.naganov... Heap profiler: implement diffing of snapshots.
2010-07-15 whesse@chromium.orgAvoid a smi check when comparing an unknown to a consta...
2010-07-15 whesse@chromium.orgFix compilation and linking with V8_INTERPRETED_REGEXP...
2010-07-15 ager@chromium.orgPrepare push to trunk. Now working on version 2.3.1.
2010-07-15 ricow@chromium.orgImplement ES5 Object.seal and Object.isSealed.
2010-07-15 serya@chromium.orgFix GenerateNegativeLookup to work with non-symbols...
2010-07-14 whesse@chromium.orgFix error in x64 fast smi loops, change 4998.
2010-07-14 ricow@chromium.orgFix bug in Object.isFrozen which always classifies...
2010-07-14 kaznacheev... Create a separate class to encapsulate ScopeInfo serial...
2010-07-14 ricow@chromium.orgRemove check for heap allocated locals from code flushing.
2010-07-14 mikhail.naganov... Debugger: introduce parametrized debug break, the param...
2010-07-13 ager@chromium.orgLanding for Rodolph Perfetta.
2010-07-13 ager@chromium.orgPrepare push to trunk. Now working on version 2.3.0.
2010-07-13 kaznacheev... Move serialized scope info from Code object to SharedFu...
2010-07-13 ricow@chromium.orgAdd ES5 Object.freeze and Object.isFrozen methods.
2010-07-13 ricow@chromium.orgFix presubmit.
2010-07-13 ricow@chromium.orgFix memory leaks in test-api.cc to make valgrind happy.
2010-07-13 ager@chromium.orgFix JSON.parse typo which causes the input not to be...
2010-07-13 ager@chromium.orgFix preparsing from a source string that is not external.
2010-07-13 serya@chromium.orgSimplifying GenerateDictionaryNegativeLookup by making...
2010-07-13 whesse@chromium.orgFix compilation error on 64-bit MacOS V8 compilation...
2010-07-13 vegorov@chromium.orgVirtually dispatched scavengers
2010-07-12 ager@chromium.orgRevert revisions 5041 and 5042 introducing virtual...
next