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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 'compiler/escape-analysis-reducer.cc', | 587 'compiler/escape-analysis-reducer.cc', |
588 'compiler/escape-analysis-reducer.h', | 588 'compiler/escape-analysis-reducer.h', |
589 'compiler/frame.cc', | 589 'compiler/frame.cc', |
590 'compiler/frame.h', | 590 'compiler/frame.h', |
591 'compiler/frame-elider.cc', | 591 'compiler/frame-elider.cc', |
592 'compiler/frame-elider.h', | 592 'compiler/frame-elider.h', |
593 'compiler/frame-states.cc', | 593 'compiler/frame-states.cc', |
594 'compiler/frame-states.h', | 594 'compiler/frame-states.h', |
595 'compiler/gap-resolver.cc', | 595 'compiler/gap-resolver.cc', |
596 'compiler/gap-resolver.h', | 596 'compiler/gap-resolver.h', |
| 597 'compiler/graph-assembler.cc', |
| 598 'compiler/graph-assembler.h', |
597 'compiler/graph-reducer.cc', | 599 'compiler/graph-reducer.cc', |
598 'compiler/graph-reducer.h', | 600 'compiler/graph-reducer.h', |
599 'compiler/graph-replay.cc', | 601 'compiler/graph-replay.cc', |
600 'compiler/graph-replay.h', | 602 'compiler/graph-replay.h', |
601 'compiler/graph-trimmer.cc', | 603 'compiler/graph-trimmer.cc', |
602 'compiler/graph-trimmer.h', | 604 'compiler/graph-trimmer.h', |
603 'compiler/graph-visualizer.cc', | 605 'compiler/graph-visualizer.cc', |
604 'compiler/graph-visualizer.h', | 606 'compiler/graph-visualizer.h', |
605 'compiler/graph.cc', | 607 'compiler/graph.cc', |
606 'compiler/graph.h', | 608 'compiler/graph.h', |
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2487 'conditions': [ | 2489 'conditions': [ |
2488 ['want_separate_host_toolset_mkpeephole==1', { | 2490 ['want_separate_host_toolset_mkpeephole==1', { |
2489 'toolsets': ['host'], | 2491 'toolsets': ['host'], |
2490 }, { | 2492 }, { |
2491 'toolsets': ['target'], | 2493 'toolsets': ['target'], |
2492 }], | 2494 }], |
2493 ], | 2495 ], |
2494 }, | 2496 }, |
2495 ], | 2497 ], |
2496 } | 2498 } |
OLD | NEW |