platform/upstream/v8.git
2010-05-04 whesse@chromium.orgImprove static type information in (constant SHL smi...
2010-05-04 ager@chromium.orgPort inline swapping of elements for the sort function...
2010-05-04 sgjesse@chromium.orgRefactor assignment in the ARM code generator
2010-05-04 podivilov@chromium.orgPort string keyed load IC improvements (r4444) to ARM.
2010-05-04 sandholm@chromium.orgReverting 2635
2010-05-04 whesse@chromium.orgAdd inlined code for (constant SHL smi), ported from...
2010-05-04 erik.corry... Make bleeding edge compile (since r4561 made Handle...
2010-05-03 ager@chromium.orgPort inlined version of swap primitive for sorting...
2010-05-03 whesse@chromium.orgChange calling convention of BinaryOperation code gener...
2010-05-03 lrn@chromium.orgX64: Port inline transcendental cache to X64.
2010-05-03 erik.corry... Partial and small update to the codegen to use the...
2010-05-03 lrn@chromium.orgX64: Use allocation with no scratch registers to avoid...
2010-05-03 erik.corry... No implicit conversion between a Foo** and a Handle...
2010-05-03 ager@chromium.orgPort handling of heap numbers in deferred code for...
2010-05-03 lrn@chromium.orgX64: Update allocation to work with no scratch register...
2010-05-03 kmillikin@chromium.orgPrepare push to trunk. Now working on version 2.2.8.
2010-05-03 ricow@chromium.orgAdded support for ES5 date time string format to Date...
2010-04-30 antonm@chromium.orgUse ScopedVector instead of dynamically allocated array.
2010-04-30 whesse@chromium.orgCut-and-paste port from ia32 to x64: Delay load of...
2010-04-29 antonm@chromium.orgIntroduce faster swapping primitives.
2010-04-29 oleg@chromium.orgSimplify double to number convertion.
2010-04-29 antonm@chromium.orgAdd ability to bail out from custom call generators...
2010-04-29 sgjesse@chromium.orgRemove unused code
2010-04-29 sgjesse@chromium.orgImprove the success rate for inline keyed store on x64
2010-04-29 floitschV8... Switch to vectors instead of bare char* arrays.
2010-04-29 whesse@chromium.orgAdd inline floating point comparisons for comparison...
2010-04-29 dgozman@chromium.orgMake Empty function to have no prototype and use it...
2010-04-29 sgjesse@chromium.orgImprove the success rate for inline keyed store
2010-04-28 podivilov@chromium.orgPort string keyed load IC improvements (r4444) to x64.
2010-04-28 ager@chromium.orgPort inline version of Math.sqrt and Math.pow from...
2010-04-28 podivilov@chromium.orgPort inlining of type checks in call ICs for API functi...
2010-04-28 peter.rybin... LiveEdit: clean JS sources a bit
2010-04-28 dgozman@chromium.orgAdded ability to remove prototype from function. In...
2010-04-28 lrn@chromium.orgPrepare push to trunk. Now working on 2.2.7.
2010-04-28 yurys@chromium.orgEnsure v8 is initialized before initializing debug...
2010-04-28 peter.rybin... LiveEdit: breakpoints updates and fixes for related...
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...
next