aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Finally reverted parts of my escaped patch. (quilt sucks).Kai Tietz3-44/+15
2008-05-202008-05-20 Kai Tietz <kai.tietz@onevision.com>Kai Tietz5-188/+87
2008-05-20i386-protos.h (ix86_return_in_memory): Removed.Kai Tietz11-99/+204
2008-05-19i386.c (ix86_expand_vector_init_concat): Change sizes of operand array from 8...H.J. Lu1-3/+2
2008-05-19i386.c (ix86_expand_vector_init_concat): New.H.J. Lu1-173/+239
2008-05-19i386.c (ix86_secondary_reload): New static function.Uros Bizjak3-28/+33
2008-05-18revert: i386.c (ix86_secondary_reload): New static function.Uros Bizjak3-31/+28
2008-05-18i386.c (ix86_secondary_reload): New static function.Uros Bizjak3-28/+31
2008-05-17sh.c (sh_output_mi_thunk): Update the use of init_flow.Kaz Kojima1-1/+1
2008-05-16linux.h (NO_PROFILE_COUNTERS): Undef before overriding.David S. Miller2-0/+2
2008-05-16re PR target/36246 (Reload chooses too wide mode for reg->mem->xmmreg reload)Uros Bizjak1-0/+8
2008-05-16bfin.c (bfin_discover_loops): Delete empty loops.Bernd Schmidt1-0/+15
2008-05-16From Jie Zhang <jie.zhang@analog.com>Bernd Schmidt8-34/+103
2008-05-15i386.c (ix86_expand_vector_init_general): Optimize V8HImode for SSE2 and V16Q...H.J. Lu1-0/+135
2008-05-16avr.c (avr_base_arch_macro, [...]): Remove variables.Anatoly Sokolov2-38/+22
2008-05-15arm.c (arm_return_in_memory): Fix return type.Diego Novillo2-2/+2
2008-05-15sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint to alternative 4 of opera...Uros Bizjak1-3/+3
2008-05-15sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra attribute to 1 only for ins...H.J. Lu1-1/+1
2008-05-15bfin.md (loadbytes): New pattern.Bernd Schmidt2-1/+24
2008-05-15bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here.Bernd Schmidt3-3/+4
2008-05-15sse.md (*vec_concatv2sf_sse4_1): New insn pattern.Uros Bizjak1-24/+53
2008-05-14sparc.h (NO_PROFILE_COUNTERS): Define as 0.Andreas Tobler1-0/+3
2008-05-14sse.md (*sse4_1_pinsrq): Make it 64bit only.H.J. Lu1-1/+1
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner8-211/+755
2008-05-14Fix pr36224Michael Meissner1-38/+0
2008-05-14rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck3-10/+8
2008-05-14sparc.c (sparc_profile_hook): If NO_PROFILE_COUNTERS, don't generate and pass...David S. Miller3-4/+16
2008-05-13re PR target/36222 (x86 fails to optimize out __v4si -> __m128i move)Uros Bizjak1-6/+6
2008-05-13i386.c (ix86_expand_vector_init_one_nonzero): Use ix86_expand_vector_set if s...H.J. Lu1-0/+28
2008-05-12sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns.Kaz Kojima1-1/+0
2008-05-12* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.Andy Hutchinson1-0/+2
2008-05-13avr.h (machine_function): Add 'is_leaf' field.Anatoly Sokolov2-2/+7
2008-05-12sse.md (*sse_concatv4sf): Renamed to ...H.J. Lu1-5/+29
2008-05-10i386.c (bdesc_ptest): Removed.H.J. Lu1-312/+306
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2-4/+2
2008-05-08target-supports.exp (check_effective_target_sync_int_long): Add mips*-*-*.David Daney3-21/+49
2008-05-08i386-protos.h (ix86_return_in_memory): Adjust return type to bool.Richard Guenther2-8/+8
2008-05-08fixed subti3 patternSa Liu1-7/+13
2008-05-082008-05-07 Kai Tietz <kai,tietz@onevision.com>Kai Tietz31-61/+67
2008-05-07[multiple changes]Kenneth Zadeck5-9/+9
2008-05-07i386.c (struct_builtin_description): Use CODE_FOR_sse_loadhps_exp.Uros Bizjak2-25/+25
2008-05-07re PR target/35714 (x86 poor code with pmaddwd)Uros Bizjak3-73/+416
2008-05-07Cleanup ColdFire scheduling support and add V4 pipeline model.Maxim Kuvyrkov5-1229/+2058
2008-05-07i386.c (ix86_expand_copysign): Force non-zero constant TFmode op0 to register.Uros Bizjak1-2/+8
2008-05-06mmx.md: Rename "*..." insn patterns from my previous commit to "*mmx_...".Uros Bizjak1-12/+12
2008-05-06re PR target/35657 (Alignments of DFP types aren't consistent)H.J. Lu1-12/+10
2008-05-06i386.c (output_set_got): Fix for x86_64 output_emit_asm by using 'q' specifie...Kai Tietz1-17/+31
2008-05-06avr.md (*sbrx_branch, [...]): Change mode of zero_extract from QImode to HImode.Anatoly Sokolov1-5/+5
2008-05-06mmx.md: Remove double backslashes from asm templates.Uros Bizjak1-94/+171
2008-05-05sse.md (sse2_<plusminus_insn><mode>3): Fix a typo.H.J. Lu1-1/+1