| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a1d48f4 commit 02b0bc0
1,119 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,13 @@ | |||
| 3 | 3 | BasedOnStyle: Google | |
| 4 | 4 | DerivePointerAlignment: false | |
| 5 | 5 | MaxEmptyLinesToKeep: 1 | |
| 6 | - IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF'] | ||
| 6 | + IfMacros: | ||
| 7 | + - IF | ||
| 8 | + - IF_NOT | ||
| 9 | + Macros: | ||
| 10 | + # Make clang-format think TurboShaft `ELSE` expands to just `else`, so that | ||
| 11 | + # it formats well alongside `if` | ||
| 12 | + - ELSE=else | ||
| 7 | 13 | StatementMacros: | |
| 8 | 14 | - DECL_CAST | |
| 9 | 15 | - DECL_VERIFIER | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,3 +134,6 @@ bazel-v8 | |||
| 134 | 134 | !/third_party/abseil-cpp | |
| 135 | 135 | /third_party/abseil-cpp/.github | |
| 136 | 136 | /third_party/abseil-cpp/ci | |
| 137 | + !/third_party/fp16 | ||
| 138 | + /third_party/fp16/src/* | ||
| 139 | + !/third_party/fp16/src/include | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,6 +81,7 @@ Benjamin Tan <demoneaux@gmail.com> | |||
| 81 | 81 | Bert Belder <bertbelder@gmail.com> | |
| 82 | 82 | Brendon Tiszka <btiszka@gmail.com> | |
| 83 | 83 | Brice Dobry <brice.dobry@futurewei.com> | |
| 84 | + Bruno Pitrus <brunopitrus@hotmail.com> | ||
| 84 | 85 | Burcu Dogan <burcujdogan@gmail.com> | |
| 85 | 86 | Caitlin Potter <caitpotter88@gmail.com> | |
| 86 | 87 | Chao Wang <chao.w@rioslab.org> | |
@@ -109,6 +110,7 @@ Deepak Mohan <hop2deep@gmail.com> | |||
| 109 | 110 | Deon Dior <diaoyuanjie@gmail.com> | |
| 110 | 111 | Derek Tu <derek.t@rioslab.org> | |
| 111 | 112 | Divy Srivastava <dj.srivastava23@gmail.com> | |
| 113 | + Dmitry Bezhetskov <dima00782@gmail.com> | ||
| 112 | 114 | Dominic Chen <d.c.ddcc@gmail.com> | |
| 113 | 115 | Dominic Farolini <domfarolino@gmail.com> | |
| 114 | 116 | Douglas Crosher <dtc-v8@scieneer.com> | |
@@ -232,6 +234,7 @@ Peter Varga <pvarga@inf.u-szeged.hu> | |||
| 232 | 234 | Peter Wong <peter.wm.wong@gmail.com> | |
| 233 | 235 | PhistucK <phistuck@gmail.com> | |
| 234 | 236 | Pierrick Bouvier <pierrick.bouvier@linaro.org> | |
| 237 | + Punith B Nayak <npunith125@gmail.com> | ||
| 235 | 238 | Rafal Krypa <rafal@krypa.net> | |
| 236 | 239 | Raul Tambre <raul@tambre.ee> | |
| 237 | 240 | Ray Glover <ray@rayglover.net> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -674,6 +674,7 @@ filegroup( | |||
| 674 | 674 | name = "v8_flags", | |
| 675 | 675 | srcs = [ | |
| 676 | 676 | "src/flags/flag-definitions.h", | |
| 677 | + "src/flags/flags-impl.h", | ||
| 677 | 678 | "src/flags/flags.h", | |
| 678 | 679 | ] + select({ | |
| 679 | 680 | "is_v8_enable_webassembly": ["src/wasm/wasm-feature-flags.h"], | |
@@ -802,7 +803,6 @@ filegroup( | |||
| 802 | 803 | "src/base/timezone-cache.h", | |
| 803 | 804 | "src/base/utils/random-number-generator.cc", | |
| 804 | 805 | "src/base/utils/random-number-generator.h", | |
| 805 | - "src/base/v8-fallthrough.h", | ||
| 806 | 806 | "src/base/vector.h", | |
| 807 | 807 | "src/base/virtual-address-space.cc", | |
| 808 | 808 | "src/base/virtual-address-space.h", | |
@@ -1540,6 +1540,7 @@ filegroup( | |||
| 1540 | 1540 | "src/extensions/trigger-failure-extension.cc", | |
| 1541 | 1541 | "src/extensions/trigger-failure-extension.h", | |
| 1542 | 1542 | "src/flags/flag-definitions.h", | |
| 1543 | + "src/flags/flags-impl.h", | ||
| 1543 | 1544 | "src/flags/flags.cc", | |
| 1544 | 1545 | "src/flags/flags.h", | |
| 1545 | 1546 | "src/handles/global-handles.cc", | |
@@ -1569,8 +1570,8 @@ filegroup( | |||
| 1569 | 1570 | "src/heap/base-space.h", | |
| 1570 | 1571 | "src/heap/base/active-system-pages.cc", | |
| 1571 | 1572 | "src/heap/base/active-system-pages.h", | |
| 1572 | - "src/heap/basic-memory-chunk.cc", | ||
| 1573 | - "src/heap/basic-memory-chunk.h", | ||
| 1573 | + "src/heap/memory-chunk-metadata.cc", | ||
| 1574 | + "src/heap/memory-chunk-metadata.h", | ||
| 1574 | 1575 | "src/heap/code-range.cc", | |
| 1575 | 1576 | "src/heap/code-range.h", | |
| 1576 | 1577 | "src/heap/trusted-range.cc", | |
@@ -1687,11 +1688,11 @@ filegroup( | |||
| 1687 | 1688 | "src/heap/memory-allocator.h", | |
| 1688 | 1689 | "src/heap/memory-balancer.cc", | |
| 1689 | 1690 | "src/heap/memory-balancer.h", | |
| 1691 | + "src/heap/mutable-page.cc", | ||
| 1692 | + "src/heap/mutable-page.h", | ||
| 1690 | 1693 | "src/heap/memory-chunk.cc", | |
| 1691 | 1694 | "src/heap/memory-chunk.h", | |
| 1692 | - "src/heap/memory-chunk-header.cc", | ||
| 1693 | - "src/heap/memory-chunk-header.h", | ||
| 1694 | - "src/heap/memory-chunk-inl.h", | ||
| 1695 | + "src/heap/mutable-page-inl.h", | ||
| 1695 | 1696 | "src/heap/memory-chunk-layout.cc", | |
| 1696 | 1697 | "src/heap/memory-chunk-layout.h", | |
| 1697 | 1698 | "src/heap/memory-measurement.cc", | |
@@ -2805,6 +2806,8 @@ filegroup( | |||
| 2805 | 2806 | "src/wasm/function-body-decoder-impl.h", | |
| 2806 | 2807 | "src/wasm/function-compiler.cc", | |
| 2807 | 2808 | "src/wasm/function-compiler.h", | |
| 2809 | + "src/wasm/fuzzing/random-module-generation.cc", | ||
| 2810 | + "src/wasm/fuzzing/random-module-generation.h", | ||
| 2808 | 2811 | "src/wasm/graph-builder-interface.cc", | |
| 2809 | 2812 | "src/wasm/graph-builder-interface.h", | |
| 2810 | 2813 | "src/wasm/inlining-tree.h", | |
@@ -3144,6 +3147,7 @@ filegroup( | |||
| 3144 | 3147 | "src/compiler/phase.h", | |
| 3145 | 3148 | "src/compiler/pipeline.cc", | |
| 3146 | 3149 | "src/compiler/pipeline.h", | |
| 3150 | + "src/compiler/pipeline-data-inl.h", | ||
| 3147 | 3151 | "src/compiler/pipeline-statistics.cc", | |
| 3148 | 3152 | "src/compiler/pipeline-statistics.h", | |
| 3149 | 3153 | "src/compiler/processed-feedback.h", | |
@@ -3213,6 +3217,7 @@ filegroup( | |||
| 3213 | 3217 | "src/compiler/turboshaft/graph-builder.h", | |
| 3214 | 3218 | "src/compiler/turboshaft/graph-visualizer.cc", | |
| 3215 | 3219 | "src/compiler/turboshaft/graph-visualizer.h", | |
| 3220 | + "src/compiler/turboshaft/js-generic-lowering-reducer.h", | ||
| 3216 | 3221 | "src/compiler/turboshaft/index.h", | |
| 3217 | 3222 | "src/compiler/turboshaft/instruction-selection-phase.cc", | |
| 3218 | 3223 | "src/compiler/turboshaft/instruction-selection-phase.h", | |
@@ -3234,6 +3239,7 @@ filegroup( | |||
| 3234 | 3239 | "src/compiler/turboshaft/machine-lowering-phase.cc", | |
| 3235 | 3240 | "src/compiler/turboshaft/machine-lowering-phase.h", | |
| 3236 | 3241 | "src/compiler/turboshaft/machine-lowering-reducer-inl.h", | |
| 3242 | + "src/compiler/turboshaft/maglev-early-lowering-reducer-inl.h", | ||
| 3237 | 3243 | "src/compiler/turboshaft/maglev-graph-building-phase.cc", | |
| 3238 | 3244 | "src/compiler/turboshaft/maglev-graph-building-phase.h", | |
| 3239 | 3245 | "src/compiler/turboshaft/machine-optimization-reducer.h", | |
@@ -3479,6 +3485,7 @@ filegroup( | |||
| 3479 | 3485 | "src/builtins/setup-builtins-internal.cc", | |
| 3480 | 3486 | "src/builtins/torque-csa-header-includes.h", | |
| 3481 | 3487 | "src/codegen/code-stub-assembler.cc", | |
| 3488 | + "third_party/v8/codegen/fp16-inl.h", | ||
| 3482 | 3489 | "src/codegen/code-stub-assembler-inl.h", | |
| 3483 | 3490 | "src/codegen/code-stub-assembler.h", | |
| 3484 | 3491 | "src/heap/setup-heap-internal.cc", | |
@@ -3678,6 +3685,18 @@ filegroup( | |||
| 3678 | 3685 | }), | |
| 3679 | 3686 | ) | |
| 3680 | 3687 | ||
| 3688 | + v8_library( | ||
| 3689 | + name = "lib_fp16", | ||
| 3690 | + srcs = ["third_party/fp16/src/include/fp16.h"], | ||
| 3691 | + hdrs = [ | ||
| 3692 | + "third_party/fp16/src/include/fp16/fp16.h", | ||
| 3693 | + "third_party/fp16/src/include/fp16/bitcasts.h", | ||
| 3694 | + ], | ||
| 3695 | + includes = [ | ||
| 3696 | + "third_party/fp16/src/include", | ||
| 3697 | + ], | ||
| 3698 | + ) | ||
| 3699 | + | ||
| 3681 | 3700 | filegroup( | |
| 3682 | 3701 | name = "v8_bigint", | |
| 3683 | 3702 | srcs = [ | |
@@ -4167,6 +4186,7 @@ v8_library( | |||
| 4167 | 4186 | ":noicu/generated_torque_definitions", | |
| 4168 | 4187 | ], | |
| 4169 | 4188 | deps = [ | |
| 4189 | + ":lib_fp16", | ||
| 4170 | 4190 | ":v8_libbase", | |
| 4171 | 4191 | "//external:base_trace_event_common", | |
| 4172 | 4192 | "//external:absl_btree", | |
@@ -4223,11 +4243,11 @@ alias( | |||
| 4223 | 4243 | ||
| 4224 | 4244 | v8_library( | |
| 4225 | 4245 | name = "v8_vtune", | |
| 4226 | - srcs = glob([ | ||
| 4246 | + srcs = [ | ||
| 4227 | 4247 | "src/third_party/vtune/v8-vtune.h", | |
| 4228 | 4248 | "src/third_party/vtune/vtune-jit.cc", | |
| 4229 | 4249 | "src/third_party/vtune/vtune-jit.h", | |
| 4230 | - ]), | ||
| 4250 | + ], | ||
| 4231 | 4251 | copts = ["-I"], | |
| 4232 | 4252 | deps = [ | |
| 4233 | 4253 | ":core_lib_noicu", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments