platform/upstream/v8.git
2010-01-13 sgjesse@chromium.orgFix ARM cross compiles generated from gyp.
2010-01-12 antonm@chromium.orgReverting temporary reverts 3586 and 3588 back.
2010-01-12 antonm@chromium.orgTemporary backing out r3536 to see impact on DOM benchm...
2010-01-12 fschneider... Fix a problem with const initialization in the top...
2010-01-12 antonm@chromium.orgTemporary backing out r3538 to see impact on DOM benchm...
2010-01-12 erik.corry... Fix float conversion warning from some gcc versions.
2010-01-12 erik.corry... Add some interfaces to the GC that allow us to reserve...
2010-01-12 ager@chromium.orgReapply the parts of revision 3545 that did not work...
2010-01-12 ager@chromium.orgChange the ARM fixup code to handle the use of the...
2010-01-12 kmillikin@chromium.orgFix lint error. I must have been following the Standar...
2010-01-12 kmillikin@chromium.orgSome cleanup of the toplevel code generator:
2010-01-12 ager@chromium.orgFix variable name when build with oprofile agent.
2010-01-12 ager@chromium.orgPort FastNewClosureStub introduced for ia32 in r3477...
2010-01-11 sgjesse@chromium.orgAdd missing instructions to the IA-32 disasembler
2010-01-11 fschneider... Added two missing instructions to disassembler.
2010-01-11 christian.plesner... Added ScriptData::HasError.
2010-01-11 sgjesse@chromium.orgFix building of D8
2010-01-11 ager@chromium.orgFix wrong assert in compare stub minor key computation.
2010-01-08 sgjesse@chromium.orgFixed wrong cmov operand order
2010-01-08 erik.corry... Fix same Windows compiler error in another place.
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...
next