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
2015-04-10
bmeurer
[x86] Support immediate indices for StoreWriteBarrier.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-10
v8-autoroll
Update V8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
caitpotter88
[es6] do not add caller/arguments to ES6 function defin...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: Vector-ICs - speed towards the monomorphic exit...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: [turbofan] Add new Float32Abs and Float64Abs opera...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: Make --always-opt also optimize top-level code.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: Code cleanup in GenerateRecordCallTarget.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
adamk
Collect list of requested modules in ModuleDescriptor...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: Reland "Merge old data and pointer space."
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
machenbach
[release-tools] Make chromium roll more robust after...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
thakis
Fix C++ violation.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
caitpotter88
[es6] don't "replace" Object.prototype.toString for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: JSEntryTrampoline: check for stack space before...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
michael_dawson
PPC: Match -0 - x with sign bit flip.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
mstarzinger
[turbofan] Fix FrameInspector when deoptimizer is disabled.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
arv
Lexical arguments for arrow functions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
adamk
Remove comparison operator and helper function from...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
caitpotter88
[es6] implement spread calls
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
brettw
Windows GN component build fixes.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
yangguo
Correctly wrap uri.js into a function.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
adamk
Revert of Merge cellspace into old pointer space (patch...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
Adam Klein
Skip another debug test that fails in always-opt/turbofan
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
dcarney
[turbofan] support small immediates
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
torne
Remove android_webview_build conditions.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
verwaest
Merge cellspace into old pointer space
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
chunyang.dai
Set the default compiler for X87 to GCC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
yangguo
Eagerly escape RegExp.source.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
machenbach
[cq] Add win nosnap shared trybot.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
erikcorry
Relax heap size assert during compaction
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
titzer
[turbofan] Disable select matching due to bug manifesti...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
dcarney
[turbofan] Push layout descriptors to InstructionOperan...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
balazs.kilvady
MIPS: [turbofan] Materialize JSFunction from frame...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
mstarzinger
Make TestInternalWeakLists more robust against flags.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
dcarney
[turbofan] Make AllocatedOperand an InstructionOperand...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
Benedikt Meurer
[turbofan] Add poor man's store elimination for storing...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
machenbach
[test-runner] Pass slowest test durations to buildbot.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
v8-autoroll
Update V8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
chunyang.dai
X87: Code cleanup in GenerateRecordCallTarget.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
chunyang.dai
X87: Make --always-opt also optimize top-level code
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
dcarney
[turbofan] cleanup InstructionOperand a little
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
mvstanton
VectorICs - turn on vector ICs for LoadIC and KeyedLoadIC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
brucedawson
Don't #define snprintf in VS2015 - it's illegal and...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
hpayer
MarkBit cleanup: They have to be accessed through Marki...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
yangguo
Blacklist tests due to optimizing toplevel with --alway...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
bmeurer
[turbofan] Materialize JSFunction from frame if possible.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
hablich
Revert of Revert of X87: Reimplement Maps and Sets...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
chunyang.dai
X87: JSEntryTrampoline: check for stack space before...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
jing.bao
[ia32] Introduce BMI instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
hablich
Revert of X87: Reimplement Maps and Sets in JS (patchse...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-09
chunyang.dai
X87: Reimplement Maps and Sets in JS
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
arv
ES6: Number and Boolean prototype should be ordinary...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
balazs.kilvady
MIPS: [turbofan] Add new Float32Abs and Float64Abs...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
dusan.milosavljevic
MIPS: Fix in-object memory slack tracking bug.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
caitpotter88
[parser] report better errors for multiple ForBindings...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
arv
Ship ES6 computed property names
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
loislo
CpuProfiler: public API for deopt info in cpu profiler.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
ulan
Check mark bit of the found object in MarkCompactCollec...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
svenpanne
[TurboFan] Fixed handling of CompareIC return type.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mvstanton
Tests that carefully checks opt/deopt status shouldn...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
titzer
[turbofan] Reduce JSLoadProperty and JSStoreProperty...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
titzer
Add more systematic tests for comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
titzer
Fix maybe_string_add for adds that have no type feedbac...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
[turbofan] Add JSStackCheck into loop bodies.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
dusan.milosavljevic
MIPS64: Unbreak cross build.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mvstanton
Revert of VectorICs: Turn on vector ICs for LOAD and...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
[ia32] Fix MacroAssembler::Move for int64 to float64...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
Benedikt Meurer
[turbofan] Add new Float32Abs and Float64Abs operators.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
marja
[es6] Stage unicode escapes in strings, var names etc.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
yangguo
Create result array of %DebugGetLoadedScripts outside...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
titzer
[turbofan] Match selects in control reducer (configurable).
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mvstanton
VectorICs: Turn on vector ICs for LOAD and KEYED_LOAD...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
yangguo
Blacklist failing test on arm64 (issue 4016).
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
yangguo
Revert of Remove support for thread-based recompilation...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
machenbach
Make test runner more chatty to avoid it getting killed...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable more failing tests after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Disable failing test after f3338dd3b01c.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
svenpanne
Make GetDebugContext a bit more robust.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
mstarzinger
Prevent overzealous bailout due to script context.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
jing.bao
[x64] Introduce BMI instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
svenpanne
Unbreak check-name-clashes.py after recent macro renamings.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
bmeurer
[arm] Use position independent table switches.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-08
v8-autoroll
Update V8 DEPS.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
balazs.kilvady
MIPS64: Fix typo of 'Always update raw pointers when...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
balazs.kilvady
MIPS64: Make --always-opt also optimize top-level code.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
adamk
Disable another debug test under turbo always-opt
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
adamk
Use NumberIsNaN in collections.js and make it inlined
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
machenbach
[release-tools] Only read from the chromium checkout...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
caitpotter88
[es6] emit error when for-in loop declarations are...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
adamk
Simplify collections.js now that it's wrapped in an...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
erikcorry
More robust when allocation fails during compaction
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
mstarzinger
Disabled failing tests after 2d281e71ac49.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
verwaest
Simplify instanceof optimization; don't duplicate lookup
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
balazs.kilvady
MIPS: JSEntryTrampoline: check for stack space before...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
mstarzinger
Make --always-opt also optimize top-level code.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-07
mvstanton
MIPS: Fix compilation error.
commit
|
commitdiff
|
tree
|
snapshot
next