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
2011-12-01
yangguo@chromium.org
MIPS: Porting r10023 and r10054 to arm (pointer cache...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-01
svenpanne@chromium.org
Prepare push to trunk. Now working on version 3.8.0
commit
|
commitdiff
|
tree
|
snapshot
2011-12-01
ricow@chromium.org
Increase tick interval for the android platform.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
keuchel@chromium.org
Fix build with GCC 4.7, which fails with "narrowing...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
ulan@chromium.org
Fix a compiler error on Windows introduced by r10093
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
ulan@chromium.org
Fix compile errors on Windows and Mac introduced by...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
yangguo@chromium.org
MIPS: Implement Math.tan in generated code.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
yangguo@chromium.org
MIPS: Catch non-string subject in RegExpExecStub.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
fschneider...
Only make function literals in top-level object literal...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
fschneider...
Fix a bug in the register allocator.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
sgjesse@chromium.org
Fix handling of recompiling code for optimized and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
ulan@chromium.org
Start incremental marking on idle notification.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
erik.corry...
Be more willing to expand old space when evacuating...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-30
erik.corry...
Elide write barrier.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
mstarzinger...
Prepare push to trunk. Now working on version 3.7.12.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
fschneider...
Fix bug when generating padding to ensure space for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
erik.corry...
Fix windows build.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
danno@chromium.org
Port array literal changes on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
erik.corry...
Only sweep one page eagerly unless we are running out...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
kmillikin@chromium.org
Remove the static qualifier from functions in header...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
vegorov@chromium.org
When scavenging update source slot before migrating...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
mstarzinger...
Fix assertion while marking Harmony weak maps.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
keuchel@chromium.org
Reapply "Fix the ScopeIterator reimplementation".
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
keuchel@chromium.org
Make let/const outside of the extended mode early error...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
danno@chromium.org
Reintroduce fast path in full-codegen for VisitArrayLit...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
keuchel@chromium.org
Revert r10076 due to arm build failures.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
keuchel@chromium.org
The ScopeIterator uses recorded scope position - as...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
ulan@chromium.org
Dump counters sorted by name on d8 exit.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
lrn@chromium.org
Clean up JavaScript files to better follow coding standard.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
mstarzinger...
Skip test for known failure tracked by issue 1845.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
mstarzinger...
Implement high promotion mode for new space.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
yangguo@chromium.org
Shorten FP register pops where possible.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
yangguo@chromium.org
Add external strings support to regexp in generated...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
yangguo@chromium.org
Fixing build errors on arm.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
mstarzinger...
Fix assertion broken by recent revision.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
yangguo@chromium.org
Implement Math.tan in generated code.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
lrn@chromium.org
Don't preparse large files to find boundaries of lazy...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
yangguo@chromium.org
Catch non-string subject in RegExpExecStub.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
keuchel@chromium.org
Make the parser track the language mode instead of...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
keuchel@chromium.org
Introduce extended mode.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
mstarzinger...
Implement crankshaft support for nested object literals.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
lrn@chromium.org
Add histogram timer scope for preparsing.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
yangguo@chromium.org
Porting r10023 and r10054 to arm (pointer cache for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
yangguo@chromium.org
Porting r10023 and r10054 to x64 (pointer cache for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
jkummerow@chromium.org
Upstream Android V8 change.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
mstarzinger...
ARM: Implement code stub for object literal creation.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
yangguo@chromium.org
Refactor Heap::SymbolMapForString to use switch/case.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
yangguo@chromium.org
Recommit introducing short external strings.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
mstarzinger...
Prepare push to trunk. Now working on version 3.7.11.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
yangguo@chromium.org
Rolling back r10049 due to webkit failures.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
yangguo@chromium.org
Introduce short external strings without pointer cache.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
ricow@chromium.org
MIPS: Reduced the number of threads in cctest test...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
ricow@chromium.org
Decrease number of threads in ExtensionRegistration...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
ulan@chromium.org
Set the code age field of SharedFunctionInfo correctly.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
dslomov@chromium.org
Fix ExtensionsRegistration cctest on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
fschneider...
Set maximum length of FixedArray in terms of elements...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
fschneider...
MIPS: Landing: [hydrogen] optimize switch with string...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
mstarzinger...
Remove unused runtime functions for literals.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
jkummerow@chromium.org
Minimal changes required to build d8 for Android
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
ricow@chromium.org
Always create deopt data when using full-codegen if...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
kmillikin@chromium.org
MIPS: Add a level of indirection to exception handler...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
mstarzinger...
Fix presubmit error for recent revision.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
mstarzinger...
Implement code stub for object literal creation.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
erikcorry
Prepare push to trunk. Now working on version 3.7.10.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
fschneider...
Propagate and combine constants in Hydrogen
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
keuchel@chromium.org
Partially revert r9734 due to crashes in dev and canary...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
erik.corry...
Remove more superfluous write barriers.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
erik.corry...
Add flag --collect-megamorphic-maps-from-stub-cache...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
mikhail.naganov...
Really fix missing HandleScope to prevent local handles...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
yangguo@chromium.org
Fix debug builds.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
yangguo@chromium.org
Avoid explicitly using built-in new operator where...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
yangguo@chromium.org
MIPS: Change generated code for substring not to bail...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
yangguo@chromium.org
Fixing compiler warning on gcc 4.6.1.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
yangguo@chromium.org
Removing exit time destructors by leaking static members.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
Optimize array literal boilerplate copy for fast cases.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
yangguo@chromium.org
Add pointer cache field to external string for access...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
Add version of x64 FastCloneShallowArrayStub that copie...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
Add ia32 FastCloneShallowArrayStub that copies all...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
fschneider...
MIPS: Fix lazy deoptimization at HInvokeFunction and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
fschneider...
Landing: [hydrogen] optimize switch with string clauses...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
MIPS: Cleaned up an unused declaration in lithium-codeg...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
MIPS: Fixed a minor inconsistency in lithium-codegen...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
MIPS: Re-work DoModI.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
MIPS: Fix for Ins macro-assembler instruction for non...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
danno@chromium.org
MIPS: Implement runtime function for array literal...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
yangguo@chromium.org
Change generated code for substring not to bail out...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
ricow@chromium.org
Prepare push to trunk. Now working on version 3.7.9.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
vegorov@chromium.org
Reset allocation info when we are releasing the page...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
yangguo@chromium.org
Adding NetBSD support for scons build.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
ricow@chromium.org
Use safe version (i.e. using write barrier) of set_map...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
fschneider...
Fix lazy deoptimization at HInvokeFunction and enable...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
svenpanne@chromium.org
Re-added missing return in HInferRepresentation::TryChange.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
vegorov@chromium.org
Fix presubmit errors introduced by r10002.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
dslomov@chromium.org
Presubmit failures fixed
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
vegorov@chromium.org
Introduce non auto-scaling mode in spinning balls bench...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
dslomov@chromium.org
Extension state made per-siolate in genesis
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
erik.corry...
Elide superfluous write barriers.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
keuchel@chromium.org
Static resolution of outer variables in eval code.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
vegorov@chromium.org
We might decide to start incremental marking immediatel...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
jkummerow@chromium.org
Add -e to echo in push-to-trunk.sh to print \t properly
commit
|
commitdiff
|
tree
|
snapshot
next