platform/upstream/v8.git
2010-06-24 erik.corry... ARM: Remove spilled scopes.
2010-06-24 mikhail.naganov... fixed
2010-06-24 lrn@chromium.orgX64: Remove more fpu code. Unroll more local initializa...
2010-06-24 mikhail.naganov... Make SampleRateCalculator test resilient to float preci...
2010-06-24 erik.corry... ARM: Remove a bunch of spilled scopes. Still a lot...
2010-06-23 lrn@chromium.orgX64: Change some fpu operations to use XMM registers.
2010-06-23 erik.corry... ARM: Fix bug introduced in 4783 (2.2.15) that caused the
2010-06-23 lrn@chromium.orgX64: A bunch of small fixes.
2010-06-23 whesse@chromium.orgUse SSE2 registers when comparing identical heap number...
2010-06-23 kaznacheev... Remove redundant checks in and around GenerateDictionar...
2010-06-23 ricow@chromium.orgPrepare push to trunk. Now working on version 2.2.20.
2010-06-23 ricow@chromium.orgAdd regression test for the code flushing in issue...
2010-06-23 ricow@chromium.orgOnly flush code when there are no heap allocated locals...
2010-06-23 lrn@chromium.orgLower waste from alignment of deferred code blocks.
2010-06-22 lukezarkoMake the apply.js unit test more resilient to differing...
2010-06-22 mikhail.naganov... Heap profiler: perform a GC round before taking a snapshot
2010-06-22 lrn@chromium.orgMade scanner follow coding style.
2010-06-22 erik.corry... Augment trace-ic to provide information on patching...
2010-06-22 lrn@chromium.orgX64: Change strategy for spilling to match ia32. It...
2010-06-22 erik.corry... Add movw and movt support for ARMv7. This includes...
2010-06-21 evan@chromium.orgUse this->Foo() in some places due to two-phase lookup.
2010-06-21 lrn@chromium.orgX64: Fix bug in LoadSSE2NumberOperands. It can be calle...
2010-06-21 lrn@chromium.orgX64: Reapply fix for allocating HeapNumber results...
2010-06-21 sgjesse@chromium.orgARM: Update the generation of the name for GenericBinar...
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.
next