platform/upstream/v8.git
2009-06-11 antonm@chromium.orgLars spotted that Handle::operator -> and * are not...
2009-06-11 mikhail.naganov... Implement tick events compression in a log file.
2009-06-11 whesse@chromium.orgX64 implementation starts using virtual frame and regis...
2009-06-11 lrn@chromium.orgX64: Create test JS-function and call it.
2009-06-11 ager@chromium.orgInline keyed stores if the code is in a loop and the...
2009-06-11 lrn@chromium.orgX64: Adds zone scope before creating codegenerator...
2009-06-11 lrn@chromium.orgX64: Implemented InvokeFunction
2009-06-11 whesse@chromium.orgAdd x64 implementation test support for assembler and...
2009-06-10 erik.corry... Fix fp code for mixed-endian ARM.
2009-06-10 whesse@chromium.orgAdd statistics operations and long calls and jumps...
2009-06-10 whesse@chromium.orgMake JSObjects with both indexed interceptors and index...
2009-06-10 kmillikin@chromium.orgGet rid of the notion of "parameter pointer" that no...
2009-06-10 kasperl@chromium.orgRe-land patch r2110.
2009-06-10 kmillikin@chromium.orgFix a bug when shifting left by zero. Ensure that...
2009-06-10 whesse@chromium.orgMake Array.sort safely generic on JSObject types. ...
2009-06-10 erik.corry... Add instanceof stub for ARM.
2009-06-10 erik.corry... A bunch of changes to speed up math on ARM.
2009-06-10 lrn@chromium.orgX64: Implement CEntryStub and JSEntryTrampoline.
2009-06-10 kmillikin@chromium.orgCleanup of ARM exception handlers. Remove the unused...
2009-06-10 kmillikin@chromium.orgChange the IA32 stack handler layout so that the handle...
2009-06-09 erik.corry... * Modify simulator and ARM code generator to avoid swi
2009-06-09 kmillikin@chromium.orgChange IA32's CodeGenerator::GenerateFastCharCodeAt...
2009-06-09 sgjesse@chromium.orgChange locationFromPosition() and locationFromLine...
2009-06-09 sgjesse@chromium.orgActivate the debugger in the developer shell earlier.
2009-06-08 kmillikin@chromium.orgSimplify the IA32 exception handler block by removing...
2009-06-08 mikhail.naganov... Add log compression ability.
2009-06-08 ager@chromium.orgPrepare push of V8 version 1.2.7 to trunk. Now working...
2009-06-08 sgjesse@chromium.orgAdd more debugging information to scripts compiled...
2009-06-08 ager@chromium.orgIntroduce an API to force the deletion of a property...
2009-06-08 erik.corry... Fix compilation on FreeBSD. Thanks to Ryan Dahl for...
2009-06-08 kasperl@chromium.orgLower the number of generations in the script compilation
2009-06-08 whesse@chromium.orgChange handle creation to use Object*, to comply with...
2009-06-05 kmillikin@chromium.orgFix x64 build.
2009-06-05 mikhail.naganov... Add an ability to explicitly specify path to d8 shell...
2009-06-05 kmillikin@chromium.orgSimplify the processing of deferred code in the code...
2009-06-05 antonm@chromium.orgRevert r2110 as it introduces performance regressions.
2009-06-05 antonm@chromium.orgDon't do local lookup on global object as those (curren...
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...
next