2009-07-29 |
yurys@chromium.org | * Mark debug-stepin-builtin test as failing on x64 |
commit | commitdiff | tree | snapshot |
2009-07-29 |
yurys@chromium.org | Don't step in function.call/apply if the function is... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
iposva@chromium.org | - getc returns an int. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
deanm@chromium.org | Add x64 to the gyp build. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
iposva@chromium.org | - Clamp double values as doubles to get a free NaN... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
mikhail.naganov... | X64: Fixes to enable C/C++ functions processing in... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
antonm@chromium.org | Get rid of unnecessary handle management when invoking... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
whesse@chromium.org | X64: Fix bug that showed up in mjsunit/invalid-lhs.js |
commit | commitdiff | tree | snapshot |
2009-07-28 |
whesse@chromium.org | More X64 inline cache implementation. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
whesse@chromium.org | X64: Add passing date tests to the mjsunit X64 test... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kasperl@chromium.org | Change custom NaN check to use isnan to fix pixel array |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kasperl@chromium.org | Fix pixel array support for x64 and make the fast Array... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
sgjesse@chromium.org | Change the updating of the counters for global stub... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kasperl@chromium.org | There's seems to be an issue with 0/0 on ARM, which... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kasperl@chromium.org | Fix lint issues. TBR=mikhail.naganov@gmail.com |
commit | commitdiff | tree | snapshot |
2009-07-28 |
kasperl@chromium.org | Fix lint issues. TBR=iposva@chromium.org |
commit | commitdiff | tree | snapshot |
2009-07-28 |
iposva@chromium.org | - Expose CanvasPixelArray functionality directly in... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
mikhail.naganov... | Fix issue 410: test-log/ProfLazyMode flakinness under... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
lrn@chromium.org | X64: Fixed bug de-tagging of smis in multiplication... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
whesse@chromium.org | X64: Fix buggy expression in disassembler. Fixes Issue... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
whesse@chromium.org | X64: Add inline cache stub for storing to globals. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
christian.plesner... | Handlified some stack trace code |
commit | commitdiff | tree | snapshot |
2009-07-27 |
christian.plesner... | Added Error.captureStackTrace function. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
whesse@chromium.org | X64: Add mov rax,(mem64) to disassembler. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
whesse@chromium.org | Make X64 implementation update Store ic stubs. Remove... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
vitalyr@chromium.org | Stub Cache: speed up load callback accessor by allocati... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
kasperl@chromium.org | Prepare to push version 1.3.0 to trunk. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
iposva@chromium.org | Landing patch for Timur Iskhodzhanov. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
whesse@chromium.org | Add inline caching for keyed loads and stores. Remove... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
yurys@chromium.org | Remove trailing whitespace in test-debug.cc |
commit | commitdiff | tree | snapshot |
2009-07-24 |
yurys@chromium.org | Debugger should not stop in its own code and in code... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
antonm@chromium.org | Force inlining of some handle methods. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
whesse@chromium.org | Fix typo in last change |
commit | commitdiff | tree | snapshot |
2009-07-23 |
whesse@chromium.org | Fix an error in a keyed lookup stub - HeapNumbers treat... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
kmillikin@chromium.org | Call the (fatal) V8 out of memory handler if we cannot... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
kmillikin@chromium.org | Change a few style issues (dead code, unitialized membe... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
kmillikin@chromium.org | Fix ARM compiler crash in short-circuited boolean expre... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
whesse@chromium.org | Correct sense of test for generic keyed load with a... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
kmillikin@chromium.org | Remove a few occurrences of the CHECK_FAILED macro... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
kmillikin@chromium.org | Fix some defects identifies by Coverity Prevent. All... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
kmillikin@chromium.org | Fix two deallocation bugs identified by Coverity Prevent. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
ager@chromium.org | Introduce a external allocation limit. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
whesse@chromium.org | X64: Add StoreField inline cache stub. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
iposva@chromium.org | - Remove unneeded include of ucontext.h as it is deprec... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
whesse@chromium.org | Make stub cache hash work on X64 platform. Stub cache... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
whesse@chromium.org | X64: Implement inline caches for loads |
commit | commitdiff | tree | snapshot |
2009-07-20 |
whesse@chromium.org | X64: Fix compiler complaint |
commit | commitdiff | tree | snapshot |
2009-07-20 |
whesse@chromium.org | X64: Add instructions to disassembler. Skip hanging... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
whesse@chromium.org | X64: Enable more of LoadIC, disable individual stub... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kmillikin@chromium.org | Fix another site where a stack-allocated character... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kmillikin@chromium.org | Change RegExpMacroAssemblerIA32::CaseInsensitiveCompare... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
mikhail.naganov... | Heap profiling: add logging of heap memory stats (capac... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
ager@chromium.org | I will lint my code before submitting... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
ager@chromium.org | Add missing handle scope in internal field code. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
whesse@chromium.org | X64: Add inline caching to calls of global functions |
commit | commitdiff | tree | snapshot |
2009-07-17 |
whesse@chromium.org | Make Array::kHeaderSize protected, and only use kHeader... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Make sure we don't crash if NewProxy returns an empty... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
antonm@chromium.org | Introduce faster utilty methods for storing and retriev... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Patch by Vitaly Repeshko. Improve performance of intern... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
whesse@chromium.org | Added inline caching for calls to a field to X64. ... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Avoid more static variables in inline functions. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
iposva@chromium.org | - Add frame-element.cc to the Xcode project. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Patch by Mark Mentovai. Don't put static variables... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Revert r2478. Avoiding dead code stripping for mksnapshot |
commit | commitdiff | tree | snapshot |
2009-07-17 |
kasperl@chromium.org | Revert r2486, r2487, and r2488 until I get the chance... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
iposva@chromium.org | - Simplify the architecture setup. In particular the... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bak@chromium.org | Changed the dictionary code to use original hash value... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bak@chromium.org | Added two spaces to make presubmit.py happy. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bak@chromium.org | Changed hash table to use more of the hash value when... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
whesse@chromium.org | X64: Implement inline cache of monomorphic constant... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
whesse@chromium.org | Allow a slow test, array-splice, to timeout on ARM. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
antonm@chromium.org | Some more test for load and call stubs. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
whesse@chromium.org | X64: Enable inline caching for calls, with some stubs... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
yurys@chromium.org | Reapply codereview.chromium.org/149542 now that issue... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
kasperl@chromium.org | Patch by Mark Mentovai: Disable dead code stripping... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
whesse@chromium.org | Disable inline caching on X64 separately for loads... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
kasperl@chromium.org | Remove svn:executable flag from run.html and style... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
yurys@chromium.org | Reverting 2458 to see if it makes Builder Webkit Mac... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
sandholm@chromium.org | Adding a missing 'the' in the warning message on bleedi... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
kmillikin@chromium.org | Fix issue 345 by avoiding duplicates in the list of... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
sandholm@chromium.org | Third and hopefully last of thrre CLs to issue a warnin... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
antonm@chromium.org | Improved version of LookupForRead (tnx to Kasper) ... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
mikhail.naganov... | Add heap log processing script originally written by... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
feng@chromium.org | Adjust kPagesPerChunk to 16 instead of 64 on Android. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
yurys@chromium.org | Support stepping into getters and setters. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
whesse@chromium.org | Change tests status for x64, make test runner pass... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
mikhail.naganov... | TickProcessor: more accurate mapping of statically... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
kasperl@chromium.org | Add regression test case for crbug.com/16276. Crashes |
commit | commitdiff | tree | snapshot |
2009-07-14 |
kasperl@chromium.org | Update test expectations because we've decided to allow... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
mikhail.naganov... | Implement shared libraries logging on Mac OS X, added... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
ager@chromium.org | Firefox and Safari both allow calling regular expressio... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
ager@chromium.org | Put the work-around for crbug.com/16276 into the ARM... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
feng@chromium.org | Add a trace_gc_verbose flag. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
feng@chromium.org | Add ENABLE_DEBUGGER_SUPPPORT around 4 functions, set... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
feng@chromium.org | Hook up the log facility of Android platform. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
kasperl@chromium.org | Yet another svn:ignore update. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
iposva@chromium.org | - Added missing braces in an if statement as a drive... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
kasperl@chromium.org | Update svn:ignore for tools/ and tools/gyp/ directories. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
kasperl@chromium.org | Prepare to push version 1.2.14 to trunk. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
kasperl@chromium.org | Revert r2431. I don't think this is it. |
commit | commitdiff | tree | snapshot |
next |