platform/upstream/v8.git
2010-05-07 ager@chromium.orgImplement fast calls of functions in the presence of...
2010-05-07 sgjesse@chromium.orgPass key and receiver in registers for keyed load IC...
2010-05-06 vitalyr@chromium.orgRemove unused declarations.
2010-05-06 vitalyr@chromium.orgRefactored custom call IC generators:
2010-05-06 serya@chromium.orgFixing a performance bug introduced in r4581.
2010-05-06 erik.corry... Allow unaligned memory accesses on ARM targets that...
2010-05-06 whesse@chromium.orgAllocate the right number of fast context slots on...
2010-05-06 ricow@chromium.orgUse Int32Value() instead of ToNumber()->Value() in...
2010-05-06 serya@chromium.orgInlined load of string.length and array.length.
2010-05-06 lrn@chromium.orgX64: Skip smi-test on GenericBinaryOpStub if static...
2010-05-06 erik.corry... Add a single-element global positive and negative cache to
2010-05-06 whesse@chromium.orgCorrect bug with left shift on X64 platform from change...
2010-05-06 sgjesse@chromium.orgAdds C++ API for retrieving a stack trace without runni...
2010-05-05 floitschV8... Dtoa for fixed notation.
2010-05-05 antonm@chromium.orgFix Mac OS build.
2010-05-05 antonm@chromium.orgFix windows build.
2010-05-05 antonm@chromium.orgTurn some usages of NewArray with DeleteArray in the...
2010-05-05 floitschV8... Revert r4591
2010-05-05 floitschV8... Provide (non Gay) dtoa for fixed notation.
2010-05-05 sgjesse@chromium.orgPrefer r0 as TOS when performing virtual frame dup...
2010-05-05 whesse@chromium.orgMake sure that type info of results is correctly record...
2010-05-05 ager@chromium.orgPrepare push to trunk. Now working on version 2.2.9.
2010-05-05 sgjesse@chromium.orgAdd some comments to the ia32 code generator
2010-05-05 sgjesse@chromium.orgHandle loading the property name for load IC in the...
2010-05-05 sgjesse@chromium.orgPass key in register for keyed load IC
2010-05-04 antonm@chromium.orgThrow an exception when wrong arguments are passed...
2010-05-04 antonm@chromium.orgClean JS function results cache on each major GC.
2010-05-04 serya@chromium.orgChanging string length field type from int to SMI...
2010-05-04 mikhail.naganov... Do a GC pass prior to collecting a heap profile.
2010-05-04 lrn@chromium.orgX64: Faster push/pop implementation.
2010-05-04 peter.rybin... Make LiveEdit natives fuzzy
2010-05-04 lrn@chromium.orgX64: Minor change of control flow in inline transcenden...
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...
next