platform/upstream/v8.git
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
2010-03-11 serya@chromium.orgMath.abs rewrited to not use Runtime.
2010-03-10 floitschV8... Revert grisu commits.
2010-03-10 floitschV8... Adding missing file.
2010-03-10 floitschV8... Fast algorithm for double->string conversion.
2010-03-10 whesse@chromium.orgRevert changes 4088 and 4087 to fix build.
2010-03-10 fschneider... Fix x64 and arm build.
2010-03-10 fschneider... Add an assigned variables analysis.
2010-03-10 kmillikin@chromium.orgAdd defensive checks to the flow graph builder.
2010-03-10 kmillikin@chromium.orgFix presubmit failure.
2010-03-10 kmillikin@chromium.orgCut back the syntactic constructs handled by the flow...
2010-03-10 erik.corry... Add 1-element caches to RegExp.exec and String.replace...
2010-03-10 sandholm@chromium.orgMoved one check outside of the loop and moved another...
2010-03-10 lrn@chromium.orgOptimize fromCharCode for smi argument(s) case.
2010-03-10 ager@chromium.orgPrepare push of version 2.1.3 to trunk.
2010-03-10 ager@chromium.orgRevert change to always call builtins for Array functions.
2010-03-10 kmillikin@chromium.orgFix BitVector test failure.
2010-03-10 kmillikin@chromium.orgChange BitVector class to be a zone object.
2010-03-09 peter.rybin... Remove tabs
2010-03-09 peter.rybin... Check that function being patched has no activations...
2010-03-09 antonm@chromium.orgAlways invoke C++ ArrayPush builtin.
2010-03-09 kasperl@chromium.orgAdd a bit more room for type string when reporting...
2010-03-09 sgjesse@chromium.orgRefactor the code cache to handle large number of prope...
2010-03-09 kmillikin@chromium.orgAdd IsStackAllocated helper for variables.
2010-03-09 kmillikin@chromium.orgHave the flow graph builder collect definitions.
2010-03-09 fschneider... Add copy constructor and assignment operator to the...
2010-03-09 kasperl@chromium.orgExperimental change to idle notifications: Try to limit the
2010-03-09 sgjesse@chromium.orgCorrect handling of adding a string and a smal integer
2010-03-09 ricow@chromium.orgAdded zone-inl.h to jsregexp.h since it relies on calli...
2010-03-09 ricow@chromium.orgAdded zone-inl.h to test-heap-profiler to fix test...
2010-03-09 kmillikin@chromium.orgSmall simplification of #include dependencies.
2010-03-08 whesse@chromium.orgFix typographical error in comment in r4056
2010-03-08 whesse@chromium.orgAdd AST analysis that flags expressions that will have...
2010-03-08 ricow@chromium.orgAdded sqrt and pow for arm and x64 - to fix build failures.
2010-03-08 ricow@chromium.orgInline Math.sqrt().
2010-03-08 kmillikin@chromium.orgFix presubmit failure (line longer than 80 characters).
2010-03-08 kmillikin@chromium.orgRemove unneeded variable usage analysis.
2010-03-08 kmillikin@chromium.orgInitial implementation of an edge-labeled instruction...
2010-03-08 vegorov@chromium.orgPort of changes from r3842 (symbol table probing for...
2010-03-08 kasperl@chromium.orgLet the callers of V8::ContextDisposedNoticication...
2010-03-08 erik.corry... Speed up no-capture case for RegExp.exec().
2010-03-06 peter.rybin... Quick fix for r4045
2010-03-05 erik.corry... Make more use of the NumberInfo data.
2010-03-05 peter.rybin... Basic implementation of liveedit feature
2010-03-05 antonm@chromium.orgExplicitly release allocated memory as Vector doesn...
next