OLD | NEW |
| 1 2012-04-04 Ahmad Sharif <asharif@google.com> |
| 2 |
| 3 Backport from mainline r179661, r179662. |
| 4 |
| 5 2011-10-07 Andrew Stubbs <ams@codesourcery.com> |
| 6 |
| 7 gcc/ |
| 8 * config/arm/predicates.md (shift_amount_operand): Remove constant |
| 9 range check. |
| 10 (shift_operator): Check range of constants for all shift operators. |
| 11 |
| 12 gcc/testsuite/ |
| 13 * gcc.dg/pr50193-1.c: New file. |
| 14 * gcc.target/arm/shiftable.c: New file. |
| 15 |
1 2012-04-04 Dehao Chen <dehao@google.com> | 16 2012-04-04 Dehao Chen <dehao@google.com> |
2 * predict.c (predict_iv_comparison): Revert r185948, which causes | 17 * predict.c (predict_iv_comparison): Revert r185948, which causes |
3 regression to major applications. | 18 regression to major applications. |
4 | 19 |
5 2012-03-29 Dehao Chen <dehao@google.com> | 20 2012-03-29 Dehao Chen <dehao@google.com> |
6 | 21 |
7 * predict.c (predict_iv_comparison): Add the comparison of induction | 22 * predict.c (predict_iv_comparison): Add the comparison of induction |
8 variable against its initial value. | 23 variable against its initial value. |
9 | 24 |
10 2012-03-23 Cary Coutant <ccoutant@google.com> | 25 2012-03-23 Cary Coutant <ccoutant@google.com> |
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1192 | 1207 |
1193 * BASE-VER: Change to 4.6.0-google | 1208 * BASE-VER: Change to 4.6.0-google |
1194 * DEV-PHASE: Change to prerelease. | 1209 * DEV-PHASE: Change to prerelease. |
1195 | 1210 |
1196 | 1211 |
1197 Copyright (C) 2011 Free Software Foundation, Inc. | 1212 Copyright (C) 2011 Free Software Foundation, Inc. |
1198 | 1213 |
1199 Copying and distribution of this file, with or without modification, | 1214 Copying and distribution of this file, with or without modification, |
1200 are permitted in any medium without royalty provided the copyright | 1215 are permitted in any medium without royalty provided the copyright |
1201 notice and this notice are preserved. | 1216 notice and this notice are preserved. |
OLD | NEW |