platform/upstream/v8.git
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...
2008-09-05 christian.plesner... Fixed test failure.
2008-09-05 christian.plesner... Fixed windows test build.
2008-09-05 christian.plesner... A new instance of the utf-8 conversion changelist,...
2008-09-05 erik.corry... * Split up code_space into old_data_space and code_space.
2008-09-05 kmillikin@chromium.orgAdded an option to enable the disassembler in both...
2008-09-05 kasperl@chromium.orgAdd I-cache flushing to Code::Relocate. No need to...
2008-09-05 ager@chromium.orggit-svn-id: v8.googlecode.com/svn/branches/bleeding_edg...
2008-09-05 sgjesse@gmail.comRefactored the evn override handling to a single method...
2008-09-05 sgjesseRemoved spaces to fix lint.
2008-09-05 sgjesseChanged the check for debug event messages in the debug...
2008-09-05 ager@chromium.orgApplied Rafal Krypa's patch to fix gcc 4.3.2 build...
2008-09-05 feng@chromium.orgDisable three debug tests that failed because they...
2008-09-04 feng@chromium.orggit-svn-id: v8.googlecode.com/svn/branches/bleeding_edg...
2008-09-04 ager@chromium.orgIf CCFLAGS contains '-m32', LINKFLAGS needs also needs...
2008-09-04 ager@chromium.orgUpdate version tag in bleeding_edge branch. Now workin...
2008-09-04 ager@chromium.orgMinor cleanup: the smartpointer class should use Delete...
2008-09-04 ager@chromium.orgUpdate the test expectation for a flaky test.
2008-09-04 sgjesseRenamed the include file debug.h to v8-debug.h to avoid...
2008-09-04 ager@chromium.orgMake Date.prototype.toTimeString and Date.prototype...
2008-09-03 erik.corry... Update mozilla test results.
2008-09-03 ager@chromium.orgAdd the profiler tick processors to the tools directory.
2008-09-03 christian.plesner... Applied Rene Rebe's patch to fix compilation with gcc...
2008-09-03 ager@chromium.orgFix the 'in' operator so it works correctly for negativ...
next