platform/upstream/v8.git
2010-08-25 vitalyr@chromium.orgExplicitly set expected number of properties for instan...
2010-08-25 ricow@chromium.orgPrepare push of version 2.3.11 to trunk. Now working...
2010-08-25 kasperl@chromium.orgPrepare for optionally inlining smi cases in the code...
2010-08-25 kaznacheev... Reapplying r5147 (caching maps for slow case objects).
2010-08-25 sgjesse@chromium.orgChange code contains function to allow a return address...
2010-08-25 lrn@chromium.orgConvert this.length to uint32 in Array.prototype.[last...
2010-08-25 kasperl@chromium.orgStart using the overwrite mode from the full codegens...
2010-08-25 whesse@chromium.orgMove code stub implementations from codegen-[platform...
2010-08-25 kasperl@chromium.orgImprove the code generated by the full codegen by keeping
2010-08-25 sgjesse@chromium.orgHide test failure be being less GC agressive in the...
2010-08-25 kasperl@chromium.orgSimplify the way constructors are called and avoid...
2010-08-25 lrn@chromium.orgUse collector for preparse data.
2010-08-25 sgjesse@chromium.orgFix a bug in the handling of debug break in CallIC
2010-08-24 kasperl@chromium.orgAdd position information for compares, binary ops,...
2010-08-24 vitalyr@chromium.orgPorted string call IC-s to arm.
2010-08-24 vitalyr@chromium.orgPorted string call IC-s to x64.
2010-08-24 ricow@chromium.orgRefactor the tools/test.py script and related testcfg...
2010-08-24 kasperl@chromium.orgIntroduce a new intermediate AST node for encapsulating the
2010-08-24 lrn@chromium.orgEnsure that scanner state is correctly reset when an...
2010-08-24 kasperl@chromium.orgOptimize 'typeof <expr> == <string literal>' in the...
2010-08-24 lrn@chromium.orgCreated collector class and used it to collect identifi...
2010-08-24 kasperl@chromium.orgRemove the full codegen syntax checker completely but be
2010-08-24 kasperl@chromium.orgCleanup the AST code by removing unused parts and get...
2010-08-23 lrn@chromium.orgFixed remaining bugs in COW-regexp-results.
2010-08-23 kasperl@chromium.orgMove the function name inferrer code from the AstOptimi...
2010-08-23 kasperl@chromium.orgSimplified the full codegens by removing the Expression...
2010-08-23 sandholm@chromium.orgDon't do a smi check twice in the TO_INTEGER macro.
2010-08-23 ricow@chromium.orgFix bug in 64 bit codegen causing us to always go slowc...
2010-08-23 erik.corry... Fix an issue in the ARM port where a left shift was...
2010-08-23 erik.corry... Fix an issue in the ARM port where a left shift was...
2010-08-23 ager@chromium.orgRemove the virtual declaration from a couple of non...
2010-08-23 ager@chromium.orgFix mismatched new[]/delete for external string resourc...
2010-08-20 ricow@chromium.orgRe-enable test-api/RegExpInterruption on arm.
2010-08-20 erik.corry... We can use the array trim trick in old paged space...
2010-08-20 lrn@chromium.orgUse Copy-on-write arrays for cached regexp results.
2010-08-20 ricow@chromium.orgChange code pointer in function objects to a pointer...
2010-08-19 vitalyr@chromium.orgFix local handle leak in RegExpStringModificationTest.
2010-08-19 vitalyr@chromium.orgRemove unused function.
2010-08-19 ager@chromium.orgFix indentation in utils.h.
2010-08-19 ager@chromium.orgLanding for Ryan Dahl.
2010-08-18 mikhail.naganov... Fix issue 833: eliminate race condition in ProfilerEven...
2010-08-18 vegorov@chromium.orgFix two-phase lookup problem in FlexibleBodyVisitor...
2010-08-18 antonm@chromium.orgRemove unused typedef.
2010-08-18 vitalyr@chromium.orgMake instance_size immediately useful for all fixed...
2010-08-18 sgjesse@chromium.orgFix Windows x64 build broken by r5299.
2010-08-18 sgjesse@chromium.orgTracks the maximum usage of executable memory allocated...
2010-08-18 sgjesse@chromium.orgUse consistent types when calling RegExpImpl::IrregexpE...
2010-08-18 mikhail.naganov... Heap profiler: allow returning aggregated snapshots...
2010-08-18 ricow@chromium.orgPrepare push of version 2.3.9 to trunk. Now working...
2010-08-18 ager@chromium.orgDecrease the DST cache increment to take into account...
2010-08-17 vitalyr@chromium.orgFix uninitialized field in Debug::ThreadInit().
2010-08-17 antonm@chromium.orgVarious improvements to oom_dump and instance type...
2010-08-17 vegorov@chromium.orgFix presubmit and check failures introduced by r5284.
2010-08-17 vegorov@chromium.orgMerge flush code phase into marking phase.
2010-08-17 sgjesse@chromium.orgFix breakpoints on inlined named stores in code from...
2010-08-17 sgjesse@chromium.orgAdd classname to a static function call.
2010-08-17 erik.corry... Add support for vstr for single precision VFP register...
2010-08-17 sgjesse@chromium.orgFix compilation for ARMv4 for OpenBSD/FreeBSD
2010-08-16 vitalyr@chromium.orgArray builtins: add inline modifier to help gcc.
2010-08-16 vegorov@chromium.orgGive correct value ranges to enumeration types used...
2010-08-16 vitalyr@chromium.orgCopy-on-write arrays.
2010-08-16 ager@chromium.orgPrepare push of version 2.3.8 to trunk. Now working...
2010-08-16 erik.corry... Make the Integer32 type info only cover the signed...
2010-08-16 antonm@chromium.orgInitial implementation of oom_dump utility.
2010-08-16 antonm@chromium.orgRemove temporary support for two indexed property query...
2010-08-16 erik.corry... ARM: Ensure that we are not in a spilled scope when...
2010-08-16 erik.corry... Add rcr to disassembler.
2010-08-16 sgjesse@chromium.orgARM: backend opt for ToBoolean: JIT code generation...
2010-08-13 peter.rybin... LiveEdit: implement stack manipulations for x64
2010-08-13 sgjesse@chromium.orgARM: Fix another bug in r5252
2010-08-13 sgjesse@chromium.orgARM: Fix bug in r5252
2010-08-13 antonm@chromium.orgAdd last OS error into heap stats.
2010-08-13 erik.corry... Fix compilation for ARMv4.
2010-08-13 ager@chromium.orgRemove experimental fast-codegen. We are no longer...
2010-08-13 sgjesse@chromium.orgHandle accessors when generating Error.stack
2010-08-13 ager@chromium.orgAllow allocation in FailedAccessCheckCallback to allow...
2010-08-12 peter.rybin... Reduce size of function restarter frame.
2010-08-12 peter.rybin... LiveEdit: reflect scope_info moving out of Code
2010-08-12 vitalyr@chromium.orgPreserve constant function transition when adding the...
2010-08-12 sgjesse@chromium.orgRemove runtime function from fuzzing
2010-08-12 sgjesse@chromium.orgHandle overwriting valueOf on String objects correctly...
2010-08-12 vegorov@chromium.orgFix strict aliasing rule violations in dtoa.c.
2010-08-11 vegorov@chromium.orgAdd object-visiting.cc into GYP/XCode/MSVC project...
2010-08-11 vegorov@chromium.orgFix compilation on Mac.
2010-08-11 vegorov@chromium.orgGeneralize virtually dispatched scavenger to virtually...
2010-08-11 lrn@chromium.orgX64: Make SmiCompare use the Smi-register when possible.
2010-08-11 ricow@chromium.orgChange lazy compilation stub to a builtin.
2010-08-11 sgjesse@chromium.orgMinor change to for-in
2010-08-11 vegorov@chromium.orgPrepare push to trunk. Now working on version 2.3.8.
2010-08-11 vegorov@chromium.orgFix compilation with strict aliasing enabled on GCC...
2010-08-11 sgjesse@chromium.orgARM: Remove some spill scopes
2010-08-11 lrn@chromium.orgAllow compiling with strict aliasing enabled on GCC...
2010-08-11 mikhail.naganov... Heap profiler: enforce compaction before taking a snapshot.
2010-08-11 mikhail.naganov... Fix issue 822: handling of JSObject::elements in Calcul...
2010-08-11 ricow@chromium.orgBump the kPartialSnapshotCacheCapacity to 1400 to fix...
2010-08-11 ricow@chromium.orgPut direct code pointers into JSFunction objects. This...
2010-08-10 lrn@chromium.orgRemoved support for object literal get/set with number...
2010-08-10 erik.corry... Fix fuzzer-found error where left and right were the...
2010-08-10 mikhail.naganov... Fix CPU profiler crash in start / stop sequence when...
2010-08-10 sgjesse@chromium.orgRemove a couple of spill scopes
next