platform/upstream/v8.git
2009-01-07 iposva@chromium.orgFix for issue 171:
2009-01-07 christian.plesner... Fixed build with no ENABLE_LOGGING_AND_PROFILING
2009-01-07 ager@chromium.orgAllow 2009 as a valid year in the copyright header.
2009-01-07 olehougaardFix for issue 91 (code.google.com/p/v8/issues/detail...
2009-01-07 sgjesse@chromium.orgFactored the generation of JSON serialization from...
2009-01-06 christian.plesner... Update version number to fix small small whoopsie I...
2009-01-06 christian.plesner... Preparing push to trunk (0.4.7)
2009-01-06 christian.plesner... Added runtime call to the logging infrastructure. ...
2009-01-06 sgjesse@chromium.orgFixed double printing of exceptions when enabeling...
2009-01-02 lrn@chromium.orgRecognizes character classes like whitespace and non...
2008-12-23 ager@chromium.orgUpdate comment and add assert.
2008-12-22 ager@chromium.orgInline array loads in loops directly in the code instea...
2008-12-22 erik.corry... Some irregexp optimizations around keeping track of...
2008-12-19 olehougaardReverting the BOM changes due to security concerns.
2008-12-19 christian.plesner... Added support in the profiler for creating 'regions...
2008-12-19 erik.corry... Fix ARM build.
2008-12-19 lrn@chromium.orgInstead of jumping over a conditional backtrack, jump...
2008-12-19 olehougaardHandling byte-order marks as specified in Ecmascript...
2008-12-19 erik.corry... * Generate quick checks based on mask and compare for
2008-12-18 erik.corry... Unroll + and ? to reduce loop-related work.
2008-12-18 erik.corry... Fix lint error.
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...
next