platform/upstream/v8.git
2009-02-27 erik.corry... Add missing copyright boilerplate.
2009-02-27 erik.corry... Avoids allocating a JSArray of capture information...
2009-02-26 mikhail.naganov... Two small changes regarding GC ticks.
2009-02-26 sgjesse@chromium.orgFix lint errors.
2009-02-26 sgjesse@chromium.orgMake test-log-ia32.cc compile even if ENABLE_LOGGING_AN...
2009-02-26 sgjesse@chromium.orgSkip flaky (occasionally crashes) test on ARM until...
2009-02-26 kasperl@chromium.orgExperimental (somewhat): Force GCs when disposing conte...
2009-02-26 sgjesse@chromium.orgChange the D8 JavaScript debugger to fully use the...
2009-02-26 iposva@chromium.orgFollow on to r1368: Remove unnecessary HandleScope...
2009-02-26 olehougaardGo into slow case when encountering object initializati...
2009-02-26 ager@chromium.orgFix lint issues found by tools/presubmit.py.
2009-02-25 iposva@chromium.org- Pass the knowledge whether the old GC is compacting...
2009-02-25 iposva@chromium.orgRemove PCRE files from Xcode project.
2009-02-25 kasperl@chromium.orgFix ARM build.
2009-02-25 mikhail.naganov... Adding unit tests for profiler's stack tracer.
2009-02-25 kasperl@chromium.orgUse SSE3 instructions - if available - for faster To...
2009-02-25 ager@chromium.orgPrepare push to trunk. Now working on version 1.0.3.
2009-02-25 sgjesse@chromium.orgIssue 63: Running tests fails of there is a dot in...
2009-02-25 erik.corry... Remove JSCRE
2009-02-24 sgjesse@chromium.orgRemove obsolete function NewArrayLiteral.
2009-02-24 mikhail.naganov... A refinement of cl 28068.
2009-02-24 sgjesse@chromium.orgFixed lint errors.
2009-02-24 mikhail.naganov... Fixed regression code.google.com/p/v8/issues/detail...
2009-02-24 sgjesse@chromium.orgAdd socket support to platform code.
2009-02-24 ager@chromium.orgSpeed up access to global variables from eval scopes...
2009-02-24 sgjesse@chromium.orgAdded ticks to the display of unknown time in the profile.
2009-02-23 sgjesse@chromium.orgOnly account for actual time spend in call path calcula...
2009-02-23 kmillikin@chromium.orgCleanup the ARM code generator for try...catch and...
2009-02-23 kasperl@chromium.orgEven more tests of ToInt32 conversion (from Lasse).
2009-02-23 kasperl@chromium.orgExtend test case to check truncation and 64-bit ints.
2009-02-20 kasperl@chromium.orgRevert 1330:1331.
2009-02-20 ager@chromium.orgSimplify non-smi bit operation optimization. The expli...
2009-02-20 kasperl@chromium.orgImprove generated code for non-smi bit operations by
2009-02-20 sgjesse@chromium.orgMinor fix to fix building without ENABLE_LOGGING_AND_PR...
2009-02-20 lrn@chromium.orgAdd test for GC during RegExp.
2009-02-20 sgjesse@chromium.orgIntroduced a platform independent version of strchr...
2009-02-20 mike@belshe.comadd ticks to tickprocessor
2009-02-19 ager@chromium.orgRearrange the code in Scope::ResolveVariable.
2009-02-19 sgjesse@chromium.orgFixed Linux build.
2009-02-19 sgjesse@chromium.orgAdd host callback for debug break.
2009-02-19 erik.corry... A little peephole optimization for the Irregexp bytecod...
2009-02-19 erik.corry... Limit how many places we generate code to flush the...
2009-02-19 ager@chromium.orgCommit of eval changes left out because they were stuck...
2009-02-19 patrick@chromium.orgUpdate d8 preemption mode to support multiple files...
2009-02-18 mikhail.naganov... Profiler tick processor now counts IC ticks on behalf...
2009-02-18 erik.corry... Irregexp:
2009-02-18 ager@chromium.orgNot sure what happened, but my revert did not get every...
2009-02-18 ager@chromium.orgRevert eval changes since there is a crash that I don...
2009-02-18 ager@chromium.orgARM side of load optimization in the presence of eval.
2009-02-18 mikhail.naganov... Refactored command-line options handling in tick proces...
2009-02-18 ager@chromium.orgFix lint errors because of long line.
2009-02-18 ager@chromium.orgOptimize loads from variables that might be shadowed...
2009-02-18 sgjesse@chromium.orgInclude all the code in code creation log events. The...
2009-02-17 mikhail.naganov... Added the simplest call stack sampling and call profile...
2009-02-17 sgjesse@chromium.orgChanged all log messages to be handled through the...
2009-02-17 lrn@chromium.orgArray sort was changed in a way that completely undid...
2009-02-17 sgjesse@chromium.orgFixed Linux build.
2009-02-17 sgjesse@chromium.orgFirst step in refactoring the logging system to allow...
2009-02-16 ager@chromium.orgFix debugger function that treated retry-after-gc failu...
2009-02-16 lrn@chromium.orgLots of small optimizations, and one that is measurable...
2009-02-13 sgjesse@chromium.orgAdded check for existing frames to the evaluate debugge...
2009-02-13 sgjesse@chromium.orgModified printing of some types of heap objects to...
2009-02-13 sgjesse@chromium.orgFix lint errors and compile erors on Linux.
2009-02-13 sgjesse@chromium.orgMake the debugger completely unload when the debug...
2009-02-13 ager@chromium.orgPrepare push to trunk containing two irregexp crash...
2009-02-13 lrn@chromium.orgMissing handle check. Triggers bug if the runtime stack...
2009-02-12 iposva@chromium.orgRemove experimental ExternalSymbolCallback feature...
2009-02-12 lrn@chromium.orgIssue 231 - Irregexp backtracking stack pointer could...
2009-02-12 ager@chromium.orgFix a couple of typos reported as V8 issue 226.
2009-02-12 lrn@chromium.orgTest for issue 87 was upgraded, but the old bug file...
2009-02-12 lrn@chromium.orgRegular Expression literal flags may contain unicode...
2009-02-11 iposva@chromium.orgAllow the morphing of strings to external strings to...
2009-02-11 lrn@chromium.orgIssue 227 Fixed. Properly handles non-ASCII characters...
2009-02-11 olehougaardFixing a few bugs to make the --log-state-change option...
2009-02-10 lrn@chromium.orgFix for issue 228.
2009-02-10 iposva@chromium.orgPrepare push to trunk. Now working on version 1.0.1.
2009-02-09 sgjesse@chromium.orgFix linking of mksnapshot
2009-02-09 sgjesse@chromium.orgSupport for building V8 with MinGW
2009-02-09 sgjesse@chromium.orgMoved some IA32 specific code from to the architecture...
2009-02-09 christian.plesner... Added one test case and moved another.
2009-02-05 sgjesse@chromium.orgAdded the 'references' command to the debugger protocol...
2009-02-05 ager@chromium.orgAdd explicit null checks after string conversions in...
2009-02-05 lrn@chromium.orgFix bug 225 in regexp replace with function.
2009-02-05 lrn@chromium.orgFixed overflow bug in parsing of regexp repetitions.
2009-02-05 sgjesse@chromium.orgFixed the debugger compile events.
2009-02-05 olehougaardDifferentiating the file names between different serial...
2009-02-05 ager@chromium.orgRemove unused code. This code used to be used to ...
2009-02-05 sgjesse@chromium.orgUpdated handling of the script mirror.
2009-02-04 erik.corry... Fix the not-at-start optimization to trigger on the...
2009-02-04 erik.corry... Fix crash-bug in code generation for case independent...
2009-02-04 mikhail.naganov... Refactor code for determining line position in a source...
2009-02-04 sgjesse@chromium.orgMinor debugger cleanup. Store the running state of...
2009-02-03 sgjesse@chromium.orgAdded check for logging enabled in two places where...
2009-02-03 lrn@chromium.orgRegExp: Small bugfix in debug mode.
2009-02-03 sgjesse@chromium.orgUse Handle version of AddKeysFromJSArray when building...
2009-02-03 lrn@chromium.orgTrace contains information about whether we know that...
2009-02-03 mikhail.naganov... Adding src_file_name:line_number into perf log entries...
2009-02-03 olehougaardFix lint error.
2009-02-03 olehougaardFixing the flakiness of the serialization tests by...
2009-02-03 sgjesse@chromium.orgFile missing from codereview.chromium.org/19753.
next