platform/upstream/v8.git
2009-01-21 christian.plesner... Marked ascii-regexp-subject as flaky on arm for now...
2009-01-21 christian.plesner... Enabled irregexp by default. I have deliberately made...
2009-01-21 sgjesse@chromium.orgChanges to the mirror handling
2009-01-21 erik.corry... Fix endianism issues in regexp interpreter.
2009-01-21 ager@chromium.orgFix an unsound use of a string shape in the parser.
2009-01-20 erik.corry... Lint fixes.
2009-01-20 erik.corry... * Irregexp: Move from a byte-oriented bytecode format...
2009-01-20 christian.plesner... Added -p option to d8 that runs a list of source files...
2009-01-20 sgjesse@chromium.orgAdded missing property types to debug print.
2009-01-20 erik.corry... Optimization: The quick check should ignore the negativ...
2009-01-19 erik.corry... Add support for \b and ^ and $ in multiline mode, compl...
2009-01-19 sgjesse@chromium.orgPrepare to push minor change to trunk as version 0...
2009-01-19 sgjesse@chromium.orgChanges to the V8 debugger support which otherwise...
2009-01-17 iposva@chromium.orgFix Xcode project:
2009-01-16 olehougaardReverting change that made flexo sad.
2009-01-16 olehougaardWriting snapshot.cc in a form that can be compiled...
2009-01-16 ager@chromium.orgPrepare push to trunk. Now working on version 0.4.9.
2009-01-16 sgjesse@chromium.orgAdded handles to the mirror objects. When a mirror...
2009-01-16 ager@chromium.orgChange the file names of a couple of tests for consistency.
2009-01-16 ager@chromium.orgChange the handling of catch blocks to use context...
2009-01-15 feng@chromium.orgAvoid using sprintf_s, which is windows-only.
2009-01-15 deanm@chromium.orgFix a bunch of spelling mistakes :\
2009-01-15 feng@chromium.orgFix issue 6264 with a test case.
2009-01-15 erik.corry... Lint error.
2009-01-15 erik.corry... Noone really liked the name "GenerationVariant" so...
2009-01-15 sgjesse@chromium.orgReverted r1078 as it was committed by accident without...
2009-01-15 sgjesse@chromium.orgAdded handles to the mirror objects. When a mirror...
2009-01-15 ager@chromium.orgFix issue 191:
2009-01-15 olehougaardFixed some external references in the ARM code generato...
2009-01-14 ager@chromium.orgFix issue 186:
2009-01-14 christian.plesner... Fixed test failure caused by being more conservative...
2009-01-14 christian.plesner... Added clearing of captures before entering the body...
2009-01-14 ager@chromium.orgAdd failing test for issue 186:
2009-01-13 sgjesse@chromium.orgRefactored the mirror representation of properties...
2009-01-13 olehougaardAvoiding the assumption that the pc pointer of RelocInf...
2009-01-13 lrn@chromium.orgThe "enter" opcode was slow and crashes for large argum...
2009-01-13 ager@chromium.orgFix benchmarks to not format scores that are really...
2009-01-13 lrn@chromium.orgUnsigned number can't be negated in the VisualStudio...
2009-01-13 olehougaardIntroducing a kUninitialized constant used for clearing...
2009-01-13 olehougaardDo not cache functions until we know they are fully...
2009-01-12 lrn@chromium.orgSeparately growing stack for irregexp ia32 backtrack...
2009-01-12 ager@chromium.orgFix comment typo.
2009-01-12 ager@chromium.orgAllocate as many object-literal properties as possible...
2009-01-08 christian.plesner... Added check that bails out of a repetition when the...
2009-01-08 christian.plesner... Fixed lint.
2009-01-08 christian.plesner... Added more constness to the api. There are still some...
2009-01-08 sgjesse@chromium.orgRemove unused code.
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...
next