Deleted Added
full compact
ChangeLog.gcc43 (237021) ChangeLog.gcc43 (237406)
12007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> (r124339)
2
3 * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
4 and athlon64-sse3 as improved versions of k8, opteron and athlon64
5 with SSE3 instruction set support.
6 * doc/invoke.texi: Likewise.
7
12007-05-01 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> (r124339)
2
3 * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
4 and athlon64-sse3 as improved versions of k8, opteron and athlon64
5 with SSE3 instruction set support.
6 * doc/invoke.texi: Likewise.
7
82007-04-12 Richard Guenther <rguenther@suse.de> (r123736)
9
10 PR tree-optimization/24689
11 PR tree-optimization/31307
12 * fold-const.c (operand_equal_p): Compare INTEGER_CST array
13 indices by value.
14 * gimplify.c (canonicalize_addr_expr): To be consistent with
15 gimplify_compound_lval only set operands two and three of
16 ARRAY_REFs if they are not gimple_min_invariant. This makes
17 it never at this place.
18 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
19
82007-04-07 H.J. Lu <hongjiu.lu@intel.com> (r123639)
9
10 * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
11
122007-02-08 Harsha Jagasia <harsha.jagasia@amd.com> (r121726)
13
14 * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
15 conditional to __SSE2__.

--- 75 unchanged lines hidden (view full) ---

91 (x86_integer_DFmode_moves): Clear m_GEODE.
92 (processor_target_table): Add entry for geode.
93 (processor_alias_table): Ditto.
94
95 * config/i386/geode.md: New file.
96
97 * doc/invoke.texi: Add entry about geode processor.
98
202007-04-07 H.J. Lu <hongjiu.lu@intel.com> (r123639)
21
22 * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
23
242007-02-08 Harsha Jagasia <harsha.jagasia@amd.com> (r121726)
25
26 * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
27 conditional to __SSE2__.

--- 75 unchanged lines hidden (view full) ---

103 (x86_integer_DFmode_moves): Clear m_GEODE.
104 (processor_target_table): Add entry for geode.
105 (processor_alias_table): Ditto.
106
107 * config/i386/geode.md: New file.
108
109 * doc/invoke.texi: Add entry about geode processor.
110
992006-10-24 Richard Guenther
1112006-10-24 Richard Guenther <rguenther@suse.de> (r118001)
100
101 PR middle-end/28796
102 * builtins.c (fold_builtin_classify): Use HONOR_INFINITIES
103 and HONOR_NANS instead of MODE_HAS_INFINITIES and MODE_HAS_NANS
104 for deciding optimizations in consistency with fold-const.c
105 (fold_builtin_unordered_cmp): Likewise.
106
1072006-10-22 H.J. Lu <hongjiu.lu@intel.com> (r117958)

--- 57 unchanged lines hidden (view full) ---

165 (abs<mode>2): Likewise.
166
167 * config/i386/tmmintrin.h: New file.
168
169 * doc/extend.texi: Document SSSE3 built-in functions.
170
171 * doc/invoke.texi: Document -mssse3/-mno-ssse3 switches.
172
112
113 PR middle-end/28796
114 * builtins.c (fold_builtin_classify): Use HONOR_INFINITIES
115 and HONOR_NANS instead of MODE_HAS_INFINITIES and MODE_HAS_NANS
116 for deciding optimizations in consistency with fold-const.c
117 (fold_builtin_unordered_cmp): Likewise.
118
1192006-10-22 H.J. Lu <hongjiu.lu@intel.com> (r117958)

--- 57 unchanged lines hidden (view full) ---

177 (abs<mode>2): Likewise.
178
179 * config/i386/tmmintrin.h: New file.
180
181 * doc/extend.texi: Document SSSE3 built-in functions.
182
183 * doc/invoke.texi: Document -mssse3/-mno-ssse3 switches.
184
1732006-10-21 Richard Guenther
1852006-10-21 Richard Guenther <rguenther@suse.de> (r117932)
174
186
187 PR tree-optimization/3511
188 * tree-ssa-pre.c (phi_translate): Fold CALL_EXPRs that
189 got new invariant arguments during PHI translation.
190
1912006-10-21 Richard Guenther <rguenther@suse.de> (r117929)
192
175 * builtins.c (fold_builtin_classify): Fix typo.
176
193 * builtins.c (fold_builtin_classify): Fix typo.
194