platform/upstream/v8.git
2009-06-05 kasperl@chromium.orgRevert revision 2108. This brings back the changes
2009-06-05 kasperl@chromium.orgExperimental revert of revisions 2093, 2094, 2099, and
2009-06-05 kasperl@chromium.orgPatch by Craig Schlenter. See codereview.chromium.org...
2009-06-04 antonm@chromium.orgFix the issue with layout tests.
2009-06-04 kmillikin@chromium.orgClean up the AST pretty printer by adding some missing...
2009-06-04 lrn@chromium.orgX64: JSEntry Stub
2009-06-04 whesse@chromium.orgFix formatting of one line.
2009-06-04 whesse@chromium.orgDeclare register names as static constants rather than...
2009-06-04 mikhail.naganov... Profiler cleanup: removed another piece that is only...
2009-06-04 sgjesse@chromium.orgAdded more output on timeout failures to test runner.
2009-06-03 antonm@chromium.orgStore lookup index in ARM stubs as well (see r2093...
2009-06-03 whesse@chromium.orgAdd multiplication and division to x64 assembler. ...
2009-06-03 kmillikin@chromium.orgRename misnamed test file.
2009-06-03 kmillikin@chromium.orgRefactor IA32 shift operations to simplify moving the...
2009-06-03 ager@chromium.orgFix flakyness in tests: make sure to garbage collect...
2009-06-03 antonm@chromium.orgFollow up to r2093: forgotten files and changes.
2009-06-03 antonm@chromium.orgIn case of holder with fast properties that allows...
2009-06-03 mikhail.naganov... Make tickprocessor's ProfileView extensible and move...
2009-06-03 lrn@chromium.orgX64: Added implementations of Set(..., Immediate) to...
2009-06-02 kmillikin@chromium.orgAs a simplification, manually inline the function
2009-06-02 whesse@chromium.orgAdd miscellaneous operations to x64 assembler.
2009-06-02 whesse@chromium.orgAdd shift operations to x64 assembler.
2009-06-02 kmillikin@chromium.orgFactor out the code for emitting the IA32 binary operat...
2009-06-02 mikhail.naganov... Fix determining of JS lower stack bottom used in profil...
2009-06-02 lrn@chromium.orgX64: Added jmp and call and nop(n) to X64 assembler.
2009-05-29 ager@chromium.orgAdd a couple of parenthesis to improve readability...
2009-05-29 mikhail.naganov... Fix wait interval calculation in ProfLazyMode test.
2009-05-29 whesse@chromium.orgChange RelocInfo to write 64-bit data field on x64...
2009-05-29 sgjesse@chromium.orgPrepare for push to trunk. We are now working on 1...
2009-05-29 mikhail.naganov... Use uint in ProfLazyMode test when measuring time delta.
2009-05-29 mikhail.naganov... fix embedded vector copy constructor and assignment.
2009-05-29 whesse@chromium.orgAdd test, neg, and not instructions to x64 assembler
2009-05-29 sgjesse@chromium.orgRemoved unused variable to fix Linux build.
2009-05-29 sgjesse@chromium.orgChange the handling of the debug break stack guard...
2009-05-29 mikhail.naganov... Two simple profiler changes: 1) log sampling rate,...
2009-05-28 mikhail.naganov... Handle filling up of memory buffer to make log processi...
2009-05-28 sgjesse@chromium.orgImprove debugger property lookup.
2009-05-28 whesse@chromium.orgAdd more arithmetic to x64 assembler.
2009-05-28 whesse@chromium.orgAdd immediate operands and arithmetic operations to...
2009-05-28 mikhail.naganov... Tiny fix: initialize TickSample::frames_count with 0.
2009-05-28 mikhail.naganov... Implement a dynamically growing memory log buffer with...
2009-05-27 sgjesse@chromium.orgDon't process debug requests if the debug event is...
2009-05-27 kmillikin@chromium.orgSimplify deferred code by removing some unneeded or...
2009-05-27 lrn@chromium.orgAdded stack overflow check for RegExp analysis phase.
2009-05-27 whesse@chromium.orgImplement memory operands for instructions in the x64...
2009-05-27 kmillikin@chromium.orgChange the register allocator so that it no longer...
2009-05-26 lrn@chromium.orgFix for issue 351 - lastIndexOf.
2009-05-26 mikhail.naganov... Run script in ProfLazyMode test longer to improve stabi...
2009-05-26 sandholm@chromium.orgRemove duplicate line in benchmarks/base.js
2009-05-26 whesse@chromium.orgAdd implementation of control flow and label binding...
2009-05-26 erik.corry... Remove spurious 'const' that upsets some versions of...
2009-05-26 erik.corry... Never use the freelists when always compacting.
2009-05-26 erik.corry... Add Joel Stanley to AUTHORS. Also sort the list so...
2009-05-26 iposva@chromium.org- Record cache hit rates at different levels in the...
2009-05-26 whesse@chromium.orgAdd a unit test for V8's 64-bit assembler.
2009-05-26 kasperl@chromium.orgPrepare to push version 1.2.5 to trunk.
2009-05-25 davemoore@chromium.orgChanged the flags that indicate the status of running...
2009-05-25 erik.corry... Fix 64-bit after in-loop patch.
2009-05-25 erik.corry... This patch much improves our tracking of whether functi...
2009-05-25 iposva@chromium.org- Introduce histograms collecting data about the number...
2009-05-25 yurys@chromium.orgWhen inspecting a function with a native getter return...
2009-05-25 whesse@chromium.orgImplementation of a few more assembly instructions...
2009-05-25 mikhail.naganov... Remove ifdef from ProfLazyMode test, instead mark it...
2009-05-25 mikhail.naganov... Expose IsProfilerPaused function on the public interface.
2009-05-25 mikhail.naganov... Disable crashing ProfLazyMode test on ARM.
2009-05-25 mikhail.naganov... Fixes for comments in codereview.chromium.org/113641.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-25 mikhail.naganov... Merge in changes from readability review.
2009-05-25 mikhail.naganov... Implement resource-saving ("lazy") mode of Profiler.
2009-05-25 yurys@chromium.orgWhen message handler is set to NULL and there is no...
2009-05-22 lrn@chromium.orgX64: Omitted creating native builtins and using them...
2009-05-22 ager@chromium.orgRemove list copy constructor (for which there was no...
2009-05-22 kmillikin@chromium.orgRemove unreachable x64-specific function.
2009-05-22 whesse@chromium.orgAdd missing file to change 2030. x64/assembler-x64...
2009-05-22 whesse@chromium.orgImplement quadword MOV on x64 assembler, emitting REX...
2009-05-22 ager@chromium.orgDo not ignore the result from calls to write(). This...
2009-05-22 whesse@chromium.orgTypographical fix
2009-05-22 ager@chromium.orgFixed minor style issue in SConstruct file.
2009-05-22 ager@chromium.orgLand patch from Craig Schlenter to make V8 build and...
2009-05-21 yurys@chromium.orgFor ScriptCollected events current context may be null...
2009-05-20 sgjesse@chromium.orgDisable compilation cache when debugger is active.
2009-05-20 sgjesse@chromium.orgPropagate information on whether a non function was...
2009-05-20 mikhail.naganov... Fix test-log/EquivalenceOfLoggingAndTraversal for the...
2009-05-20 iposva@chromium.orgFix unmotivated change which causes mismatch between...
2009-05-20 whesse@chromium.orgAdd the REX prefix to 64-bit assembly operands. Move...
2009-05-20 lrn@chromium.orgX64: Move some methods in x64/ to their file and make...
2009-05-20 mikhail.naganov... Fix lint errors, fix Windows version.
2009-05-20 whesse@chromium.orgImplement constructor and destructor of 64-bit assembler
2009-05-20 kmillikin@chromium.orgFix x64 build.
2009-05-20 kmillikin@chromium.orgSize reduction of VirtualFrame objects. Remove the...
2009-05-20 mikhail.naganov... In linux-tick-processor only compile d8 if it doesn...
2009-05-20 mikhail.naganov... Introduce Logger::LogCompiledFunctions that logs curren...
2009-05-20 lrn@chromium.orgNow lints.
2009-05-20 lrn@chromium.orgX64: Disabled RSet in 64-bit mode.
2009-05-20 ager@chromium.orgExpose the calling context through the API.
2009-05-20 yurys@chromium.orgExposed method for finding global context by traversing...
2009-05-20 kasperl@chromium.orgFix compilation for gcc 4.3+. Patch by Lei Zhang.
2009-05-19 kmillikin@chromium.orgIncrease the size of VirtualFrame members to allow...
2009-05-19 erik.corry... From joel.stan:
2009-05-19 bak@chromium.orgIntroduced copy constructor for List<T, P> and changed...
next