platform/upstream/v8.git
2010-04-28 sgjesse@chromium.orgMinor tweaks to the ia32 inlined keyed store.
2010-04-28 sgjesse@chromium.orgAdd inlining of keyed store on ARM
2010-04-28 vegorov@chromium.orgFix api tests based on incorrect assumptions about...
2010-04-28 yurys@chromium.orgTemporarily disable DebugContextIsPreservedBetweenAcces...
2010-04-28 yurys@chromium.orgFix test-debug: make sure debugger is unloaded before...
2010-04-28 erik.corry... Fix keyed load inlining after my last commit accidentally
2010-04-28 vegorov@chromium.orgSwitch to aggresive promotion in mark-sweep collections.
2010-04-28 yurys@chromium.orgDon't unload debug context after it was requested throu...
2010-04-28 sgjesse@chromium.orgAdd amd64 to GuessArchitecture
2010-04-28 ricow@chromium.orgEnable Object.create tests since we implement this...
2010-04-28 erik.corry... Put the icache checks in the ARM simulator behind a...
2010-04-27 peter.rybin... Rename Compare -> Comparator to resolve name conflict...
2010-04-27 erik.corry... Change the LoadIC calling convention so that the receiver
2010-04-27 whesse@chromium.orgFix logical error in change 4515.
2010-04-27 podivilov@chromium.orgPort number string cache lookup for heap numbers in...
2010-04-27 whesse@chromium.orgPort improved ia32 CompareStub to x64. Add framework...
2010-04-27 antonm@chromium.orgFix copy paste: IsUint32() checks if value is unsigned...
2010-04-27 erik.corry... Fix search-for-string and replace global to avoid hangs
2010-04-27 sgjesse@chromium.orgInline keyed load on ARM
2010-04-27 sgjesse@chromium.orgFix presubmit errors
2010-04-27 sgjesse@chromium.orgFix use of live register as temporary
2010-04-27 sgjesse@chromium.orgAvoid constant pool blocking for too long
2010-04-26 antonm@chromium.orgFix a build---increase array's size.
2010-04-26 lrn@chromium.orgFix bug in word-boundary-lookahead followed by end...
2010-04-26 antonm@chromium.orgCurrent custom call generators cannot cope with the...
2010-04-26 antonm@chromium.orgUnify treatment of sorting with and without custom...
2010-04-26 erik.corry... Simplify the use of the stm instruction on ARM.
2010-04-26 antonm@chromium.orgRemove duplicate LeftTrimFixedArray function.
2010-04-26 ricow@chromium.orgAdded regression test for crbug 40931 crbug.com/40931
2010-04-26 ricow@chromium.orgDouble max-new-space-size to 2^18 in binary-op-newspace...
2010-04-26 fschneider... Prepare push to trunk. Now working on version 2.2.6.
2010-04-26 ricow@chromium.orgChange max-new-space-size to 2^17 (from 2^16) to make...
2010-04-26 erik.corry... Change to allow d8 to compile on MacOSX.
2010-04-26 erik.corry... Cosmetic changes to the ARM port.
2010-04-26 erik.corry... Fix a bug where a GC at an unlucky moment caused a...
2010-04-26 sgjesse@chromium.orgAdd a V8 specific target architecture to the GYP file
2010-04-26 fschneider... Fix bug in the ARM full code generator for inlined...
2010-04-25 vitalyr@chromium.orgDon't share function result caches between contexts.
2010-04-23 ager@chromium.orgFix bug in KeyedLoadIC generic stub where signed instea...
2010-04-23 vegorov@chromium.org- Fix Win64 build.
2010-04-23 kaznacheev... Fix BinaryOpIC implementation on ARM.
2010-04-23 whesse@chromium.orgFix typo - remove stray character from change 4481
2010-04-23 whesse@chromium.orgCompute static type information for remaining expressio...
2010-04-23 sgjesse@chromium.orgChanged inlined property load detection on ARM
2010-04-22 antonm@chromium.orgUse Heap::CreateFillerArrayAt to create a filler instea...
2010-04-22 erik.corry... Update AUTHORS file to reflect previous commit
2010-04-22 erik.corry... Speed up random on ARM. Patch committed for rodolph...
2010-04-22 vegorov@chromium.orgFix bugs introduced by r4475:
2010-04-22 vegorov@chromium.orgPut empty pages discovered during sweeping to the end...
2010-04-22 erik.corry... Add checks to the ARM simulator to ensure that we flush...
2010-04-22 ager@chromium.orgPort apply with arguments optimization to ARM. This...
2010-04-22 whesse@chromium.orgFix error in static type information computation for...
2010-04-22 sgjesse@chromium.orgMinor formatting changes.
2010-04-22 sgjesse@chromium.orgFix ARM debug build breakage caused by r4468
2010-04-22 sgjesse@chromium.orgAdd inlining of property load on ARM
2010-04-21 peter.rybin... Support multi-chunk differences
2010-04-21 mikhail.naganov... Fix issue 683: change the order of CPU profiler setup...
2010-04-21 whesse@chromium.orgPort inlined quick equality check for non-NaN to x64.
2010-04-21 iposva@chromium.org- Fix unitialized variable error found by compiler...
2010-04-21 antonm@chromium.orgFix one off error.
2010-04-21 sgjesse@chromium.orgFix lint errors
2010-04-21 sgjesse@chromium.orgUpdate comment to provide the correct usage of the...
2010-04-21 sgjesse@chromium.orgUse an object to control the blocking of the constant...
2010-04-21 lrn@chromium.orgFix incorrect handling of global RegExp properties...
2010-04-21 sgjesse@chromium.orgReturn the correct statement position.
2010-04-21 ricow@chromium.orgPrepare push of version 2.2.4 to trunk.
2010-04-20 vitalyr@chromium.orgReapply: Inline fast cases in string keyed load IC.
2010-04-20 lrn@chromium.orgAdd missing check to StringBuilderConcat runtime function.
2010-04-20 antonm@chromium.orgDo not preconvert to string as it apparently has minima...
2010-04-20 ricow@chromium.orgChange strlen to v8::internal::StrLength in liveedit...
2010-04-20 ager@chromium.orgAdd missing smi check in IC for nonexistent properties.
2010-04-20 vitalyr@chromium.orgRevert r4444 "Inline fast cases in string keyed load...
2010-04-20 vitalyr@chromium.orgInline fast cases in string keyed load IC.
2010-04-19 erik.corry... Make not sucking at regexp the default
2010-04-19 ager@chromium.orgFix arm simulator build on Max OS X. For some reason...
2010-04-19 peter.rybin... LiveEdit: calculate a real script difference
2010-04-19 ager@chromium.orgRemove some remaining references to boilerplate functions.
2010-04-16 mikhail.naganov... Really fix WebKit buildbot crashes on StopProfiling.
2010-04-16 ricow@chromium.orgFix arm simulator build - arm flags must be a list...
2010-04-16 sgjesse@chromium.orgTweak D8 remote debugger
2010-04-16 ricow@chromium.orgChange SConstruct to allow for easy specification of...
2010-04-16 mikhail.naganov... Make StopProfiling resilient to calls in unusual moments.
2010-04-15 vegorov@chromium.orgFix constant offset check for inlined write barrier...
2010-04-15 mikhail.naganov... Only put VM state entry if a symbolized stacktrace...
2010-04-15 sgjesse@chromium.orgAdd tracking of loop nesting to ARM code.
2010-04-15 sgjesse@chromium.orgAdd stack alignment check to ia32 and x64
2010-04-15 mikhail.naganov... Report approximated duration in milliseconds for profil...
2010-04-15 ager@chromium.orgReapply load ICs for nonexistent properties.
2010-04-15 sgjesse@chromium.orgEnsure stack alignment in ARM port
2010-04-15 sgjesse@chromium.orgAvoid warning on ARM reported by newer GCC versions
2010-04-14 vitalyr@chromium.orgOne less dependent load in InvokeBuiltin.
2010-04-14 mikhail.naganov... merged
2010-04-14 antonm@chromium.orgUpdate document to descirbe semantics of hints.
2010-04-14 peter.rybin... Format
2010-04-14 peter.rybin... Make a namespace for LiveEdit
2010-04-14 antonm@chromium.orgIntroduce fast native caches and use it in String.search.
2010-04-14 whesse@chromium.orgRevert change 4401.
2010-04-14 ricow@chromium.orgChanging byte_size from size_t to int in heap-inl.h...
2010-04-14 ricow@chromium.orgMove const declarations out of if in assembler-x64...
2010-04-14 kasperl@chromium.orgFix typos in new interrupt postponing code.
next