platform/upstream/v8.git
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...
2009-12-14 vitalyr@chromium.orgstats-viewer.py: support passing test_shell pid.
2009-12-14 vitalyr@chromium.orgUpdated stats-viewer.py to work with chromium.
2009-12-14 kasperl@chromium.orgDo a fast check for undefined values when comparing.
2009-12-14 lrn@chromium.orgFast-codegen: Implementing try/finally on top of nestin...
2009-12-14 erik.corry... Modified SConstruct to enable building of shared library
2009-12-14 kasperl@chromium.orgTry to make the contextuality check in the IC code...
2009-12-14 sgjesse@chromium.orgReverted r3457
2009-12-13 peter.rybin... Implement "wait for connection" feature
2009-12-11 fschneider... Fix lint error.
2009-12-11 fschneider... Adding compound assignments to the top-level compiler.
2009-12-11 erik.corry... Give the binary op stubs better names to make profiles...
2009-12-11 mikhail.naganov... Correct mistyped file name for svn:ignore property.
2009-12-11 mikhail.naganov... Add '.cpplint-cache' to ignore lists for SVN and Git...
2009-12-10 iposva@chromium.org- Ensure the stack trace limit is not negative.
2009-12-10 antonm@chromium.orgUse uint64_t to keep 64 MacOS happy.
2009-12-10 ager@chromium.orgReapply keyed load cache probing in generated code...
2009-12-10 lrn@chromium.orgFast codegen: Working break and continue.
2009-12-10 kmillikin@chromium.orgDisible the toplevel compiler for code containing for...
2009-12-10 ager@chromium.orgRevert keyed load cache probing in generated code.
2009-12-10 ager@chromium.orgProbe keyed load cache in generic keyed load stub.
2009-12-10 lrn@chromium.orgFix extra slash typo in comment.
2009-12-09 iposva@chromium.org- Drop the executable bit of SConstruct.
2009-12-09 lrn@chromium.orgFix Win64 build problem.
2009-12-09 kmillikin@chromium.orgFix arm and x64 build.
2009-12-09 kmillikin@chromium.orgFix a crash caused by garbage collection during generat...
2009-12-09 vitalyr@chromium.orgExternal string table.
2009-12-09 erik.corry... Add Object.create from ECMAScript5. Supports value...
2009-12-09 fschneider... Create literal boilerplate as part of cloning in the...
2009-12-09 erik.corry... Create the framework for adding a thumb2 backend for...
2009-12-09 erik.corry... Fix for bug 512 from Subrato De, CodeAurora.
2009-12-09 sgjesse@chromium.orgPerform string add in generated code on X64 platform
2009-12-08 erik.corry... Fix subtle bug in Math.min and Math.max with non-Smi...
2009-12-08 lrn@chromium.orgFix for issue 545: don't reuse this VariableProxy.
2009-12-07 fschneider... Adding ThisFunction expression to top-level compiler.
2009-12-07 kmillikin@chromium.orgThe toplevel code generator assumed that declarations...
2009-12-07 erik.corry... Performance improvement for Math.max and Math.min
2009-12-04 christian.plesner... Fixed operator precedence bug in heap stat recording.
2009-12-04 fschneider... Refactor code for generating assignments in the fast...
2009-12-04 sgjesse@chromium.orgRemove passing of argc in r0 when calling builtins...
2009-12-04 kmillikin@chromium.orgFix issue 540 by handling the case that a declaration...
2009-12-04 sgjesse@chromium.orgPrepare push to trunk. Now working on 2.0.4.
2009-12-04 kmillikin@chromium.orgAdd a test that was left off my last submit.
2009-12-04 sgjesse@chromium.orgAdd alignment check to object allocated in generated...
2009-12-04 christian.plesner... Changed recording of heap stats on OOM to store data...
2009-12-04 sgjesse@chromium.orgString check for binary add on x64 and ARM
2009-12-04 sgjesse@chromium.orgBetter handling of allocation alignment in generated...
2009-12-03 ager@chromium.orgFix Windows build.
2009-12-03 ager@chromium.orgMove for-in cache validity check to generated code.
2009-12-03 christian.plesner... Added recording of heap and global handle stats in...
2009-12-03 sgjesse@chromium.orgMove function nan_value to POSIX platform file
2009-12-03 sgjesse@chromium.orgCheck return code from fwrite
2009-12-03 mikhail.naganov... When executing 'profile' request, delegate to api funct...
2009-12-03 sgjesse@chromium.orgFix compilation errors on some compilers
2009-12-03 sgjesse@chromium.orgAdd missing function CpuFeaturesImpliedByPlatform to...
2009-12-03 sgjesse@chromium.orgPerform string add in generated code on IA-32 platforms
2009-12-02 kbr@chromium.orgFixed register usage in 64-bit version of
2009-12-02 sgjesse@chromium.orgInitial OpenBSD support
2009-12-02 sgjesse@chromium.orgFix adding short external ascii strings
2009-12-01 sgjesse@chromium.orgFix debug build
2009-12-01 sgjesse@chromium.orgRemove the last context dependent reference from the...
next