platform/upstream/v8.git
2010-06-14 ricow@chromium.orgAdd support for elements and array indices in Object...
2010-06-14 sgjesse@chromium.orgFix Mac build of r4860
2010-06-14 sgjesse@chromium.orgAPI: Added functions to retreive information on indexed...
2010-06-14 ager@chromium.orgAnother x64 build fix. Actually builds now.
2010-06-14 ager@chromium.orgFix build by fixing a typo in codegen-x64.cc.
2010-06-14 ager@chromium.orgRemove direct reference from builtins code to global...
2010-06-14 sgjesse@chromium.orgARM: Change code generation for function return
2010-06-14 erik.corry... ARM: Be more smart about switching instructions when...
2010-06-14 whesse@chromium.orgChange tests for string type in RegExpExecStub on all...
2010-06-14 ager@chromium.orgOnly update the stub cache tables with monomorphic...
2010-06-14 ager@chromium.orgPrepare push to trunk. We are now working on version...
2010-06-11 antonm@chromium.orgFaster implementation of Heap::RecordWrites.
2010-06-11 mikhail.naganov... The new JS Heap Profiler: the main part.
2010-06-11 ager@chromium.orgFix thinko in arm transcendental cache probing introduc...
2010-06-11 ager@chromium.orgAllow users to specify a scons build cache directory.
2010-06-11 ager@chromium.orgAdd missing files accidentally left out on last commit.
2010-06-11 ager@chromium.orgImplement transcendental cache probing in generated...
2010-06-11 ricow@chromium.orgOnly perform code flusing test if we actually do code...
2010-06-11 ricow@chromium.orgPut code flushing behind flag - defaults to false.
2010-06-10 whesse@chromium.orgUse static type information in ConstantIntBinaryOperati...
2010-06-10 sgjesse@chromium.orgBetter handling of stepping out of a function
2010-06-10 kaznacheev... Add logic from KeyedLoadIC generic stub to KeyedCallIC...
2010-06-09 whesse@chromium.orgUse static type information on x64 in LikelySmiBinaryOp...
2010-06-09 vegorov@chromium.orgPrepare push to trunk. We are now working on version...
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
next