2008-10-02 |
whessev8 | Replaces two non-private uses of AddProperty with Ignor... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
kmillikin@chromium.org | In the code generator, avoid loading the arguments... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
kmillikin@chromium.org | Move code for code generator static member functions... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
kmillikin@chromium.org | Small cleanup of the code generator: make the static... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
sgjesse@chromium.org | Changed optimization from /Ox to the (more) commonly... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
olehougaard | Fixed use of undefined in ArraySort. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
olehougaard | Various minor improvements of sort. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
kasperl@chromium.org | Removed the use of Math.random() and new Date() for... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
iposva@chromium.org | Follow up to change 402: |
commit | commitdiff | tree | snapshot |
2008-10-01 |
kasperl@chromium.org | Get rid of the local variable we use to keep the state |
commit | commitdiff | tree | snapshot |
2008-10-01 |
christian.plesner... | Added test timing. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
kasperl@chromium.org | Fix issue 86 by keeping track of the fact that finally... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
christian.plesner... | Added option to parallelize test runs. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
deanm@chromium.org | Disallow copy and assigning a few public objects. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
deanm@chromium.org | Remove some craaaazy trailing whitespace. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
deanm@chromium.org | Remove an ARM jump elimination test. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
olehougaard | Faster sort. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
deanm@chromium.org | Remove the ARM jump elimination. This completely remov... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
deanm@chromium.org | Remove x86 jump elimination. This was just complicated... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
deanm@chromium.org | Clean up some naming to be consistent between runtime... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
deanm@chromium.org | Remove two cases of needlessly jumping to the next... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
deanm@chromium.org | Remove ComparisonDeferred and inline the non-smi case... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
erik.corry... | Fix failing test caused by extra precision in register... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
erik.corry... | Fix build breakage on ARM by removing IA32 flags |
commit | commitdiff | tree | snapshot |
2008-09-26 |
erik.corry... | Use -O9, tune for nocoma, assume at least a Pentium... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
christian.plesner... | Added new test type, message, to test error reporting. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
erik.corry... | Fix stack check wraparound problem for ARM simulator. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
sgjesse@chromium.org | Stack checks in generated code for function apply is... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
olehougaard | Adding comment to the fix of issue 95. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
olehougaard | Fix for issue 95. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
sgjesse@chromium.org | Mark test test-debug/ThreadedDebugging as flaky. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
christian.plesner... | which it now does. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
erik.corry... | Introduce some checks to indicate that the benchmarks... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
olehougaard | Tuning quick sort. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
christian.plesner... | Added copyright headers to tests. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
christian.plesner... | Fixed problem where the test framework would assume... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
christian.plesner... | - Added support for warnings on unused test rules. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
olehougaard | Using quick sort for arrays. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
ager@chromium.org | Update version string and ChangeLog. We are now workin... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
bak@chromium.org | - Added a map cache for literal objects. This will |
commit | commitdiff | tree | snapshot |
2008-09-25 |
ager@chromium.org | Make sure that the body of the function created by... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
deanm@chromium.org | Don't defer the stack check failure code. It is a... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
feng@chromium.org | This is a fix of issue http://b/issue?id=1381845. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
sgjesse@chromium.org | Added a profiling option (prof) to the SCons build... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
sgjesse@chromium.org | Added some peephole optimizaitions regarding push of... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
deanm@chromium.org | Enable string pooling in the VS release build. This... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
christian.plesner... | Fixed lint error. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
kasperl@chromium.org | Move more functionality from CEntryStub to the helper |
commit | commitdiff | tree | snapshot |
2008-09-23 |
christian.plesner... | - Added new object type, RegExp, for regular expressions. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
kasperl@chromium.org | Allow platforms (linux and win32) to not force 16-byte... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
erik.corry... | Parse /proc/self/maps lines better to handle variations... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
kasperl@chromium.org | Refactored the code for entering and leaving exit frame... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
kasperl@chromium.org | Change the logging information for generated stubs... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
iposva@chromium.org | Remove debugging code that snuck in with the ARM callin... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
kasperl@chromium.org | Work around issue 80 by splitting strings from the... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
sgjesse@chromium.org | Refactor the enum RelocMode changing the naming scheme... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
deanm@chromium.org | In release, disable UNREACHABLE and make UNIMPLEMENTED... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
kasperl@chromium.org | Add compilation flags for optimizing samples built... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
sgjesse@chromium.org | Made the ARM port with simulator build and run on Windows. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
deanm@chromium.org | Avoid the KMP overhead for simple indexOf() operations... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
deanm@chromium.org | Don't try an indexOf() when the search string is bigger... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
deanm@chromium.org | TryFlatten is inlined, while Flatten is not. Make... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
sgjesse@chromium.org | Add assembler.h the the Visual Studio project file. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
kasperl@chromium.org | Fix lint issues. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
lrn@chromium.org | Added fast-case for switch statement where all lables... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
ager@chromium.org | Use null instead of undefined for deleted elements... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
kasperl@chromium.org | Fix ARM build by adding a dummy last_statement_position... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
ager@chromium.org | Revert revision 331. The propagation of monomorphic... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
sgjesse@chromium.org | Revert changes to src\assembler-arm.h which slipped... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
sgjesse@chromium.org | Defer the writing of the source position data to the... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
kasperl@chromium.org | Remove unused codereview.settings file. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
whessev8 | Flush the runtime %DebugPrint output. Should have... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
ager@chromium.org | Propagate the information that a monomorphic prototype... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
kasperl@chromium.org | Update version string and ChangeLog; we're now working on |
commit | commitdiff | tree | snapshot |
2008-09-17 |
sgjesse@chromium.org | Changed the disassembler formatting |
commit | commitdiff | tree | snapshot |
2008-09-17 |
erik.corry... | Move the initial code space to be before the young... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
erik.corry... | The OutOfMemory and OutOfMemoryNested tests set a heap... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
erik.corry... | More thorough tests of sorting integers in lexicographi... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
sgjesse@chromium.org | Added missing static to returned buffer. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
iposva@chromium.org | - Rename flags.defs to flag-definitions.h. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
iposva@chromium.org | Added presubmit.py to the tools tab for easier access. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
ager@chromium.org | Only remove the code object that caused the monomorphic... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
kasperl@chromium.org | Fix issue 67 by copying the receiver function one slot |
commit | commitdiff | tree | snapshot |
2008-09-16 |
iposva@chromium.org | Fix code.google.com/p/v8/issues/detail?id=69 : |
commit | commitdiff | tree | snapshot |
2008-09-16 |
kasperl@chromium.org | Remove the old builtins framework with the huge, nasty |
commit | commitdiff | tree | snapshot |
2008-09-16 |
ager@chromium.org | Keep the inline caches for the builtins object monomorp... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
kasperl@chromium.org | Stop adapting the arguments passed to the builtin imple... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
kasperl@chromium.org | Generalize the Function.prototype.call hooks in the |
commit | commitdiff | tree | snapshot |
2008-09-15 |
ager@chromium.org | Simplify logic in string-to-double conversion code. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
sgjesse@chromium.org | Fixed broken build of mksnapshot on Windows as there... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
deanm@chromium.org | Remove EOL trailing whitespace. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
deanm@chromium.org | Move the Counters to structures that can be POD initial... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
iposva@chromium.org | - Add support for building the ARM simulator version... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
deanm@chromium.org | The serialization system handles some flag parsing... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
deanm@chromium.org | Fix some arm related flags with the new flag system. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
deanm@chromium.org | Move a few bits of mksnapshot over to the new flag... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
deanm@chromium.org | This is a new static flag system, designed to have... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
kmillikin@chromium.org | Flexo is tired, but this should perk him up. Single... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
kmillikin@chromium.org | Change the code generator state constructor to implicit... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
sgjesse@chromium.org | Removed SCons warning flags duplication on Windows... |
commit | commitdiff | tree | snapshot |
next |