2009-06-30 |
erik.corry... | More changes to make the simulator run code that is... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
antonm@chromium.org | Don't do a second lookup as we have it already. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
whesse@chromium.org | X64: Make lazy arguments objects work |
commit | commitdiff | tree | snapshot |
2009-06-30 |
whesse@chromium.org | X64: Implement unary subtraction, ObjectPair. 350 tests... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
lrn@chromium.org | X64: Fix bad value in stack layout constants. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
christian.plesner... | When Error.collectStackTraces is set to true all new... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
sgjesse@chromium.org | Changed the global object representation.The global... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
feng@chromium.org | Workaround a gcc 4.4 bug. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
iposva@chromium.org | - Add a "#error Unsupported target architecture." where... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
whesse@chromium.org | X64: Remove temporary compiler and assembler tests... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
erik.corry... | Fix build on x64 after compare stub change. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
erik.corry... | Add a compare stub on ARM. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
bak@chromium.org | Replaced DateFromTime and isNaN with macro calls in... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
kasperl@chromium.org | Optimize %ClassOf() on IA-32 and use it instead of the |
commit | commitdiff | tree | snapshot |
2009-06-29 |
erik.corry... | * Add missing imul instruction on Intel. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
kasperl@chromium.org | Optimize %IsConstructCall() on IA-32. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
ager@chromium.org | Prepare push of version 1.2.10 to trunk. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
whesse@chromium.org | X64: Fix error in running handlers, disable TakeValue... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
whesse@chromium.org | X64 Implementation: Implement Generate_Function(Call... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
bak@chromium.org | Changed HashTable::EnsureCapacity to gurantee at least... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
kasperl@chromium.org | Fix issue 392 by disabling the TakeValue optimization for |
commit | commitdiff | tree | snapshot |
2009-06-26 |
whesse@chromium.org | X64 implementation: Store to lookup slots |
commit | commitdiff | tree | snapshot |
2009-06-26 |
bak@chromium.org | - Inlined the code for make simple cons strings. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
whesse@chromium.org | X64 Implementation: Correct type, add VisitCallEval |
commit | commitdiff | tree | snapshot |
2009-06-26 |
whesse@chromium.org | X64 Implementation: Implement floating-point compare |
commit | commitdiff | tree | snapshot |
2009-06-26 |
lrn@chromium.org | X64: Break and continue. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
whesse@chromium.org | X64 implementation: Add arguments object to context... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
lrn@chromium.org | X64: Added support for "with" and "switch". |
commit | commitdiff | tree | snapshot |
2009-06-26 |
lrn@chromium.org | X64: Added for-in |
commit | commitdiff | tree | snapshot |
2009-06-26 |
whesse@chromium.org | X64 Implementation: Correct error with initializer... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
ager@chromium.org | Reintroduce recording of source position that was lost... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
whesse@chromium.org | X64 implementation: Add some inline runtime functions. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
lrn@chromium.org | X64: Count operations (increment, decrement) |
commit | commitdiff | tree | snapshot |
2009-06-25 |
ager@chromium.org | Fix instance type check in apply optimization. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
erik.corry... | * Fix compile errors on Android. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
whesse@chromium.org | X64 implementation: VisitLoop and StackCheck |
commit | commitdiff | tree | snapshot |
2009-06-25 |
ager@chromium.org | Make sure that message reporting works when the builtin... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
whesse@chromium.org | X64 implementation: VisitUnaryOperation, configure... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
antonm@chromium.org | Do not use common INFINITY name as it might be override... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
whesse@chromium.org | X64 implementation: GenerateAdaptor builtin. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
whesse@chromium.org | X64 implementation: Start compiling native functions. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
whesse@chromium.org | X64 implementation: comparison operations. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
antonm@chromium.org | Attempt to reduce performance penalty for logging and... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
lrn@chromium.org | Removed static type inference and add a dynamic test... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
lrn@chromium.org | X64: Implemented LikelySmiBinaryOperation |
commit | commitdiff | tree | snapshot |
2009-06-24 |
antonm@chromium.org | A helper function to speed up creation of V8 wrappers... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
lrn@chromium.org | Changed benchmark html and css files to be almost valid... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
ager@chromium.org | Revert attempt to optimize away the allocation of a... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
ager@chromium.org | x64 code generation for construct calls, declaring... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
kasperl@chromium.org | Allocate arguments object on-demand instead of at funct... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
lrn@chromium.org | X64: Addition binary operation. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
whesse@chromium.org | X64 implementation: Read compiler tests from test.js. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
yurys@chromium.org | Introduce an argument that allows to include some data... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
whesse@chromium.org | X64 implementation: Change argument to relocator to... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
christian.plesner... | fixrev |
commit | commitdiff | tree | snapshot |
2009-06-23 |
christian.plesner... | fixlink |
commit | commitdiff | tree | snapshot |
2009-06-23 |
ager@chromium.org | Prepare to push V8 version 1.2.9 to trunk. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
ager@chromium.org | Remove unused variable from keyed stores to fix 64... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
ager@chromium.org | x64: Generate code for loading from, storing to and... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
ager@chromium.org | Implement code generation for conditional expressions... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
erik.corry... | Fix non-Intel regexp that needed the number of register... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
ager@chromium.org | Fix lint issue. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
ager@chromium.org | Enable code generation for array literals. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
whesse@chromium.org | X64 implementation: Correct kTargetAddrToReturnAddrDist... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
bak@chromium.org | Added descriptor lookup cache to eliminate some search... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
whesse@chromium.org | X64 implementation: Emit correct merge code for virtual... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
yurys@chromium.org | Sending scope types and object refs costs nothing but... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
lrn@chromium.org | Fix bug in static type inference for loops. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
erik.corry... | Fix regexp bug reported on iit.edu. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
yurys@chromium.org | After compile event should be sent even if there is... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
sgjesse@chromium.org | Refactor the handling of generations in the compilation... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
ager@chromium.org | X64: Enable lazy compilation and add code generation... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
whesse@chromium.org | X64 implementation: Add high_bit() and low_bits() to... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
bak@chromium.org | Implemented a ContextSlotCache for compiled code. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
whesse@chromium.org | X64 implementation: if-then-else |
commit | commitdiff | tree | snapshot |
2009-06-22 |
whesse@chromium.org | Fix issue 386, a bug in JSObject::ReplaceSlowProperty... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
mikhail.naganov... | Eliminate double offsetting of line numbers in profiler. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
erik.corry... | Fix regexp bug reported by Ian where [6-9] would match... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
mikhail.naganov... | Two requested changes to tick processor. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
whesse@chromium.org | X64 implementation: Local vars, nested function calls... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
whesse@chromium.org | Clarify precedence of operations involving bitwise... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
kasperl@chromium.org | Allow functions to have custom construct stubs that... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
mikhail.naganov... | Fix 'nm' results parsing in tickprocessor. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
bak@chromium.org | Changed allocation to allow large objects to be allocat... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
sgjesse@chromium.org | Fixed exception in debugger scripts request. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
whesse@chromium.org | X64 implementation: Add function literals and function... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
mikhail.naganov... | Implemented processing of compressed log files. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
erik.corry... | Inline mod for integer powers of 2. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
kasperl@chromium.org | Speculative fix for computing Math.pow(2, -1074) on... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
iposva@chromium.org | Make some small Mac-specific modifications to V8 to... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
erik.corry... | Don't strength reduce divisions by 1 or 2 as they can... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
sgjesse@chromium.org | Fix lint error. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
kasperl@chromium.org | More debug mode tweaks to mozilla.status. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
kasperl@chromium.org | Update Mozilla test expectations to better match the... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
sgjesse@chromium.org | Fix unload debugger. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
kasperl@chromium.org | Make sure to treat tests that time out as having the |
commit | commitdiff | tree | snapshot |
2009-06-17 |
whesse@chromium.org | X64 Implementation: Make codegen load literals and... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
lrn@chromium.org | X64: Implementation of a bunch of stubs, and some new... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
ager@chromium.org | Avoid needless creation of handles in regexp runtime... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
kasperl@chromium.org | Optimize special cases of Math.pow(). |
commit | commitdiff | tree | snapshot |
next |