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
2012-02-20
mstarzinger...
Fix .gitignore for test data directories.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
jkummerow@chromium.org
Count ICs that have type information.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
ulan@chromium.org
Fix compile error on windows.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
jkummerow@chromium.org
Fix memory leak and missing #include in StartupDataDeco...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
fschneider...
Add a missing check for a failure result.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
mstarzinger...
Fix test expectations after r10743.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
svenpanne@chromium.org
Avoid sharing AccessorPairs during Genesis.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
mstarzinger...
Fix String.prototype.split for undefined separator.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
fschneider...
Add missing checks for failure after AddElementsTransition.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
svenpanne@chromium.org
Moved access checks out of Dictionary class.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
mstarzinger...
Update status file to recent test262 version.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
ulan@chromium.org
Rename static methods to avoid shadowing virtual methods
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
vegorov@chromium.org
In gcmole assume that methods exiting VM can cause GC.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-17
mstarzinger...
Fix sequence of element access in array builtins.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
mstarzinger...
Implement fast literal support in Crankshaft.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
mstarzinger...
Revert r10721 because of test flakiness.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
danno@chromium.org
Enable smi_only_arrays by default.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
danno@chromium.org
Relax TransitionElementsKind DependsOn/Changes dependen...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
yangguo@chromium.org
Prepare push to trunk. Now working on version 3.9.8.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
fschneider...
Temporarily disable known failing test to make builder...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
vegorov@chromium.org
Increase ARM/MIPS simulators stack safety margin to...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
mstarzinger...
Allow inlining of functions containing function literals.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
jkummerow@chromium.org
MIPS: Initial support for count-based profiling
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
yangguo@chromium.org
Ensure using byte registers for byte instructions on...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
danno@chromium.org
Cast NaN to float in ExternalFloatArray::SetValue.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
fschneider...
MIPS: Re-worked the deopt entry table.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
jkummerow@chromium.org
Fix GCC-4.7 warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
danno@chromium.org
Prefix usage of kExternalFloatArray and kExternalDouble...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
danno@chromium.org
Uniformly handle 'undefined' store to Float64Array...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
mstarzinger...
Cleanup idle notification tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
yangguo@chromium.org
Initialize internal arrays with the correct map.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
yangguo@chromium.org
Remove unnecessary elements type check when allocating...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
yangguo@chromium.org
MIPS: Enabled mips in tools/disasm.py.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
rossberg@chromium.org
MIPS: Split AST Declaration class, in preparation for...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
jkummerow@chromium.org
Properly disable count-based profiler on non-ia32
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
danno@chromium.org
MIPS: Implement KeyedStoreICs to grow arrays on out...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
danno@chromium.org
Fix crashing bugs in store-and-grow IC for double values.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
ulan@chromium.org
Add Navier-Stokes benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
jkummerow@chromium.org
Reapply r10690 ("Temporarily disable inlining of Math...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
jkummerow@chromium.org
Small update to experimental profiler flags
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
fschneider...
Enable optimization of top-level code and generate...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
jkummerow@chromium.org
Initial support for count-based profiling
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
rossberg@chromium.org
Don't treat function parameters as let-bound variables...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
ulan@chromium.org
Prepare push to trunk. Now working on version 3.9.7.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
fschneider...
Revert r10690. Enable inlining of Math.floor again.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
danno@chromium.org
objects: fix template-related linker error
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
fschneider...
Temporarily disable inlining of Math.floor called as...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
mstarzinger...
Allow inlining of functions containing object literals.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
yangguo@chromium.org
Port r10674 to MIPS.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-14
yangguo@chromium.org
Fix crash when using --smi-only-arrays and --trace...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
svenpanne@chromium.org
Clear map transitions in CALLBACKS when normalizing...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
svenpanne@chromium.org
DescriptorArray::CopyFrom should always drop transition...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
danno@chromium.org
Fix crash in CALLBACK KeyedIC stub.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
danno@chromium.org
Optimize call sites that only ever see a single element...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
yangguo@chromium.org
Fix test expectations for the tickprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
svenpanne@chromium.org
Ensure that we do a non-incremental GC before relying...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
yangguo@chromium.org
Add --call-graph-size option to tickprocessor.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
yangguo@chromium.org
Port r10674 to x64 and arm.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-13
yangguo@chromium.org
MIPS: Fixed several bugs in SubStringStub::Generate.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
jkummerow@chromium.org
MIPS: Count-based profiling for primitive functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
loislo@chromium.org
Heap Snapshot maximum size limit is too low for really...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
yurys@chromium.org
Provide user-friendly access to natively bound function...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
danno@chromium.org
Implement elements transitions in ia32 Array constructo...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
danno@chromium.org
Implement KeyedStoreICs to grow arrays on out-of-bound...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
yangguo@chromium.org
Fix crashes on x64 with smi-only arrays active.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
kmillikin@chromium.org
Streamline throwing in the C entry stub.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
kmillikin@chromium.org
Small cleanup of ast.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
danno@chromium.org
Add asserts to try to flush out test flakiness.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
danno@chromium.org
Ensure expected behavior for transition hosting tests...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
rossberg@chromium.org
Make constructors explicit.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
yangguo@chromium.org
Prepare push to trunk. Now working on version 3.9.6.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
rossberg@chromium.org
Extend AST with basic module constructs (yet unused).
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
rossberg@chromium.org
Split AST Declaration class, in preparation for new...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
yangguo@chromium.org
MIPS: Convert fast smi-only to fast object in generated...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
jkummerow@chromium.org
Split experimental profiler flags
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
danno@chromium.org
Revert 9111036: Promote double arrays to FAST_ELEMENT...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
svenpanne@chromium.org
Handlify GetSourceCode-related functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
jkummerow@chromium.org
Count-based profiling for primitive functions (hidden...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
svenpanne@chromium.org
Cleaned up DescriptorArray::CopyInsert a bit.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
mstarzinger...
Fix d8-os unit test to be skipped for isolates.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
kmillikin@chromium.org
Simplify handler pushing.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
mstarzinger...
Simplify stackframe of construct stub on ARM and MIPS.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
danno@chromium.org
Promote double arrays to FAST_ELEMENT that use generic...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
danno@chromium.org
Improve GVN handling of ElementTransitions.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
fschneider...
Increase timeout when running test.py with the --stres...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
jkummerow@chromium.org
Bash completion for d8: fix directory name completion
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
yangguo@chromium.org
Convert fast smi-only to fast object in generated code...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
vegorov@chromium.org
Ensure that regexp code flushing correctly updates...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
erik.corry...
Remove 5 unused flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
danno@chromium.org
MIPS: Handle single element array growth + transition...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
danno@chromium.org
MIPS: Don't allow large immediates for certain instruct...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
kmillikin@chromium.org
Remove the JSON AST printing support.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
jkummerow@chromium.org
MIPS: Enabled native/cross-compilation for MIPS targets...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
fschneider...
Remove remaining occurrences of the unused --opt-eagerl...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
fschneider...
Inline builtin Math functions functions in more cases.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
mstarzinger...
Fix d8-os unit test to work with isolates.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
rossberg@chromium.org
Extend scanner with new Harmony module keywords (under...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
fschneider...
MIPS: Fix compilation error after removing an unused...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
fschneider...
Remove another two unused flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
svenpanne@chromium.org
Prepare push to trunk. Now working on version 3.9.5.
commit
|
commitdiff
|
tree
|
snapshot
next