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

Side by Side Diff: src/v8.gyp

Issue 2294743003: [wasm] simd scalar lowering F32x4Add and I32x4Add (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 3 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'compiler/register-allocator-verifier.cc', 698 'compiler/register-allocator-verifier.cc',
699 'compiler/register-allocator-verifier.h', 699 'compiler/register-allocator-verifier.h',
700 'compiler/representation-change.cc', 700 'compiler/representation-change.cc',
701 'compiler/representation-change.h', 701 'compiler/representation-change.h',
702 'compiler/schedule.cc', 702 'compiler/schedule.cc',
703 'compiler/schedule.h', 703 'compiler/schedule.h',
704 'compiler/scheduler.cc', 704 'compiler/scheduler.cc',
705 'compiler/scheduler.h', 705 'compiler/scheduler.h',
706 'compiler/select-lowering.cc', 706 'compiler/select-lowering.cc',
707 'compiler/select-lowering.h', 707 'compiler/select-lowering.h',
708 'compiler/simd-scalar-lowering.cc',
709 'compiler/simd-scalar-lowering.h',
708 'compiler/simplified-lowering.cc', 710 'compiler/simplified-lowering.cc',
709 'compiler/simplified-lowering.h', 711 'compiler/simplified-lowering.h',
710 'compiler/simplified-operator-reducer.cc', 712 'compiler/simplified-operator-reducer.cc',
711 'compiler/simplified-operator-reducer.h', 713 'compiler/simplified-operator-reducer.h',
712 'compiler/simplified-operator.cc', 714 'compiler/simplified-operator.cc',
713 'compiler/simplified-operator.h', 715 'compiler/simplified-operator.h',
714 'compiler/source-position.cc', 716 'compiler/source-position.cc',
715 'compiler/source-position.h', 717 'compiler/source-position.h',
716 'compiler/state-values-utils.cc', 718 'compiler/state-values-utils.cc',
717 'compiler/state-values-utils.h', 719 'compiler/state-values-utils.h',
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 'conditions': [ 2416 'conditions': [
2415 ['want_separate_host_toolset_mkpeephole==1', { 2417 ['want_separate_host_toolset_mkpeephole==1', {
2416 'toolsets': ['host'], 2418 'toolsets': ['host'],
2417 }, { 2419 }, {
2418 'toolsets': ['target'], 2420 'toolsets': ['target'],
2419 }], 2421 }],
2420 ], 2422 ],
2421 }, 2423 },
2422 ], 2424 ],
2423 } 2425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698