platform/upstream/v8.git
2009-11-30 fschneider... Introduce flag for using the fast compiler where possible.
2009-11-30 ager@chromium.orgRemove complex external array testing that takes too...
2009-11-30 kasperl@chromium.orgClear the compilation cache just before starting to...
2009-11-27 sgjesse@chromium.orgRemove usage of JSArray in Script object
2009-11-27 sgjesse@chromium.orgFix lint errors
2009-11-27 sgjesse@chromium.orgAdd test to expose bug 528
2009-11-27 fschneider... Added fast compiler support for calling JS runtime...
2009-11-26 fschneider... Fix bug in the fast compiler's object literal code
2009-11-26 lrn@chromium.orgFast-codegen: Arguments object working on all platforms.
2009-11-26 mikhail.naganov... A cache of MD5 sums of source file contents is now...
2009-11-25 kbr@chromium.orgFixed lint error in last checkin.
2009-11-25 kbr@chromium.orgFixed incorrect instruction usage in KeyedLoadIC for...
2009-11-25 ager@chromium.orgDo not crash if a V8 extension fails to compile or...
2009-11-25 mikhail.naganov... Include getters and setters callbacks invocations in...
2009-11-25 antonm@chromium.orgWhen processing global vars initialization account...
2009-11-25 erik.corry... Fix 64 bit build. TBR=ager.
2009-11-25 erik.corry... Make heap serialization nondestructive.
2009-11-25 erik.corry... Update with a hopefully complete list of macros
2009-11-25 mikhail.naganov... Xcode project: add fast-codegen sources.
2009-11-25 mikhail.naganov... Change 'debugger-auto-break' flag status.
2009-11-25 erik.corry... Fix bug 516 by recognizing yet another gcc macro that
2009-11-25 lrn@chromium.orgFast-compiler: Add stack limit checks to back edges...
2009-11-25 sgjesse@chromium.orgAdded an ASSERT to code from r3350
2009-11-24 sgjesse@chromium.orgFix compilation error in r3352
2009-11-24 sgjesse@chromium.orgFix compilation error in r3350
2009-11-24 sgjesse@chromium.orgRemove the different length string types
2009-11-24 ager@chromium.orgPrepare push to trunk. Now working on version 2.0.3.
2009-11-24 ager@chromium.orgRe-enable all declarations in fast top-level compiler.
2009-11-24 ager@chromium.orgLand gyp change to remove -Os from C++ flags if it...
2009-11-23 mikhail.naganov... Store API callback entry address prior to entering...
2009-11-23 mikhail.naganov... Reimplement logging of API callbacks entry points in...
2009-11-20 ager@chromium.orgChange the signature for StrNDup to match the implement...
2009-11-20 mikhail.naganov... Fix issue 520: wrap Logger calls into LOG macro
2009-11-20 mikhail.naganov... Add logging of callbacks in prof-lazy mode.
2009-11-20 ager@chromium.orgPrepare push to trunk. Now working on version 2.0.2.
2009-11-20 ager@chromium.orgDisable the fast top-level compiler for non-global...
2009-11-20 erik.corry... Some optimizations for packer.js.
2009-11-19 fschneider... Implement IS_OBJECT and IS_FUNCTION as inlined runtime...
2009-11-18 ager@chromium.orgFix crash in string replace with regexp. If the suffix...
2009-11-18 ager@chromium.orgPrepare push of version 2.0.0 to trunk. Now working...
2009-11-18 erik.corry... Correct dumb assert.
2009-11-18 ager@chromium.orgFixed bug in pixel array inline cache on x64. The...
2009-11-18 erik.corry... Accelerate charCodeAt on ARM.
2009-11-18 sgjesse@chromium.orgAdd DebugMessageDispatchHandler
2009-11-18 kasperl@chromium.orgMake sure to retry SetHiddenPropertiesObject if it
2009-11-17 lrn@chromium.orgSorry, this should have gone to codereview.chromium...
2009-11-17 antonm@chromium.orgRestore invariant (next of first deallocated must point...
2009-11-17 erik.corry... Speed up charCodeAt on very large cons strings, by...
2009-11-17 sgjesse@chromium.orgAdd missing case for shr in IA-32 disassembler
2009-11-17 sgjesse@chromium.orgChanges to Intel shift functions
2009-11-16 fschneider... Re-enable using push instructions for syncing the virtu...
2009-11-16 yurys@chromium.orgStep next should respect do/while condition block.
2009-11-16 yurys@chromium.orgFix some presubmit errors.
2009-11-16 yurys@chromium.orgSkip debugger frames when looking for calling context.
2009-11-16 erik.corry... Fix bug 503: undefined <= undefined should return false...
2009-11-16 erik.corry... Fix bug 499 by splitting up long-running test to minimi...
2009-11-16 erik.corry... * Remove old snapshot implementation
2009-11-13 yurys@chromium.orgRemove trailing whitespace.
2009-11-13 yurys@chromium.orgTest that pause can be set in script and won't lead...
2009-11-13 fschneider... Improve the allocation and initialization of locals...
2009-11-13 fschneider... Add a regression test that exposes a stack corruption...
2009-11-13 lrn@chromium.orgDisable "arguments" implementation. It was too optimist...
2009-11-13 erik.corry... Allow a platform to indicate that some CPU features...
2009-11-13 fschneider... Top-level compiler: Re-allow non-lazily compiled functi...
2009-11-13 fschneider... Fixes bug in the top-level compiler with the write...
2009-11-13 fschneider... Cleanup and fix generated comments in the top-level...
2009-11-12 yurys@chromium.orgRemove trailing whitespace from objects.h
2009-11-12 yurys@chromium.orgMake accessors for hidden properties object not touch...
2009-11-12 erik.corry... Fix some style issues in the ARM code.
2009-11-12 erik.corry... Add vfp support on ARM. Patch from John Jozwiak.
2009-11-12 christian.plesner... Updated sputnik test expectations to match changes...
2009-11-12 lrn@chromium.orgIgnore "sputniktests" subdirectory from presubmit checks.
2009-11-12 lrn@chromium.orgFast-codegen: Added support for arguments in functions.
2009-11-12 ager@chromium.orgRemove passing test from ARM test expectations.
2009-11-12 ager@chromium.orgChange expectations for LargeObjectSpace test on ARM...
2009-11-11 kbr@chromium.orgFixed bug in x64 port of KeyedStoreIC::GenerateExternal...
2009-11-11 christian.plesner... Fixed a few cases where allocators did not respect...
2009-11-11 erik.corry... Fix thinko in fix for issue 484.
2009-11-11 erik.corry... Log the stubs found in the snapshot so the profiler...
2009-11-11 christian.plesner... Remove special-case for arguments.toString to match ES5
2009-11-11 sgjesse@chromium.orgSplit long running test
2009-11-11 lrn@chromium.orgFix warnings on Win64.
2009-11-11 erik.corry... Restore info needed to register profile ticks in functi...
2009-11-11 ager@chromium.orgFix inline constructor code bailout.
2009-11-10 yurys@chromium.orgRemove trailing whitespace in test-debug.cc to make...
2009-11-10 yurys@chromium.orgAll hidden properties of an object are stored in a...
2009-11-10 sgjesse@chromium.orgTest mjsunit/string-indexof times out on ARM simulator
2009-11-10 ager@chromium.orgRevert r3032 that uses push instead of 'sub esp, size...
2009-11-10 sgjesse@chromium.orgModify test using string slices
2009-11-10 sgjesse@chromium.orgRemove sliced string string type
2009-11-10 christian.plesner... Marked cyrillic as expected to fail.
2009-11-10 lrn@chromium.orgReapply 3246 and 3247 after fixing valgrind warning.
2009-11-10 sgjesse@chromium.orgReport both size and count from the heap profile processor
2009-11-10 fschneider... Fixed bug in while-loops that caused an assertion to...
2009-11-09 erik.corry... Revert 3245 and 3246 because they cause valgrind failures.
2009-11-09 fschneider... Temporarily de-activate while-loops in the top-level...
2009-11-09 erik.corry... Fix small memory leak in new serialization code.
2009-11-09 fschneider... Revert change r3240-3241 because it causes ARM tests...
2009-11-09 lrn@chromium.orgFast-compiler: Added trivial implementations of while...
2009-11-09 erik.corry... codereview.chromium.org/371067 thanks to Jan de Mooij
next