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

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: Rebase 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'compiler/register-allocator-verifier.cc', 655 'compiler/register-allocator-verifier.cc',
656 'compiler/register-allocator-verifier.h', 656 'compiler/register-allocator-verifier.h',
657 'compiler/representation-change.cc', 657 'compiler/representation-change.cc',
658 'compiler/representation-change.h', 658 'compiler/representation-change.h',
659 'compiler/schedule.cc', 659 'compiler/schedule.cc',
660 'compiler/schedule.h', 660 'compiler/schedule.h',
661 'compiler/scheduler.cc', 661 'compiler/scheduler.cc',
662 'compiler/scheduler.h', 662 'compiler/scheduler.h',
663 'compiler/select-lowering.cc', 663 'compiler/select-lowering.cc',
664 'compiler/select-lowering.h', 664 'compiler/select-lowering.h',
665 'compiler/simd-lowering.cc',
666 'compiler/simd-lowering.h',
665 'compiler/simplified-lowering.cc', 667 'compiler/simplified-lowering.cc',
666 'compiler/simplified-lowering.h', 668 'compiler/simplified-lowering.h',
667 'compiler/simplified-operator-reducer.cc', 669 'compiler/simplified-operator-reducer.cc',
668 'compiler/simplified-operator-reducer.h', 670 'compiler/simplified-operator-reducer.h',
669 'compiler/simplified-operator.cc', 671 'compiler/simplified-operator.cc',
670 'compiler/simplified-operator.h', 672 'compiler/simplified-operator.h',
671 'compiler/source-position.cc', 673 'compiler/source-position.cc',
672 'compiler/source-position.h', 674 'compiler/source-position.h',
673 'compiler/state-values-utils.cc', 675 'compiler/state-values-utils.cc',
674 'compiler/state-values-utils.h', 676 'compiler/state-values-utils.h',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 }], 2302 }],
2301 ['want_separate_host_toolset==1', { 2303 ['want_separate_host_toolset==1', {
2302 'toolsets': ['host'], 2304 'toolsets': ['host'],
2303 }, { 2305 }, {
2304 'toolsets': ['target'], 2306 'toolsets': ['target'],
2305 }], 2307 }],
2306 ], 2308 ],
2307 }, 2309 },
2308 ], 2310 ],
2309 } 2311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698