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

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

Issue 6366003: Port new version of ParallelMove's LGapResolver to X64. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 11 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '../../src/x64/debug-x64.cc', 684 '../../src/x64/debug-x64.cc',
685 '../../src/x64/deoptimizer-x64.cc', 685 '../../src/x64/deoptimizer-x64.cc',
686 '../../src/x64/disasm-x64.cc', 686 '../../src/x64/disasm-x64.cc',
687 '../../src/x64/frames-x64.cc', 687 '../../src/x64/frames-x64.cc',
688 '../../src/x64/frames-x64.h', 688 '../../src/x64/frames-x64.h',
689 '../../src/x64/full-codegen-x64.cc', 689 '../../src/x64/full-codegen-x64.cc',
690 '../../src/x64/ic-x64.cc', 690 '../../src/x64/ic-x64.cc',
691 '../../src/x64/jump-target-x64.cc', 691 '../../src/x64/jump-target-x64.cc',
692 '../../src/x64/lithium-codegen-x64.cc', 692 '../../src/x64/lithium-codegen-x64.cc',
693 '../../src/x64/lithium-codegen-x64.h', 693 '../../src/x64/lithium-codegen-x64.h',
694 '../../src/x64/lithium-gap-resolver-x64.cc',
695 '../../src/ia32/lithium-gap-resolver-x64.h',
694 '../../src/x64/lithium-x64.cc', 696 '../../src/x64/lithium-x64.cc',
695 '../../src/x64/lithium-x64.h', 697 '../../src/x64/lithium-x64.h',
696 '../../src/x64/macro-assembler-x64.cc', 698 '../../src/x64/macro-assembler-x64.cc',
697 '../../src/x64/macro-assembler-x64.h', 699 '../../src/x64/macro-assembler-x64.h',
698 '../../src/x64/regexp-macro-assembler-x64.cc', 700 '../../src/x64/regexp-macro-assembler-x64.cc',
699 '../../src/x64/regexp-macro-assembler-x64.h', 701 '../../src/x64/regexp-macro-assembler-x64.h',
700 '../../src/x64/register-allocator-x64.cc', 702 '../../src/x64/register-allocator-x64.cc',
701 '../../src/x64/stub-cache-x64.cc', 703 '../../src/x64/stub-cache-x64.cc',
702 '../../src/x64/virtual-frame-x64.cc', 704 '../../src/x64/virtual-frame-x64.cc',
703 '../../src/x64/virtual-frame-x64.h', 705 '../../src/x64/virtual-frame-x64.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'target_name': 'v8_shell', 860 'target_name': 'v8_shell',
859 'type': 'none', 861 'type': 'none',
860 'dependencies': [ 862 'dependencies': [
861 'v8' 863 'v8'
862 ], 864 ],
863 }, 865 },
864 ], 866 ],
865 }], 867 }],
866 ], 868 ],
867 } 869 }
OLDNEW
« src/x64/lithium-gap-resolver-x64.cc ('K') | « src/x64/lithium-gap-resolver-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698