platform/upstream/v8.git
2008-09-18 sgjesse@chromium.orgDefer the writing of the source position data to the...
2008-09-18 kasperl@chromium.orgRemove unused codereview.settings file.
2008-09-18 whessev8Flush the runtime %DebugPrint output. Should have...
2008-09-18 ager@chromium.orgPropagate the information that a monomorphic prototype...
2008-09-17 kasperl@chromium.orgUpdate version string and ChangeLog; we're now working on
2008-09-17 sgjesse@chromium.orgChanged the disassembler formatting
2008-09-17 erik.corry... Move the initial code space to be before the young...
2008-09-17 erik.corry... The OutOfMemory and OutOfMemoryNested tests set a heap...
2008-09-17 erik.corry... More thorough tests of sorting integers in lexicographi...
2008-09-17 sgjesse@chromium.orgAdded missing static to returned buffer.
2008-09-17 iposva@chromium.org- Rename flags.defs to flag-definitions.h.
2008-09-16 iposva@chromium.orgAdded presubmit.py to the tools tab for easier access.
2008-09-16 ager@chromium.orgOnly remove the code object that caused the monomorphic...
2008-09-16 kasperl@chromium.orgFix issue 67 by copying the receiver function one slot
2008-09-16 iposva@chromium.orgFix code.google.com/p/v8/issues/detail?id=69 :
2008-09-16 kasperl@chromium.orgRemove the old builtins framework with the huge, nasty
2008-09-16 ager@chromium.orgKeep the inline caches for the builtins object monomorp...
2008-09-16 kasperl@chromium.orgStop adapting the arguments passed to the builtin imple...
2008-09-15 kasperl@chromium.orgGeneralize the Function.prototype.call hooks in the
2008-09-15 ager@chromium.orgSimplify logic in string-to-double conversion code.
2008-09-15 sgjesse@chromium.orgFixed broken build of mksnapshot on Windows as there...
2008-09-15 deanm@chromium.orgRemove EOL trailing whitespace.
2008-09-15 deanm@chromium.orgMove the Counters to structures that can be POD initial...
2008-09-12 iposva@chromium.org- Add support for building the ARM simulator version...
2008-09-12 deanm@chromium.orgThe serialization system handles some flag parsing...
2008-09-12 deanm@chromium.orgFix some arm related flags with the new flag system.
2008-09-12 deanm@chromium.orgMove a few bits of mksnapshot over to the new flag...
2008-09-12 deanm@chromium.orgThis is a new static flag system, designed to have...
2008-09-12 kmillikin@chromium.orgFlexo is tired, but this should perk him up. Single...
2008-09-12 kmillikin@chromium.orgChange the code generator state constructor to implicit...
2008-09-12 sgjesse@chromium.orgRemoved SCons warning flags duplication on Windows...
2008-09-12 iposva@chromium.orgSatisfy lint!
2008-09-12 iposva@chromium.org- Update test status file with fixed tests for ARM...
2008-09-12 iposva@chromium.orgAdapt to new calling convention on ARM:
2008-09-11 ager@chromium.orgAdd back the CCFLAGS to the CXXFLAGS. Leaving them...
2008-09-11 christian.plesner... Fixed arm disassembler build problems.
2008-09-11 kmillikin@chromium.orgFix performace regression due to missed peephole optimi...
2008-09-11 christian.plesner... Fixed build problem on mac, lint issues and a test...
2008-09-11 sgjesse@chromium.orgApply the flags to the SCons environment used to link...
2008-09-11 christian.plesner... Replaced calls to functions that msvc consider deprecat...
2008-09-11 kasperl@chromium.orgFix issue 65 by making sure not to leak any of the...
2008-09-11 ager@chromium.orgFix bug in function context slot lookup. There were...
2008-09-11 lrn@chromium.orgFormatting fixes (e.g., whitespace at end of line)
2008-09-11 olehougaardEnabling a few tests when using snapshots.
2008-09-11 kasperl@chromium.orgDon't run the string resource tests threaded for now.
2008-09-11 lrn@chromium.orgFixed build error on Linux.
2008-09-11 lrn@chromium.orgAdded -log-regexp option to log all compilations and...
2008-09-11 kasperl@chromium.orgGeneralized the EvalCache into a CompilationCache and...
2008-09-11 christian.plesner... Quick lint fix
2008-09-11 kmillikin@chromium.orgRemove some of the state-dependent behavior from the...
2008-09-11 ager@chromium.orgUpdate version string and ChangeLog, we are now working...
2008-09-11 sgjesse@chromium.orgChanged the Visual Studio project files to work when...
2008-09-11 christian.plesner... Removed Message::GetStackTrace.
2008-09-11 ager@chromium.orgRemove a test from threading tests that make them fail...
2008-09-10 christian.plesner... Added option for TryCatches to not capture the message...
2008-09-10 christian.plesner... Fixed stack overflow crash.
2008-09-10 christian.plesner... Quick fix: copyright header
2008-09-10 christian.plesner... Fixed bug #57. Introduced String::Utf8Value and replac...
2008-09-10 ager@chromium.orgDo not shortcut cons string symbols during garbage...
2008-09-10 whessev8This change makes the runtime function %DebugPrint()
2008-09-10 ager@chromium.orgAvoid the creation of a string builder for joining...
2008-09-10 iposva@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=58:
2008-09-10 kasperl@chromium.orgRemove another case of .js in the status file. Reviewed...
2008-09-09 christian.plesner... Quick fix for mjsunit/debug-sourceinfo failure
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-09-09 christian.plesner... Changed the shell to print source position with error...
2008-09-09 christian.plesner... Added source info to TryCatches. Reorganized exception...
2008-09-09 christian.plesner... Fixed misspelling in mjsunit status file.
2008-09-09 ager@chromium.orgUse RUNTIME_ASSERT instead of CHECK in runtime.cc.
2008-09-09 christian.plesner... Added -f option to the shell sample for compatibility...
2008-09-09 ager@chromium.orgFix the debug build.
2008-09-09 christian.plesner... Fixed issue 54, under some circumstances internal field...
2008-09-09 ager@chromium.orgMove the contains check in array join from javascript...
2008-09-09 iposva@chromium.orgAllow setting of a --simulator parameter when running...
2008-09-09 iposva@chromium.orgAdd support for setting the correct parameters for...
2008-09-09 iposva@chromium.orgSubmitting a revised Xcode project for Mark Mentovai...
2008-09-08 erik.corry... Explain better the constraints for external string...
2008-09-08 feng@chromium.orgMark number-string-index-call.js as FAIL on ARM because...
2008-09-08 feng@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=32
2008-09-08 sgjesseAdded ApplyEnvOverrides to samples build. This makes...
2008-09-08 christian.plesner... - Added option to set SourceSignatures in scons.
2008-09-08 kasperl@chromium.orgAdd two more Mozilla tests that depend on GC timings...
2008-09-08 kasperl@chromium.orgFix issue 40.
2008-09-08 christian.plesner... Fixed problem where asian characters were not categoriz...
2008-09-08 kasperl@chromium.orgFix issues with running some of our tests with an embedded
2008-09-08 kasperl@chromium.orgCapitalize V8 in AUTHORS file.
2008-09-08 kasperl@chromium.orgFix issue 35 by applying patch by Daniel James.
2008-09-08 ager@chromium.orgUpdate mjsunit status file. The debugger does not...
2008-09-08 kasperl@chromium.orgFix broken build. Sorry about that.
2008-09-08 christian.plesner... - Marked flaky windows gc test as flaky.
2008-09-08 kasperl@chromium.orgFix issues 28 and 30 by changed the header guard to...
2008-09-08 ager@chromium.orgAvoid string conversion when comparing Smis during...
2008-09-06 christian.plesner... Quick fix for a new test failure on real arm
2008-09-06 christian.plesner... Quick un-reviewed fix for build problem on arm
2008-09-06 erik.corry... When the Mozilla tests are checked out of cvs in the...
2008-09-05 iposva@chromium.orgAdd an Xcode project for V8.
2008-09-05 feng@chromium.orgfix lint errors
2008-09-05 feng@chromium.orgThese two tests are currently broken. Will file report...
2008-09-05 feng@chromium.orgHonor the declaration order of getter/setter in object...
2008-09-05 feng@chromium.orgAdded a EvalCache that caches eval'ed scripts and compi...
next