platform/upstream/v8.git
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.
2010-03-12 oleg@chromium.orgRewrite the function that converts timestamp to year...
2010-03-12 kmillikin@chromium.orgFix presubmit error.
2010-03-12 kmillikin@chromium.orgCompute reaching definitions.
2010-03-12 fschneider... Fix treatment of const variables in assigned variable...
2010-03-12 sgjesse@chromium.orgFix issues with compiling V8 with LLVM Clang
2010-03-12 whesse@chromium.orgAdd SSE2 instructions to disassembler and movmskpd...
2010-03-12 ager@chromium.orgProbe number dictionaries in generated code on ia32.
2010-03-11 antonm@chromium.orgFirst take on custom call generators.
2010-03-11 kmillikin@chromium.orgInitialize reaching definitions state for all flow...
2010-03-11 floitschV8... Fast double-to-ascii conversion.
2010-03-11 antonm@chromium.orgMinor refactorings to use some recently added methods.
2010-03-11 antonm@chromium.orgReland 4068 which wrapped Array methods into native...
2010-03-11 sgjesse@chromium.orgFix compile of MIPS port
2010-03-11 fschneider... Fix a bug in smi loop analysis.
2010-03-11 ager@chromium.orgDo not waste space for the fast-case elements backing...
2010-03-11 fschneider... Fix assigned variables analysis.
2010-03-11 sgjesse@chromium.orgFix presubmit error
2010-03-11 mikhail.naganov... Make the assumption on the minimum buffer size for...
2010-03-11 sgjesse@chromium.orgAdd fuzzing support for inline runtime functions
2010-03-11 sgjesse@chromium.orgFix code cache lookup for keyed IC's
next