platform/upstream/v8.git
2010-05-28 antonm@chromium.orgMake intercepted properties retrievable only by getter...
2010-05-28 erik.corry... Missing file from last commit.
2010-05-28 erik.corry... Get rid of LoadAndSpill on ARM since Load() knows wheth...
2010-05-28 lrn@chromium.orgX64: Fix issue 678. Bug in some Win64 C calls from...
2010-05-27 whesse@chromium.orgRefactor GenerateLoadInterceptor, removing LoadIntercep...
2010-05-27 ager@chromium.orgFix presubmit error. Trailing whitespace.
2010-05-27 erik.corry... Fix jump targets on ARM to merge virtual frames (really...
2010-05-27 erik.corry... Update and improve support for ARMv7 bitfield instructions.
2010-05-27 vegorov@chromium.orgCardmarking writebarrier.
2010-05-27 lrn@chromium.orgRevert try-commit.
2010-05-27 lrn@chromium.orgTo be reverted.
2010-05-27 antonm@chromium.orgMove assertions to not take case to check that it's...
2010-05-27 lrn@chromium.orgX64: Many small tweaks and more usages of "load smi...
2010-05-27 ricow@chromium.orgAdd support for getOwnPropertyDescriptor on array indic...
2010-05-27 sgjesse@chromium.orgARM: Default to use unaligned accesses in the simulator
2010-05-27 sgjesse@chromium.orgImplement OS::ReleaseStore for Solaris
2010-05-26 vitalyr@chromium.orgFix: make string indexing work with Infinity.
2010-05-26 vitalyr@chromium.orgCustom call IC-s for String.prototype.{charAt,charCodeAt}.
2010-05-26 antonm@chromium.orgVarious refactorings in interceptor calling and loading.
2010-05-26 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.2.13.
2010-05-26 whesse@chromium.orgRefactor x64 named loads to agree with ia32 implementat...
2010-05-26 ager@chromium.orgUpdate comment in the API to explicitly state that...
2010-05-26 sgjesse@chromium.orgARM: Add Ldrd/Strd to the macro assembler
2010-05-26 lrn@chromium.orgX64: Make smi memory operations work directly on the...
2010-05-26 sgjesse@chromium.orgMake ldrd and strd instructions take two register arguments
2010-05-26 vegorov@chromium.orgRevert r4715.
2010-05-26 erik.corry... Refactoring of codegen-arm.cc to use the VirtualFrame...
2010-05-26 erik.corry... The way reloc entries are visited by the ObjectVisitor...
2010-05-26 ricow@chromium.orgFix issue 720 making Object.defineProperty handle exist...
2010-05-26 yurys@chromium.orgFix v8_base.vcproj: add dtoa.cc and fixed-dtoa.cc to...
2010-05-25 erik.corry... Minor FreeBSD compile fix from Ry:
2010-05-25 antonm@chromium.orgComment the code for loading and calling with interceptor.
2010-05-25 sgjesse@chromium.orgARM: Update the full compiler to handle all code
2010-05-25 vegorov@chromium.orgCardmarking writebarrier.
2010-05-25 antonm@chromium.orgAllow to define accessors on objects.
2010-05-25 ricow@chromium.orgRefactor the samevalue internal method and add tests...
2010-05-25 sgjesse@chromium.orgFix GC issue
2010-05-25 ager@chromium.orgFix lint issue and compile error.
2010-05-25 ager@chromium.orgLanding patch by tonyg@chromium.org:
2010-05-25 ricow@chromium.orgFix presubmit error (a tab in v8natives.js)
2010-05-25 ricow@chromium.orgFixes issue 712 causing non-configurable accessors...
2010-05-22 mikhail.naganov... Fix tests on ARM simulator.
2010-05-22 mikhail.naganov... CPU profiler: make code events handling scalable.
2010-05-21 dimich@chromium.orgInclude check for execution termination into bailout...
2010-05-21 vegorov@chromium.orgReverting r4703.
2010-05-21 vegorov@chromium.orgCardmarking writebarrier.
2010-05-21 mikhail.naganov... Fix teardown order.
2010-05-21 whesse@chromium.orgRevert change 3849. On ia32, LoadFromSlot again return...
2010-05-21 erik.corry... Prepare push to trunk. Now working on version 2.2.12.
2010-05-21 erik.corry... Remove the fledgling Thumb2 support since we are concen...
2010-05-21 lrn@chromium.orgX64: Added inline conversion of double to smi for Likel...
2010-05-21 ager@chromium.orgGuard VMState trakcing with ENABLE_VMSTATE_TRACKING...
2010-05-20 erik.corry... Cosmetic fix to avoid operator precedence warning on...
2010-05-20 erik.corry... ARM cleanup: Remove lea, swap, swapb instrutions. ...
2010-05-20 yurys@chromium.orgProvide debug event listener with access to the debugge...
2010-05-20 whesse@chromium.orgChange keyed store IC interface on x64 to take value...
2010-05-20 whesse@chromium.orgFix formatting in last change, file x64/full-codegen...
2010-05-20 erik.corry... Add parentheses to clarify operator precedence.
2010-05-20 ager@chromium.orgReapply r4686: Complete version of full codegen for...
2010-05-20 vegorov@chromium.orgReverting r4685, r4686, r4687
2010-05-20 erik.corry... Orthogonalize the byte codes used for the snapshot...
2010-05-20 ager@chromium.orgComplete the full codegenerator on x64.
2010-05-20 vegorov@chromium.org- Changes to enable oldspaces iteration without maps...
2010-05-20 vitalyr@chromium.orgTry flattening strings before comparing for equality.
2010-05-20 ager@chromium.orgFix buffer overflow in liveedit.
2010-05-20 sgjesse@chromium.orgMark Mozilla test as possible timeout
2010-05-19 sgjesse@chromium.orgARM: Don't require the receiver on the stack for load IC
2010-05-19 sgjesse@chromium.orgIA32: Use the full compiler when debugging
2010-05-19 sgjesse@chromium.orgARM: Fix porting bug
2010-05-19 lrn@chromium.orgX64: Make all arithmetic ops, and a few other, try...
2010-05-19 erik.corry... Fixes to Solaris build. signbit and StackWalker. ...
2010-05-19 sgjesse@chromium.orgAdd complete implementation of full compiler for the...
2010-05-18 vegorov@chromium.orgImproved GC statistics.
2010-05-18 whesse@chromium.orgFix x64 compilation error in r4673.
2010-05-18 mikhail.naganov... CPU profiler: add secure profiles by filtering out...
2010-05-18 erik.corry... Remove unused relocation mode.
2010-05-18 whesse@chromium.orgSpill arguments for a function call from the virtual...
2010-05-18 fschneider... Eliminate smi check using type information in x64 count...
2010-05-18 sgjesse@chromium.orgFix presubmit error.
2010-05-18 sgjesse@chromium.orgARM: Pass arguments to keyed store IC in registers
2010-05-18 sgjesse@chromium.orgARM: Fix generating two ldr instructions in place of...
2010-05-17 mark@chromium.orgAllow build-time selection between ia32 and x86_64...
2010-05-17 mark@chromium.orgFix dtoa for the LP64 model on 64-bit systems, where...
2010-05-17 antonm@chromium.orgUse direct loop when filling small arrays.
2010-05-17 erik.corry... Push/pop is just one peephole optimization. Puth them all
2010-05-17 erik.corry... Better peephole optimization for ARM. This is a commit of
2010-05-17 vegorov@chromium.orgPrepare push to trunk. We are now vorking on version...
2010-05-17 kasperl@chromium.orgIncorporate feedback from issue 679 and issue 690 into the
2010-05-14 peter.rybin... Remove tabs
2010-05-14 peter.rybin... Add listbreakpoints command to protocol
2010-05-14 sgjesse@chromium.orgModified codegen-arm.cc to no longer use V8_NATIVE_REGE...
2010-05-14 vitalyr@chromium.orgAdd stack traces to mjsunit tests.
2010-05-13 lrn@chromium.orgSimplified replace JS.
2010-05-12 antonm@chromium.orgRemove unused labels.
2010-05-12 peter.rybin... Apply "Update mjsunit.status rules for LiveEdit test...
2010-05-12 antonm@chromium.orgInitialize jsfunction caches earlier.
2010-05-12 antonm@chromium.orgProperly process arrays with overridden prototype in...
2010-05-12 lrn@chromium.orgX64: Made bit-fiddling fallback for double-to-int32...
2010-05-12 ricow@chromium.orgFix arm debug build.
2010-05-12 ager@chromium.orgBuild fix. Remove unused variable.
next