platform/upstream/v8.git
2010-01-18 sgjesse@chromium.orgFix GC bug
2010-01-18 sgjesse@chromium.orgTrace command in ARM simulator debugger
2010-01-18 kmillikin@chromium.orgFix some of my earlier typos.
2010-01-18 kmillikin@chromium.orgIntroduce 'top-of-stack caching' to the toplevel code...
2010-01-18 antonm@chromium.orgLift filtering of the test higher as otherwise we can get
2010-01-18 erik.corry... Fix windows tests. In the context of fopen the opposit...
2010-01-18 lrn@chromium.orgX64 implementation of native ascii string compare.
2010-01-18 lrn@chromium.orgRegExp bitmap test for word character.
2010-01-18 erik.corry... Small optimization of ARM compare stub. Reverse all...
2010-01-15 peter.rybin... Make debugger unloading deferred operation
2010-01-15 peter.rybin... Implement issue 554 Add "ProcessDebuggerRequests" call...
2010-01-15 mikhail.naganov... Fix build problems.
2010-01-15 peter.rybin... Add diagnostic print to debug agent if it fails to...
2010-01-15 mikhail.naganov... Submit Object.getOwnPropertyNames patch by Pavel Feldma...
2010-01-15 erik.corry... Implement enough of the partial snapshots that we can...
2010-01-15 vitalyr@chromium.orgFix ARM build.
2010-01-15 sgjesse@chromium.orgEnsure correct boxing of values when calling functions...
2010-01-15 ricow@chromium.orgUpdated README in es5conform so the description says...
2010-01-15 vitalyr@chromium.orgOptimized calling of C++ builtins (and HandleApiCall
2010-01-15 fschneider... Fix issue 541 and some refactoring of the top-level...
2010-01-15 fschneider... Fix bug in keyed load stub for strings.
2010-01-14 fschneider... Fix a problem when compiling built-ins with the top...
2010-01-14 fschneider... Push to trunk. Now working on 2.0.7.
2010-01-14 erik.corry... * Improve the interface to the memory-reservation funct...
2010-01-14 ager@chromium.orgFix crash when using Object.getOwnPropertyDescriptor...
2010-01-14 ager@chromium.orgChange return type of MapSpace::NeedsCompaction from...
2010-01-14 ricow@chromium.orgRemoved check on element in case it is undefined in...
2010-01-14 ager@chromium.orgFix the tests that change because of change to toISOStr...
2010-01-14 ager@chromium.orgFix Date.prototype.toISOString for NaN dates and add...
2010-01-13 antonm@chromium.orgCompact map space when doing mark-sweep if after collec...
2010-01-13 kmillikin@chromium.orgRemove an inlined ASSERT made obsolete by r3598.
2010-01-13 kmillikin@chromium.orgRemove a pair of problematic uses of the Reference...
2010-01-13 ager@chromium.orgRevert r3583 which seems to degrade performance.
2010-01-13 fschneider... Fix bug in top-level code generator with global receiver.
2010-01-13 ricow@chromium.orgEnabled es5conform tests for new array methods and...
2010-01-13 kmillikin@chromium.orgCleanup the handling of control flow in the toplevel...
2010-01-13 ager@chromium.orgFix bug in the ARM port of FastNewContextStub. Load...
2010-01-13 ager@chromium.orgPort FastNewContextStub to x64 and arm.
2010-01-13 sgjesse@chromium.orgFix ARM thumb/debug build
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.
next