platform/upstream/v8.git
2009-06-22 whesse@chromium.orgFix issue 386, a bug in JSObject::ReplaceSlowProperty...
2009-06-22 mikhail.naganov... Eliminate double offsetting of line numbers in profiler.
2009-06-20 erik.corry... Fix regexp bug reported by Ian where [6-9] would match...
2009-06-20 mikhail.naganov... Two requested changes to tick processor.
2009-06-19 whesse@chromium.orgX64 implementation: Local vars, nested function calls...
2009-06-19 whesse@chromium.orgClarify precedence of operations involving bitwise...
2009-06-19 kasperl@chromium.orgAllow functions to have custom construct stubs that...
2009-06-19 mikhail.naganov... Fix 'nm' results parsing in tickprocessor.
2009-06-18 bak@chromium.orgChanged allocation to allow large objects to be allocat...
2009-06-18 sgjesse@chromium.orgFixed exception in debugger scripts request.
2009-06-18 whesse@chromium.orgX64 implementation: Add function literals and function...
2009-06-18 mikhail.naganov... Implemented processing of compressed log files.
2009-06-18 erik.corry... Inline mod for integer powers of 2.
2009-06-18 kasperl@chromium.orgSpeculative fix for computing Math.pow(2, -1074) on...
2009-06-18 iposva@chromium.orgMake some small Mac-specific modifications to V8 to...
2009-06-17 erik.corry... Don't strength reduce divisions by 1 or 2 as they can...
2009-06-17 sgjesse@chromium.orgFix lint error.
2009-06-17 kasperl@chromium.orgMore debug mode tweaks to mozilla.status.
2009-06-17 kasperl@chromium.orgUpdate Mozilla test expectations to better match the...
2009-06-17 sgjesse@chromium.orgFix unload debugger.
2009-06-17 kasperl@chromium.orgMake sure to treat tests that time out as having the
2009-06-17 whesse@chromium.orgX64 Implementation: Make codegen load literals and...
2009-06-17 lrn@chromium.orgX64: Implementation of a bunch of stubs, and some new...
2009-06-17 ager@chromium.orgAvoid needless creation of handles in regexp runtime...
2009-06-17 kasperl@chromium.orgOptimize special cases of Math.pow().
2009-06-17 ager@chromium.orgInline fast case of the method that ensures that an...
2009-06-17 mikhail.naganov... Include weak symbols from 'nm' report. This fixes ...
2009-06-17 kasperl@chromium.orgRevert change to LongRunningApply, but allow the test...
2009-06-17 kasperl@chromium.orgMake test-api/ApplyInterruption less likely to time...
2009-06-17 bak@chromium.orgReimplemented the KeyedLookupCache to speed up access.
2009-06-16 mikhail.naganov... Fix the problem with JS entries in tickprocessor.
2009-06-16 erik.corry... Use >>> instead of >> in order to cover the full 32...
2009-06-16 erik.corry... Don't panic if tickprocessor can't find a shared library.
2009-06-16 bak@chromium.org- Changed fast case for computing object size based...
2009-06-16 kasperl@chromium.orgAdd fast negative checks for symbol equality: If we...
2009-06-16 erik.corry... Fix profiling for shared libraries on Linux loaded...
2009-06-16 sgjesse@chromium.orgAdded utility scripts for running oprofile in tools...
2009-06-16 mikhail.naganov... Fix issue 380.
2009-06-16 antonm@chromium.orgReview URL: http://codereview.chromium.org/126158
2009-06-16 kmillikin@chromium.orgRemove the unused support for jump-table switch statements.
2009-06-16 erik.corry... Avoid going into runtime system for round-towards-zero...
2009-06-16 ager@chromium.orgPrepare to push V8 version 1.2.8 to trunk.
2009-06-16 kasperl@chromium.orgMake sure to invoke valueOf methods on both operands...
2009-06-16 whesse@chromium.orgX64 implementation: Test Compiler::Compile by compiling...
2009-06-16 whesse@chromium.orgX64 platform: Add more register allocator functions.
2009-06-16 kasperl@chromium.orgImprove DST offset computation performance.
2009-06-16 bak@chromium.orgImplemented fast case for NumberToString where the...
2009-06-15 sgjesse@chromium.orgFix disassembly output from oprofile.
2009-06-15 ager@chromium.orgAnother attempt at fixing sine & cosine test.
2009-06-15 mikhail.naganov... Fixed pointer vs. va_list overloading problem occuring...
2009-06-15 ager@chromium.orgUse the correct version of CallRuntime in the arm code...
2009-06-15 erik.corry... Semirandom changes in the code generated by gcc -g...
2009-06-15 ager@chromium.orgModify regression test.
2009-06-15 kasperl@chromium.orgFix stack alignment issue with the new fast Math.random...
2009-06-15 ager@chromium.orgTwo small fixes for the Math.sin and Math.cos optimizat...
2009-06-15 ager@chromium.orgOptimize Math.sin and Math.cos by avoiding runtime...
2009-06-15 erik.corry... Make young space smaller on ARM.
2009-06-15 erik.corry... Optimize constant divisions by powers of 2.
2009-06-15 kasperl@chromium.orgOptimize the slow case implementations of bit operations by
2009-06-15 mikhail.naganov... Involve more log compression techniques.
2009-06-15 kasperl@chromium.orgAvoid sign issues with the fast case code for Math...
2009-06-15 kasperl@chromium.orgFix x64 build.
2009-06-15 kasperl@chromium.orgChange the implementation of Math.random to use George
2009-06-15 ager@chromium.orgFix memory leak in regexp macro assembler. If the...
2009-06-12 kmillikin@chromium.orgRemove branching and binding with two arguments from...
2009-06-12 lrn@chromium.orgX64: Call runtime function from JS stack frame.
2009-06-12 lrn@chromium.orgX64: Remove restriction on using r12 as index register.
2009-06-12 whesse@chromium.orgImplement more of x64 register allocator.
2009-06-12 kmillikin@chromium.orgFirst round of JumpTarget simplification. Remove dead...
2009-06-12 ager@chromium.orgFix debugger after inlined keyed store change.
2009-06-12 bak@chromium.orgChanged the expansion of new space to depend on how...
2009-06-12 sgjesse@chromium.orgMove the default return handling to please some version...
2009-06-12 sgjesse@chromium.orgAdd scope chain information to the debugger.
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...
next