OLD | NEW |
1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 contexts.cc | 50 contexts.cc |
51 conversions.cc | 51 conversions.cc |
52 counters.cc | 52 counters.cc |
53 data-flow.cc | 53 data-flow.cc |
54 dateparser.cc | 54 dateparser.cc |
55 debug-agent.cc | 55 debug-agent.cc |
56 debug.cc | 56 debug.cc |
57 disassembler.cc | 57 disassembler.cc |
58 execution.cc | 58 execution.cc |
59 factory.cc | 59 factory.cc |
60 fast-codegen.cc | |
61 flags.cc | 60 flags.cc |
62 frame-element.cc | 61 frame-element.cc |
63 frames.cc | 62 frames.cc |
64 full-codegen.cc | 63 full-codegen.cc |
65 func-name-inferrer.cc | 64 func-name-inferrer.cc |
66 global-handles.cc | 65 global-handles.cc |
67 handles.cc | 66 handles.cc |
68 hashmap.cc | 67 hashmap.cc |
69 heap-profiler.cc | 68 heap-profiler.cc |
70 heap.cc | 69 heap.cc |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 utils.cc | 101 utils.cc |
103 v8-counters.cc | 102 v8-counters.cc |
104 v8.cc | 103 v8.cc |
105 v8threads.cc | 104 v8threads.cc |
106 variables.cc | 105 variables.cc |
107 version.cc | 106 version.cc |
108 virtual-frame.cc | 107 virtual-frame.cc |
109 zone.cc | 108 zone.cc |
110 """), | 109 """), |
111 'arch:arm': Split(""" | 110 'arch:arm': Split(""" |
| 111 fast-codegen.cc |
112 arm/builtins-arm.cc | 112 arm/builtins-arm.cc |
113 arm/codegen-arm.cc | 113 arm/codegen-arm.cc |
114 arm/constants-arm.cc | 114 arm/constants-arm.cc |
115 arm/cpu-arm.cc | 115 arm/cpu-arm.cc |
116 arm/debug-arm.cc | 116 arm/debug-arm.cc |
117 arm/disasm-arm.cc | 117 arm/disasm-arm.cc |
118 arm/fast-codegen-arm.cc | 118 arm/fast-codegen-arm.cc |
119 arm/frames-arm.cc | 119 arm/frames-arm.cc |
120 arm/full-codegen-arm.cc | 120 arm/full-codegen-arm.cc |
121 arm/ic-arm.cc | 121 arm/ic-arm.cc |
122 arm/jump-target-arm.cc | 122 arm/jump-target-arm.cc |
123 arm/macro-assembler-arm.cc | 123 arm/macro-assembler-arm.cc |
124 arm/regexp-macro-assembler-arm.cc | 124 arm/regexp-macro-assembler-arm.cc |
125 arm/register-allocator-arm.cc | 125 arm/register-allocator-arm.cc |
126 arm/stub-cache-arm.cc | 126 arm/stub-cache-arm.cc |
127 arm/virtual-frame-arm.cc | 127 arm/virtual-frame-arm.cc |
128 """), | 128 """), |
129 'armvariant:arm': Split(""" | 129 'armvariant:arm': Split(""" |
130 arm/assembler-arm.cc | 130 arm/assembler-arm.cc |
131 """), | 131 """), |
132 'armvariant:thumb2': Split(""" | 132 'armvariant:thumb2': Split(""" |
133 arm/assembler-thumb2.cc | 133 arm/assembler-thumb2.cc |
134 """), | 134 """), |
135 'arch:mips': Split(""" | 135 'arch:mips': Split(""" |
| 136 fast-codegen.cc |
136 mips/assembler-mips.cc | 137 mips/assembler-mips.cc |
137 mips/builtins-mips.cc | 138 mips/builtins-mips.cc |
138 mips/codegen-mips.cc | 139 mips/codegen-mips.cc |
139 mips/constants-mips.cc | 140 mips/constants-mips.cc |
140 mips/cpu-mips.cc | 141 mips/cpu-mips.cc |
141 mips/debug-mips.cc | 142 mips/debug-mips.cc |
142 mips/disasm-mips.cc | 143 mips/disasm-mips.cc |
143 mips/fast-codegen-mips.cc | 144 mips/fast-codegen-mips.cc |
144 mips/full-codegen-mips.cc | 145 mips/full-codegen-mips.cc |
145 mips/frames-mips.cc | 146 mips/frames-mips.cc |
(...skipping 16 matching lines...) Expand all Loading... |
162 ia32/full-codegen-ia32.cc | 163 ia32/full-codegen-ia32.cc |
163 ia32/ic-ia32.cc | 164 ia32/ic-ia32.cc |
164 ia32/jump-target-ia32.cc | 165 ia32/jump-target-ia32.cc |
165 ia32/macro-assembler-ia32.cc | 166 ia32/macro-assembler-ia32.cc |
166 ia32/regexp-macro-assembler-ia32.cc | 167 ia32/regexp-macro-assembler-ia32.cc |
167 ia32/register-allocator-ia32.cc | 168 ia32/register-allocator-ia32.cc |
168 ia32/stub-cache-ia32.cc | 169 ia32/stub-cache-ia32.cc |
169 ia32/virtual-frame-ia32.cc | 170 ia32/virtual-frame-ia32.cc |
170 """), | 171 """), |
171 'arch:x64': Split(""" | 172 'arch:x64': Split(""" |
| 173 fast-codegen.cc |
172 x64/assembler-x64.cc | 174 x64/assembler-x64.cc |
173 x64/builtins-x64.cc | 175 x64/builtins-x64.cc |
174 x64/codegen-x64.cc | 176 x64/codegen-x64.cc |
175 x64/cpu-x64.cc | 177 x64/cpu-x64.cc |
176 x64/debug-x64.cc | 178 x64/debug-x64.cc |
177 x64/disasm-x64.cc | 179 x64/disasm-x64.cc |
178 x64/fast-codegen-x64.cc | 180 x64/fast-codegen-x64.cc |
179 x64/frames-x64.cc | 181 x64/frames-x64.cc |
180 x64/full-codegen-x64.cc | 182 x64/full-codegen-x64.cc |
181 x64/ic-x64.cc | 183 x64/ic-x64.cc |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 snapshot_cc = Command('snapshot.cc', [], []) | 305 snapshot_cc = Command('snapshot.cc', [], []) |
304 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) | 306 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) |
305 else: | 307 else: |
306 snapshot_obj = empty_snapshot_obj | 308 snapshot_obj = empty_snapshot_obj |
307 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] | 309 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] |
308 return (library_objs, d8_objs, [mksnapshot]) | 310 return (library_objs, d8_objs, [mksnapshot]) |
309 | 311 |
310 | 312 |
311 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() | 313 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() |
312 Return('library_objs d8_objs mksnapshot') | 314 Return('library_objs d8_objs mksnapshot') |
OLD | NEW |