2009-03-18 |
olehougaard | Introducing a new StrNDup function that uses new[]... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
olehougaard | Fixing potentially problematic usage of OS::StrDup... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Circumvent a bug in older glibc. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
kmillikin@chromium.org | Add a bit to a virtual frame element telling if it... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
whesse@chromium.org | Speed up the inner loop of free register allocation. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
kmillikin@chromium.org | Fix static overrun. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
sgjesse@chromium.org | Added a wait with timeout to the platform semaphore... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
lrn@chromium.org | Flatten strings before parsing them as Date strings... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
lrn@chromium.org | Moved subject and index before matches in RegExp lastMa... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
sgjesse@chromium.org | Add thread information to the debugger. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
erik.corry... | Lint... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
erik.corry... | Remove all uses of StringShape variables, since that... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
sgjesse@chromium.org | Changed preemption related stuff in debugger entry. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
kmillikin@chromium.org | Simplify the construction of virtual frame elements... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
sgjesse@chromium.org | The method yield is now available in the context create... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
lrn@chromium.org | ReplaceRegExpWithString: Avoid extending handle scope... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
olehougaard | Fixed some memory leaks in unit tests. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
sgjesse@chromium.org | Missed a few comment changes in r1508. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
kasperl@chromium.org | Add copyright notice to new test case. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
erik.corry... | Fix GC related crash bug in search-replace. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
erik.corry... | Revert 1432, 1433, 1469 and 1472 due to a bug with... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
davemoore@chromium.org | - Added ability to call histograms from within v8 |
commit | commitdiff | tree | snapshot |
2009-03-13 |
christian.plesner... | Flush ICs when adding setters to an object or setting... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
sgjesse@chromium.org | A new stack guard break flag DEBUGCOMMAND has been... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
olehougaard | Implementing __defineSetter__ and __defineGetter__... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
lrn@chromium.org | String.replace implemented in C++. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Fix a test in the IA32 code generator for whether loop... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Reenable the duplicated test at the bottom of for and... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Change the way we handle backward jumps in the code... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
ager@chromium.org | Prepare to push V8 version 1.1.1 to trunk. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
sgjesse@chromium.org | During the refactoring in r1461 and adding of script... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kmillikin@chromium.org | Tweak an assertion in the jump target destructor so... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
ager@chromium.org | Revert the exception propagation fix. It leads to... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
erik.corry... | 8-byte align C stack on Linux and Windows. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kasperl@chromium.org | Prepare push to trunk. Now working on version 1.1.1. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
kasperl@chromium.org | Add support for running the tests through valgrind. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
ager@chromium.org | Temporarily disable tests that no longer work on the... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
erik.corry... | * Reapply revisions 1383, 1384, 1391, 1398, 1401, 1402, |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Ensure deallocation of the dynamically allocated shadow... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Deallocate the dynamically-allocated shadow targets... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
ager@chromium.org | Fix exception propagation problem where undefined was... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix issue 268 by explicitly calling Unuse (to deallocat... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
erik.corry... | Add a test that r1383 failed (harmlessly). |
commit | commitdiff | tree | snapshot |
2009-03-11 |
sgjesse@chromium.org | See code.google.com/p/v8/issues/detail?id=269. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix formatting problem. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
kmillikin@chromium.org | Fix issue 265 by handling extra statement state on... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kasperl@chromium.org | Move InitLineEnds and GetLineNumber to handles.cc to... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kasperl@chromium.org | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kmillikin@chromium.org | Change expectation for the bug-265 test to allow crashi... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Tweaked semantics of error prototype. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Remove spaces to satisfy linter |
commit | commitdiff | tree | snapshot |
2009-03-10 |
lrn@chromium.org | Issue 267: Calls to arguments in eval-tainted function... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
kmillikin@chromium.org | Introduce a BreakTarget subclass of JumpTarget used... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Moved the storage of the last script id into the heap... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Made the Error prototype into an error. Allow \c at... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
olehougaard | Fixed whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
christian.plesner... | Implemented invalid UTF8 detection in decodeURI. That... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
erik.corry... | Fix probably harmless thinko in StringCharAt (causes |
commit | commitdiff | tree | snapshot |
2009-03-10 |
olehougaard | Optimizing generation of nested literals for both objec... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
sgjesse@chromium.org | Whenever a script object is created it is assigned... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
ager@chromium.org | Simplify the map collection regression test. This... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Third try to mark test expectation. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Chage test expectation mode from "debug" to "release". |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | The test for issue 165 is unpredictable in release... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Fix test for building on 64-bit Linux. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Make map collection test run faster in an attempt to... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Changed a function in the internal debugger JavaScript... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Add a failing test case for issue 265: |
commit | commitdiff | tree | snapshot |
2009-03-09 |
whesse@chromium.org | Fix garbage collection of unused maps. Null descriptor... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
olehougaard | Allocate getters and setters in old space to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Assert in debug mode that we do not try to compile... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Fixed the disassembler to cope with cmpb. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Added a space to satisfy presubmit.py. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Work around issue 260 for now by disabling duplication... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
bak@chromium.org | Reduced the code sequence for testing for object type. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
christian.plesner... | Added .message accessor to messages. This gives you... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Change the CALL_HEAP_FUNCTION macro so that it is no... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
kmillikin@chromium.org | Fix issue 263: |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Change the tests which looks at the number of scripts... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | cpplint does not like multiple semicolons on the same... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
sgjesse@chromium.org | Mark the empty script object, the script for the empty... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ager@chromium.org | Minor changes to allow V8 to build on Ubuntu Jaunty. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
kmillikin@chromium.org | Reapply r1434 and port to ARM. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
mikhail.naganov... | Get rid or heap allocation in stack sampler to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | Add libraries winmm and ws2_32 when building shared... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | Fix lint errors |
commit | commitdiff | tree | snapshot |
2009-03-06 |
christian.plesner... | Reverted r1434 |
commit | commitdiff | tree | snapshot |
2009-03-06 |
sgjesse@chromium.org | All preemption requests are now ignored while in the... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
kmillikin@chromium.org | Fix minor formatting issue. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
kmillikin@chromium.org | Fix issue 259. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
olehougaard | Fixed ARM build by remembering to apply object literal... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
olehougaard | Optimizing nested, constant object literals (like JSON... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
erik.corry... | Speed up a few tests that were taking too long. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kasperl@chromium.org | Revert revisions 1383, 1384, 1391, 1398, 1401, 1402, |
commit | commitdiff | tree | snapshot |
2009-03-05 |
erik.corry... | Arrays created with new Array(n) are not assumed to... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
mikhail.naganov... | Fixed projects after adding oprofile-agent* sources. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
mikhail.naganov... | Adding support for reporting addresses of JIT compiled... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kmillikin@chromium.org | Add a test for inserting a preexisting list element... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kmillikin@chromium.org | In List::Add, correctly handle the case of adding a... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
kasperl@chromium.org | Tweak the context disposal GC heuristic: If the garbage... |
commit | commitdiff | tree | snapshot |
next |