platform/upstream/v8.git
2010-06-09 sgjesse@chromium.orgARM: Fix bug in r4820 related to code for additional...
2010-06-09 mikhail.naganov... Factor out StringsStorage from CpuProfilesCollection.
2010-06-08 sgjesse@chromium.orgx64: Fix code to return from debug break slot
2010-06-08 whesse@chromium.orgAdd test_b(Operand, imm8) to ia32 disassembler.
2010-06-08 sgjesse@chromium.orgAdd parenthesis around '&&' within '||'
2010-06-08 sgjesse@chromium.orgMore precise break points and stepping when debugging
2010-06-08 mikhail.naganov... Move token-related constants from CodeEntry to TokenEnu...
2010-06-08 sgjesse@chromium.orgFix building without debugger suport.
2010-06-08 ricow@chromium.orgFix bug in mjsunit/const-eval-init causing objects...
2010-06-08 sgjesse@chromium.orgRemove the SetExternalStringDiposeCallback API
2010-06-08 ager@chromium.orgAdd an overloaded PreCompile method that takes a Handle...
2010-06-07 ricow@chromium.orgFlushing of code from functions that we expect not...
2010-06-07 whesse@chromium.orgRevert change 4812 due to performance problems. This...
2010-06-07 whesse@chromium.orgImprove generated code for string encoding tests on...
2010-06-07 vegorov@chromium.orgCount Mark-Compact/Mark-Sweep collections only after...
2010-06-07 lrn@chromium.orgPrepare push to trunk. We are now working on version...
2010-06-07 vegorov@chromium.orgAdd regression tests for issues 728, 732
2010-06-07 vegorov@chromium.orgRevert r4782. Fix issues 728, 732.
2010-06-07 sgjesse@chromium.orgAdd an API to control the disposal of external string...
2010-06-07 kaznacheev... Extend CallIC to support non-constant names.
2010-06-07 ager@chromium.orgPort fast eval calls to x64 and ARM. For global variab...
2010-06-04 vitalyr@chromium.orgDirect load of global function prototype.
2010-06-04 sandholm@chromium.orgFix issue in previous test optimization
2010-06-04 sandholm@chromium.orgSimplify criteria for doing an optimized test call
2010-06-04 sandholm@chromium.orgSimplify regexp test call when the regexp starts and...
2010-06-04 ricow@chromium.orgRename ThreadManager::IterateThreads to ThreadManager...
2010-06-04 antonm@chromium.orgFirst phase of migration to new named property query...
2010-06-04 lrn@chromium.orgAdd optimized version of memcpy on ia32.
2010-06-04 whesse@chromium.orgAdd test_b(Operand, immediate) to ia32 assembler, and...
2010-06-04 ager@chromium.orgOptimize calls to evals. Most of the time there is...
2010-06-04 dimich@chromium.orgRemove unused tpedef.
2010-06-03 vitalyr@chromium.orgFix double to integer conversions in runtime string...
2010-06-03 vitalyr@chromium.orgMake StringCharCodeAt runtime function do what it name...
2010-06-02 whesse@chromium.orgChange keyed load IC interface on x64 to pass arguments...
2010-06-02 lrn@chromium.orgFix bug in test case that made it fail to compile in...
2010-06-02 erik.corry... Fix last-minute thinko that I snuck into the last change.
2010-06-02 erik.corry... ARM: Track Smis on top 4 stack positions and Smi loop...
2010-06-02 lrn@chromium.orgFix bug that could cause a string to be incorrectly...
2010-06-02 ager@chromium.orgAdd missing initialization of a couple of variables...
2010-06-02 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2010-06-02 erik.corry... Initialize variable to make gcc happy.
2010-06-01 sgjesse@chromium.orgARM: Add more logic to the generic keyed load stub
2010-06-01 vitalyr@chromium.orgFix generated code for String.charCodeAt.
2010-06-01 mikhail.naganov... CPU profiler: sample call stack on profiling start.
2010-06-01 mikhail.naganov... Unreviewed. Revert r4766, r4767.
2010-06-01 mikhail.naganov... started adding test
2010-06-01 mikhail.naganov... added function
2010-06-01 dimich@chromium.orgFix an occasional crash in Assembler::ldr() for arm.
2010-05-31 whesse@chromium.orgChange the interface of LoadIC on the x64 platform...
2010-05-31 ricow@chromium.orgPrepare push to trunk. Now working on version 2.2.14.
2010-05-31 mikhail.naganov... Fix AddBlock invocations in CpuProfilesCollection.
2010-05-31 erik.corry... ARM: Remove LoadConditionAndSpill and VisitAndSpill.
2010-05-28 mikhail.naganov... Reapply r4702 "Fix teardown order"
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.
next