platform/upstream/v8.git
2008-10-06 kasperl@chromium.orgImprove performance of arguments object allocation...
2008-10-03 ager@chromium.orgUpdate v8natives to use InstallFunctions to get the...
2008-10-03 erik.corry... Fix lint error.
2008-10-03 erik.corry... Recommit reverted change, now with fixes to make it...
2008-10-03 kasperl@chromium.orgRevert 428. Breaks 64-bit compilation.
2008-10-03 kasperl@chromium.orgFix lint issues.
2008-10-03 erik.corry... Allow gcc to use strict-aliasing rules to control point...
2008-10-03 sgjesse@chromium.orgMark a test as flaky on ARM. Fails on hardware but...
2008-10-03 whessev8This change removes the %AddProperty native JavaScript...
2008-10-03 lrn@chromium.orgFixed whitespace. Remember to run presubmit before...
2008-10-03 lrn@chromium.orgAdded fast-case switch to ARM.
2008-10-03 kasperl@chromium.orgLog ticks when the prof flag is set. Avoid letting...
2008-10-03 christian.plesner... Changed so that --log-code implies --log.
2008-10-03 sgjesse@chromium.orgRefactored the logic for entering the debugger into...
2008-10-03 bak@chromium.org- Added fast case for extending the JSObject properties...
2008-10-03 sgjesse@chromium.orgUpdated the snapshot builder to reflect the removed...
2008-10-03 sgjesse@chromium.orgFixed the path for include files v8.h and v8-debug...
2008-10-03 sgjesse@chromium.orgRemoved the print, load, quit and version extensions...
2008-10-03 ager@chromium.orgCleanup string builtins.
2008-10-03 kasperl@chromium.orgMinor cleanups to macros.py.
2008-10-03 ager@chromium.orgMake sure that the name accessor on functions return...
2008-10-02 christian.plesner... - Case-sensitive atomic regular expressions now use...
2008-10-02 kmillikin@chromium.orgPrint one line when pushing an immediate followed by...
2008-10-02 whessev8Replaces two non-private uses of AddProperty with Ignor...
2008-10-02 kmillikin@chromium.orgIn the code generator, avoid loading the arguments...
2008-10-02 kmillikin@chromium.orgMove code for code generator static member functions...
2008-10-02 kmillikin@chromium.orgSmall cleanup of the code generator: make the static...
2008-10-02 sgjesse@chromium.orgChanged optimization from /Ox to the (more) commonly...
2008-10-02 olehougaardFixed use of undefined in ArraySort.
2008-10-02 olehougaardVarious minor improvements of sort.
2008-10-02 kasperl@chromium.orgRemoved the use of Math.random() and new Date() for...
2008-10-01 iposva@chromium.orgFollow up to change 402:
2008-10-01 kasperl@chromium.orgGet rid of the local variable we use to keep the state
2008-10-01 christian.plesner... Added test timing.
2008-10-01 kasperl@chromium.orgFix issue 86 by keeping track of the fact that finally...
2008-09-30 christian.plesner... Added option to parallelize test runs.
2008-09-30 deanm@chromium.orgDisallow copy and assigning a few public objects.
2008-09-30 deanm@chromium.orgRemove some craaaazy trailing whitespace.
2008-09-30 deanm@chromium.orgRemove an ARM jump elimination test.
2008-09-30 olehougaardFaster sort.
2008-09-30 deanm@chromium.orgRemove the ARM jump elimination. This completely remov...
2008-09-29 deanm@chromium.orgRemove x86 jump elimination. This was just complicated...
2008-09-28 deanm@chromium.orgClean up some naming to be consistent between runtime...
2008-09-28 deanm@chromium.orgRemove two cases of needlessly jumping to the next...
2008-09-28 deanm@chromium.orgRemove ComparisonDeferred and inline the non-smi case...
2008-09-26 erik.corry... Fix failing test caused by extra precision in register...
2008-09-26 erik.corry... Fix build breakage on ARM by removing IA32 flags
2008-09-26 erik.corry... Use -O9, tune for nocoma, assume at least a Pentium...
2008-09-26 christian.plesner... Added new test type, message, to test error reporting.
2008-09-26 erik.corry... Fix stack check wraparound problem for ARM simulator.
2008-09-26 sgjesse@chromium.orgStack checks in generated code for function apply is...
2008-09-26 olehougaardAdding comment to the fix of issue 95.
2008-09-26 olehougaardFix for issue 95.
2008-09-26 sgjesse@chromium.orgMark test test-debug/ThreadedDebugging as flaky.
2008-09-26 christian.plesner... which it now does.
2008-09-25 erik.corry... Introduce some checks to indicate that the benchmarks...
2008-09-25 olehougaardTuning quick sort.
2008-09-25 christian.plesner... Added copyright headers to tests.
2008-09-25 christian.plesner... Fixed problem where the test framework would assume...
2008-09-25 christian.plesner... - Added support for warnings on unused test rules.
2008-09-25 olehougaardUsing quick sort for arrays.
2008-09-25 ager@chromium.orgUpdate version string and ChangeLog. We are now workin...
2008-09-25 bak@chromium.org- Added a map cache for literal objects. This will
2008-09-25 ager@chromium.orgMake sure that the body of the function created by...
2008-09-24 deanm@chromium.orgDon't defer the stack check failure code. It is a...
2008-09-24 feng@chromium.orgThis is a fix of issue http://b/issue?id=1381845.
2008-09-24 sgjesse@chromium.orgAdded a profiling option (prof) to the SCons build...
2008-09-23 sgjesse@chromium.orgAdded some peephole optimizaitions regarding push of...
2008-09-23 deanm@chromium.orgEnable string pooling in the VS release build. This...
2008-09-23 christian.plesner... Fixed lint error.
2008-09-23 kasperl@chromium.orgMove more functionality from CEntryStub to the helper
2008-09-23 christian.plesner... - Added new object type, RegExp, for regular expressions.
2008-09-23 kasperl@chromium.orgAllow platforms (linux and win32) to not force 16-byte...
2008-09-23 erik.corry... Parse /proc/self/maps lines better to handle variations...
2008-09-23 kasperl@chromium.orgRefactored the code for entering and leaving exit frame...
2008-09-23 kasperl@chromium.orgChange the logging information for generated stubs...
2008-09-22 iposva@chromium.orgRemove debugging code that snuck in with the ARM callin...
2008-09-22 kasperl@chromium.orgWork around issue 80 by splitting strings from the...
2008-09-22 sgjesse@chromium.orgRefactor the enum RelocMode changing the naming scheme...
2008-09-22 deanm@chromium.orgIn release, disable UNREACHABLE and make UNIMPLEMENTED...
2008-09-22 kasperl@chromium.orgAdd compilation flags for optimizing samples built...
2008-09-19 sgjesse@chromium.orgMade the ARM port with simulator build and run on Windows.
2008-09-19 deanm@chromium.orgAvoid the KMP overhead for simple indexOf() operations...
2008-09-19 deanm@chromium.orgDon't try an indexOf() when the search string is bigger...
2008-09-19 deanm@chromium.orgTryFlatten is inlined, while Flatten is not. Make...
2008-09-19 sgjesse@chromium.orgAdd assembler.h the the Visual Studio project file.
2008-09-18 kasperl@chromium.orgFix lint issues.
2008-09-18 lrn@chromium.orgAdded fast-case for switch statement where all lables...
2008-09-18 ager@chromium.orgUse null instead of undefined for deleted elements...
2008-09-18 kasperl@chromium.orgFix ARM build by adding a dummy last_statement_position...
2008-09-18 ager@chromium.orgRevert revision 331. The propagation of monomorphic...
2008-09-18 sgjesse@chromium.orgRevert changes to src\assembler-arm.h which slipped...
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...
next