platform/upstream/v8.git
2009-12-03 ager@chromium.orgFix Windows build.
2009-12-03 ager@chromium.orgMove for-in cache validity check to generated code.
2009-12-03 christian.plesner... Added recording of heap and global handle stats in...
2009-12-03 sgjesse@chromium.orgMove function nan_value to POSIX platform file
2009-12-03 sgjesse@chromium.orgCheck return code from fwrite
2009-12-03 mikhail.naganov... When executing 'profile' request, delegate to api funct...
2009-12-03 sgjesse@chromium.orgFix compilation errors on some compilers
2009-12-03 sgjesse@chromium.orgAdd missing function CpuFeaturesImpliedByPlatform to...
2009-12-03 sgjesse@chromium.orgPerform string add in generated code on IA-32 platforms
2009-12-02 kbr@chromium.orgFixed register usage in 64-bit version of
2009-12-02 sgjesse@chromium.orgInitial OpenBSD support
2009-12-02 sgjesse@chromium.orgFix adding short external ascii strings
2009-12-01 sgjesse@chromium.orgFix debug build
2009-12-01 sgjesse@chromium.orgRemove the last context dependent reference from the...
2009-12-01 erik.corry... Fix toLocaleString-related breakage on buildbot.
2009-12-01 erik.corry... Speed up join on arrays.
2009-12-01 sgjesse@chromium.orgFix presubmit errors
2009-12-01 ager@chromium.orgRemove some of the cache validity checks for for-in...
2009-12-01 ager@chromium.orgFix megamorphic load regression on ARM caused by the...
2009-12-01 sgjesse@chromium.orgUpdate test for issue 528
2009-11-30 kbr@chromium.orgReduced workload in external array test and added it...
2009-11-30 fschneider... Move CPU-specific constants from debug.h into the platf...
2009-11-30 mikhail.naganov... Add pause / resume profiling commands to debugger protocol.
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...
next