platform/upstream/v8.git
2010-03-04 antonm@chromium.orgFix a special case (zero length result array).
2010-03-04 sgjesse@chromium.orgAdded tests for issue 618
2010-03-04 kasperl@chromium.orgRemove the unlocker from the JS thread in ProfMultipleT...
2010-03-04 kasperl@chromium.orgDisable two problematic tests that only test functionality
2010-03-04 vitalyr@chromium.orgAdd runtime function for string to array conversion.
2010-03-04 kasperl@chromium.orgTry to fix issue 632 by being more careful in the locki...
2010-03-04 ricow@chromium.orgAdded new ia32 assembler instructions to the diassemble...
2010-03-04 kasperl@chromium.orgDon't use strcmp to test heap object pointer equality.
2010-03-04 mikhail.naganov... [Linux] Patch LogSharedLibraryAddresses to work correct...
2010-03-04 mikhail.naganov... Assign to "sample.state" before reading it.
2010-03-04 ager@chromium.orgAdd IsExecutionTerminating api method.
2010-03-04 bak@chromium.org- Fixed the compilation cache so Put works.
2010-03-04 iposva@chromium.org- Rearrange fields in SharedFunctionInfo.
2010-03-04 whesse@chromium.orgChange heap sort of descriptor array to bottom-up.
2010-03-04 kasperl@chromium.orgNasty workaround for bug 632.
2010-03-03 vitalyr@chromium.orgFast case conversion for ascii strings.
2010-03-03 bak@chromium.org- Changed the initial size for HashTable.
2010-03-03 oleg@chromium.orgFix broken test in WebKit test suite and add the test...
2010-03-03 lrn@chromium.orgAdded implementation if Uint32::Value.
2010-03-03 sgjesse@chromium.orgRefactor the scanner interface
2010-03-03 kasperl@chromium.orgTry to fix the broken build by making a single problematic
2010-03-03 fschneider... Remove a duplicated move instruction for store IC calls...
2010-03-03 kasperl@chromium.orgRemove the deprecated context disposal GC heuristic.
2010-03-02 vitalyr@chromium.orgSmall API improvements:
2010-03-02 oleg@chromium.orgPrevent "control reaches end of non-void function"...
2010-03-02 oleg@chromium.orgFix minor syntax error which broke the compilation.
2010-03-02 oleg@chromium.orgRevert change to EquivalentTime in date.js. The checks...
2010-03-02 whesse@chromium.orgAdd syntax checker for side-effect-free expressions...
2010-03-02 oleg@chromium.orgRewrite MakeDay function from JS to C++.
2010-03-02 antonm@chromium.orgAdd cld before doing rep movs.
2010-03-02 antonm@chromium.orgFaster filling newly allocated arrays with the holes...
2010-03-02 bak@chromium.org- Changed the growth policy for hash tables to reduce...
2010-03-02 sgjesse@chromium.orgRe-introduce this as a trivial expression
2010-03-02 erik.corry... Allow snapshots built without -DANDROID to work on...
2010-03-02 fschneider... Implementation of a fixed-size bit vector.
2010-03-02 mikhail.naganov... Parametrize C++ splay tree with allocator.
2010-03-01 peter.rybin... Enable GC update for pointers in GenerateKeyedLoadICDeb...
2010-03-01 kaznacheev... Implementing inline caches for binary operations (ia32).
2010-03-01 antonm@chromium.orgFaster moving FixedArray elements around.
2010-03-01 mikhail.naganov... Logging-related changes.
2010-03-01 kasperl@chromium.orgTweak the new context disposal GC heuristic to cleanly...
2010-03-01 whesse@chromium.orgMove definitions of named registers as constant structu...
2010-03-01 sgjesse@chromium.orgUpdate MIPS port to support recent changes
2010-03-01 kasperl@chromium.orgCount GlobalHandles::PostGarbageCollectionProcessing...
2010-02-26 vitalyr@chromium.orgImplemented one-char cache lookup in generated code.
2010-02-26 antonm@chromium.orgReturn length passed instead of receiver to allow chain...
2010-02-26 ager@chromium.orgAdd missing error message for calling functions on...
2010-02-26 antonm@chromium.orgFaster filling of arrays of holes.
2010-02-26 bak@chromium.org- Pushed source code for functions into old space.
2010-02-26 fschneider... Make another small virtual frame function inlined.
2010-02-26 ricow@chromium.orgMoved initialization of xmm3 making sure it is initiali...
2010-02-26 bak@chromium.orgRemoved space to please lint.
2010-02-26 kasperl@chromium.orgAdd an explicit API entry to notify V8 that one or...
2010-02-26 bak@chromium.org- Moved the computation of old space limits to after...
2010-02-26 ricow@chromium.orgChanged GeneratePow ensure xmm1 is loaded with y before...
2010-02-26 ricow@chromium.orgAdded fast support for Math.pow. This simply calculates...
2010-02-26 fschneider... Inlining a few virtual frame functions.
2010-02-26 ager@chromium.orgAdd test of internal fields on global objects. This...
2010-02-26 kasperl@chromium.orgAdd information about time spent in external callback to
2010-02-25 ager@chromium.orgFix presubmit error.
2010-02-25 ager@chromium.orgFix the mac debug build. Apparently g++ on Mac cannot...
2010-02-25 whesse@chromium.orgChange KeyedStoreIC interface to take value, key, and...
2010-02-25 oleg@chromium.orgOptimize three Number2Integer functions in runtime...
2010-02-25 sgjesse@chromium.orgRevert r3952
2010-02-25 sgjesse@chromium.orgRefactor the code cache to handle large number of prope...
2010-02-25 serya@chromium.orgAdding 'static const' for arg numbers used with CallCFu...
2010-02-25 vitalyr@chromium.orgImprove string runtime compare performance for flat...
2010-02-25 lrn@chromium.orgFix test for overflow in memory allocation Failure...
2010-02-25 serya@chromium.orgAllignFrame/CallCFuntion moved from regexp-macro-assemb...
2010-02-25 ager@chromium.orgRevert pax change as it does not work with older versio...
2010-02-24 peter.rybin... Implement BlindReference object and provide couple...
2010-02-24 vitalyr@chromium.orgFix miss in smi check when doing fast api call.
2010-02-24 vitalyr@chromium.orgFix uninitialized memory read in CallOptimization.
2010-02-24 ager@chromium.orgLand change to allow building on Gentoo Hardened Linux.
2010-02-24 sgjesse@chromium.orgDon't treat this as a trivial expression.
2010-02-24 serya@chromium.orgReview URL: http://codereview.chromium.org/652118
2010-02-24 sgjesse@chromium.orgRemove inheritance of chromium flags
2010-02-23 sgjesse@chromium.orgAdd the ability to compile with profiler guided optimiz...
2010-02-23 serya@chromium.orgTypo fixed.
2010-02-23 whesse@chromium.orgAdd comment to generated code that says which code...
2010-02-23 lrn@chromium.orgIA32: Native access to TranscendentalCache for sin...
2010-02-23 fschneider... Prepare push to trunk. Now working on 2.1.3.
2010-02-22 fschneider... Fix reliability crash caused by wrong assert.
2010-02-22 whesse@chromium.orgAdd integer casts to make v8 compile without warnings...
2010-02-22 whesse@chromium.orgDeclare register names as constants in assembler-x64...
2010-02-22 sgjesse@chromium.orgConsistently return failure if the stub cache cannot...
2010-02-19 vitalyr@chromium.orgLand patch by Oleg Eterevsky (oleg@chromium.org).
2010-02-19 whesse@chromium.orgImprove stores to global variables.
2010-02-19 kmillikin@chromium.orgBegin using a list of bailouts instead of a singleton...
2010-02-19 yurys@chromium.orgAdd maxStrinLength argument to debugger requests
2010-02-19 ricow@chromium.orgAdded test for bug 619 - we should move this to object...
2010-02-19 vitalyr@chromium.orgSome string optimizations:
2010-02-19 ricow@chromium.orgRemoved asserts on attributes when setting elements...
2010-02-19 ager@chromium.orgAdd missing break in GetPropertyWithFailedAccessCheck...
2010-02-19 kmillikin@chromium.orgReorder code in fast-codegen-ia32.cc.
2010-02-19 whesse@chromium.orgImprove load of global variables.
2010-02-19 fschneider... Make class BitField able to use 32 bits of a uint32.
2010-02-19 fschneider... Fix missing includes.
2010-02-19 fschneider... Temporarily move the ia32 fast code generator into...
2010-02-19 kmillikin@chromium.orgIntroduce 'trivial' expressions, use them for this...
next