2011-02-09 |
whesse@chromium.org | Fix a bug that occurs when functions are defined with... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
fschneider... | Change the code for materializing double constants... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
ricow@chromium.org | Change our zap values from hex numbers tagged as a... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
kmillikin@chromium.org | Fix an assertion failure in stack trace construction. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
antonm@chromium.org | Use GC-safe version when setting elements. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
antonm@chromium.org | Do sanity check of exception state when returning from... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
antonm@chromium.org | Check if Array.prototype.__proto__ has been reset to... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ager@chromium.org | Port fix for duplicate AST ID for deoptimization to... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
antonm@chromium.org | Propagate exceptions thrown when setting elements. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
antonm@chromium.org | We cannot assert that v8 is running in fatal error... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
antonm@chromium.org | 1) Return failure if any of property sets failed; |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ager@chromium.org | Fix wrong assumption in parser that parsing a function... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ager@chromium.org | ARM: Fix condition usage in DeoptimizeIf(). |
commit | commitdiff | tree | snapshot |
2011-02-08 |
vegorov@chromium.org | Check for overflow when bumping new space's top in... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ager@chromium.org | Fix issues with using defineProperty on the global... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
kmillikin@chromium.org | Prepare for bailout with the proper state at labeled... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ricow@chromium.org | x64: Add MulI and DivI to lithium instructions. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
lrn@chromium.org | Correct propagation of exceptions from setters. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
kmillikin@chromium.org | Fix a possible duplicate AST ID for deoptimization. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
whesse@chromium.org | Bailout from crankshaft if a global property is found... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ricow@chromium.org | Make sure that we do not call is_extensible on the... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
vegorov@chromium.org | Speedup decodeURI/decodeURIComponent by switching from... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ricow@chromium.org | Make sure that we never call prevent extension on the... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
lrn@chromium.org | Fix bug in JSON.parse for objects containing "__proto__... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
whesse@chromium.org | X64 Crankshaft: Implement DoCodeStub on X64 platform. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
fschneider... | Refactor lithium instructions for constants. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
vegorov@chromium.org | Support %_IsConstructCall in the Crankshaft pipeline. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
whesse@chromium.org | X64 Crankshaft: Use TypeRecordingBinaryStub in crankshaft. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
ager@chromium.org | Fixed a number of issues on x64 crankshaft port: |
commit | commitdiff | tree | snapshot |
2011-02-07 |
mmaly@chromium.org | Clean up es5conform.status per feedback. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
lrn@chromium.org | X64: Add Crankshaft operation LoadGlobal. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
ager@chromium.org | x64: Implement SmiUntag, SmiTag, LoadHeapObject and... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
lrn@chromium.org | X64: Disable crankshaft if serializerion is enabled. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
ricow@chromium.org | Prepare push to trunk. Now working on version 3.1.3. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
ricow@chromium.org | Re-insert exception for mozilla/ecma/Date/15.9.5.10... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
kmillikin@chromium.org | Do not compile the unreachable body of functions with... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
sandholm@chromium.org | Improve ScanJsonNumber. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
ricow@chromium.org | Remove exceptions for Function.prototype.bind from... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
ricow@chromium.org | Simplify exceptions for ecma/Date/15.9.5.10-2 in mozill... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
sgjesse@chromium.org | Fix an issue in DoMulI and address mjsunit test failure. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
mmaly@chromium.org | Fix es5conform.status expectation file. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
peterhal@chromium.org | Issue 117 - strict mode and future reserved words |
commit | commitdiff | tree | snapshot |
2011-02-04 |
mmaly@chromium.org | Pass strict mode to eval. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
vegorov@chromium.org | Restore context after LApplyArguments. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
whesse@chromium.org | Disable Mozilla date test that times out on X64 crankshaft. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
lrn@chromium.org | Fix potential overwriting of debug jumps of following... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
fschneider... | Fix ARM debug build. Insert missing declaration. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
antonm@chromium.org | Landing for Zaheer Ahmad. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
fschneider... | Remove instruction summaries. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
whesse@chromium.org | X64 Crankshaft: Port TaggedToI to X64. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
ricow@chromium.org | Make sure that we don't actually overwrite a property... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
kmillikin@chromium.org | Remove the redundant load on every context lookup. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
karlklose@chromium.org | ARM: Implement DoCmpID and DoCmpIDAndBranch in the... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
whesse@chromium.org | X64 Crankshaft: Add bit operations and shifts to x64... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
sgjesse@chromium.org | ARM: Add support for and, or and xor to the type record... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
vegorov@chromium.org | Fix compliance bug in decodeURI/decodeURIComponent. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
sgjesse@chromium.org | Implements DoubleToI on ARM. Refactor some VFP code... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
ager@chromium.org | x64: Implemented object, array and function literals... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
peterhal@chromium.org | Fix bugs 992, 1083 and 1092 |
commit | commitdiff | tree | snapshot |
2011-02-03 |
antonm@chromium.org | Do proper security checks when accessing elements with... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ager@chromium.org | X64: Implement FixedArrayLength, BoundsCheck, LoadElements, |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ager@chromium.org | Don't use eax on x64. :) |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ager@chromium.org | X64: Implement DoCallConstantFunction, DoLeaveInlined... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
whesse@chromium.org | X64 Crankshaft: Add TypeRecordingBinaryStub to X64 |
commit | commitdiff | tree | snapshot |
2011-02-03 |
whesse@chromium.org | Fix X64 Windows compilation. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ager@chromium.org | Minor cleanup in messages.js. Remove unused variables... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ricow@chromium.org | Add regression test for the deoptimizer immediately... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
antonm@chromium.org | Fix array boundary error. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
whesse@chromium.org | Fix compilation on 64-bit Windows, update Visual Studio... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
kmillikin@chromium.org | Introduce a hydrogen value for contexts, support contex... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
danno@chromium.org | Create specialized code stubs for PixelArray loads. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
whesse@chromium.org | Fix X64 compilation on Windows. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
antonm@chromium.org | Properly process getOwnPropertyDescriptor for elements... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
kmillikin@chromium.org | Streamline the code for patching optimized code for... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
fschneider... | Fix bug in pretenuring function literals from optimized... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
sgjesse@chromium.org | Implements Modulo operation on ARM for DoArithmeticD. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
mikhail.naganov... | Heap profiler: fix removed DOM wrappers reporting. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
ager@chromium.org | Add LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
antonm@chromium.org | Better security checks when accessing named properties... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
kmillikin@chromium.org | Prepare push to trunk. Now working on version 3.1.2. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
kmillikin@chromium.org | More of the fix for V8 issue 1079. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
antonm@chromium.org | Follow up to r6540: remove early return from C++ builti... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
erik.corry... | Fix code generation bug on ARM in classic codegen. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
kmillikin@chromium.org | Fix x64 DEBUG build. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
lrn@chromium.org | Fix bug in object literals with large array indexes... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
kmillikin@chromium.org | Partial fix for V8 issue 1079. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
vegorov@chromium.org | GDBJIT: emit .eh_frame section on x64. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
ager@chromium.org | A MessageObject is a purely internal object to hold... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
whesse@chromium.org | Fix Math.pow(-0, 0.5) and Math.pow(-0, -0.5). These... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
karlklose@chromium.org | Extract platform independent part of RevertStackCheckCode. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
sgjesse@chromium.org | ARM: Refactor duplicated floating point code in type... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
vegorov@chromium.org | Require typed input representation for HTypeof hydrogen... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
ricow@chromium.org | This fixes the issue with the deoptimizer trashing... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
ricow@chromium.org | Revert revision 6555 as it causes win32 debug to fail. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
vegorov@chromium.org | Switch from template functions overloading to partial... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
peterhal@chromium.org | Revert "Fix bugs 992 and 1083" |
commit | commitdiff | tree | snapshot |
2011-02-01 |
peterhal@chromium.org | Fix bugs 992 and 1083 |
commit | commitdiff | tree | snapshot |
2011-02-01 |
sgjesse@chromium.org | ARM: Add multiplication and modulus to the type recordi... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
mmaly@chromium.org | Fix Xcode project. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
mmaly@chromium.org | Fix error message name. |
commit | commitdiff | tree | snapshot |
next |