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 |
2008-09-12 |
iposva@chromium.org | Satisfy lint! |
commit | commitdiff | tree | snapshot |
2008-09-12 |
iposva@chromium.org | - Update test status file with fixed tests for ARM... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
iposva@chromium.org | Adapt to new calling convention on ARM: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
ager@chromium.org | Add back the CCFLAGS to the CXXFLAGS. Leaving them... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
christian.plesner... | Fixed arm disassembler build problems. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
kmillikin@chromium.org | Fix performace regression due to missed peephole optimi... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
christian.plesner... | Fixed build problem on mac, lint issues and a test... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
sgjesse@chromium.org | Apply the flags to the SCons environment used to link... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
christian.plesner... | Replaced calls to functions that msvc consider deprecat... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
kasperl@chromium.org | Fix issue 65 by making sure not to leak any of the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
ager@chromium.org | Fix bug in function context slot lookup. There were... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
lrn@chromium.org | Formatting fixes (e.g., whitespace at end of line) |
commit | commitdiff | tree | snapshot |
2008-09-11 |
olehougaard | Enabling a few tests when using snapshots. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
kasperl@chromium.org | Don't run the string resource tests threaded for now. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
lrn@chromium.org | Fixed build error on Linux. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
lrn@chromium.org | Added -log-regexp option to log all compilations and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
kasperl@chromium.org | Generalized the EvalCache into a CompilationCache and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
christian.plesner... | Quick lint fix |
commit | commitdiff | tree | snapshot |
2008-09-11 |
kmillikin@chromium.org | Remove some of the state-dependent behavior from the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
ager@chromium.org | Update version string and ChangeLog, we are now working... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
sgjesse@chromium.org | Changed the Visual Studio project files to work when... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
christian.plesner... | Removed Message::GetStackTrace. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
ager@chromium.org | Remove a test from threading tests that make them fail... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
christian.plesner... | Added option for TryCatches to not capture the message... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
christian.plesner... | Fixed stack overflow crash. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
christian.plesner... | Quick fix: copyright header |
commit | commitdiff | tree | snapshot |
2008-09-10 |
christian.plesner... | Fixed bug #57. Introduced String::Utf8Value and replac... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
ager@chromium.org | Do not shortcut cons string symbols during garbage... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
whessev8 | This change makes the runtime function %DebugPrint() |
commit | commitdiff | tree | snapshot |
2008-09-10 |
ager@chromium.org | Avoid the creation of a string builder for joining... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
iposva@chromium.org | Fix issue code.google.com/p/v8/issues/detail?id=58: |
commit | commitdiff | tree | snapshot |
2008-09-10 |
kasperl@chromium.org | Remove another case of .js in the status file. Reviewed... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
christian.plesner... | Quick fix for mjsunit/debug-sourceinfo failure |
commit | commitdiff | tree | snapshot |
next |