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

Side by Side Diff: tools/gyp/v8.gyp

Issue 170383003: Merge a few A64 utils into the CompilerIntrinsics. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes and cleaning Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « src/compiler-intrinsics.cc ('k') | no next file » | 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 '../../src/circular-queue-inl.h', 280 '../../src/circular-queue-inl.h',
281 '../../src/circular-queue.h', 281 '../../src/circular-queue.h',
282 '../../src/code-stubs.cc', 282 '../../src/code-stubs.cc',
283 '../../src/code-stubs.h', 283 '../../src/code-stubs.h',
284 '../../src/code-stubs-hydrogen.cc', 284 '../../src/code-stubs-hydrogen.cc',
285 '../../src/code.h', 285 '../../src/code.h',
286 '../../src/codegen.cc', 286 '../../src/codegen.cc',
287 '../../src/codegen.h', 287 '../../src/codegen.h',
288 '../../src/compilation-cache.cc', 288 '../../src/compilation-cache.cc',
289 '../../src/compilation-cache.h', 289 '../../src/compilation-cache.h',
290 '../../src/compiler-intrinsics.cc',
291 '../../src/compiler-intrinsics.h',
290 '../../src/compiler.cc', 292 '../../src/compiler.cc',
291 '../../src/compiler.h', 293 '../../src/compiler.h',
292 '../../src/contexts.cc', 294 '../../src/contexts.cc',
293 '../../src/contexts.h', 295 '../../src/contexts.h',
294 '../../src/conversions-inl.h', 296 '../../src/conversions-inl.h',
295 '../../src/conversions.cc', 297 '../../src/conversions.cc',
296 '../../src/conversions.h', 298 '../../src/conversions.h',
297 '../../src/counters.cc', 299 '../../src/counters.cc',
298 '../../src/counters.h', 300 '../../src/counters.h',
299 '../../src/cpu-profiler-inl.h', 301 '../../src/cpu-profiler-inl.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 '../../src/a64/lithium-gap-resolver-a64.cc', 684 '../../src/a64/lithium-gap-resolver-a64.cc',
683 '../../src/a64/lithium-gap-resolver-a64.h', 685 '../../src/a64/lithium-gap-resolver-a64.h',
684 '../../src/a64/macro-assembler-a64.cc', 686 '../../src/a64/macro-assembler-a64.cc',
685 '../../src/a64/macro-assembler-a64.h', 687 '../../src/a64/macro-assembler-a64.h',
686 '../../src/a64/macro-assembler-a64-inl.h', 688 '../../src/a64/macro-assembler-a64-inl.h',
687 '../../src/a64/regexp-macro-assembler-a64.cc', 689 '../../src/a64/regexp-macro-assembler-a64.cc',
688 '../../src/a64/regexp-macro-assembler-a64.h', 690 '../../src/a64/regexp-macro-assembler-a64.h',
689 '../../src/a64/simulator-a64.cc', 691 '../../src/a64/simulator-a64.cc',
690 '../../src/a64/simulator-a64.h', 692 '../../src/a64/simulator-a64.h',
691 '../../src/a64/stub-cache-a64.cc', 693 '../../src/a64/stub-cache-a64.cc',
692 '../../src/a64/utils-a64.cc',
693 '../../src/a64/utils-a64.h', 694 '../../src/a64/utils-a64.h',
694 ], 695 ],
695 }], 696 }],
696 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { 697 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', {
697 'sources': [ ### gcmole(arch:ia32) ### 698 'sources': [ ### gcmole(arch:ia32) ###
698 '../../src/ia32/assembler-ia32-inl.h', 699 '../../src/ia32/assembler-ia32-inl.h',
699 '../../src/ia32/assembler-ia32.cc', 700 '../../src/ia32/assembler-ia32.cc',
700 '../../src/ia32/assembler-ia32.h', 701 '../../src/ia32/assembler-ia32.h',
701 '../../src/ia32/builtins-ia32.cc', 702 '../../src/ia32/builtins-ia32.cc',
702 '../../src/ia32/code-stubs-ia32.cc', 703 '../../src/ia32/code-stubs-ia32.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 }], 1168 }],
1168 ['v8_compress_startup_data=="bz2"', { 1169 ['v8_compress_startup_data=="bz2"', {
1169 'libraries': [ 1170 'libraries': [
1170 '-lbz2', 1171 '-lbz2',
1171 ] 1172 ]
1172 }], 1173 }],
1173 ], 1174 ],
1174 }, 1175 },
1175 ], 1176 ],
1176 } 1177 }
OLDNEW
« no previous file with comments | « src/compiler-intrinsics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698