platform/upstream/v8.git
2008-10-09 bak@chromium.org- Optimized JSArray allocation in runtime system by...
2008-10-09 christian.plesner... Reverted the changes to jscre because the arm cross...
2008-10-09 erik.corry... If an allocation is so huge that we cannot code the...
2008-10-09 christian.plesner... - Specialized jscre on the type of the string involved.
2008-10-09 whesse@chromium.orgThis change rewrites some of the code to add properties...
2008-10-09 christian.plesner... - Specialized slow-case string equality nine ways based...
2008-10-09 kasperl@chromium.orgFix typo in comment (issue 108).
2008-10-09 kasperl@chromium.orgFix typo in include/v8.h (issue 108) and mark test...
2008-10-08 kasperl@chromium.orgMake sure to check that the function prototype is a
2008-10-08 kasperl@chromium.orgImprove the generated code for the instanceof operator,
2008-10-08 kasperl@chromium.orgMinor adjustments to the object migration code: When...
2008-10-08 erik.corry... Fix incorrect short cut test that assumed ASCII strings...
2008-10-08 sgjesse@chromium.orgFixed wrong filename in Visual Studio project file.
2008-10-08 kmillikin@chromium.orgMoved the function GetValue from the code generator...
2008-10-07 kasperl@chromium.orgFix broken build.
2008-10-07 bak@chromium.org- Changed the stack size in PreallocatedMemoryThread...
2008-10-07 lrn@chromium.orgKMP algorithm is still left in the source. If this...
2008-10-07 christian.plesner... Rolled back eager hash calculation during flattening...
2008-10-07 bak@chromium.org-Fixed regression in S15.5.5.1_A5.js.
2008-10-07 kmillikin@chromium.orgMove code generation for storing to a reference out...
2008-10-07 bak@chromium.org- Added %IsArrayClass, %IsDateClass, and %IsStringClass.
2008-10-07 bak@chromium.org- Fixed the parameter pasing to SharedStoreIC_ExtendStorage
2008-10-07 christian.plesner... Calculate string hash during flattening and convert...
2008-10-07 bak@chromium.org- Fixed Issue 3201: Embedded Google Calendar crashes...
2008-10-07 lrn@chromium.orgFixed typo
2008-10-07 kmillikin@chromium.orgDocument (and assert) some of the safe-but-brittle...
2008-10-07 lrn@chromium.orgFast direct-access version of KPM string match.
2008-10-07 kasperl@chromium.orgAdd reproducible failing test case for bug 109.
2008-10-07 ager@chromium.orgAdding Paolo Giarrusso to AUTHORS file for his hash...
2008-10-07 sgjesse@chromium.orgRemoved some debug code related to issue 1308895 which...
2008-10-06 kmillikin@chromium.orgDeclareContextSlot took an extra completely random...
2008-10-06 sgjesse@chromium.orgSkip the test debug-scripts-request on ARM in debug...
2008-10-06 sgjesse@chromium.orgMarked a test parsing on ARM as parsing.
2008-10-06 kasperl@chromium.orgFix lint issue.
2008-10-06 sgjesse@chromium.orgFixed unsafe code where a GC could occour after a Handl...
2008-10-06 ager@chromium.orgThe constructor properties on the prototypes of error...
2008-10-06 kasperl@chromium.orgRefactor the arguments access code to make it easier...
2008-10-06 kasperl@chromium.orgUse String::kHashShift instead of kHashShift. TBR=ager...
2008-10-06 ager@chromium.orgExclude the bit-field bits from string hash codes....
2008-10-06 kasperl@chromium.orgUpdate version to 0.3.5 in preparation for pushing
2008-10-06 kasperl@chromium.orgLet the current state of the benchmarks be known to the
2008-10-06 kasperl@chromium.orgAdapt the test expectations on ARM to make ARMu pass
2008-10-06 kasperl@chromium.orgFix ARMu debug mode failure by handling runtime calls
2008-10-06 kasperl@chromium.orgImprove performance of arguments object allocation...
2008-10-03 ager@chromium.orgUpdate v8natives to use InstallFunctions to get the...
2008-10-03 erik.corry... Fix lint error.
2008-10-03 erik.corry... Recommit reverted change, now with fixes to make it...
2008-10-03 kasperl@chromium.orgRevert 428. Breaks 64-bit compilation.
2008-10-03 kasperl@chromium.orgFix lint issues.
2008-10-03 erik.corry... Allow gcc to use strict-aliasing rules to control point...
2008-10-03 sgjesse@chromium.orgMark a test as flaky on ARM. Fails on hardware but...
2008-10-03 whessev8This change removes the %AddProperty native JavaScript...
2008-10-03 lrn@chromium.orgFixed whitespace. Remember to run presubmit before...
2008-10-03 lrn@chromium.orgAdded fast-case switch to ARM.
2008-10-03 kasperl@chromium.orgLog ticks when the prof flag is set. Avoid letting...
2008-10-03 christian.plesner... Changed so that --log-code implies --log.
2008-10-03 sgjesse@chromium.orgRefactored the logic for entering the debugger into...
2008-10-03 bak@chromium.org- Added fast case for extending the JSObject properties...
2008-10-03 sgjesse@chromium.orgUpdated the snapshot builder to reflect the removed...
2008-10-03 sgjesse@chromium.orgFixed the path for include files v8.h and v8-debug...
2008-10-03 sgjesse@chromium.orgRemoved the print, load, quit and version extensions...
2008-10-03 ager@chromium.orgCleanup string builtins.
2008-10-03 kasperl@chromium.orgMinor cleanups to macros.py.
2008-10-03 ager@chromium.orgMake sure that the name accessor on functions return...
2008-10-02 christian.plesner... - Case-sensitive atomic regular expressions now use...
2008-10-02 kmillikin@chromium.orgPrint one line when pushing an immediate followed by...
2008-10-02 whessev8Replaces two non-private uses of AddProperty with Ignor...
2008-10-02 kmillikin@chromium.orgIn the code generator, avoid loading the arguments...
2008-10-02 kmillikin@chromium.orgMove code for code generator static member functions...
2008-10-02 kmillikin@chromium.orgSmall cleanup of the code generator: make the static...
2008-10-02 sgjesse@chromium.orgChanged optimization from /Ox to the (more) commonly...
2008-10-02 olehougaardFixed use of undefined in ArraySort.
2008-10-02 olehougaardVarious minor improvements of sort.
2008-10-02 kasperl@chromium.orgRemoved the use of Math.random() and new Date() for...
2008-10-01 iposva@chromium.orgFollow up to change 402:
2008-10-01 kasperl@chromium.orgGet rid of the local variable we use to keep the state
2008-10-01 christian.plesner... Added test timing.
2008-10-01 kasperl@chromium.orgFix issue 86 by keeping track of the fact that finally...
2008-09-30 christian.plesner... Added option to parallelize test runs.
2008-09-30 deanm@chromium.orgDisallow copy and assigning a few public objects.
2008-09-30 deanm@chromium.orgRemove some craaaazy trailing whitespace.
2008-09-30 deanm@chromium.orgRemove an ARM jump elimination test.
2008-09-30 olehougaardFaster sort.
2008-09-30 deanm@chromium.orgRemove the ARM jump elimination. This completely remov...
2008-09-29 deanm@chromium.orgRemove x86 jump elimination. This was just complicated...
2008-09-28 deanm@chromium.orgClean up some naming to be consistent between runtime...
2008-09-28 deanm@chromium.orgRemove two cases of needlessly jumping to the next...
2008-09-28 deanm@chromium.orgRemove ComparisonDeferred and inline the non-smi case...
2008-09-26 erik.corry... Fix failing test caused by extra precision in register...
2008-09-26 erik.corry... Fix build breakage on ARM by removing IA32 flags
2008-09-26 erik.corry... Use -O9, tune for nocoma, assume at least a Pentium...
2008-09-26 christian.plesner... Added new test type, message, to test error reporting.
2008-09-26 erik.corry... Fix stack check wraparound problem for ARM simulator.
2008-09-26 sgjesse@chromium.orgStack checks in generated code for function apply is...
2008-09-26 olehougaardAdding comment to the fix of issue 95.
2008-09-26 olehougaardFix for issue 95.
2008-09-26 sgjesse@chromium.orgMark test test-debug/ThreadedDebugging as flaky.
2008-09-26 christian.plesner... which it now does.
2008-09-25 erik.corry... Introduce some checks to indicate that the benchmarks...
2008-09-25 olehougaardTuning quick sort.
next