OLD | NEW |
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'compiler/simplified-operator.cc', | 719 'compiler/simplified-operator.cc', |
720 'compiler/simplified-operator.h', | 720 'compiler/simplified-operator.h', |
721 'compiler/source-position.cc', | 721 'compiler/source-position.cc', |
722 'compiler/source-position.h', | 722 'compiler/source-position.h', |
723 'compiler/state-values-utils.cc', | 723 'compiler/state-values-utils.cc', |
724 'compiler/state-values-utils.h', | 724 'compiler/state-values-utils.h', |
725 'compiler/store-store-elimination.cc', | 725 'compiler/store-store-elimination.cc', |
726 'compiler/store-store-elimination.h', | 726 'compiler/store-store-elimination.h', |
727 'compiler/tail-call-optimization.cc', | 727 'compiler/tail-call-optimization.cc', |
728 'compiler/tail-call-optimization.h', | 728 'compiler/tail-call-optimization.h', |
| 729 'compiler/types.cc', |
| 730 'compiler/types.h', |
729 'compiler/type-cache.cc', | 731 'compiler/type-cache.cc', |
730 'compiler/type-cache.h', | 732 'compiler/type-cache.h', |
731 'compiler/type-hint-analyzer.cc', | 733 'compiler/type-hint-analyzer.cc', |
732 'compiler/type-hint-analyzer.h', | 734 'compiler/type-hint-analyzer.h', |
733 'compiler/type-hints.cc', | 735 'compiler/type-hints.cc', |
734 'compiler/type-hints.h', | 736 'compiler/type-hints.h', |
735 'compiler/typed-optimization.cc', | 737 'compiler/typed-optimization.cc', |
736 'compiler/typed-optimization.h', | 738 'compiler/typed-optimization.h', |
737 'compiler/typer.cc', | 739 'compiler/typer.cc', |
738 'compiler/typer.h', | 740 'compiler/typer.h', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1209 'tracing/trace-event.cc', | 1211 'tracing/trace-event.cc', |
1210 'tracing/trace-event.h', | 1212 'tracing/trace-event.h', |
1211 'transitions-inl.h', | 1213 'transitions-inl.h', |
1212 'transitions.cc', | 1214 'transitions.cc', |
1213 'transitions.h', | 1215 'transitions.h', |
1214 'type-feedback-vector-inl.h', | 1216 'type-feedback-vector-inl.h', |
1215 'type-feedback-vector.cc', | 1217 'type-feedback-vector.cc', |
1216 'type-feedback-vector.h', | 1218 'type-feedback-vector.h', |
1217 'type-info.cc', | 1219 'type-info.cc', |
1218 'type-info.h', | 1220 'type-info.h', |
1219 'types.cc', | |
1220 'types.h', | |
1221 'unicode-inl.h', | 1221 'unicode-inl.h', |
1222 'unicode.cc', | 1222 'unicode.cc', |
1223 'unicode.h', | 1223 'unicode.h', |
1224 'unicode-cache-inl.h', | 1224 'unicode-cache-inl.h', |
1225 'unicode-cache.h', | 1225 'unicode-cache.h', |
1226 'unicode-decoder.cc', | 1226 'unicode-decoder.cc', |
1227 'unicode-decoder.h', | 1227 'unicode-decoder.h', |
1228 'uri.cc', | 1228 'uri.cc', |
1229 'uri.h', | 1229 'uri.h', |
1230 'utils-inl.h', | 1230 'utils-inl.h', |
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2419 'conditions': [ | 2419 'conditions': [ |
2420 ['want_separate_host_toolset_mkpeephole==1', { | 2420 ['want_separate_host_toolset_mkpeephole==1', { |
2421 'toolsets': ['host'], | 2421 'toolsets': ['host'], |
2422 }, { | 2422 }, { |
2423 'toolsets': ['target'], | 2423 'toolsets': ['target'], |
2424 }], | 2424 }], |
2425 ], | 2425 ], |
2426 }, | 2426 }, |
2427 ], | 2427 ], |
2428 } | 2428 } |
OLD | NEW |