projects
/
platform
/
upstream
/
v8.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/v8.git
2009-06-22
yurys@chromium.org
Sending scope types and object refs costs nothing but...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
lrn@chromium.org
Fix bug in static type inference for loops.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
erik.corry...
Fix regexp bug reported on iit.edu.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
yurys@chromium.org
After compile event should be sent even if there is...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
sgjesse@chromium.org
Refactor the handling of generations in the compilation...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
ager@chromium.org
X64: Enable lazy compilation and add code generation...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
whesse@chromium.org
X64 implementation: Add high_bit() and low_bits() to...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
bak@chromium.org
Implemented a ContextSlotCache for compiled code.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
whesse@chromium.org
X64 implementation: if-then-else
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
whesse@chromium.org
Fix issue 386, a bug in JSObject::ReplaceSlowProperty...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-22
mikhail.naganov...
Eliminate double offsetting of line numbers in profiler.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-20
erik.corry...
Fix regexp bug reported by Ian where [6-9] would match...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-20
mikhail.naganov...
Two requested changes to tick processor.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-19
whesse@chromium.org
X64 implementation: Local vars, nested function calls...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-19
whesse@chromium.org
Clarify precedence of operations involving bitwise...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-19
kasperl@chromium.org
Allow functions to have custom construct stubs that...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-19
mikhail.naganov...
Fix 'nm' results parsing in tickprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
bak@chromium.org
Changed allocation to allow large objects to be allocat...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
sgjesse@chromium.org
Fixed exception in debugger scripts request.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
whesse@chromium.org
X64 implementation: Add function literals and function...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
mikhail.naganov...
Implemented processing of compressed log files.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
erik.corry...
Inline mod for integer powers of 2.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
kasperl@chromium.org
Speculative fix for computing Math.pow(2, -1074) on...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-18
iposva@chromium.org
Make some small Mac-specific modifications to V8 to...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
erik.corry...
Don't strength reduce divisions by 1 or 2 as they can...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
sgjesse@chromium.org
Fix lint error.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
More debug mode tweaks to mozilla.status.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
Update Mozilla test expectations to better match the...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
sgjesse@chromium.org
Fix unload debugger.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
Make sure to treat tests that time out as having the
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
whesse@chromium.org
X64 Implementation: Make codegen load literals and...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
lrn@chromium.org
X64: Implementation of a bunch of stubs, and some new...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
ager@chromium.org
Avoid needless creation of handles in regexp runtime...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
Optimize special cases of Math.pow().
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
ager@chromium.org
Inline fast case of the method that ensures that an...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
mikhail.naganov...
Include weak symbols from 'nm' report. This fixes ...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
Revert change to LongRunningApply, but allow the test...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
kasperl@chromium.org
Make test-api/ApplyInterruption less likely to time...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-17
bak@chromium.org
Reimplemented the KeyedLookupCache to speed up access.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
mikhail.naganov...
Fix the problem with JS entries in tickprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
erik.corry...
Use >>> instead of >> in order to cover the full 32...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
erik.corry...
Don't panic if tickprocessor can't find a shared library.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
bak@chromium.org
- Changed fast case for computing object size based...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
kasperl@chromium.org
Add fast negative checks for symbol equality: If we...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
erik.corry...
Fix profiling for shared libraries on Linux loaded...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
sgjesse@chromium.org
Added utility scripts for running oprofile in tools...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
mikhail.naganov...
Fix issue 380.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
antonm@chromium.org
Review URL: http://codereview.chromium.org/126158
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
kmillikin@chromium.org
Remove the unused support for jump-table switch statements.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
erik.corry...
Avoid going into runtime system for round-towards-zero...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
ager@chromium.org
Prepare to push V8 version 1.2.8 to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
kasperl@chromium.org
Make sure to invoke valueOf methods on both operands...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
whesse@chromium.org
X64 implementation: Test Compiler::Compile by compiling...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
whesse@chromium.org
X64 platform: Add more register allocator functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
kasperl@chromium.org
Improve DST offset computation performance.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-16
bak@chromium.org
Implemented fast case for NumberToString where the...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
sgjesse@chromium.org
Fix disassembly output from oprofile.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Another attempt at fixing sine & cosine test.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
mikhail.naganov...
Fixed pointer vs. va_list overloading problem occuring...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Use the correct version of CallRuntime in the arm code...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
erik.corry...
Semirandom changes in the code generated by gcc -g...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Modify regression test.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
kasperl@chromium.org
Fix stack alignment issue with the new fast Math.random...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Two small fixes for the Math.sin and Math.cos optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Optimize Math.sin and Math.cos by avoiding runtime...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
erik.corry...
Make young space smaller on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
erik.corry...
Optimize constant divisions by powers of 2.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
kasperl@chromium.org
Optimize the slow case implementations of bit operations by
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
mikhail.naganov...
Involve more log compression techniques.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
kasperl@chromium.org
Avoid sign issues with the fast case code for Math...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
kasperl@chromium.org
Fix x64 build.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
kasperl@chromium.org
Change the implementation of Math.random to use George
commit
|
commitdiff
|
tree
|
snapshot
2009-06-15
ager@chromium.org
Fix memory leak in regexp macro assembler. If the...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
kmillikin@chromium.org
Remove branching and binding with two arguments from...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
lrn@chromium.org
X64: Call runtime function from JS stack frame.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
lrn@chromium.org
X64: Remove restriction on using r12 as index register.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
whesse@chromium.org
Implement more of x64 register allocator.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
kmillikin@chromium.org
First round of JumpTarget simplification. Remove dead...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
ager@chromium.org
Fix debugger after inlined keyed store change.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
bak@chromium.org
Changed the expansion of new space to depend on how...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
sgjesse@chromium.org
Move the default return handling to please some version...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-12
sgjesse@chromium.org
Add scope chain information to the debugger.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
antonm@chromium.org
Lars spotted that Handle::operator -> and * are not...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
mikhail.naganov...
Implement tick events compression in a log file.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
whesse@chromium.org
X64 implementation starts using virtual frame and regis...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
lrn@chromium.org
X64: Create test JS-function and call it.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
ager@chromium.org
Inline keyed stores if the code is in a loop and the...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
lrn@chromium.org
X64: Adds zone scope before creating codegenerator...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
lrn@chromium.org
X64: Implemented InvokeFunction
commit
|
commitdiff
|
tree
|
snapshot
2009-06-11
whesse@chromium.org
Add x64 implementation test support for assembler and...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
erik.corry...
Fix fp code for mixed-endian ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
whesse@chromium.org
Add statistics operations and long calls and jumps...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
whesse@chromium.org
Make JSObjects with both indexed interceptors and index...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
kmillikin@chromium.org
Get rid of the notion of "parameter pointer" that no...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
kasperl@chromium.org
Re-land patch r2110.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
kmillikin@chromium.org
Fix a bug when shifting left by zero. Ensure that...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
whesse@chromium.org
Make Array.sort safely generic on JSObject types. ...
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
erik.corry...
Add instanceof stub for ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
erik.corry...
A bunch of changes to speed up math on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2009-06-10
lrn@chromium.org
X64: Implement CEntryStub and JSEntryTrampoline.
commit
|
commitdiff
|
tree
|
snapshot
next