Sign in
chromium
/
v8
/
v8.git
/
4edcc860546157cb35940663afb9af568595888f
4edcc86
[heap] Throw OOM when allocating FixedDoubleArrays with negative length
by Simon Zünd
· 7 years ago
43b9277
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
d9b59c7
[mips][builtin] Improve CallApiCallback calling convention.
by Yu Yin
· 7 years ago
df7eb1d
unified-heap: Add GN flag for full heap snapshots
by Michael Lippautz
· 7 years ago
c5d25ec
[torque-ls] Allow compilation of plain std::string inputs
by Simon Zünd
· 7 years ago
c805761
Add dsymutil as a mac cipd dependency.
by Yang Guo
· 7 years ago
2f79d68
Deprecate MicrotasksCompletedCallback in favor to use *WithData version
by tzik
· 7 years ago
fc4b19a
Revert "Update V8 DEPS."
by Yang Guo
· 7 years ago
83fa171
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
408dddc
[Intl] Add perf tests for case insensitive test
by Frank Tang
· 7 years ago
6d1913f
Torquefy a few simple types
by Z Duong Nguyen-Huu
· 7 years ago
5f4f57e
[wasm] Fix out-of-bound behavior for bulk ops
by Ben Smith
· 7 years ago
d077f9b
fix syntax error in python2 code
by Vadim Gorbachev (bmsdave)
· 7 years ago
8c9b812
[testrunner] remove duplicate word from prompt
by Tamer Tas
· 7 years ago
acea9fb
DescriptorArray allocation uses AllocationType.
by Hannes Payer
· 7 years ago
f4e322c
[wasm] correct Table limit
by Sven Sauleau
· 7 years ago
7c89c29
[typedarray] Port TypedArray#filter to Torque.
by peterwmwong
· 7 years ago
e4bff22
[wasm] Reduce number of background compile scopes
by Clemens Hammacher
· 7 years ago
2222a9d6
[Builtins] Array.prototype.reduce missing length check
by Mike Stanton
· 7 years ago
7103c19
PPC/s390: [arm][turbofan] Implement on-stack returns.
by Junliang Yan
· 7 years ago
15925e5
[wasm] Fix import of reexported API function
by Ben L. Titzer
· 7 years ago
bcf0c32
[heap] AllocateRawWithRetryOrFail is using AllocationType.
by Hannes Payer
· 7 years ago
cbc18b1
[heap] Introduce AllocationType and use it in Heap::AllocateRaw.
by Hannes Payer
· 7 years ago
037ff2b
[heap] Decouple the max semi-space size from the page size
by Ulan Degenbaev
· 7 years ago
676a020
[turbofan] representation selection: do not convert from Boolean to Number without truncation
by Tobias Tebbi
· 7 years ago
5e71633
[arm, arm64] Setup arguments to RecordWriteStub using `mov`.
by Pierre Langlois
· 7 years ago
e00f2de
[torque-ls] Properly decode file URIs sent by the client
by Simon Zünd
· 7 years ago
3bcc479
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
f8acd89
Specify the Python executable on the command line in gm.py
by Bill Ticehurst
· 7 years ago
b713252
Revert "[wasm simd] Fix F32x4 Min and Max"
by Deepti Gandluri
· 7 years ago
821bc64
[wasm simd] Fix F32x4 Min and Max
by Bill Budge
· 7 years ago
a3ac513
[wasm] Implement passive element binary format
by Ben Smith
· 7 years ago
fee068b
Cleanup interrupt tracing in HandleInterrupts().
by Deepti Gandluri
· 7 years ago
6eb66e1
Revert "Remove builtin-function-id in SFI"
by Yang Guo
· 7 years ago
f8a6767
Remove builtin-function-id in SFI
by Z Duong Nguyen-Huu
· 7 years ago
cbf8119
[zone] Avoid undefined behavior in edge case
by David Benjamin
· 7 years ago
37ff95a
Move empty elements canonicalization from call sites of
by Irina Yatsenko
· 7 years ago
f35ad6e
[torque-ls] Port tests from cctest to unittest
by Simon Zünd
· 7 years ago
1744803
[ptr-compr] Prepare for changing kTaggedSize, pt.3
by Igor Sheludko
· 7 years ago
6422aa9
[modules] Make debug-scopes handle synthetic variables
by Georg Neis
· 7 years ago
21f75f9
[heap] Reduce regular heap object size limit to half of the page size
by Ulan Degenbaev
· 7 years ago
438eee8
[torque-ls] add option to trace communication from client
by Tobias Tebbi
· 7 years ago
f5ab507
[js-perf-test] Add TypedArray#filter micro-benchmark
by peterwmwong
· 7 years ago
d2a0df3
[torque] Add SourcePosition field to TypeAlias
by Simon Zünd
· 7 years ago
acdaa4c
[typedarray] Port TypedArray#slice to Torque.
by peterwmwong
· 7 years ago
683cf6f
[cleanup] Remove obsolete "one byte data hint" for strings.
by Benedikt Meurer
· 7 years ago
4633c78
[ptr-compr][heap] Make all map checks pointer compression friendly
by Igor Sheludko
· 7 years ago
722c4c8
Simplify TFC builtins definitions
by Sven Sauleau
· 7 years ago
980e0d3
[api] Add new configuration change methods
by Dan Elphick
· 7 years ago
505a26f
[cleanup] Remove unused CollectTopFrameForICStats
by Dan Elphick
· 7 years ago
31a3cfb
[Test] Add PrepareForOptimization to mjsunit/compiler
by Ross McIlroy
· 7 years ago
f507e22
Revert "[gn] use relative paths for gtest and gmock"
by Sigurd Schneider
· 7 years ago
237236b
[runtime] Remove unused SparseJoinWithSeparator and StringBuilderJoin runtime helpers.
by peterwmwong
· 7 years ago
40bdd54
[cleanup] Delete BytecodeArray functions with no impl
by Dan Elphick
· 7 years ago
285dc86
[MIPS][Deserialize] Fix deserialize off heap target.
by Yu Yin
· 7 years ago
131f4a3
[gn] use relative paths for gtest and gmock
by Yang Guo
· 7 years ago
420bc3e
[MIPS] Remove function QuietNaN.
by Yu Yin
· 7 years ago
f93aef8
[instruction-selector-mips64] Add missing CanCover check
by Yu Yin
· 7 years ago
8dd8bd5
[cleanup] Refactor CodeStubAssembler::NewConsString().
by Benedikt Meurer
· 7 years ago
0edcb22
[torque-ls] Fix Json serialization
by Simon Zünd
· 7 years ago
df1279b
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
efafc8e
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
9c47bb6
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
f8aaf98
Add missing explicit instantiation declarations
by Anton Bikineev
· 7 years ago
9405fcf
Ignore cache flush when running V8 arm64 backend under simulator
by Tom Tan
· 7 years ago
c0eb72e
[scanner] Tweak ScanNumber
by Toon Verwaest
· 7 years ago
ab24897
[fni] Mark computed props as computed, not anonymous function
by Sathya Gunasekaran
· 7 years ago
368f55b
[Inspector] Add tests for Runtime domain
by Jeff Fisher
· 7 years ago
cc5808c
[arm64] Port the skipping of arguments adaptor frames.
by Georgia Kouveli
· 7 years ago
5bdb6b8
Replace assertErrorMessage in mjsunit test
by Sven Sauleau
· 7 years ago
2ddc26f
[cleanup] Switch DeserializerAllocator to use Heap more directly.
by Maciej Goszczycki
· 7 years ago
e5ec83f
Fixing SourcePosition ambiguity
by Daniel Bratell
· 7 years ago
7d971fb
[builtins] FastCreateDataProperty avoids runtime calls
by Mike Stanton
· 7 years ago
a66712d
[torque] give field layout macros names that refer to Torque
by Tobias Tebbi
· 7 years ago
77434fb
[torque-ls] Add source positions for constant definitions
by Simon Zünd
· 7 years ago
d5ef815
[test] Pull exit-code logic to shared base runner
by Michael Achenbach
· 7 years ago
e97dfa6
[torque] convert a handful of simple class layout definitions to Torque
by Seth Brenith
· 7 years ago
d71374b
PPC/s390: [arm] Port the skipping of arguments adaptor frames.
by Junliang Yan
· 7 years ago
c8d0dae
[torque-ls] Adding a required header needed for sorting
by Milad Farazmand
· 7 years ago
c924896
[mjsunit] Skip test on ARM
by Sigurd Schneider
· 7 years ago
6b8f202
[build] Switch off goma on gcc trybots
by Michael Achenbach
· 7 years ago
40c9cce
[Torque] Move some TypedArray builtins to Torque
by Mike Stanton
· 7 years ago
7eae3a6
[torque] Update README.md for the extension to include build step
by Simon Zünd
· 7 years ago
756fdf6
[torque-ls][cleanup] JsonValue accessors are now checked
by Simon Zünd
· 7 years ago
a83523d
[scanner] Reuse SkipSingleLineComment in SkipSourceURLComment
by Toon Verwaest
· 7 years ago
70a7287
[tools] Fix gdbinit cast error
by Ben L. Titzer
· 7 years ago
dd23f2f
[wasm][interpreter] Support calls to imported JS functions in cctests
by Andreas Haas
· 7 years ago
06770ce
Mark a non-primary path of ExtractHandlerContext as deferred
by tzik
· 7 years ago
7eaaab2
[MIPS] fix build error.
by Yu Yin
· 7 years ago
8e0b2d1
[wasm] Remove compile job when finishing the module
by Clemens Hammacher
· 7 years ago
a6426cb
[testrunner] remove the extra characters in progress indicator
by Tamer Tas
· 7 years ago
9911fd1
[torque-ls] Add prototype language server implementation for Torque
by Simon Zünd
· 7 years ago
3f8b031
[zone] Remove segment pooling from accounting allocator
by Clemens Hammacher
· 7 years ago
803ad32
Reland "Optimize `in` operator"
by Matt Gardner
· 7 years ago
b8c79ff
Update V8 DEPS.
by v8-ci-autoroll-builder
· 7 years ago
6141741
[DevTools] Roll of inspector protocol ...
by Johannes Henkel
· 7 years ago
75d972a
Move Assembler::AbortedCodeGeneration() from .h to .cc for arm64
by Tom Tan
· 7 years ago
b0bcd45
[heap] Isolate read-only space creation
by Maciej Goszczycki
· 7 years ago
506f79b
[scanner] Remove superfluous cases from switch in ScanEscape
by Toon Verwaest
· 7 years ago
3ce662f
[cleanup] Make MentionedObjectCache GC-safe
by Dan Elphick
· 7 years ago
Next »