platform/upstream/v8.git
2009-03-05 erik.corry... Arrays created with new Array(n) are not assumed to...
2009-03-05 mikhail.naganov... Fixed projects after adding oprofile-agent* sources.
2009-03-05 mikhail.naganov... Adding support for reporting addresses of JIT compiled...
2009-03-05 kmillikin@chromium.orgAdd a test for inserting a preexisting list element...
2009-03-05 kmillikin@chromium.orgIn List::Add, correctly handle the case of adding a...
2009-03-05 kasperl@chromium.orgTweak the context disposal GC heuristic: If the garbage...
2009-03-04 erik.corry... Put 'this' in a handle in EnsureSize to avoid crash...
2009-03-04 lrn@chromium.orgIssue 254 - now correctly updates lastIndexof when...
2009-03-04 olehougaardFixed issue 253. No longer assuming that the target...
2009-03-04 kmillikin@chromium.orgAdd an insert function to our list utility class.
2009-03-04 sgjesse@chromium.orgThe SendAll method on Socket was a helper method that...
2009-03-04 kmillikin@chromium.orgFix a few indentation issues.
2009-03-04 lrn@chromium.orgIssue 246 - wait until regexp is parsed to detect wheth...
2009-03-04 sgjesse@chromium.orgAdd remote debugging front end to developer shell.
2009-03-04 kmillikin@chromium.orgStreamline CodeGenerator::Comparison in the IA32 code...
2009-03-04 ager@chromium.orgFix the 64-bit build. Implicit conversion from string...
2009-03-04 iposva@chromium.orgAdd a meaningful name when disassembling code. This...
2009-03-03 iposva@chromium.orgProperly add debug-agent.[cc|h] files.
2009-03-03 kasperl@chromium.orgDisable the compilation caching for scripts to make it
2009-03-03 sgjesse@chromium.orgAdd V8 debugger agent.
2009-03-03 mikhail.naganov... Dump more stack frames to perf log when executing a...
2009-03-03 kmillikin@chromium.orgBefore emitting code to merge frames, forget the sync...
2009-03-03 lrn@chromium.orgOptimized regexp.test. No longer creates an intermediat...
2009-03-03 lrn@chromium.orgValidation of flattened regexps on ARM now doesn't...
2009-03-02 sgjesse@chromium.orgChange svn:eol-style to native.
2009-03-02 sgjesse@chromium.orgUnify the handling of the event and response JSON in...
2009-03-02 lrn@chromium.orgAll RegExp data are set on a single FixedArray instead...
2009-03-02 kmillikin@chromium.orgSimplify the way that we compile slow-case switch state...
2009-03-02 christian.plesner... all-in-one
2009-02-28 ager@chromium.orgCheck the return value of fwrite.
2009-02-27 erik.corry... Fix regression in regexp-caching.html
2009-02-27 kmillikin@chromium.orgMark a flaky ARM test as flaky.
2009-02-27 kmillikin@chromium.orgMerge from experimental code generator branch to bleedi...
2009-02-27 kasperl@chromium.orgPrepare push to trunk. Now working on version 1.0.4.
2009-02-27 iposva@chromium.orgAlign code entry points to 32 bytes.
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...
next