platform/upstream/v8.git
2010-03-23 erik.corry... Fix pop push optimization to work with partial snapshot...
2010-03-23 whesse@chromium.orgAdd binary operations with constants to the safe-int32...
2010-03-23 antonm@chromium.orgTrim underlying fixed array by one element from the...
2010-03-23 vegorov@chromium.orgPort of optimized ICs for external and pixel arrays...
2010-03-23 kmillikin@chromium.orgMark all loop conditions.
2010-03-23 mikhail.naganov... New GCCallbacks with additional parameters.
2010-03-23 sgjesse@chromium.orgUpdate Visual Studio project files.
2010-03-23 fschneider... Add iterative primitive type analysis.
2010-03-23 oleg@chromium.orgModify FastD2I to use static_cast instead of lrint...
2010-03-23 mikhail.naganov... Fix issue 658: update test-log-stack-tracer after r4211.
2010-03-23 kasperl@chromium.orgRemove the last of the obsolete *-delay.js files. This one
2010-03-23 sgjesse@chromium.orgInline floating point compare
2010-03-23 kasperl@chromium.orgBring back source line accidentally removed in r4217.
2010-03-23 kasperl@chromium.orgFix issue 658 by adapting the d8.cc code to the new...
2010-03-23 kasperl@chromium.orgMerge the partial_snapshots branch back into bleeding_e...
2010-03-23 kasperl@chromium.orgFix issue 656 on ARM.
2010-03-23 kasperl@chromium.orgFix issue 656 on x64.
2010-03-23 kasperl@chromium.orgFix issue 656 on x86.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-22 sgjesse@chromium.orgUse bit fields to calculate compare stub minor key
2010-03-22 mikhail.naganov... Add multithreading test for SamplingCircularQueue,...
2010-03-22 kmillikin@chromium.orgInclude initial definitions in reaching definitions...
2010-03-22 fschneider... Loop peeling for inner loops.
2010-03-22 whesse@chromium.orgPrepare push to trunk. Now working on version 2.1.8.
2010-03-22 whesse@chromium.orgRevert change 4201.
2010-03-22 fschneider... Fix code generation for fast smi loops to support param...
2010-03-22 kaznacheev... Porting binary op ICs to arm
2010-03-21 peter.rybin... Fix broken build: disable stale assert
2010-03-20 peter.rybin... Explicitly declare temporary cooked frames state
2010-03-19 erik.corry... Implement function calls on ARM using the blx instructi...
2010-03-19 mikhail.naganov... Add a few tests to ProfilerEventsProcessor.
2010-03-19 mikhail.naganov... Really fix ARM build (this time verified locally.)
2010-03-19 mikhail.naganov... Fix ARM build (GCC 3 'all member functions in class...
2010-03-19 fschneider... Remove unused LivenessAnalyzer class.
2010-03-19 ager@chromium.orgFix presubmit errors.
2010-03-19 ager@chromium.orgPort number-dictionary probing in generated code to...
2010-03-19 floitschV8... Rename files containing underscores.
2010-03-19 lrn@chromium.orgRefactoring of RegExp interface to better support calli...
2010-03-19 mikhail.naganov... Add basic C++ implementation of CPU profiler.
2010-03-19 ager@chromium.orgAdd parens to DateYMDFromTimeSlow to clearify.
2010-03-19 fschneider... Add debug code assertions where we expect smi inputs.
2010-03-18 peter.rybin... Show file name/line number in stack trace
2010-03-18 fschneider... Fix bug when generating a fast smi loop.
2010-03-18 floitschV8... Rename grisu to fast-dtoa. Get rid of template.
2010-03-18 oleg@chromium.orgImprove Math.round(). Fix the bug in r4146. Further...
2010-03-18 kaznacheev... Porting binary op ICs to x64.
2010-03-18 fschneider... Update number info for count operations.
2010-03-18 vitalyr@chromium.orgFix windows build again: one more memchr call.
2010-03-18 vitalyr@chromium.orgFix windows build.
2010-03-18 fschneider... Add test cases for fast smi loops.
2010-03-18 vitalyr@chromium.orgString search performance improvements:
2010-03-17 fschneider... Fix type propagation rules for count operation.
2010-03-17 floitschV8... Fix arm compilation. DiyFp multiplications are now...
2010-03-17 antonm@chromium.orgReenable ability to Dispose already Disposed Vector.
2010-03-17 erik.corry... Fix formatting around * and &.
2010-03-17 antonm@chromium.orgProperly release zero-length Vectors.
2010-03-17 sgjesse@chromium.orgDon't generate inline constructors if this.__proto__...
2010-03-17 mikhail.naganov... Re-apply r4159 now with working test on x64
2010-03-17 fschneider... Prepare push to trunk. Now working on version 2.1.7.
2010-03-17 fschneider... Revert r4159 because of x64 test failures.
2010-03-17 fschneider... Prepare push to trunk. Now working on version 2.1.6.
2010-03-17 whesse@chromium.orgFix excessive stack usage by compiler due to local...
2010-03-17 mikhail.naganov... Implement circular queues for the C++ version of CPU...
2010-03-17 sgjesse@chromium.orgMake the C++ tests run without SSE2 support.
2010-03-17 erik.corry... Fix a bug in the regexp caching. Also add a few more...
2010-03-17 fschneider... Revert r4146. Add a special case in Math.round for...
2010-03-17 fschneider... Fix bug in propagation of type information into registers.
2010-03-17 antonm@chromium.orgRestore code.google.com/p/v8/source/detail?r=4151 fixin...
2010-03-17 antonm@chromium.orgRevert "More generic version of Array.concat builtin."
2010-03-17 kasperl@chromium.orgRemove handle scope that caused debug mode assertion...
2010-03-17 antonm@chromium.orgMore generic version of Array.concat builtin.
2010-03-17 erik.corry... Keep more track of whether code is from the built
2010-03-16 peter.rybin... Non-ASCII sybmols made their way into JS comments
2010-03-16 whesse@chromium.orgUse untagged int32 values in evaluation of side-effect...
2010-03-16 fschneider... Fix bug in the count operation where we statically...
2010-03-16 oleg@chromium.orgAdd a special case in Math.round for a SMI result....
2010-03-16 vitalyr@chromium.orgAdd heuristic for flattening strings before comparing...
2010-03-16 lrn@chromium.orgTake ARM big-endian floating point numbers into account...
2010-03-16 kmillikin@chromium.orgPropagate reaching definitions to the instuctions of...
2010-03-16 lrn@chromium.orgFix, again, assertion so that it also compiles on Mac.
2010-03-16 lrn@chromium.orgFix bad use of OffsetFrom that fails on ARM (sizeof...
2010-03-16 lrn@chromium.orgFix build problem on arm compiler.
2010-03-15 peter.rybin... LiveEdit: patch positions in function
2010-03-15 vegorov@chromium.orgPort of string plus smi optimization from ia32 to x64...
2010-03-15 oleg@chromium.orgReview URL: http://codereview.chromium.org/968001
2010-03-15 lrn@chromium.orgConverted String.prototype.split with string to C++.
2010-03-15 antonm@chromium.orgJust grow elements if they happen to be at the edge...
2010-03-15 ricow@chromium.orgAdded fast case for shift operations when the left...
2010-03-15 mikhail.naganov... Start migrating profiles processing to C++.
2010-03-15 whesse@chromium.orgAdd static analysis to AST expressions that records...
2010-03-15 antonm@chromium.orgAdd Array.concat builtin for the most common case.
2010-03-15 lrn@chromium.orgOptimized Array.prototype.{lastIndexOf,indexOf} by...
2010-03-15 vegorov@chromium.orgPrepare push of version 2.1.4 to trunk.
2010-03-12 antonm@chromium.orgSome cosmetic issues.
2010-03-12 antonm@chromium.orgRemove now obsolete comment.
2010-03-12 fschneider... Only invoke reaching definitions if there are >0 variab...
2010-03-12 kmillikin@chromium.orgSimple bugfix in reaching definitions.
2010-03-12 antonm@chromium.orgImplement a custom call compiler for Array.pop.
2010-03-12 fschneider... Fix bug in assigned variables analysis.
2010-03-12 kmillikin@chromium.orgAdd a predicate IsPrimitive to AST Expression nodes.
next