platform/upstream/v8.git
2011-02-18 ager@chromium.orgFix presubmit.
2011-02-18 ager@chromium.orgx64: Implement regexp literals and string CharCodeAt...
2011-02-18 ager@chromium.orgx64: Implement the missing generic load and store opera...
2011-02-18 whesse@chromium.orgX64 Crankshaft: Implement LValueOf and (dummy) LArgumen...
2011-02-18 antonm@chromium.orgUse [[DefineOwnProperty]] to put 'constructor' field...
2011-02-18 ricow@chromium.orgAdd access checks to Object.preventExtensions + add...
2011-02-17 mmaly@chromium.orgRevert "This is not wrapped for strict mode and builtin...
2011-02-17 ager@chromium.orgChange behavior of global declarations in the presence...
2011-02-17 mmaly@chromium.orgThis is not wrapped for strict mode and builtin functions.
2011-02-17 antonm@chromium.orgMake OutOfMemory exception thrown from JS call into...
2011-02-17 ager@chromium.orgRevert change to const and global variable declarations...
2011-02-17 vegorov@chromium.orgCygwin support
2011-02-17 ager@chromium.orgCall accessors in the global object prototype when...
2011-02-17 vegorov@chromium.orgAvoid clobbering register containing name in CompilerSt...
2011-02-17 whesse@chromium.orgARM: Port new version of ParallelMove's GapResolver...
2011-02-17 lrn@chromium.orgRevert 6832.
2011-02-17 kmillikin@chromium.orgFix incorrect deoptimization for logical not in an...
2011-02-17 lrn@chromium.orgHandle exceptions thrown while parsing lazy functions...
2011-02-17 kmillikin@chromium.orgFix a bug in deoptimization after logical expressions...
2011-02-17 whesse@chromium.orgARM: Enable loads and stores of VFP registers with...
2011-02-17 sgjesse@chromium.orgARM: Don't try to flush the icache when there is nothin...
2011-02-16 vegorov@chromium.orgGBDJIT: Do not check unwinding information correctness...
2011-02-16 whesse@chromium.orgX64 Crankshaft: Start using LCallFunction, remove error...
2011-02-16 whesse@chromium.orgX64 Crankshaft: Implement LCallFunction.
2011-02-16 whesse@chromium.orgX64 Crankshaft: Implement InstanceOf and InstanceOfKnow...
2011-02-16 sgjesse@chromium.orgARM: Remove crankshaft dependency on the generic binary...
2011-02-16 danno@chromium.orgFix syntax error, feel sheepish.
2011-02-16 ager@chromium.orgAttempt to disambiguate RUNTIME_FUNCTION for win64...
2011-02-16 danno@chromium.orgFix presubmit problem.
2011-02-16 ager@chromium.orgBlargh. Yet another shot in the dark attempt to fix...
2011-02-16 ager@chromium.orgAnother attempt to fix win64 compile.
2011-02-16 danno@chromium.orgImplement crankshaft support for pixel array stores.
2011-02-16 ager@chromium.orgSpeculative fix for win64 build breakage.
2011-02-16 kmillikin@chromium.orgPrepare push to trunk. We are now working on version...
2011-02-16 ager@chromium.orgHandle indexed properties on value objects correctly.
2011-02-16 antonm@chromium.orgProperly process try/finally blocks.
2011-02-16 ricow@chromium.orgX64: Enable OSR as default on x64
2011-02-16 sgjesse@chromium.orgARM: Add inlined smi binary operations in full code...
2011-02-16 lrn@chromium.orgFix non-simulated ARM calling of RegExp code.
2011-02-16 karlklose@chromium.orgARM: Implement GetCachedArrayIndex in the lithium code...
2011-02-16 lrn@chromium.orgFix bug 1137. No longer allow the RegExp /(*)/.
2011-02-15 vegorov@chromium.orgAdded gdb-jit interface support for ARM. Compressed...
2011-02-15 mmaly@chromium.orgFix presubmit.
2011-02-15 mmaly@chromium.orgStrict mode "this" transformation in Function.call...
2011-02-15 rossberg@chromium.orgEnable compound assignment to context slots.
2011-02-15 ricow@chromium.orgFix wrong assert in ia32 deoptimizer.
2011-02-15 vitalyr@chromium.orgFix issue 1160: check array elements in ArrayJoin.
2011-02-15 ricow@chromium.orgMake sure we always have room for patching the reloc...
2011-02-15 lrn@chromium.orgChange native RegExp call code to properly set C++...
2011-02-15 vitalyr@chromium.orgFix issue 1152: temporary JS array invariant violation...
2011-02-15 ricow@chromium.orgx64: Port OSR to the x64 platform.
2011-02-15 whesse@chromium.orgX64 Crankshaft: Fix another error in pushed registers...
2011-02-15 whesse@chromium.orgFix FastPixelArrayStore on X64 platform.
2011-02-15 karlklose@chromium.orgFix ARM debug build: remove ASSERT.
2011-02-15 ricow@chromium.orgAdd access check when Object.keys is called on the...
2011-02-15 karlklose@chromium.orgARM: Implement DoHasCachedArrayIndex and DoHasCachedArr...
2011-02-15 karlklose@chromium.orgARM: Enable OSR by default.
2011-02-15 kmillikin@chromium.orgRefactor construction of polymorphic loads, stores...
2011-02-14 mmaly@chromium.orgStrict mode delete of non-configurable property.
2011-02-14 danno@chromium.orgImplement specialized IC code stubs for pixel array...
2011-02-14 mmaly@chromium.orgStrict mode delete of unqualified identifier.
2011-02-14 whesse@chromium.orgX64 Crankshaft: Fix bug in pushed registers at safepoin...
2011-02-14 mmaly@chromium.orgRefactoring codegen for delete.
2011-02-14 antonm@chromium.orgIntroduce new runtime function to make join with lower...
2011-02-14 whesse@chromium.orgX64 Crankshaft: Fix error in pushed register indices...
2011-02-14 whesse@chromium.orgX64 Crankshaft: Add test that fails on x64 Crankshaft...
2011-02-14 ricow@chromium.orgChange kPointerSize to kIntSize in ia32 specific stack...
2011-02-14 fschneider... Fix a potential crash bug in keyed calls for non-string...
2011-02-14 kmillikin@chromium.orgFix a duplicate AST ID recorded for for/in.
2011-02-14 ager@chromium.orgMore x64 work.
2011-02-14 karlklose@chromium.orgARM: Implement PatchStackCheckCodeAt and RevertStackChe...
2011-02-14 whesse@chromium.orgAdd ArithmeticD instruction to x64 Crankshaft.
2011-02-14 ricow@chromium.orgUse ForceSetObjectProperty in DefineOrRedefineDataPrope...
2011-02-14 ricow@chromium.orgDo not allow calls to SetProtoType on functions that...
2011-02-14 sgjesse@chromium.orgPrepare push to trunk. We are now working on version...
2011-02-14 fschneider... Small cleanup of unused code in hydrogen IR.
2011-02-14 ricow@chromium.orgAdd support for the global object in Object.keys (fixes...
2011-02-13 karlklose@chromium.orgRevert r6759.
2011-02-13 mmaly@chromium.orgImplement assignment to undefined reference in ES5...
2011-02-13 karlklose@chromium.orgARM: Implement PatchStackCheckCodeAt and RevertStackChe...
2011-02-13 karlklose@chromium.orgARM: Implement OSR infrastructure.
2011-02-11 mmaly@chromium.orgRevert r6756. Check failed on V8 arm - debug - crankshaft.
2011-02-11 mmaly@chromium.orgImplement assignment to undefined reference in ES5...
2011-02-11 fschneider... Revert r6748.
2011-02-11 antonm@chromium.orgProperly treat exceptions thrown while compiling.
2011-02-11 erik.corry... Fix code.google.com/p/chromium/issues/detail?id=72555...
2011-02-11 sandholm@chromium.orgFix sputnik regression introduced in r6747.
2011-02-11 kmillikin@chromium.orgRemove the uses of the arguments from all calls.
2011-02-11 fschneider... Add a genuine unary minus instruction to Crankshaft.
2011-02-11 sandholm@chromium.orgImprove StringIndexOf.
2011-02-11 mikhail.naganov... removed
2011-02-11 kmillikin@chromium.orgFix the semantics of delete on parameters.
2011-02-11 kmillikin@chromium.orgPort bug fixes to optimized Function.prototype.apply...
2011-02-11 sgjesse@chromium.orgSmall cleanup of bug ids
2011-02-11 kmillikin@chromium.orgProhibit moving instructions with side effects via...
2011-02-10 sgjesse@chromium.orgARM: Add shift operations to the type recording binary...
2011-02-10 ricow@chromium.orgFix presubmit.
2011-02-10 lrn@chromium.orgFix typo in ASSERT in object-verifier for RegExp.
2011-02-10 ricow@chromium.orgX64: Add DoCallNamed, DoContext, DoCallGlobal, and...
2011-02-10 ricow@chromium.orgPort revision 6732 to arm.
next