Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade V8 11.9.169.6 to 13.3.206 #3

Merged
merged 7,323 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7323 commits
Select commit Hold shift + click to select a range
7e80bd5
[maglev] Update DCHECK in AllocationBlock to include max value
victorgomes Nov 20, 2024
6142bd1
[cfi] Enforce the write API for the WritableJumpTablePair
sroettger Nov 14, 2024
1a67ec9
[sandbox] Add some type cast hardening around MemoryChunkMetadata
Nov 20, 2024
5fb9d78
[maglev] Reset the interrupt budget when we abort optimization
verwaest Nov 20, 2024
d68c650
[wasm][turboshaft][fix] Add SSE4_1 feature scope to some SIMD instruc…
evicy Nov 20, 2024
6d56810
[test][fastapi] Fix ubsan issue in range check
gahaas Nov 20, 2024
d3e3b5a
Enable --use-std-math-pow by default
DadaIsCrazy Nov 20, 2024
dbefdcf
[regexp] Optimize Disjoint Ranges in Experimental
Aurele-Barriere Nov 20, 2024
40453d4
[wasm][x64][ia32] Use direct memory operand for frame marker check
Nov 20, 2024
354777c
[leaptiering] Fix manually marking a flushed function for optimization
o- Nov 20, 2024
dca8e15
[handles] Replace PatchValue with SetValue for direct handles
nickie Nov 19, 2024
86167aa
[leaptiering] Fix manually overriding optimization request
o- Nov 20, 2024
30de523
[maglev] Fix scope infos use for context alias analysis
o- Nov 20, 2024
1d64938
[ast-printer] Avoid UB when getting a FunctionLiteral debug name
isheludko Nov 20, 2024
895e785
[heap] Use IsMarkedOrAlwaysLive() helper in object-stats.cc
Nov 20, 2024
45b7bd5
[loong64][leaptiering] Leap-tier-up
zjiaz Nov 20, 2024
c8d0198
Update fuzztest (trusted)
Nov 21, 2024
6315ed6
Roll inspector_protocol to 0c3002eeb5fa69ea0efd07b005e4006b7ab7836f
OrKoN Nov 21, 2024
f5ffa0d
[infra] Fix gn config after builder moved
mi-ac Nov 21, 2024
61efe78
[deopt] Use BytecodeArray param count for inlined args
LeszekSwirski Nov 20, 2024
c24a440
[maps] Add debugging code for elements kind mismatch in TryUpdateNoLock
o- Nov 21, 2024
f3e22de
[heap] Temporarily skip ResourceConstraints.ConfigureDefaults
omerktz Nov 21, 2024
59a2f0c
[foozzie] Update suppression for Math.pow
mi-ac Nov 21, 2024
c64c228
[leaptiering] Fix race for tiering
o- Nov 21, 2024
d5d217f
[foozzie] Suppress known Wasm incompatibility without sse4.1 support
mi-ac Nov 21, 2024
88ce414
[turboshaft] Fix --turbo-stats for wasm wrappers
backes Nov 21, 2024
a487ff0
Skip test in predictable mode
backes Nov 19, 2024
2bbd725
[regexp] Fix QuickCheck with modifiers
Nov 21, 2024
5a0aa2e
[wasm][cfi] Add kArchCallWasmFunctionIndirect ArchOpcodes
sroettger Nov 21, 2024
59af578
[wasm][cfi] use WritableJitAllocation for INTERNAL_REFERENCE reloc
sroettger Nov 21, 2024
478af39
PPC[WASM][JSPI]Port of JSPI to ppc64
miladfarca Nov 20, 2024
d6ed123
[explicit-resource-management] using as a variable name should be all…
rmahdav Nov 20, 2024
b1a3a4a
[wasm] Remove redundant methods from TypeCanonicalizer
backes Nov 19, 2024
703519d
[wasm] Preserve FP param and result registers on a stack grow and shr…
Nov 21, 2024
28984cc
[benchmark] Add a benchmark to compare fast API calls to regular ones
gahaas Nov 21, 2024
3ed7766
[wasm] Remove unused far jump table slots
thibaudmichaud Nov 21, 2024
94fd3c9
[wasm][code-flushing] Remove flush_liftoff_code flag
evicy Nov 21, 2024
46e0869
s390: [wasm][cfi] add Assembler functions to call/resolve WasmCodePoi…
miladfarca Nov 21, 2024
7eff304
[shadow stack] Push a dummy shadow stack value in WasmTrapHandlerLand…
tunz Nov 21, 2024
cccd414
PPC: merge Simd splat opcodes
miladfarca Nov 21, 2024
697822b
PPC/s390: [wasm][cfi] use WritableJitAllocation for INTERNAL_REFERENC…
miladfarca Nov 21, 2024
2c85ab3
PPC/s390: [wasm][cfi] Add kArchCallWasmFunctionIndirect ArchOpcodes
miladfarca Nov 21, 2024
bca5a5d
[wasm][cfi] Enable the WasmCodePointerTable by default
sroettger Nov 21, 2024
884cdcc
[sandbox] Check stack size on OSR entry
o- Nov 22, 2024
ca90b3b
[DEPS] Remove Win ninja workaround
LeszekSwirski Nov 21, 2024
86c1e81
[turbofan] Fix Double->Int conversion undefined behavior in inlining
DadaIsCrazy Nov 19, 2024
870233e
[foozzie] Suppress stats flags that produce false positives
mi-ac Nov 22, 2024
c8cab47
[turbofan] Fix TypedOptimization::ReduceCheckMaps
marjakh Nov 22, 2024
044512a
[handles] Migrate handles used for function execution to direct
nickie Nov 20, 2024
db3a8c6
[handles][collections] Migrate handles in hash table to direct
nickie Nov 22, 2024
1991bbf
[foozzie] Improve Math.pow suppression
mi-ac Nov 22, 2024
25a0b90
[sandbox][wasm] Always copy Wasm wire bytes
Nov 21, 2024
62ed7f8
[wasm][jspi] Use the stack-switching CEntry on ia32/arm
thibaudmichaud Nov 21, 2024
bf92ca5
[wasm] Rename [start, end] to [first, last]
backes Nov 22, 2024
db79e3d
[wasm] Remove unused hash functions
backes Nov 22, 2024
35ca6f3
[test][fastapi] Fix ubsan error
gahaas Nov 22, 2024
867eb8b
[cfi] WritableJit* objects don't act as a write scope anymore
sroettger Nov 21, 2024
7782a60
Revert "[cfi] WritableJit* objects don't act as a write scope anymore"
LeszekSwirski Nov 22, 2024
dd596d1
[turbolizer] Fix printing of operation's custom data
nico-hartmann Nov 22, 2024
491684a
Skip SandboxTest.Contains in case of partially-reserved sandbox
Nov 22, 2024
fd6fd53
[turboshaft] ReThrow needs a FrameState for lazy deopt
DadaIsCrazy Nov 22, 2024
cfc37df
[leaptiering] Introduce explicit build flag and tie it to the sandbox
o- Nov 22, 2024
4bcf021
[wasm][jspi] Add WasmTrap to the wasm builtin list
thibaudmichaud Nov 22, 2024
f54c8cd
Update V8 DEPS (trusted)
LeszekSwirski Nov 22, 2024
1c9f59c
[builtins] Add machinery for multithreaded builtin generation
syg Nov 22, 2024
04e6c3b
[csa] Refactor CodeAssemblerCompilationJob
syg Nov 21, 2024
eaf82a2
[csa] Use CodeAssemblerCompilationJob in tests
syg Nov 21, 2024
f679f18
PPC/S390: Implement LoadWasmCodePointer
miladfarca Nov 22, 2024
02991bb
PPC/s390: [sandbox] Check stack size on OSR entry
miladfarca Nov 22, 2024
780854a
PPC/s390: [wasm][jspi] Use the stack-switching CEntry
miladfarca Nov 22, 2024
33eb120
Revert "[handles][collections] Migrate handles in hash table to direct"
rmahdav Nov 22, 2024
6b7ddf1
PPC/S390: Fix uint32_constant_at and set_uint32_constant_at
miladfarca Nov 22, 2024
770db09
Revert "[handles] Migrate handles used for function execution to direct"
rmahdav Nov 22, 2024
783722e
Update V8 DEPS (trusted)
Nov 23, 2024
eefc180
Update V8 DEPS (trusted)
Nov 23, 2024
9a587f0
[test262] Roll test262
Nov 24, 2024
89b523f
Update V8 DEPS (trusted)
Nov 24, 2024
2958621
Update V8 DEPS (trusted)
Nov 25, 2024
70d2436
Update google_benchmark (trusted)
Nov 25, 2024
b3054f7
[refactoring][heap] Remove build configs without shared r/o heap
o- Nov 22, 2024
76f21a8
[flag] Enable mutable heap number in script context
victorgomes Nov 25, 2024
a7ea17f
[deoptimizer][wasm] Add missing handler for externref return ValueKind
Liedtke Nov 25, 2024
32cb245
[CFI] use WritableJitAllocation object for missing UpdateTypedSlot cases
sroettger Nov 25, 2024
a30e088
[cfi] use RwxMemoryWriteScopeForTesting in jump table assembler test
sroettger Nov 25, 2024
36584ac
[leaptiering] Fix optimize RCS accounting
o- Nov 25, 2024
6520094
[fastapi] Add support for attribute setters
gahaas Nov 25, 2024
b8d3f7d
[turbofan] Reduce the amount of map loads during elements kind transi…
marjakh Nov 25, 2024
c6154d0
[leaptiering] Support for non-sandboxed x64 and arm64 builds
o- Nov 25, 2024
3de3e08
[turboshaft] V<>ify Turboshaft
DadaIsCrazy Nov 25, 2024
c850781
[json] Fast-path for stringify
Nov 25, 2024
c8df679
[regexp] Check early for RegExp too large
Nov 25, 2024
f94c54e
[regexp] Deal with StackOverflow while parsing modifiers
Nov 25, 2024
bf9c508
Revert "[json] Fast-path for stringify"
dtig Nov 25, 2024
cfae5c4
[wasm][fuzzer] Handle instantiation failures due to huge memory in re…
Liedtke Nov 25, 2024
b8eb513
[use-counters] Use @incrementUseCounter in more Torque builtins
syg Nov 25, 2024
83048d3
[riscv][wasm][cfi] Enable the WasmCodePointerTable by default
luyahan Nov 25, 2024
71b58c3
Update V8 DEPS (trusted)
Nov 26, 2024
e56d2ea
cppgc: Remove guard pages
mlippautz Nov 25, 2024
130f397
De-alias protocol::Maybe in v8
OrKoN Nov 26, 2024
8a8a48d
Fix another dead lock with transition arrays
marjakh Nov 26, 2024
65b8f0d
Remove deprecated RAILMode code
JoeNotCharlesGoogle Oct 30, 2024
2bdc561
[test] Adjust test to work with isolate tests
gahaas Nov 26, 2024
81e74df
Always make --print-builtin-size read-write
schuay Nov 26, 2024
7bdebe3
[sandbox] Add some more compiler hardening to ensure matching signatures
Nov 25, 2024
9442af0
[loong64][mips64][wasm][cfi] use WritableJitAllocation for INTERNAL_R…
zjiaz Nov 26, 2024
37f78aa
Reland "[handles][collections] Migrate handles in hash table to direct"
nickie Nov 26, 2024
2559908
Reland: "[wasm][jspi] Drop climit for native builds"
thibaudmichaud Nov 26, 2024
64c001f
[sandbox] Harden BytecodeArrayIterator and OSR
Nov 26, 2024
030c6b4
[runtime] Don't compare negative zero float (part II)
victorgomes Nov 26, 2024
919fd03
[test] Avoid compiler flake with array allocation
gahaas Nov 26, 2024
262ebea
[loong64][mips64][wasm][cfi] Add WasmCodePointer support
zjiaz Nov 26, 2024
660e642
[loong64][mips64][wasm][jspi] Use the stack-switching CEntry
zjiaz Nov 26, 2024
022416d
[heap] Use relaxed CAS in Scavenger to install forward pointer
Nov 26, 2024
465bf80
[heap] Cleanup shared space
mlippautz Nov 26, 2024
0a58c00
[string] Minor improvements
schuay Nov 26, 2024
93f2ac8
[parser] Don't access receivers from reparsed closures
verwaest Nov 26, 2024
0f2e4bf
[wasm] Fix comparison of relative type indexes
backes Nov 26, 2024
0dcd27b
[heap] Fix some includes
mlippautz Nov 26, 2024
816ab0f
[fuzzer] Simplify populating the type canonicalizer
Liedtke Nov 25, 2024
7e7f77d
[wasm] Avoid copying wire bytes for WebAssembly.validate
Nov 26, 2024
48bd29a
[wasm][cleanup] Remove unused constructor of ImportedFunctionEntry
backes Nov 26, 2024
415fc20
[loong64][mips64][sandbox] Check stack size on OSR entry
zjiaz Nov 26, 2024
e5f8886
Reland "[cfi] WritableJit* objects don't act as a write scope anymore"
sroettger Nov 25, 2024
ff21515
[wasm] Use correct iteration number for Return in InstructionSelector
Nov 26, 2024
0c8725a
[wasm] Add cctest for JSToWasmWrapper inlining with ref retval
paolosevMSFT Nov 26, 2024
6276e3f
Update V8 DEPS (trusted)
Nov 26, 2024
d2f9d47
[weakrefs] Remove cleanupSome
syg Nov 25, 2024
411c8c8
[heap] Fix data races in --separate-gc-phases
omerktz Nov 26, 2024
7fcfdd0
[sandbox] Initialize HeapObjectData::map_ to nullptr initially
Nov 26, 2024
4f79fe5
[GC] Tweak emitted traces events
Nov 26, 2024
9215c01
[heap] Optimize allocations in MutablePageMetadata
mlippautz Nov 26, 2024
0d10235
[wasm] Use more std::hash
backes Nov 22, 2024
7c2ddfe
Fix build with gcc
miladfarca Nov 26, 2024
7065e17
Use load_start_time_ms_ -1 as a sentinel for not loading
JoeNotCharlesGoogle Nov 26, 2024
518473b
[platform] Rename Call[Blocking/LowPriority]OnWorkerThread() to PostT…
Nov 26, 2024
7dc4c18
[gc] Expose ExternalMemoryAccounter publicly
Nov 26, 2024
9c5fd1d
[wasm] Use pages instead of bytes for StackSegment allocations.
Nov 26, 2024
4f9beed
[explicit-resource-management] Use built-in promise constructor
rmahdav Nov 26, 2024
fca21df
[strings] Avoid GetIsolate() in StringStream
Nov 26, 2024
c60364f
[string] Canonicalize empty-first cons strings only once conditions
schuay Nov 27, 2024
1813bec
[mips64] Fix wrong register conflict check
zjiaz Nov 27, 2024
68a8687
[wasm][capi] Allow configuration of number of threads of the platform
gahaas Nov 27, 2024
e8b496f
[google3] Re-enable test
gahaas Nov 27, 2024
1dfceaf
Reland "[json] Fast-path for stringify"
Nov 27, 2024
ae138ee
[wasm][jspi] Inline C calls in wasm wrappers
thibaudmichaud Nov 27, 2024
3356f4b
Revert "Reland "[cfi] WritableJit* objects don't act as a write scope…
manoskouk Nov 27, 2024
328ebcd
[source-phase-import] Disallow import.source() call in new expressions
legendecas Nov 27, 2024
131395e
[heap] Markbit updates do not need memory ordering
Nov 26, 2024
ee6af25
Reland "[handles] Migrate handles used for function execution to direct"
nickie Nov 27, 2024
29e1428
[turboshaft] Deduplicate String concatenations in FrameState
DadaIsCrazy Nov 27, 2024
a0ac6c9
[json] Enable stringify fast-path
Nov 27, 2024
41d42ce
Remove remaining Maybe references + roll of inspector_protocol
OrKoN Nov 27, 2024
bb840f9
[foozzie] Update suppression for Math.pow
mi-ac Nov 27, 2024
4b25b28
[wasm] Fix DCHECK in eager tier-up after deopt in cached code
Liedtke Nov 27, 2024
fb157e9
[sandbox] Fix violation from reading slot property
victorgomes Nov 27, 2024
8b06759
Disable script context mutable heap number
victorgomes Nov 27, 2024
2a37e31
[leaptiering] Disentangle sandbox calling conv. from leaptiering
o- Nov 27, 2024
954dbf0
[sandbox] Add regression test for crbug.com/379774687
Nov 26, 2024
e16e0a9
[base] Rename functional.h to hashing.h
backes Nov 27, 2024
0362abd
[regexp] Performance optimizations for ExecInternal
schuay Nov 27, 2024
c8e4bf2
[turboshaft] string escape analysis: avoid having too many inputs in ops
DadaIsCrazy Nov 27, 2024
b76536e
Reland "[regexp] Add full lookaround support in Experimental"
Thechi2000 Nov 25, 2024
5686a2c
[counters] Count extending non-extensible with private fields
LeszekSwirski Nov 28, 2024
f5a8102
Include task name in async task scheduled trace event
and-oli Nov 28, 2024
e281a1a
Add GotoHint for use with GotoIf/GotoIfNot
schuay Nov 28, 2024
f1d80a1
[sandbox] Introduce ProtectedWeakFixedArray
jakobkummerow Nov 28, 2024
88ac58d
Revert "cppgc: Remove guard pages"
mlippautz Nov 28, 2024
631bcfd
Revert "[turboshaft] string escape analysis: avoid having too many in…
DadaIsCrazy Nov 28, 2024
4b36431
[sandbox] Revert recent changes to V8::IsSandboxConfiguredSecurely
Nov 28, 2024
1ce33de
Revert "[sandbox] Introduce ProtectedWeakFixedArray"
LeszekSwirski Nov 28, 2024
0a696cd
[wasm][revec] Code cleanup on reducer and SLPTree handling
yolanda15 Nov 28, 2024
0933c22
Reland "[turboshaft] string escape analysis: avoid having too many in…
DadaIsCrazy Nov 28, 2024
982e29c
[leaptiering] Remove incorrect dcheck
o- Nov 28, 2024
0e25983
[test][wasm] mjsunit test for lazy deopt in inlined js-to-wasm wrapper
Liedtke Nov 28, 2024
7a1d959
[tracing] Use perfetto parent track to scope TRACE_COUNTER
Nov 27, 2024
c0090ea
Reland "[sandbox] Introduce ProtectedWeakFixedArray"
jakobkummerow Nov 28, 2024
5cffe29
[heap] Add explicit size to heap::List
omerktz Nov 28, 2024
9153ace
[wasm][fuzzer] Generate more try_table
backes Nov 28, 2024
1e5c696
[wasm][fuzzer] Only use memory64 if it is enabled
backes Nov 28, 2024
592f191
[wasm] Fix typo in hashing
backes Nov 28, 2024
0efc700
[sandbox] Increase size of trailing guard regions
Nov 28, 2024
9d66129
[maglev] Fix assert in uncompressed UncheckedSmiTagInt32
o- Nov 28, 2024
6f0d604
[turboshaft] Disable string concat escape analysis
DadaIsCrazy Nov 28, 2024
cecf94e
[turboshaft] Add tracing to LateLoadElimination
DadaIsCrazy Nov 28, 2024
6ac2d3a
[tracing] Add allocation throughput counters and fix track
Nov 28, 2024
952dd29
Revert "[tracing] Add allocation throughput counters and fix track"
mi-ac Nov 29, 2024
71d772f
[wasm] Skip new test in official builds
backes Nov 29, 2024
407d3ce
[heap] Remove unused code
omerktz Nov 28, 2024
f47ebd6
Fix attempt to get cleared object during printing
DadaIsCrazy Nov 29, 2024
ef4d2fa
[riscv] Fix test-jump-table-assembler/JumpTablePatchingStress failed …
luyahan Nov 29, 2024
7759a77
[debug] Introduce slow_debug_code and enable debug_code with dchecks
o- Nov 29, 2024
8e75915
[json] Don't allocate HeapNumbers unnecessarily
marjakh Nov 29, 2024
a90335e
[trials] Add --always-sparkplug to Clusterfuzz trials
mi-ac Nov 29, 2024
fedf856
[GC] Use optional to represent no gc speed
Nov 28, 2024
003fa88
s390: [debug] Introduce slow_debug_code and enable debug_code with dc…
miladfarca Nov 29, 2024
f507d50
Fix stack allocation under CallCWithStackBuffer
miladfarca Nov 28, 2024
b5ae2c0
Version 13.3.206
Nov 29, 2024
6995fe8
feat: add macos arm64 scripts
andycall Mar 20, 2024
9dc0b1f
fix workflows
andycall Mar 20, 2024
6423d0e
Update build-and-release.yml
andycall Mar 20, 2024
2737b69
fix: fix compile
andycall Mar 20, 2024
5664ce4
try build
andycall Mar 20, 2024
69d68f8
fix: remove clone
andycall Mar 21, 2024
845bf0b
Update build-and-release.yml
andycall Mar 21, 2024
11128e8
Update build-and-release.yml
andycall Mar 21, 2024
69fc2ec
test
andycall Mar 21, 2024
7249f90
fix: fix v8 compile
andycall Mar 24, 2024
a47cbbd
fix: fix v8 compile
andycall Mar 24, 2024
bdc981c
fix: fix v8 compile
andycall Mar 24, 2024
a259b6a
Update build-and-release.yml
andycall Mar 24, 2024
9b37694
Update build-and-release.yml
andycall Mar 24, 2024
8c27de8
feat: add ios build
andycall Mar 24, 2024
319c608
Update build-and-release.yml
andycall Mar 24, 2024
63c7e7b
fix: fix ci
andycall Mar 25, 2024
7fbff87
fix: fix ci
andycall Mar 25, 2024
2ed1c85
fix: fix ci
andycall Mar 25, 2024
377058a
Update build-and-release.yml
andycall Mar 27, 2024
7f6391f
Update build-and-release.yml
andycall Mar 28, 2024
022caf1
chore: Update ndk-version:r21e
yifei8 May 8, 2024
01e5625
delete use_custom_libcxx and ndk use r16b
yifei8 May 9, 2024
df5956e
feat: update actions/upload-artifact@v3
Sep 16, 2024
ab34134
feat: use `mac_sdk_min = "14.0"`
Sep 16, 2024
dfe5c00
Merged: [ic] Fix clone IC empty result with with null proto
o- Oct 11, 2023
9b61f03
Revert "[maps] Create map transitions for derived maps with custom pr…
o- Oct 16, 2023
a88b256
feat: add macos arm64 scripts
andycall Mar 20, 2024
42b4bd6
fix workflows
andycall Mar 20, 2024
345e387
Update build-and-release.yml
andycall Mar 20, 2024
fe8e13b
fix: fix compile
andycall Mar 20, 2024
28c1dac
try build
andycall Mar 20, 2024
6847da3
fix: remove clone
andycall Mar 21, 2024
1f276a6
Update build-and-release.yml
andycall Mar 21, 2024
2b56126
Update build-and-release.yml
andycall Mar 21, 2024
e8ea818
test
andycall Mar 21, 2024
14d0e63
fix: fix v8 compile
andycall Mar 24, 2024
9f7a5bd
fix: fix v8 compile
andycall Mar 24, 2024
60f3a4d
fix: fix v8 compile
andycall Mar 24, 2024
508b2fd
Update build-and-release.yml
andycall Mar 24, 2024
81d9a8d
Update build-and-release.yml
andycall Mar 24, 2024
438e217
feat: add ios build
andycall Mar 24, 2024
4bb0afa
Update build-and-release.yml
andycall Mar 24, 2024
840608e
fix: fix ci
andycall Mar 25, 2024
d905cd3
fix: fix ci
andycall Mar 25, 2024
d2a34c4
fix: fix ci
andycall Mar 25, 2024
ae22909
Update build-and-release.yml
andycall Mar 27, 2024
dc084d3
Update build-and-release.yml
andycall Mar 28, 2024
5268fca
chore: Update ndk-version:r21e
yifei8 May 8, 2024
b33c25a
delete use_custom_libcxx and ndk use r16b
yifei8 May 9, 2024
bbdfb3d
feat: update actions/upload-artifact@v3
Sep 16, 2024
cd675ac
feat: use `mac_sdk_min = "14.0"`
Sep 16, 2024
b23bbbc
Merge branch 'main' into feat/sync-newest
Nov 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 10 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@
BasedOnStyle: Google
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 1
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']
IfMacros:
- IF
- IF_NOT
Macros:
# Make clang-format think TurboShaft `ELSE` expands to just `else`, so that
# it formats well alongside `if`
- ELSE=else
StatementMacros:
- DECL_CAST
- DECL_VERIFIER
12 changes: 8 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
---
Checks: '-*,
bugprone-unique-ptr-array-mismatch,
# google-build-explicit-make-pair,
google-default-arguments,
google-explicit-constructor,
google-readability-casting,
modernize-redundant-void-arg,
modernize-replace-random-shuffle,
modernize-shrink-to-fit,
Expand All @@ -10,11 +15,10 @@
# modernize-use-equals-delete,
modernize-use-nullptr,
modernize-use-override,
# google-build-explicit-make-pair,
google-explicit-constructor,
google-readability-casting'
performance-inefficient-vector-operation,
performance-trivially-destructible,
performance-unnecessary-copy-initialization'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
...

6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
root = true
# editorconfig.org

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
22 changes: 16 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,29 @@
/test/wasm-spec-tests/tests.tar.gz
/third_party/*
!/third_party/antlr4
!/third_party/cpu_features
/third_party/cpu_features/src
!/third_party/inspector_protocol
!/third_party/jsoncpp
/third_party/jsoncpp/source
!/third_party/colorama
/third_party/colorama/src
!/third_party/cpu_features
/third_party/cpu_features/src
!/third_party/fast_float
/third_party/fast_float/src
!/third_party/glibc
!/third_party/googletest
/third_party/googletest/src
!/third_party/highway
/third_party/highway/src
!/third_party/inspector_protocol
!/third_party/jsoncpp
/third_party/jsoncpp/source
!/third_party/llvm-libc
/third_party/llvm-libc/src
!/third_party/re2
/third_party/re2/src
!/third_party/test262-harness
!/third_party/v8
!/third_party/wasm-api
/tools/builtins-pgo/profiles/*.profile
/tools/builtins-pgo/profiles/*
!/tools/builtins-pgo/profiles/.*
/tools/clang
/tools/gcmole/bootstrap
/tools/gcmole/gcmole-tools
Expand All @@ -87,6 +96,7 @@
/tools/luci-go
/tools/oom_dump/oom_dump
/tools/oom_dump/oom_dump.o
/tools/protoc_wrapper
/tools/turbolizer/build
/tools/turbolizer/.rpt2_cache
/tools/turbolizer/deploy
Expand Down
2 changes: 2 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ no_check_targets = [
]

default_args = {
# Disable js dependencies like the closure compiler.
enable_js_protobuf = false
# Disable rust dependencies.
enable_rust = false
}
Expand Down
4 changes: 4 additions & 0 deletions .vpython3
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ wheel: <
name: "infra/python/wheels/charset_normalizer-py3"
version: "version:2.0.4"
>
wheel: <
name: "infra/python/wheels/pyfakefs-py2_py3"
version: "version:3.7.2"
>
27 changes: 26 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Code Aurora Forum <*@codeaurora.org>
Home Jinni Inc. <*@homejinni.com>
IBM Inc. <*@*.ibm.com>
IBM Inc. <*@ibm.com>
Raptor Computing Systems, LLC <*@raptorcs.com>
Red Hat Inc. <*@redhat.com>
Samsung <*@*.samsung.com>
Samsung <*@samsung.com>
Expand Down Expand Up @@ -56,6 +57,7 @@ Alexander Botero-Lowry <[email protected]>
Alexander Karpinsky <[email protected]>
Alexander Neville <[email protected]>
Alexandre Vassalotti <[email protected]>
Alexey Pavlyutkin <[email protected]>
Alexis Campailla <[email protected]>
Allan Sandfeld Jensen <[email protected]>
Amos Lim <[email protected]>
Expand All @@ -69,7 +71,9 @@ Anton Bershanskiy <[email protected]>
Anton Bikineev <[email protected]>
Ao Wang <[email protected]>
Archil Sharashenidze <[email protected]>
Artem Kobzar <[email protected]>
Arthur Islamov <[email protected]>
Asuka Shikina <[email protected]>
Aurèle Barrière <[email protected]>
Bala Avulapati <[email protected]>
Bangfu Tao <[email protected]>
Expand All @@ -80,6 +84,7 @@ Benjamin Tan <[email protected]>
Bert Belder <[email protected]>
Brendon Tiszka <[email protected]>
Brice Dobry <[email protected]>
Bruno Pitrus <[email protected]>
Burcu Dogan <[email protected]>
Caitlin Potter <[email protected]>
Chao Wang <[email protected]>
Expand All @@ -89,6 +94,7 @@ Chengzhong Wu <[email protected]>
Choongwoo Han <[email protected]>
Chris Nardi <[email protected]>
Christopher A. Taylor <[email protected]>
Christopher Nady <[email protected]>
Colin Ihrig <[email protected]>
Cong Zuo <[email protected]>
Craig Schlenter <[email protected]>
Expand All @@ -97,6 +103,7 @@ Daniel Bevenius <[email protected]>
Daniel Dromboski <[email protected]>
Daniel James <[email protected]>
Daniel Shelton <[email protected]>
Daniil Bakin <[email protected]>
Danylo Boiko <[email protected]>
Darshan Sen <[email protected]>
David Carlier <[email protected]>
Expand All @@ -107,6 +114,7 @@ Deepak Mohan <[email protected]>
Deon Dior <[email protected]>
Derek Tu <[email protected]>
Divy Srivastava <[email protected]>
Dmitry Bezhetskov <[email protected]>
Dominic Chen <[email protected]>
Dominic Farolini <[email protected]>
Douglas Crosher <[email protected]>
Expand Down Expand Up @@ -134,13 +142,14 @@ Hannu Trey <[email protected]>
Harshal Nandigramwar <[email protected]>
Harshil Jain <[email protected]>
Henrique Ferreiro <[email protected]>
Helmut Januschka <[email protected]>
Hirofumi Mako <[email protected]>
Hisham Muhammad <[email protected]>
Ho Cheung <[email protected]>
Honggyu Kim <[email protected]>
Huáng Jùnliàng <[email protected]>
HyeockJin Kim <[email protected]>
Iain Ireland <[email protected]>
Ilya Gavrilin <[email protected]>
Ingvar Stepanyan <[email protected]>
Ioseb Dzmanashvili <[email protected]>
Isiah Meadows <[email protected]>
Expand All @@ -153,6 +162,7 @@ Jan de Mooij <[email protected]>
Janusz Majnert <[email protected]>
Javad Amiri <[email protected]>
Jay Freeman <[email protected]>
Jeroen Bobbeldijk <[email protected]>
Jérôme Vouillon <[email protected]>
Jesper van den Ende <[email protected]>
Ji Qiu <[email protected]>
Expand All @@ -162,6 +172,7 @@ Joel Stanley <[email protected]>
Johan Bergström <[email protected]>
Johan Levin <[email protected]>
John Paul Adrian Glaubitz <[email protected]>
Jojo R <[email protected]>
Jonathan Liu <[email protected]>
Juan Arboleda <[email protected]>
Julien Brianceau <[email protected]>
Expand All @@ -175,10 +186,12 @@ Kevin Gibbons <[email protected]>
Keyhan Vakil <[email protected]>
Kris Selden <[email protected]>
Kyounga Ra <[email protected]>
Levi Zim <[email protected]>
Loo Rong Jie <[email protected]>
Lu Yahan <[email protected]>
Ludovic Mermod <[email protected]>
Luis Reis <[email protected]>
Luke Albao <[email protected]>
Luke Zarko <[email protected]>
Ma Aiguo <[email protected]>
Maciej Małecki <[email protected]>
Expand All @@ -195,12 +208,15 @@ Matt Hanselman <[email protected]>
Matthew Sporleder <[email protected]>
Maxim Mazurok <[email protected]>
Maxim Mossienko <[email protected]>
Md Hasibul Hasan <[email protected]>
Meir Shpilraien <[email protected]>
Meng Tan <[email protected]>
Michael Lutz <[email protected]>
Michael Mclaughlin <[email protected]>
Michael Smith <[email protected]>
Michaël Zasso <[email protected]>
Mihir Shah <[email protected]>
Mika Fischer <[email protected]>
Mike Gilbert <[email protected]>
Mike Pennisi <[email protected]>
Mikhail Gusarov <[email protected]>
Expand All @@ -227,6 +243,7 @@ Peter Varga <[email protected]>
Peter Wong <[email protected]>
PhistucK <[email protected]>
Pierrick Bouvier <[email protected]>
Punith B Nayak <[email protected]>
Rafal Krypa <[email protected]>
Raul Tambre <[email protected]>
Ray Glover <[email protected]>
Expand All @@ -249,9 +266,11 @@ Sander Mathijs van Veen <[email protected]>
Sandro Santilli <[email protected]>
Sanjoy Das <[email protected]>
Sam James <[email protected]>
Sébastien Doeraene <[email protected]>
Seo Sanghyeon <[email protected]>
Shawn Anastasio <[email protected]>
Shawn Presser <[email protected]>
Sho Miyamoto <[email protected]>
Stefan Penner <[email protected]>
Stefan Stojanovic <[email protected]>
Stephan Hartmann <[email protected]>
Expand All @@ -274,6 +293,7 @@ Varun Varada <[email protected]>
Victor Costan <[email protected]>
Victor Polevoy <[email protected]>
Vlad Burlik <[email protected]>
Vladimir Kempik <[email protected]>
Vladimir Krivosheev <[email protected]>
Vladimir Shutoff <[email protected]>
Wael Almattar <[email protected]>
Expand All @@ -287,6 +307,7 @@ Wiktor Garbacz <[email protected]>
Wouter Vermeiren <[email protected]>
Xiaofang Zou <[email protected]>
Xiaoyin Liu <[email protected]>
Yagiz Nizipli <[email protected]>
Yanbo Li <[email protected]>
Yannic Bonenberger <[email protected]>
Yi Wang <[email protected]>
Expand All @@ -295,14 +316,18 @@ Youfeng Hao <[email protected]>
Yu Yin <[email protected]>
Yujie Wang <[email protected]>
Yuri Iozzelli <[email protected]>
Yuri Gaevsky <[email protected]>
Yusif Khudhur <[email protected]>
Yuxiang Cao <[email protected]>
Zac Hansen <[email protected]>
Zeynep Cankara <[email protected]>
Zhao Jiazhong <[email protected]>
Zhaojun Meng <[email protected]>
Zheng Liu <[email protected]>
Zhongping Wang <[email protected]>
柳荣一 <[email protected]>
Yang Xiang <[email protected]>
Kotaro Ohsugi <[email protected]>
Jing Peiyang <[email protected]>
magic-akari <[email protected]>
Ryuhei Shima <[email protected]>
Loading
Loading