platform/upstream/v8.git
2008-12-18 sgjesse@chromium.orgRefactored the code for handling debug step in in the...
2008-12-18 christian.plesner... Removed propagation of information about preceding...
2008-12-18 olehougaardFixing a subtle bug in receiver resolution when a throw...
2008-12-18 sgjesse@chromium.orgAdded option --shell to D8 and updated the usage text.
2008-12-18 sgjesse@chromium.orgRemoved tabs from d8.js.
2008-12-18 sgjesse@chromium.orgAdded command line debugger to D8 shell.
2008-12-18 sgjesse@chromium.orgFix an issue of a raw pointer being returned after...
2008-12-17 iposva@chromium.orgFix issue 142:
2008-12-17 christian.plesner... Fixed bug in interest propagation caused by following...
2008-12-17 lrn@chromium.orgChanged (1<<31)-1 into INT_MAX.
2008-12-17 lrn@chromium.orgEach RegExtTree node can now report the min and max...
2008-12-17 lrn@chromium.orgMinor changes, mostly cosmetic, in string search.
2008-12-17 sgjesse@chromium.orgRemoved some unused code to make Linux builders happy.
2008-12-17 sgjesse@chromium.orgRefactored the recording of source position in the...
2008-12-16 lrn@chromium.orgRemoved rep-cmps{w,b} from CheckCharacters to improve...
2008-12-15 iposva@chromium.orgAdd missing files (debug-<architecture>.cc) to the...
2008-12-15 sgjesse@chromium.orgGive an error when setting break points in functions...
2008-12-15 olehougaardIntroduced a TempAssign utility because I just couldn...
2008-12-12 lrn@chromium.orgRegexp-IA32 tests doesn't work with snapshots.
2008-12-12 lrn@chromium.orgPreemption code for irregexp-native-ia32. Regexps can...
2008-12-12 lrn@chromium.orgQuantified look-aheads are sometimes removed entirely...
2008-12-11 ager@chromium.orgFix lint issue.
2008-12-11 ager@chromium.orgPrepare pushing new v8 version to trunk (now working...
2008-12-11 sgjesse@chromium.orgContinue running if failing to make a debug event into...
2008-12-11 deanm@chromium.orgImprove mark-compact object grouping interface.
2008-12-11 christian.plesner... - Added lookbehind propagation for the initial node...
2008-12-11 ager@chromium.orgMake sure that the API does not change templates pass...
2008-12-11 sgjesse@chromium.orgAdd handling of empty stack in the backtrace debug...
2008-12-11 erik.corry... Added test for bug 176 (zero length matches should...
2008-12-11 sgjesse@chromium.orgChanged the debugger break handling to support situatio...
2008-12-10 kmillikin@chromium.orgA recursive call to the code generator could (conceivab...
2008-12-10 lrn@chromium.orgArm codegen could emit const pool in the middle of...
2008-12-10 ager@chromium.orgMake sure that the generic stubs for keyed load and...
2008-12-09 olehougaardRemoved a few calls to Top::ReportPendingMessages(...
2008-12-09 sgjesse@chromium.orgRefactor the convertion of a target address into a...
2008-12-09 sgjesse@chromium.orgFixed lint error.
2008-12-09 sgjesse@chromium.orgFixed Linux build by removing unused code.
2008-12-09 sgjesse@chromium.orgMoved the code generation for debug break stubs from...
2008-12-09 olehougaardSimplify the logic determining whether to report an...
2008-12-09 olehougaardFixing a bug where a try-finally block obscured a try...
2008-12-09 sgjesse@chromium.orgFixed compiler warning C4244 when compiling with the...
2008-12-09 deanm@chromium.orgMake Logger::SuspectReadEvent extract the class name...
2008-12-09 erik.corry... Fix build (someone tell gcc you can't take the address...
2008-12-09 erik.corry... * Have an ASCII and a UC16 interpreter for Irregexp...
2008-12-08 sgjesse@chromium.orgSkip some debugger related tests on ARM for nowas they...
2008-12-08 sgjesse@chromium.orgChanged expectations on some ARM debugger tests after...
2008-12-08 lrn@chromium.orgMinor presentation changes
2008-12-08 lrn@chromium.orgIrregexp is specialized on subject character type.
2008-12-08 ager@chromium.orgFix trailing whitespace.
2008-12-08 erik.corry... Fixes to IA32 code generator to cope with new
2008-12-08 ager@chromium.orgMake sure to set property attributes in GetProperty...
2008-12-08 sgjesse@chromium.orgMoved the builtins used by the debugger to a separate...
2008-12-08 erik.corry... Irregexp (bytecodes) don't forget to update current...
2008-12-08 erik.corry... Improve speed of String.replace by around 33% by not...
2008-12-08 erik.corry... Irregexp:
2008-12-05 iposva@chromium.orgFix the Xcode build ARM targets.
2008-12-05 iposva@chromium.org- Simplify the code slightly by using Max().
2008-12-05 iposva@chromium.orgFix lint error.
2008-12-05 iposva@chromium.orgPartial fix for issue 173:
2008-12-05 olehougaardFixing exception reporting so that a verbose TryCatch...
2008-12-05 sgjesse@chromium.orgFixed the caching of counters. This also fixes the...
2008-12-05 lrn@chromium.orgExcluded test that fails in JSCRE.
2008-12-05 olehougaardChecking and reporting for stack overflow in the right...
2008-12-05 lrn@chromium.orgMakes irregexp-ia32 feature complete wrt. regexps.
2008-12-05 olehougaardAdded reporting compilation errors.
2008-12-04 ager@chromium.orgPull out revision 915 and 916 to get a green builder...
2008-12-04 sgjesse@chromium.orgAdded type method to the debug events.
2008-12-04 olehougaardAdding a message test to deal with return in finally.
2008-12-04 olehougaardReporting uncaught errors at the boundary between C...
2008-12-04 lrn@chromium.orgByteArrayProvider increments free-pointer correctly.
2008-12-04 kmillikin@chromium.orgEnable printing code generated for builtins in release...
2008-12-03 christian.plesner... Fixed lint error.
2008-12-03 christian.plesner... Made d8 console=readline work on leopard.
2008-12-03 ager@chromium.orgPreparing to push to trunk.
2008-12-03 lrn@chromium.orgMatching a back-reference must handle unbound start...
2008-12-03 ager@chromium.orgFollow jsc in throwing an exception when using test...
2008-12-03 lrn@chromium.orgTwo tests in the Mozilla test suite pass due to a bug...
2008-12-03 lrn@chromium.orgRemoved lots of new mozilla tests depending on "options...
2008-12-03 christian.plesner... Added support in d8 for memory-mapped counters and...
2008-12-02 sgjesse@chromium.orgAdded regexp-macro-assembler-tracer .cc and .h files...
2008-12-02 christian.plesner... Fixed issue where regexps were parsed without having...
2008-12-02 whessev8Change Windows daylight saving time calculations to
2008-12-02 christian.plesner... Changed benchmark runners to always display at least...
2008-12-02 lrn@chromium.orgBuilds on Windows too.
2008-12-02 christian.plesner... Set mime type on revisions.html.
2008-12-02 christian.plesner... Added revisions page and moved change log there.
2008-12-02 lrn@chromium.orgOptimization of single character indexOf. Gives small...
2008-12-02 christian.plesner... - Fixed regexp logging issue.
2008-12-01 iposva@chromium.orgUpdate Xcode project to contain the files for Irregexp.
2008-12-01 christian.plesner... - Added some expansion of assertions.
2008-12-01 christian.plesner... Added checking in the regular expression parser that...
2008-12-01 lrn@chromium.orgAllow the non-spec [a-\d] (i.e., ending a range with...
2008-12-01 lrn@chromium.orgAdded assignment to variable after UNIMPLEMENTED macro...
2008-12-01 lrn@chromium.orgFixes stray IA32-reference in ARM builds
2008-12-01 lrn@chromium.orgFixes (last?) bugs in regexp-ia32 core functionality...
2008-12-01 ager@chromium.orgRemove a couple of instances of wchar_t after counters...
2008-12-01 ager@chromium.orgCommiting Evan's change to use char instead of wchar_t...
2008-11-30 iposva@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=166...
2008-11-28 erik.corry... Fix build error in debug mode by making sure the tracer...
2008-11-28 erik.corry... Add an operation that checks whether we are at the...
next