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
2014-12-15
hpayer
Revert of Call DisableInlineAllocation() in heap setup...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
bmeurer
[turbofan] Remove the no-context hack for JSToNumber.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
hpayer
Call DisableInlineAllocation() in heap setup when flag...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Benedikt Meurer
[turbofan] Correctify TruncateFloat64ToInt32 reduction...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Benedikt Meurer
[turbofan] Remove obsolete contains_js_nodes_ field.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
adamk
Use C++11 nullptr in Hydrogen to replace static_cast...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
mathiasb
Make `RegExp.prototype.flags` getter configurable
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
caitpotter88
Implement ES6 @@isConcatSpreadable / Array.prototype...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
danno
[turbofan]: Fix x64 regression during ia32 lea port
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
adamk
Stop sending Object.observe notifications for API acces...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
rmcilroy
Fix OS::GetCurrentThreadId to work when building Androi...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Daniel Vogelheim
Whitespace change to trigger bots.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
ishell
StoreMode enum values renamed.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
ishell
Using PropertyKind in transitions instead of PropertyType.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
dcarney
Revert of revert r25736 (patchset #2 id:20001 of https...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Michael Stanton
Hydrogen code stubs for vector-based ICs.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
v8-autoroll
Update V8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
ishell
PropertyType is divided into PropertyKind and PropertyS...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
ishell
Map and Descriptor printing enhanced a bit.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
svenpanne
Fixed an ordering issue found by UBSan_vptr.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
dcarney
revert r25736
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
dcarney
[turbofan] improve register allocator testing framework
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Benedikt Meurer
[turbofan] Quickfix for invalid number truncation of...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
svenpanne
Consistently use only one of virtual/OVERRIDE/FINAL.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
machenbach
Remove legacy python deps.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Benedikt Meurer
[turbofan] Various cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
caitpotter88
Perf tests for Template Literals
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jochen
Temporarily remove warning about inconsistent overrides
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
baptiste.afsa
[turbofan] Second round of optimisation for unordered...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jarin
Reland of "Avoid number range holes in bitset types."
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
caitpotter88
Implement Array.from()
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
vogelheim
Fix builds w/ component=="shared_library" and v8_use_ex...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
dslomov
Update tests in preparation for shipping classes.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
caitpotter88
Add materialized literals for tagged templates in preparser
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
mostynb
move v8_use_external_startup_data to standalone.gypi
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jochen
When reading the map from a live object, use a barrier...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
v8-autoroll
Update V8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
aandrey
Add a missing DebugPromiseEvent in promise.js
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
dcarney
[turbofan] update SpillRange to use ZoneVector
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
rossberg
Introduce unsigned representation types
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
baptiste.afsa
[turbofan] Avoid some redundant checks of unordered...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jochen
Disable generating of code cache if the debugger is...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
baptiste.afsa
[turbofan] Mark arm64 cbz/cbnz tbz/tbnz instructions...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
dcarney
[turbofan] commit allocated registers early
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
danno
[turbofan]: Port lea changes to ia32
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jochen
remove Isolate::debugger_initialized_
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
jochen
Disable invalid DCHECK_EQ in serializer.cc
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
yangguo
Implement Math.log2 via ported extract from fdlibm.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
kozyatinskiy
[V8] Report v8::AfterCompile and v8::CompileError to...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
machenbach
Switch icu repo to icu.git in v8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Benedikt Meurer
[turbofan] Fix typing of typed array loads/stores.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
vchigrin
Fix crash in V8 during serializing objects requiring...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
adamk
Create optimized versions of the Map/Set clear method
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
mathiasb
Implement the `RegExp.prototype.flags` getter
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dslomov
Ship ES6 block scoping.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dslomov
Update strict mode function declaration tests before...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
adamk
Optimize Object.seal and Object.preventExtensions
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
adamk
Create optimized inline versions of Map and Set initial...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Adam Klein
Ensure class prototype objects have the right Map:...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
jarin
Revert of Avoid number range holes in bitset types...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
ulan
Skip slow webkit/array-iterate-backwards in arm64.debug...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
jarin
Avoid number range holes in bitset types.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
vogelheim
Make d8 default to standard location for external snaps...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
vogelheim
Fix mirror-script and debug-script tests when using...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
mstarzinger
Make loop assignment analysis a separate phase.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
ishell
Reland of "TransitionArray now uses <is_data_property...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
yangguo
Disallow object/function templates when creating snapshots.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
yangguo
Consistently use "use strict" where possible.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
yangguo
Extract non-IO part of mksnapshot into an API method.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
balazs.kilvady
MIPS: Fix after 'Reland remaining parts of 'Use weak...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
hpayer
Use nobarrier load in store buffer duplicate removal...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dcarney
fix gcmole warning after r25737
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Benedikt Meurer
[turbofan] Fix cycles introduced by pushing ToNumbers...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dcarney
[turbofan] update register allocator with auto, nullptr...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
yangguo
Reland "Use same blob format for internal and external...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
titzer
Reland "[turbofan] Fix control reducer bug with NTLs."
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
ulan
Reland remaining parts of 'Use weak cells in map checks...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
ulan
Reland 'Do not embed constant functions in StoreTransit...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dcarney
ExecutableAccessorInfo::clear_setter should set a null...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dcarney
[turbofan] delay inserting spill slots for parent ranges.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
d
Add Array.prototype.includes
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
caitpotter88
Rename shadowing `pos` variable in ParseTemplateLiteral()
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dslomov
Pass --noharmony-scoping to tests validating that we...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
dslomov
Fix messages tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Benedikt Meurer
[x64] Fix optimization for certain checked load/stores.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Ben L. Titzer
Revert "[turbofan] Fix control reducer bug with NTLs."
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
machenbach
Revert of Use same blob format for internal and externa...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
yangguo
Revert of Do not embed constant functions in StoreTrans...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
yangguo
Use same blob format for internal and external snapshots.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
ulan
Do not embed constant functions in StoreTransition...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
titzer
[turbofan] Fix control reducer bug with NTLs.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
chunyang.dai
Fix a typo error.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
jochen
Make it possible to turn on OBJECT_PRINT without DEBUG
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Benedikt Meurer
[x86] Disable invalid checked load/store optimization.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
jochen
Really enable DEBUG code on android unless full debug...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
jochen
Also ignore NDEBUG for chromium code
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
jochen
Temporarily restore make dependencies
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
bmeurer
[turbofan] Turn JSToBoolean and JSUnaryNot into pure...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
mstarzinger
Make --no-turbo-types work on all paths through the...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Dmitry Lomov
Ignore tests that fail on nosnap apparently for infa...
commit
|
commitdiff
|
tree
|
snapshot
next