Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: src/v8.gyp

Issue 1991143002: Convert SIMD wasm ops to runtime function calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review changes Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'compiler/register-allocator-verifier.cc', 645 'compiler/register-allocator-verifier.cc',
646 'compiler/register-allocator-verifier.h', 646 'compiler/register-allocator-verifier.h',
647 'compiler/representation-change.cc', 647 'compiler/representation-change.cc',
648 'compiler/representation-change.h', 648 'compiler/representation-change.h',
649 'compiler/schedule.cc', 649 'compiler/schedule.cc',
650 'compiler/schedule.h', 650 'compiler/schedule.h',
651 'compiler/scheduler.cc', 651 'compiler/scheduler.cc',
652 'compiler/scheduler.h', 652 'compiler/scheduler.h',
653 'compiler/select-lowering.cc', 653 'compiler/select-lowering.cc',
654 'compiler/select-lowering.h', 654 'compiler/select-lowering.h',
655 'compiler/simd-lowering.cc',
656 'compiler/simd-lowering.h',
655 'compiler/simplified-lowering.cc', 657 'compiler/simplified-lowering.cc',
656 'compiler/simplified-lowering.h', 658 'compiler/simplified-lowering.h',
657 'compiler/simplified-operator-reducer.cc', 659 'compiler/simplified-operator-reducer.cc',
658 'compiler/simplified-operator-reducer.h', 660 'compiler/simplified-operator-reducer.h',
659 'compiler/simplified-operator.cc', 661 'compiler/simplified-operator.cc',
660 'compiler/simplified-operator.h', 662 'compiler/simplified-operator.h',
661 'compiler/source-position.cc', 663 'compiler/source-position.cc',
662 'compiler/source-position.h', 664 'compiler/source-position.h',
663 'compiler/state-values-utils.cc', 665 'compiler/state-values-utils.cc',
664 'compiler/state-values-utils.h', 666 'compiler/state-values-utils.h',
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 }], 2291 }],
2290 ['want_separate_host_toolset==1', { 2292 ['want_separate_host_toolset==1', {
2291 'toolsets': ['host'], 2293 'toolsets': ['host'],
2292 }, { 2294 }, {
2293 'toolsets': ['target'], 2295 'toolsets': ['target'],
2294 }], 2296 }],
2295 ], 2297 ],
2296 }, 2298 },
2297 ], 2299 ],
2298 } 2300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698