platform/upstream/v8.git
2010-08-10 mikhail.naganov... Fix lint issue.
2010-08-10 mikhail.naganov... Heap profiler: Add static assertions for heap snapshot...
2010-08-09 mikhail.naganov... A follow-up to r5211: fix a couple of issues detected...
2010-08-09 ager@chromium.orgFix bug in binary operations code. When loading a 32...
2010-08-09 erik.corry... IA32: Avoid going into stubs or runtime code for bitops...
2010-08-09 lrn@chromium.orgFix cast that fails to build on Windows.
2010-08-09 ricow@chromium.orgChange dos line endings to unix line endings in a numbe...
2010-08-09 mikhail.naganov... Heap profiler: reduce heap snapshots size.
2010-08-09 lrn@chromium.orgPrepare push to trunk. Now working on version 2.3.7.
2010-08-09 lrn@chromium.orgChanged layout of object literal parser.
2010-08-06 lrn@chromium.orgCreate a new RegExp object for every evaluation of...
2010-08-06 erik.corry... Fix bug 813, harmless assert triggered by ARM inside...
2010-08-06 kaznacheev... Reapplying r5174 (Avoid GC when compiling CallIC stubs).
2010-08-06 sgjesse@chromium.orgRe-apply r5165 (Added support for ES5's propertyname...
2010-08-05 antonm@chromium.orgCheck ASCIIness of lhs, not this.
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...
next