platform/upstream/v8.git
2011-01-25 sgjesse@chromium.orgAdding GC hooks to support LiveObjectList functionality.
2011-01-25 sgjesse@chromium.orgScript changes so that we can build debug/release with
2011-01-25 vitalyr@chromium.orgFix bug 1070: set correct holder for primitive checks.
2011-01-25 ricow@chromium.orgDo not shuffle parameters when doing sub on ia32 and...
2011-01-25 sgjesse@chromium.orgIA32: Refactor common string add code.
2011-01-25 ricow@chromium.orgImplement x64 lithium instructions DoGlobalObject and...
2011-01-25 lrn@chromium.orgX64 Crankshaft: Added a bunch of operations.
2011-01-25 whesse@chromium.orgDisable MSVC warning that default array initializers...
2011-01-25 fschneider... Port to ARM and x64: Record the lazy deoptimization...
2011-01-25 whesse@chromium.orgPort new version of ParallelMove's LGapResolver to...
2011-01-25 ricow@chromium.orgPort changes from x64 deoptimizer to ia32 and remove...
2011-01-25 ager@chromium.orgAnother fix for leaking error objects. User code can...
2011-01-25 ricow@chromium.orgAdd support for deoptimization on x64.
2011-01-25 sgjesse@chromium.orgChange ARM exit frame layout and alingment handling
2011-01-25 lrn@chromium.orgFix bad assumption in object literal interpretation.
2011-01-24 mmaly@chromium.orgStrict mode octal literals.
2011-01-24 kmillikin@chromium.orgChange conformance test expectations.
2011-01-24 ager@chromium.orgMove stack check patching to the architecture dependent...
2011-01-24 kmillikin@chromium.orgFix a bug in delete for lookup slots.
2011-01-24 fschneider... Record the lazy deoptimization environmnent only at...
2011-01-24 ager@chromium.orgARM: Implement DoIsObject and DoIsObjectAndBranch in...
2011-01-24 vegorov@chromium.orgPrepare push to trunk. We are now working on 3.0.11.
2011-01-24 fschneider... Port lithium template classes to ARM.
2011-01-24 ager@chromium.orgAvoid calling overwritten toString methods for internal...
2011-01-24 ricow@chromium.orgFix double allocation of register on arm in DoDeferredM...
2011-01-24 ager@chromium.orgWebKit build needs to be told where to look for ICU...
2011-01-22 nsylvain@gmail.comPatch by pkasting@chromium.org. Edit svn:ignore to...
2011-01-21 kbr@chromium.orgTruncate rather than round to nearest when performing...
2011-01-21 ager@chromium.orgChange recursive error printing to just replace recursively
2011-01-21 ricow@chromium.orgMark mozilla/ecma_3/RegExp/regress-85721 as flaky.
2011-01-21 ager@chromium.orgReturn the empty string when formatting recursive error...
2011-01-21 vegorov@chromium.orgGDBJIT: do not register NULL lineinfo when gdbjit integ...
2011-01-21 kmillikin@chromium.orgReapply change to with/arguments interaction.
2011-01-21 fschneider... Remove default template parameter T for the number...
2011-01-21 vitalyr@chromium.orgFix Smi::IsValid assert in StringCharCodeAt deferred...
2011-01-20 mmaly@chromium.orgFix xcode.
2011-01-20 mmaly@chromium.orgFirst part of strict mode.
2011-01-20 karlklose@chromium.orgImplement fast code for the common cases of left hand...
2011-01-20 fschneider... Remove unused function AddGapMove from the register...
2011-01-20 ager@chromium.orgARM: Implement StringLength and StringCharCodeAt in...
2011-01-20 kmillikin@chromium.orgRevert "Make 'with' mark only variables occurring in...
2011-01-20 kmillikin@chromium.orgBegin changing Hydrogen branch instructions.
2011-01-20 fschneider... Use typefeedback for bitwise operations.
2011-01-20 kmillikin@chromium.orgMake 'with' mark only variables occurring in the body...
2011-01-20 sgjesse@chromium.orgAdding build script changes to support LiveObjectList...
2011-01-20 sgjesse@chromium.orgFix Windows compile
2011-01-20 sgjesse@chromium.orgStubbed out empty liveobjectlist files.
2011-01-20 ager@chromium.orgARM: Implement Math.abs in lithium code generator for...
2011-01-19 vitalyr@chromium.orgSupport StringCharCodeAt in hydrogen/lithium.
2011-01-19 ager@chromium.orgFix the ARM simulator's stop support and add conditiona...
2011-01-19 kmillikin@chromium.orgFix an assertion failure in the full code generator.
2011-01-19 sgjesse@chromium.orgARM: Implement DoInstanceOfKnownGlobal stub
2011-01-19 mikhail.naganov... Fix Linux x64 compilation
2011-01-19 mikhail.naganov... Introducing MemoryMappedExternalResource for creating...
2011-01-19 fschneider... Move LOperand class to lithium.h and move implementatio...
2011-01-19 lrn@chromium.orgX64: Fix bug in DoBranch that miss detecting NaN as...
2011-01-19 ager@chromium.orgARM: Implement HasInstanceType in lithium backend.
2011-01-19 ager@chromium.orgARM: Implement DoCmpJSObjectEqAndBranch.
2011-01-19 vegorov@chromium.orgMake V8 more Valgrind-friendly.
2011-01-19 ager@chromium.orgARM: Implement StringCharAtStub.
2011-01-19 mikhail.naganov... Revert "Introducing MemoryMappedExternalResource for...
2011-01-19 antonm@chromium.orgUsing unsigned shifts and masks when dealing with 64...
2011-01-19 mikhail.naganov... Introducing MemoryMappedExternalResource for creating...
2011-01-19 lrn@chromium.orgX64 Crank: Implemented DoBranch and all *AndBranch...
2011-01-19 erik.corry... Prepare push to trunk. We are now working in 3.0.10.
2011-01-19 ager@chromium.orgFix the license info to correctly state Copyright ...
2011-01-19 sgjesse@chromium.orgFix possibly wrong use of strncpy_s
2011-01-19 ager@chromium.orgRevert r6376 and r6373 which changes external array...
2011-01-19 antonm@chromium.orgProperly create variables to access outer arguments...
2011-01-19 sgjesse@chromium.orgAdding inspector module and macro-ized object type...
2011-01-19 ager@chromium.orgFix ARM compilation after external array changes.
2011-01-18 mmaly@chromium.orgRevert strict mode (Mozilla test failure).
2011-01-18 kbr@chromium.orgTruncate rather than round to nearest when performing...
2011-01-18 vitalyr@chromium.orgIntroduce extra IC state to record additional feedback...
2011-01-18 mmaly@chromium.orgFirst part of ES5 strict mode.
2011-01-18 vegorov@chromium.orgFix lint error introduced by r6367.
2011-01-18 vegorov@chromium.orgBasic GDB JIT Interface integration.
2011-01-18 whesse@chromium.orgX64 Crankshaft: Add addition of tagged and int32 values...
2011-01-18 fschneider... Fix operand type for keyed calls.
2011-01-18 antonm@chromium.orgDo not optimize functions which are in new space.
2011-01-18 vitalyr@chromium.orgDisable aggressive optimizations on the last optimizati...
2011-01-18 ager@chromium.orgARM: Implement double constants in the lithium ARM...
2011-01-18 lrn@chromium.orgIncremented preparse version number.
2011-01-18 ager@chromium.orgLanding for Mark Larson.
2011-01-17 antonm@chromium.orgDo not use possibly stale values for cache size, etc.
2011-01-17 lrn@chromium.orgMerge changes to LTemplateInstruction to X64 (Issue...
2011-01-17 ager@chromium.orgClean up test lists. I cannot reproduce any of these...
2011-01-17 ricow@chromium.orgEnable compilation of very simple functions in x64...
2011-01-17 fschneider... Add UseAny to create a LOperand without register prefer...
2011-01-17 ager@chromium.orgARM: Reenable Div and Mod in the ARM lithium codegenera...
2011-01-17 ager@chromium.orgARM: Fix ARM safepoint tables by ensuring that constant...
2011-01-17 fschneider... Remove the remaining LOperand-members from concrete...
2011-01-17 kmillikin@chromium.orgChange the algorithm and generated code for parallel...
2011-01-17 sgjesse@chromium.orgPrepare push to trunk. We are now working in 3.0.9.
2011-01-17 fschneider... Remove unnecessary recording of temp operands in the...
2011-01-17 lrn@chromium.orgMake invalid break/continue statements an early syntax...
2011-01-17 antonm@chromium.orgMake closures optimizable by Crankshaft compiler.
2011-01-17 ager@chromium.orgLanding for Martyn Capewell.
2011-01-17 antonm@chromium.orgRelax verification of JSFunction result caches.
2011-01-16 sandholm@chromium.orgOptimize JSON stringify by allowing QuoteJSONString...
next