aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-15s390.c (s390_swap_cmp): New function.Wolfgang Gellerich1-0/+103
2008-11-22re PR target/37170 (gcc.dg/weak/weak-1.c)Jakub Jelinek1-20/+1
2008-11-20s390.c (s390_expand_atomic): Adjust QI/HI atomic nand to the changed 4.4 sema...Andreas Krebbel1-2/+2
2008-10-30s390.c (s390_mark_symbol_ref_as_used): New function.Jakub Jelinek1-0/+19
2008-10-13s390.md (UNSPEC_POOL_OFFSET): New constant.Richard Sandiford1-30/+29
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-5/+6
2008-08-152008-08-15 Wolfgang Gellerich <gellerich@de.ibm.com>Wolfgang Gellerich1-26/+27
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-148/+148
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-21/+19
2008-07-14re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)Andreas Krebbel1-3/+20
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-05-28constraints.md ('b', [...]): New constraint letters defined.Andreas Krebbel1-20/+355
2008-05-28s390.c (z10_cost): New cost function for z10.Andreas Krebbel1-11/+59
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-14/+14
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-12/+12
2008-02-14s390.c (s390_mainpool_start): Emit the pool before the first section switch n...Andreas Krebbel1-9/+4
2008-02-13s390.c (struct constant_pool): New field emit_pool_after added.Andreas Krebbel1-14/+59
2007-12-12s390.c (s390_O_constraint_str): Limit the range for 'On' to -4G+1..-1.Andreas Krebbel1-2/+1
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek1-1/+3
2007-12-06s390.c (s390_emit_stack_tie): New function.Andreas Krebbel1-0/+17
2007-10-31rs6000.opt: Rename -mdfp option to -mhard-dfp.Andreas Krebbel1-5/+5
2007-09-10s390.c (s390_dump_pool): Create copy of constant pool entries since they migh...Andreas Krebbel1-1/+1
2007-08-30s390.c (s390_expand_addcc): Emit canonical alc pattern.Ulrich Weigand1-2/+2
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-6/+6
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-25alpha.c (alpha_mangle_fundamental_type): Rename to...Julian Brown1-4/+4
2007-07-10Replace no_new_pseudos in backends.Ian Lance Taylor1-1/+1
2007-07-06libgcc2.h (word_type): Type definition removed.Andreas Krebbel1-0/+18
2007-06-15[multiple changes]Andrew Pinski1-10/+10
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-29/+31
2007-04-24re PR target/31641 (ICE in s390_expand_setmem, at config/s390/s390.c:3618)Andreas Krebbel1-5/+7
2007-04-24s390.md ("*cmp<mode>_ccs_0_ibm", [...]): Insn definitions removed.Andreas Krebbel1-49/+6
2007-04-18s390.h (S390_TDC_POSITIVE_ZERO): New constant.Wolfgang Gellerich1-3/+26
2007-04-15i386.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-03-29s390.c (s390_secondary_input_reload_class, [...]): Functions removed.Andreas Krebbel1-55/+48
2007-03-19s390.opt ("mhard-float", [...]): Bit value inverted and documentation adjusted.Andreas Krebbel1-1/+26
2007-03-07s390.c (override_options): Don't emit an error when -mstack-size is used with...Andreas Krebbel1-15/+39
2007-02-19s390.c (s390_call_saved_register_used, [...]): Adjust the way CALL_EXPR argum...Andreas Krebbel1-12/+6
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+6
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-7/+7
2006-11-27re PR target/29319 (ICE unrecognizable insn: offset too large for larl (break...Michael Matz1-2/+5
2006-11-24s390.c (s390_emit_compare_and_swap): New function.Andreas Krebbel1-10/+22
2006-10-26s390.c (s390_init_frame_layout): Check positive frame_size.Andreas Krebbel1-2/+2
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-6/+6
2006-10-17contraints.md: New file.Wolfgang Gellerich1-103/+92