platform/upstream/v8.git
2008-10-17 bak@chromium.org - Missing files
2008-10-17 ager@chromium.orgAllow larger semispaces.
2008-10-17 bak@chromium.org- Specialized IsClassOf for Number, Boolean, Arguments...
2008-10-17 lrn@chromium.orgChanged Boyer-Moore's bad-char table code:
2008-10-17 kmillikin@chromium.orgCode formatting changes.
2008-10-17 bak@chromium.org- Removed a few indirections by making the two SemiSpaces
2008-10-17 kasperl@chromium.orgFix issue 116 by returning the value from SetFastElement.
2008-10-16 lrn@chromium.org* Special case for last char in BM-match
2008-10-16 ager@chromium.orgUpdate ChangeLog and version number to prepare for...
2008-10-16 bak@chromium.org-Eliminated a excessive memory traffic in CopyObject.
2008-10-16 iposva@chromium.orgAddressed review comment by Kasper:
2008-10-16 iposva@chromium.org- Fix instance size calculation to ensure that the...
2008-10-15 whesse@chromium.orgFixes bug 1426704.
2008-10-15 christian.plesner... Review-related changes
2008-10-15 christian.plesner... Added a way to add timestamps to the log file name
2008-10-15 iposva@chromium.orgFix CALL_IC to read properties out of the object in...
2008-10-15 iposva@chromium.orgFix lint problem.
2008-10-15 iposva@chromium.orgAllocate room for expected number of properties based...
2008-10-14 kmillikin@chromium.orgMove code (already reviewed) around in the source file...
2008-10-14 lrn@chromium.orgTest for non-ASCII character in a needle used on an...
2008-10-14 lrn@chromium.orgSelecting between simple text search and Boyer-Moore...
2008-10-14 lrn@chromium.orgThe BoyerMooreStringSearch now uses separate functions...
2008-10-14 lrn@chromium.orgBoyer-Moore delayes computation of Good-Suffix table...
2008-10-14 lrn@chromium.orgReduced the string length and rounds in the extensive...
2008-10-14 olehougaardTesting that sorting behaves reasonably with a bad...
2008-10-14 christian.plesner... Fixed bug 114
2008-10-14 lrn@chromium.orgMost operations are faster than before.
2008-10-13 iposva@chromium.orgFix a missing peephole optimization in ia32 code expose...
2008-10-13 whesse@chromium.orgFix lint error in codegen-ia32.cc.
2008-10-13 kmillikin@chromium.orgAdd a VirtualFrame class to the IA32 code generator...
2008-10-10 bak@chromium.org- Omit frame pointers when using GCC.
2008-10-10 bak@chromium.org- Inlined JSArray::SetContent.
2008-10-10 kasperl@chromium.orgImprove profiler output to make it easier to see the
2008-10-10 kasperl@chromium.orgIntroduce a special kind of frames for construct frames...
2008-10-10 erik.corry... Move const qualifies around to avoid GCC warnings....
2008-10-10 kasperl@chromium.orgAdd codegen-arm.h and codegen-ia32.h to VS project...
2008-10-10 kasperl@chromium.orgFix typo.
2008-10-10 kasperl@chromium.orgMake strict equality checks faster on IA32 by doing
2008-10-10 iposva@chromium.orgSimplify CodeGenerator hierarchy by not using a base...
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...
next