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
2010-03-12
antonm@chromium.org
Some cosmetic issues.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
antonm@chromium.org
Remove now obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
fschneider...
Only invoke reaching definitions if there are >0 variab...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
kmillikin@chromium.org
Simple bugfix in reaching definitions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
antonm@chromium.org
Implement a custom call compiler for Array.pop.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
fschneider...
Fix bug in assigned variables analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
kmillikin@chromium.org
Add a predicate IsPrimitive to AST Expression nodes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
oleg@chromium.org
Rewrite the function that converts timestamp to year...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
kmillikin@chromium.org
Fix presubmit error.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
kmillikin@chromium.org
Compute reaching definitions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
fschneider...
Fix treatment of const variables in assigned variable...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
sgjesse@chromium.org
Fix issues with compiling V8 with LLVM Clang
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
whesse@chromium.org
Add SSE2 instructions to disassembler and movmskpd...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-12
ager@chromium.org
Probe number dictionaries in generated code on ia32.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
antonm@chromium.org
First take on custom call generators.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
kmillikin@chromium.org
Initialize reaching definitions state for all flow...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
floitschV8...
Fast double-to-ascii conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
antonm@chromium.org
Minor refactorings to use some recently added methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
antonm@chromium.org
Reland 4068 which wrapped Array methods into native...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
sgjesse@chromium.org
Fix compile of MIPS port
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
fschneider...
Fix a bug in smi loop analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
ager@chromium.org
Do not waste space for the fast-case elements backing...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
fschneider...
Fix assigned variables analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
sgjesse@chromium.org
Fix presubmit error
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
mikhail.naganov...
Make the assumption on the minimum buffer size for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
sgjesse@chromium.org
Add fuzzing support for inline runtime functions
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
sgjesse@chromium.org
Fix code cache lookup for keyed IC's
commit
|
commitdiff
|
tree
|
snapshot
2010-03-11
serya@chromium.org
Math.abs rewrited to not use Runtime.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
floitschV8...
Revert grisu commits.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
floitschV8...
Adding missing file.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
floitschV8...
Fast algorithm for double->string conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
whesse@chromium.org
Revert changes 4088 and 4087 to fix build.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
fschneider...
Fix x64 and arm build.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
fschneider...
Add an assigned variables analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
kmillikin@chromium.org
Add defensive checks to the flow graph builder.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
kmillikin@chromium.org
Fix presubmit failure.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
kmillikin@chromium.org
Cut back the syntactic constructs handled by the flow...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
erik.corry...
Add 1-element caches to RegExp.exec and String.replace...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
sandholm@chromium.org
Moved one check outside of the loop and moved another...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
lrn@chromium.org
Optimize fromCharCode for smi argument(s) case.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
ager@chromium.org
Prepare push of version 2.1.3 to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
ager@chromium.org
Revert change to always call builtins for Array functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
kmillikin@chromium.org
Fix BitVector test failure.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-10
kmillikin@chromium.org
Change BitVector class to be a zone object.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
peter.rybin...
Remove tabs
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
peter.rybin...
Check that function being patched has no activations...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
antonm@chromium.org
Always invoke C++ ArrayPush builtin.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
kasperl@chromium.org
Add a bit more room for type string when reporting...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
sgjesse@chromium.org
Refactor the code cache to handle large number of prope...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
kmillikin@chromium.org
Add IsStackAllocated helper for variables.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
kmillikin@chromium.org
Have the flow graph builder collect definitions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
fschneider...
Add copy constructor and assignment operator to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
kasperl@chromium.org
Experimental change to idle notifications: Try to limit the
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
sgjesse@chromium.org
Correct handling of adding a string and a smal integer
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
ricow@chromium.org
Added zone-inl.h to jsregexp.h since it relies on calli...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
ricow@chromium.org
Added zone-inl.h to test-heap-profiler to fix test...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-09
kmillikin@chromium.org
Small simplification of #include dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
whesse@chromium.org
Fix typographical error in comment in r4056
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
whesse@chromium.org
Add AST analysis that flags expressions that will have...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
ricow@chromium.org
Added sqrt and pow for arm and x64 - to fix build failures.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
ricow@chromium.org
Inline Math.sqrt().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
kmillikin@chromium.org
Fix presubmit failure (line longer than 80 characters).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
kmillikin@chromium.org
Remove unneeded variable usage analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
kmillikin@chromium.org
Initial implementation of an edge-labeled instruction...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
vegorov@chromium.org
Port of changes from r3842 (symbol table probing for...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
kasperl@chromium.org
Let the callers of V8::ContextDisposedNoticication...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-08
erik.corry...
Speed up no-capture case for RegExp.exec().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-06
peter.rybin...
Quick fix for r4045
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
erik.corry...
Make more use of the NumberInfo data.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
peter.rybin...
Basic implementation of liveedit feature
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
antonm@chromium.org
Explicitly release allocated memory as Vector doesn...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
antonm@chromium.org
Try to help the builder with the conflict.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
antonm@chromium.org
An attempt to fix the tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
antonm@chromium.org
Better diagnostic of tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
sgjesse@chromium.org
Fix stack tweaking in array allocation
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
kasperl@chromium.org
Revert r4029.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
vitalyr@chromium.org
Fixed filling of char array in StringToArray.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
vitalyr@chromium.org
Removed dangerous Factory::NewUninitializedFixedArray.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
antonm@chromium.org
Fixing style of variable names.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
ager@chromium.org
Change allocations in test-heap to use handles. This...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
kasperl@chromium.org
Try to let the context disposal GC at idle time have...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
kasperl@chromium.org
Try to allow the new context disposal GC heuristic...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
kasperl@chromium.org
Fix weird issue with test case where certain global...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
antonm@chromium.org
Fix invalid fast return in splice when returned array...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
antonm@chromium.org
Fix a special case (zero length result array).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
sgjesse@chromium.org
Added tests for issue 618
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
kasperl@chromium.org
Remove the unlocker from the JS thread in ProfMultipleT...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
kasperl@chromium.org
Disable two problematic tests that only test functionality
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
vitalyr@chromium.org
Add runtime function for string to array conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
kasperl@chromium.org
Try to fix issue 632 by being more careful in the locki...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
ricow@chromium.org
Added new ia32 assembler instructions to the diassemble...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
kasperl@chromium.org
Don't use strcmp to test heap object pointer equality.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
mikhail.naganov...
[Linux] Patch LogSharedLibraryAddresses to work correct...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
mikhail.naganov...
Assign to "sample.state" before reading it.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
ager@chromium.org
Add IsExecutionTerminating api method.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
bak@chromium.org
- Fixed the compilation cache so Put works.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
iposva@chromium.org
- Rearrange fields in SharedFunctionInfo.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
whesse@chromium.org
Change heap sort of descriptor array to bottom-up.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
kasperl@chromium.org
Nasty workaround for bug 632.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-03
vitalyr@chromium.org
Fast case conversion for ascii strings.
commit
|
commitdiff
|
tree
|
snapshot
next