platform/upstream/v8.git
2010-01-08 erik.corry... Fix Windows build.
2010-01-08 sgjesse@chromium.orgAdd generated code for ascii string comparison
2010-01-08 lrn@chromium.orgFix potential length-miscalculation in %StringBuilderCo...
2010-01-08 erik.corry... Lint, schmlint!
2010-01-08 erik.corry... Speed up compares with characters ie single-character...
2010-01-08 ager@chromium.orgInline a number of simple date computations.
2010-01-08 kasperl@chromium.orgMake sure to use the CHECK_PARSE_ERROR macro (and thereby
2010-01-07 lrn@chromium.orgAttempt to make \b\w+ faster. Slight performance increa...
2010-01-07 lrn@chromium.orgForgot patch to make it compiler on Linux.
2010-01-07 sgjesse@chromium.orgFix wrong asserts from r3554
2010-01-07 lrn@chromium.orgFixed potential length miscalculations by limiting...
2010-01-07 fschneider... Fix runtime function StringCharAt where an argument...
2010-01-07 kasperl@chromium.orgMake String.prototype.replace a tiny bit faster by...
2010-01-07 fschneider... Fix x64 and arm build.
2010-01-07 fschneider... Improve keyed loads on strings by using a new stub.
2010-01-07 ricow@chromium.orgAdded ES5 15.2.3.2 Object.getPrototypeOf.
2010-01-07 sgjesse@chromium.orgUse generated code to create sub strings.
2010-01-07 kasperl@chromium.orgImprove the performance of String.prototype.concat...
2010-01-06 kasperl@chromium.orgQuick fix to ARM fixup issue introduced in r3545. The...
2010-01-06 kasperl@chromium.orgImprove performance of Array.prototype.join and String...
2010-01-06 sgjesse@chromium.orgMake the direct call to native RegExp work
2010-01-06 bak@chromium.org- Adjust the number to string cache based on the max...
2010-01-06 sgjesse@chromium.orgDirect call to native RegExp code from JavaScript.
2010-01-06 kasperl@chromium.orgUpdate the result size for ResolvePossiblyDirectEval...
2010-01-05 bak@chromium.org- Fixed a bug in the array concat implementation causin...
2010-01-05 fschneider... Use cmov instructions to avoid some conditional branche...
2010-01-05 bak@chromium.orgAdded rehashing of hash tables when there are too many...
2010-01-05 kmillikin@chromium.orgSimplify checking during allocation when Heap::always_a...
2010-01-05 kmillikin@chromium.orgMore cleanup of slot handling in the nonoptimizing...
2010-01-05 kasperl@chromium.orgMake the ResolvePossiblyDirectEval faster by avoiding the
2010-01-05 kmillikin@chromium.orgStyle cleanup of switches over Slot::Type in the nonopt...
2010-01-04 fschneider... Improve count operation in top-level compiler on ARM.
2010-01-04 fschneider... Added general pre- and postfix count operations to...
2010-01-04 kasperl@chromium.orgRemove unused function and function declaration.
2009-12-28 fschneider... Faster handling of string indexing using [] with a...
2009-12-28 kasperl@chromium.orgSecond attempt at fixing issue 559.
2009-12-28 kasperl@chromium.orgLand codereview.chromium.org/509029 (slightly simplified).
2009-12-23 fschneider... Use a loop in generated code to allocate stack slots...
2009-12-23 bak@chromium.org- Reordered the instructions in the inlined allocation...
2009-12-22 kmillikin@chromium.orgWhen promoting objects during a copying collection...
2009-12-22 kasperl@chromium.orgMake the FastCloneShallowArrayStub a bit prettier.
2009-12-22 ager@chromium.orgRevert r3514 and r3515. The new cache is too large...
2009-12-22 fschneider... Use one runtime call for creating object/array literals in
2009-12-22 kasperl@chromium.orgFix linto.
2009-12-22 bak@chromium.org- Increased size of number string cache.
2009-12-22 kasperl@chromium.orgAdd fast case stub for BIT_NOT.
2009-12-22 ager@chromium.orgCheck for undefined in the binary operation stub when...
2009-12-21 kasperl@chromium.orgVery experimental fix for issue 555.
2009-12-21 erik.corry... Optimize implementation of Math.floor a little by speci...
2009-12-21 ager@chromium.orgRemove complicated Math.sin and Math.cos optimizations...
2009-12-21 ager@chromium.orgOptimize sine and cosine by checking up front if the...
2009-12-21 kasperl@chromium.orgThe number of heap slots stored in a scope includes the
2009-12-21 erik.corry... Bring back the fisttp instruction on machines with...
2009-12-20 kmillikin@chromium.orgDisallow garbage collection at another site in the...
2009-12-18 peter.rybin... Reapply "wait for connection" feature implementation
2009-12-18 kasperl@chromium.orgRecommit r3494 after fixing stupid mistake where the...
2009-12-18 lrn@chromium.orgFast-codegen: Adding support for try/catch and throw.
2009-12-18 antonm@chromium.orgForce mark sweep instead of compcation if size of map...
2009-12-18 kasperl@chromium.orgRevert r3495 - some weird corner case is broken.
2009-12-18 kasperl@chromium.orgImprove code generated for left shifts where the left...
2009-12-18 kasperl@chromium.orgConvert the rest of the sar(xxx, kSmiTagSize) to SmiUnt...
2009-12-18 kasperl@chromium.orgRefactor smi tagging and untagging on IA-32.
2009-12-18 erik.corry... Optimize bitops with non-Smi inputs. Instead of conver...
2009-12-18 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2009-12-18 bak@chromium.orgadded else
2009-12-18 bak@chromium.org-Inlined double variant of compare iff one of the sides...
2009-12-18 iposva@chromium.org- Handle HeapNumbers in deferred code instead of jumpin...
2009-12-17 kasperl@chromium.orgOptimize the allocation of small, non-nested literal
2009-12-17 kmillikin@chromium.orgStreamline the calling convention of the call ICs by...
2009-12-17 kasperl@chromium.orgDon't bother callling into the ProducerHeapProfile...
2009-12-17 kasperl@chromium.orgEnable fast allocation of context objects on IA-32.
2009-12-17 sgjesse@chromium.orgExtend the maximum size map space
2009-12-17 kasperl@chromium.orgFix ARM and x64 tests in debug mode after r3477.
2009-12-17 iposva@chromium.org- Fix x64 build.
2009-12-17 iposva@chromium.org- Undo unfortunate renaming of StaticType.
2009-12-16 kasperl@chromium.orgImprove performance of allocating closures for nested
2009-12-16 kmillikin@chromium.orgPrepare push to trunk. We are now working on version...
2009-12-16 lrn@chromium.orgFast codegen: Implement with.
2009-12-15 yurys@chromium.orgFix presubmit error: remove whitespace
2009-12-15 yurys@chromium.orgIgnore debug break events when bootstrapper is active...
2009-12-14 vitalyr@chromium.orgstats-viewer.py: support passing test_shell pid.
2009-12-14 vitalyr@chromium.orgUpdated stats-viewer.py to work with chromium.
2009-12-14 kasperl@chromium.orgDo a fast check for undefined values when comparing.
2009-12-14 lrn@chromium.orgFast-codegen: Implementing try/finally on top of nestin...
2009-12-14 erik.corry... Modified SConstruct to enable building of shared library
2009-12-14 kasperl@chromium.orgTry to make the contextuality check in the IC code...
2009-12-14 sgjesse@chromium.orgReverted r3457
2009-12-13 peter.rybin... Implement "wait for connection" feature
2009-12-11 fschneider... Fix lint error.
2009-12-11 fschneider... Adding compound assignments to the top-level compiler.
2009-12-11 erik.corry... Give the binary op stubs better names to make profiles...
2009-12-11 mikhail.naganov... Correct mistyped file name for svn:ignore property.
2009-12-11 mikhail.naganov... Add '.cpplint-cache' to ignore lists for SVN and Git...
2009-12-10 iposva@chromium.org- Ensure the stack trace limit is not negative.
2009-12-10 antonm@chromium.orgUse uint64_t to keep 64 MacOS happy.
2009-12-10 ager@chromium.orgReapply keyed load cache probing in generated code...
2009-12-10 lrn@chromium.orgFast codegen: Working break and continue.
2009-12-10 kmillikin@chromium.orgDisible the toplevel compiler for code containing for...
2009-12-10 ager@chromium.orgRevert keyed load cache probing in generated code.
2009-12-10 ager@chromium.orgProbe keyed load cache in generic keyed load stub.
next