platform/upstream/v8.git
2010-01-25 kaznacheev... Use registers to pass arguments to GenericBinaryOpStub.
2010-01-25 whesse@chromium.orgMake ARM assembler VFP3 test pass on machines without...
2010-01-25 lrn@chromium.orgFix bug in character-set merging. Add test case.
2010-01-25 ager@chromium.orgLand patch to add Solaris platform support.
2010-01-25 whesse@chromium.orgAdd vstr and vldr floating point load and store to...
2010-01-25 lrn@chromium.orgPorted SubStringStub to X64.
2010-01-25 kasperl@chromium.orgChange the candidate version on bleeding_edge from...
2010-01-22 fschneider... Inline smi code in count operations in the full code...
2010-01-22 antonm@chromium.orgMake KeyedLoadIC::generic_stub go into slow case if...
2010-01-22 mikhail.naganov... A follow-up to fix 553: really report function object...
2010-01-22 sgjesse@chromium.orgAdd support for two byte strings in direct call to...
2010-01-21 peter.rybin... Fix lint errors
2010-01-21 peter.rybin... Fix disable_break parameter
2010-01-21 peter.rybin... Fix EVEN number of bugs in already passing test
2010-01-21 mikhail.naganov... Fix issue 553: function frame is skipped in profile...
2010-01-21 antonm@chromium.orgFix map compact implementation.
2010-01-21 erik.corry... Fix Android build.
2010-01-21 lrn@chromium.orgImplement inline string compare on ARM.
2010-01-21 erik.corry... Revert previous change that activated the full (non...
2010-01-21 erik.corry... Enable full (non-optimizing) compiler for testing purposes.
2010-01-21 erik.corry... Add the for statement back into the set of things the
2010-01-20 peter.rybin... Fix lint error with strtol in test
2010-01-20 peter.rybin... Don't mention obsolete Issue 548
2010-01-20 whesse@chromium.orgFix V8 issue 580: Arithmetic on some integer constants...
2010-01-20 peter.rybin... Support backtrace debug command when stack is empty
2010-01-20 kmillikin@chromium.orgRename the fast-codegen* files to full-codegen*.
2010-01-20 fschneider... Refactor GenericBinaryOperation and its helper function...
2010-01-20 kmillikin@chromium.orgRename the toplevel code generator from "Fast" to ...
2010-01-20 vitalyr@chromium.orgFix issue 582: preserve construct stub on first allocat...
2010-01-20 kmillikin@chromium.orgAdd the unary operators ADD and SUB to the code generat...
2010-01-19 antonm@chromium.orgTemporary disable map compact functionality.
2010-01-19 peter.rybin... Fix lineprocessor: compilation
2010-01-19 antonm@chromium.orgA simple test for map compact.
2010-01-19 peter.rybin... Re-Fix DebugEvaluateWithoutStack test on Windows
2010-01-19 peter.rybin... Fix DebugEvaluateWithoutStack test on Windows
2010-01-19 sgjesse@chromium.orgAdd conditional counter update to IA-32
2010-01-19 sgjesse@chromium.orgFix some usage of "this" in builtins
2010-01-19 antonm@chromium.orgMake tests pass.
2010-01-19 antonm@chromium.orgFix a build.
2010-01-19 ricow@chromium.orgAdded Extensible property to objects and made methods...
2010-01-19 kmillikin@chromium.orgFirst step of refactoring expression contexts in the...
2010-01-19 lrn@chromium.orgX64: Fix bug that reads from rax instead of correct...
2010-01-19 vitalyr@chromium.orgFixed issue 582: set the right construct stub for nativ...
2010-01-19 ricow@chromium.orgAdded ES5 conform tests for getOwnPropertyNames.
2010-01-19 ager@chromium.orgFix Windows build by using OS::StrNCpy.
2010-01-18 kmillikin@chromium.orgAdd missing break in continue.
2010-01-18 peter.rybin... Add another test on debug global evaluate
2010-01-18 mikhail.naganov... Fix test-serialize.
2010-01-18 peter.rybin... Add "lineprocessor" sample program
2010-01-18 kmillikin@chromium.orgFix a bug in the short-circuit logical operations in...
2010-01-18 mikhail.naganov... Fix issue 571: display descriptive names for code objec...
2010-01-18 peter.rybin... Implement issue 549 Make V8 call DebugMessageDispatchH...
2010-01-18 sgjesse@chromium.orgFix GC bug
2010-01-18 sgjesse@chromium.orgTrace command in ARM simulator debugger
2010-01-18 kmillikin@chromium.orgFix some of my earlier typos.
2010-01-18 kmillikin@chromium.orgIntroduce 'top-of-stack caching' to the toplevel code...
2010-01-18 antonm@chromium.orgLift filtering of the test higher as otherwise we can get
2010-01-18 erik.corry... Fix windows tests. In the context of fopen the opposit...
2010-01-18 lrn@chromium.orgX64 implementation of native ascii string compare.
2010-01-18 lrn@chromium.orgRegExp bitmap test for word character.
2010-01-18 erik.corry... Small optimization of ARM compare stub. Reverse all...
2010-01-15 peter.rybin... Make debugger unloading deferred operation
2010-01-15 peter.rybin... Implement issue 554 Add "ProcessDebuggerRequests" call...
2010-01-15 mikhail.naganov... Fix build problems.
2010-01-15 peter.rybin... Add diagnostic print to debug agent if it fails to...
2010-01-15 mikhail.naganov... Submit Object.getOwnPropertyNames patch by Pavel Feldma...
2010-01-15 erik.corry... Implement enough of the partial snapshots that we can...
2010-01-15 vitalyr@chromium.orgFix ARM build.
2010-01-15 sgjesse@chromium.orgEnsure correct boxing of values when calling functions...
2010-01-15 ricow@chromium.orgUpdated README in es5conform so the description says...
2010-01-15 vitalyr@chromium.orgOptimized calling of C++ builtins (and HandleApiCall
2010-01-15 fschneider... Fix issue 541 and some refactoring of the top-level...
2010-01-15 fschneider... Fix bug in keyed load stub for strings.
2010-01-14 fschneider... Fix a problem when compiling built-ins with the top...
2010-01-14 fschneider... Push to trunk. Now working on 2.0.7.
2010-01-14 erik.corry... * Improve the interface to the memory-reservation funct...
2010-01-14 ager@chromium.orgFix crash when using Object.getOwnPropertyDescriptor...
2010-01-14 ager@chromium.orgChange return type of MapSpace::NeedsCompaction from...
2010-01-14 ricow@chromium.orgRemoved check on element in case it is undefined in...
2010-01-14 ager@chromium.orgFix the tests that change because of change to toISOStr...
2010-01-14 ager@chromium.orgFix Date.prototype.toISOString for NaN dates and add...
2010-01-13 antonm@chromium.orgCompact map space when doing mark-sweep if after collec...
2010-01-13 kmillikin@chromium.orgRemove an inlined ASSERT made obsolete by r3598.
2010-01-13 kmillikin@chromium.orgRemove a pair of problematic uses of the Reference...
2010-01-13 ager@chromium.orgRevert r3583 which seems to degrade performance.
2010-01-13 fschneider... Fix bug in top-level code generator with global receiver.
2010-01-13 ricow@chromium.orgEnabled es5conform tests for new array methods and...
2010-01-13 kmillikin@chromium.orgCleanup the handling of control flow in the toplevel...
2010-01-13 ager@chromium.orgFix bug in the ARM port of FastNewContextStub. Load...
2010-01-13 ager@chromium.orgPort FastNewContextStub to x64 and arm.
2010-01-13 sgjesse@chromium.orgFix ARM thumb/debug build
2010-01-13 sgjesse@chromium.orgFix ARM cross compiles generated from gyp.
2010-01-12 antonm@chromium.orgReverting temporary reverts 3586 and 3588 back.
2010-01-12 antonm@chromium.orgTemporary backing out r3536 to see impact on DOM benchm...
2010-01-12 fschneider... Fix a problem with const initialization in the top...
2010-01-12 antonm@chromium.orgTemporary backing out r3538 to see impact on DOM benchm...
2010-01-12 erik.corry... Fix float conversion warning from some gcc versions.
2010-01-12 erik.corry... Add some interfaces to the GC that allow us to reserve...
2010-01-12 ager@chromium.orgReapply the parts of revision 3545 that did not work...
2010-01-12 ager@chromium.orgChange the ARM fixup code to handle the use of the...
next