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 |
2011-02-01 |
vegorov@chromium.org | Fix control flow resolution bug in lithium register... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
antonm@chromium.org | Compare JSObjects by identity immediately. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
antonm@chromium.org | Temporary disable comparison of optimizability of code... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
ager@chromium.org | Avoid callbacks to user code during error formatting... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
karlklose@chromium.org | Change OSR stack check patching to use the stack check... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
mmaly@chromium.org | Fix V8 bug 1084: allow "\0" in strict mode as valid... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
antonm@chromium.org | ArraySplice builtin should return empty array and not... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
antonm@chromium.org | Perform security checks before fetching the value in... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
antonm@chromium.org | Add entries for build products of OOM dump utility... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
whesse@chromium.org | Fix typo in Changelog, date in version.cc. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
fschneider... | Fix a bug in the placement of minus-zero checks and... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
whesse@chromium.org | Prepare push to trunk. Now working on version 3.1.1. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
ager@chromium.org | ARM: Add support for DoMathAbs with double inputs. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
ager@chromium.org | Adding vendor prefix to Locale class (becoming v8Locale... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
fschneider... | Fix bug in tail call of builtin in the ToNumber stub... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
kmillikin@chromium.org | Revert "Add custom typed ICs for pixel array loads. " |
commit | commitdiff | tree | snapshot |
2011-01-28 |
fschneider... | Introduce ToNumber stub and use it in non-optimized... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
danno@chromium.org | Add custom typed ICs for pixel array loads. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
antonm@chromium.org | Clarify some details of global objects implementation. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
ager@chromium.org | Avoid using Function.prototype.call in a number of... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
ager@chromium.org | Prepare push to trunk. Now working on version 3.1.0. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antonm@chromium.org | Revert "Unification: introduce ExternalReference::pendi... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antonm@chromium.org | Unification: introduce ExternalReference::pending_excep... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
ricow@chromium.org | Implement DoGlobalReceiver and DoCheckFunction lithium... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antonm@chromium.org | Do not set result_ prematurely. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antonm@chromium.org | Better name for ShouldReturnException which actually... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
fschneider... | Cleanup unused code from the type oracle. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
vegorov@chromium.org | Fix id for HandleScope::DeleteExtensions and Factory... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
lrn@chromium.org | X64 Crankshaft: Added yet more operations. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
sgjesse@chromium.org | Fix test expectations from r6509 |
commit | commitdiff | tree | snapshot |
2011-01-27 |
lrn@chromium.org | X64 Crankshaft: Reapply reverted operations with DoLoad... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
sgjesse@chromium.org | Change an invalid assert |
commit | commitdiff | tree | snapshot |
2011-01-27 |
ager@chromium.org | Fix reintroduction of global variables that have been... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
karlklose@chromium.org | ARM: Implement DoInstanceOfAndBranch in the lithium... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
sgjesse@chromium.org | ARM: Try to fix broken commit r6504 |
commit | commitdiff | tree | snapshot |
2011-01-26 |
karlklose@chromium.org | Refactor recording of safepoints. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
sgjesse@chromium.org | ARM: Add multiplication to the type recording binary... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
mmaly@chromium.org | Strict mode eval/arguments LHS. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
mmaly@chromium.org | Compress Variable class. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
mmaly@chromium.org | Strict mode: function constructor tests. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
kmillikin@chromium.org | Remove the HInstruction utilities taking flag mask... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
kmillikin@chromium.org | Use more detailed compilation info for inlined functions. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
fschneider... | Fix issue 1076 by resetting labels of switch-clauses... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
ager@chromium.org | Fix another message object leak. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
antonm@chromium.org | Fix indentation. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
kmillikin@chromium.org | Change the default implementation of DataEquals for... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
whesse@chromium.org | X64 Crankshaft: Fix compilation error on Windows X64. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
kmillikin@chromium.org | Clean up Hydrogen's HLoadFunctionPrototype. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
sgjesse@chromium.org | ARM: Fix the test expectations |
commit | commitdiff | tree | snapshot |
2011-01-26 |
whesse@chromium.org | X64 Crankshaft: Remove relative jump to deoptimization... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
sgjesse@chromium.org | ARM: Fix the type recording binary operation stub subtract |
commit | commitdiff | tree | snapshot |
2011-01-26 |
kmillikin@chromium.org | Disable all code motion on the final optimization attempt. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
sgjesse@chromium.org | ARM: Make the ARM hardware builder green |
commit | commitdiff | tree | snapshot |
2011-01-26 |
ager@chromium.org | ARM: Merging constants in simulator and assembler heade... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
erik.corry... | Minor cleanup: Use MaybeObject instead of bool and... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
fschneider... | Revert r6543 and r6441. |
commit | commitdiff | tree | snapshot |
next |