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

Side by Side Diff: src/v8.gyp

Issue 2023503002: Reland Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Rebase on master. 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
« no previous file with comments | « src/perf-jit.cc ('k') | src/x64/eh-frame-x64.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'arm/deoptimizer-arm.cc', 1221 'arm/deoptimizer-arm.cc',
1222 'arm/disasm-arm.cc', 1222 'arm/disasm-arm.cc',
1223 'arm/frames-arm.cc', 1223 'arm/frames-arm.cc',
1224 'arm/frames-arm.h', 1224 'arm/frames-arm.h',
1225 'arm/interface-descriptors-arm.cc', 1225 'arm/interface-descriptors-arm.cc',
1226 'arm/interface-descriptors-arm.h', 1226 'arm/interface-descriptors-arm.h',
1227 'arm/macro-assembler-arm.cc', 1227 'arm/macro-assembler-arm.cc',
1228 'arm/macro-assembler-arm.h', 1228 'arm/macro-assembler-arm.h',
1229 'arm/simulator-arm.cc', 1229 'arm/simulator-arm.cc',
1230 'arm/simulator-arm.h', 1230 'arm/simulator-arm.h',
1231 'arm/eh-frame-arm.cc',
1231 'builtins/arm/builtins-arm.cc', 1232 'builtins/arm/builtins-arm.cc',
1232 'compiler/arm/code-generator-arm.cc', 1233 'compiler/arm/code-generator-arm.cc',
1233 'compiler/arm/instruction-codes-arm.h', 1234 'compiler/arm/instruction-codes-arm.h',
1234 'compiler/arm/instruction-scheduler-arm.cc', 1235 'compiler/arm/instruction-scheduler-arm.cc',
1235 'compiler/arm/instruction-selector-arm.cc', 1236 'compiler/arm/instruction-selector-arm.cc',
1236 'crankshaft/arm/lithium-arm.cc', 1237 'crankshaft/arm/lithium-arm.cc',
1237 'crankshaft/arm/lithium-arm.h', 1238 'crankshaft/arm/lithium-arm.h',
1238 'crankshaft/arm/lithium-codegen-arm.cc', 1239 'crankshaft/arm/lithium-codegen-arm.cc',
1239 'crankshaft/arm/lithium-codegen-arm.h', 1240 'crankshaft/arm/lithium-codegen-arm.h',
1240 'crankshaft/arm/lithium-gap-resolver-arm.cc', 1241 'crankshaft/arm/lithium-gap-resolver-arm.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 'arm64/instrument-arm64.h', 1276 'arm64/instrument-arm64.h',
1276 'arm64/interface-descriptors-arm64.cc', 1277 'arm64/interface-descriptors-arm64.cc',
1277 'arm64/interface-descriptors-arm64.h', 1278 'arm64/interface-descriptors-arm64.h',
1278 'arm64/macro-assembler-arm64.cc', 1279 'arm64/macro-assembler-arm64.cc',
1279 'arm64/macro-assembler-arm64.h', 1280 'arm64/macro-assembler-arm64.h',
1280 'arm64/macro-assembler-arm64-inl.h', 1281 'arm64/macro-assembler-arm64-inl.h',
1281 'arm64/simulator-arm64.cc', 1282 'arm64/simulator-arm64.cc',
1282 'arm64/simulator-arm64.h', 1283 'arm64/simulator-arm64.h',
1283 'arm64/utils-arm64.cc', 1284 'arm64/utils-arm64.cc',
1284 'arm64/utils-arm64.h', 1285 'arm64/utils-arm64.h',
1286 'arm64/eh-frame-arm64.cc',
1285 'builtins/arm64/builtins-arm64.cc', 1287 'builtins/arm64/builtins-arm64.cc',
1286 'compiler/arm64/code-generator-arm64.cc', 1288 'compiler/arm64/code-generator-arm64.cc',
1287 'compiler/arm64/instruction-codes-arm64.h', 1289 'compiler/arm64/instruction-codes-arm64.h',
1288 'compiler/arm64/instruction-scheduler-arm64.cc', 1290 'compiler/arm64/instruction-scheduler-arm64.cc',
1289 'compiler/arm64/instruction-selector-arm64.cc', 1291 'compiler/arm64/instruction-selector-arm64.cc',
1290 'crankshaft/arm64/delayed-masm-arm64.cc', 1292 'crankshaft/arm64/delayed-masm-arm64.cc',
1291 'crankshaft/arm64/delayed-masm-arm64.h', 1293 'crankshaft/arm64/delayed-masm-arm64.h',
1292 'crankshaft/arm64/delayed-masm-arm64-inl.h', 1294 'crankshaft/arm64/delayed-masm-arm64-inl.h',
1293 'crankshaft/arm64/lithium-arm64.cc', 1295 'crankshaft/arm64/lithium-arm64.cc',
1294 'crankshaft/arm64/lithium-arm64.h', 1296 'crankshaft/arm64/lithium-arm64.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'regexp/x64/regexp-macro-assembler-x64.cc', 1507 'regexp/x64/regexp-macro-assembler-x64.cc',
1506 'regexp/x64/regexp-macro-assembler-x64.h', 1508 'regexp/x64/regexp-macro-assembler-x64.h',
1507 ], 1509 ],
1508 }], 1510 }],
1509 ['v8_target_arch=="x64"', { 1511 ['v8_target_arch=="x64"', {
1510 'sources': [ 1512 'sources': [
1511 'compiler/x64/code-generator-x64.cc', 1513 'compiler/x64/code-generator-x64.cc',
1512 'compiler/x64/instruction-codes-x64.h', 1514 'compiler/x64/instruction-codes-x64.h',
1513 'compiler/x64/instruction-scheduler-x64.cc', 1515 'compiler/x64/instruction-scheduler-x64.cc',
1514 'compiler/x64/instruction-selector-x64.cc', 1516 'compiler/x64/instruction-selector-x64.cc',
1517 'x64/eh-frame-x64.cc',
1515 ], 1518 ],
1516 }], 1519 }],
1517 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1520 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1518 'sources': [ ### gcmole(arch:ppc) ### 1521 'sources': [ ### gcmole(arch:ppc) ###
1519 'builtins/ppc/builtins-ppc.cc', 1522 'builtins/ppc/builtins-ppc.cc',
1520 'compiler/ppc/code-generator-ppc.cc', 1523 'compiler/ppc/code-generator-ppc.cc',
1521 'compiler/ppc/instruction-codes-ppc.h', 1524 'compiler/ppc/instruction-codes-ppc.h',
1522 'compiler/ppc/instruction-scheduler-ppc.cc', 1525 'compiler/ppc/instruction-scheduler-ppc.cc',
1523 'compiler/ppc/instruction-selector-ppc.cc', 1526 'compiler/ppc/instruction-selector-ppc.cc',
1524 'crankshaft/ppc/lithium-ppc.cc', 1527 'crankshaft/ppc/lithium-ppc.cc',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 }], 2295 }],
2293 ['want_separate_host_toolset==1', { 2296 ['want_separate_host_toolset==1', {
2294 'toolsets': ['host'], 2297 'toolsets': ['host'],
2295 }, { 2298 }, {
2296 'toolsets': ['target'], 2299 'toolsets': ['target'],
2297 }], 2300 }],
2298 ], 2301 ],
2299 }, 2302 },
2300 ], 2303 ],
2301 } 2304 }
OLDNEW
« no previous file with comments | « src/perf-jit.cc ('k') | src/x64/eh-frame-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698