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

Side by Side Diff: test/cctest/cctest.gyp

Issue 648163002: Revert "Refine expression typing, esp. by propagating range information." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/typer.cc ('k') | test/cctest/compiler/test-js-constant-cache.cc » ('j') | 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'compiler/test-run-jscalls.cc', 79 'compiler/test-run-jscalls.cc',
80 'compiler/test-run-jsexceptions.cc', 80 'compiler/test-run-jsexceptions.cc',
81 'compiler/test-run-jsops.cc', 81 'compiler/test-run-jsops.cc',
82 'compiler/test-run-machops.cc', 82 'compiler/test-run-machops.cc',
83 'compiler/test-run-properties.cc', 83 'compiler/test-run-properties.cc',
84 'compiler/test-run-stackcheck.cc', 84 'compiler/test-run-stackcheck.cc',
85 'compiler/test-run-variables.cc', 85 'compiler/test-run-variables.cc',
86 'compiler/test-schedule.cc', 86 'compiler/test-schedule.cc',
87 'compiler/test-scheduler.cc', 87 'compiler/test-scheduler.cc',
88 'compiler/test-simplified-lowering.cc', 88 'compiler/test-simplified-lowering.cc',
89 'compiler/test-typer.cc',
90 'cctest.cc', 89 'cctest.cc',
91 'gay-fixed.cc', 90 'gay-fixed.cc',
92 'gay-precision.cc', 91 'gay-precision.cc',
93 'gay-shortest.cc', 92 'gay-shortest.cc',
94 'print-extension.cc', 93 'print-extension.cc',
95 'profiler-extension.cc', 94 'profiler-extension.cc',
96 'test-accessors.cc', 95 'test-accessors.cc',
97 'test-alloc.cc', 96 'test-alloc.cc',
98 'test-api.cc', 97 'test-api.cc',
99 'test-ast.cc', 98 'test-ast.cc',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 '<@(_outputs)', 297 '<@(_outputs)',
299 'TEST', # type 298 'TEST', # type
300 'off', # compression 299 'off', # compression
301 '<@(file_list)', 300 '<@(file_list)',
302 ], 301 ],
303 } 302 }
304 ], 303 ],
305 }, 304 },
306 ], 305 ],
307 } 306 }
OLDNEW
« no previous file with comments | « src/compiler/typer.cc ('k') | test/cctest/compiler/test-js-constant-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698