platform/upstream/v8.git
2010-06-21 whesse@chromium.orgAvoid redundant smi check in x64 loading of floats...
2010-06-21 lrn@chromium.orgX64: Load HeapNumberMap once in BinaryOpStub, and reuse it.
2010-06-18 lrn@chromium.orgX64: Make more computations happen on 32-bit values...
2010-06-18 sgjesse@chromium.orgAPI: Resolve linker issues with using V8 as a DLL
2010-06-17 erik.corry... ARM: Load the heap number map into a register and keep it
2010-06-17 antonm@chromium.orgPush AccessorInfo data directly if they reside in old...
2010-06-17 vitalyr@chromium.orgTrack ascii-ness of data in externalized strings.
2010-06-17 lrn@chromium.orgX64: Change some smi operations to work on untagged...
2010-06-17 mikhail.naganov... Heap profiler: add a missing link between a function...
2010-06-17 podivilov@chromium.orgFix a bug when top level break points fall into the...
2010-06-17 erik.corry... ARM: Minor refactoring of RecordWrite, does not require...
2010-06-17 ager@chromium.orgMove definition of NegateConditon from assembler*-inl...
2010-06-16 sgjesse@chromium.orgARM: Special case for modulus of two smis in the generi...
2010-06-16 mikhail.naganov... Fix issue 738: make compilable with profilingsupport=off
2010-06-16 podivilov@chromium.orgSave actual break point location to script break point...
2010-06-16 ager@chromium.orgRemove the comisd instruction from the ia32 and x64...
2010-06-16 lrn@chromium.orgX64: Change overflow checks to only jump on overflow.
2010-06-16 whesse@chromium.orgPrepare push to trunk. We are now working on version...
2010-06-16 kaznacheev... Port KeyedCallIC implementation to x64 and ARM.
2010-06-16 ager@chromium.orgChange hash computation for transcendental cache to...
2010-06-15 antonm@chromium.orgRemove old named property query API.
2010-06-15 mikhail.naganov... Fix HeapSnapshot test in the case when snapshotting...
2010-06-15 mikhail.naganov... Heap profiler: publish API and add test.
2010-06-14 ager@chromium.orgAdd external references used for regexp execution to...
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.
next