aboutsummaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29expr.h (expand_shift): Rename to ...Richard Guenther1-2/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-04re PR middle-end/46292 (FAIL: gcc.c-torture/execute/vector-shift2.c compilati...Uros Bizjak1-3/+8
2010-10-30re PR middle-end/44569 (ICE in simplify_subreg for debug insn with CONCATN)Uros Bizjak1-2/+10
2010-10-19lower-subreg.c (resolve_shift_zext): Delete conditional code for WORDS_BIG_EN...Paul Koning1-7/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt1-0/+4
2010-07-14lower-subreg.c (subreg_context): New static bitmap.Bernd Schmidt1-1/+10
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2009-11-28ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman1-3/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-09-14Squash commit of EH in gimpleRichard Henderson1-25/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+42
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-29re PR middle-end/35854 (life passes dump option still documented)Kenneth Zadeck1-1/+1
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-2/+1
2008-06-17Remove libcall notes.Steven Bosscher1-86/+8
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-05-14rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck1-27/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-10-05re PR middle-end/33667 (RTL sharing with divmod)Michael Matz1-1/+1
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-5/+4
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-4/+5
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-09-05re PR middle-end/33029 (libgcc2.c:1890: internal compiler error: in local_cpr...Steven Bosscher1-2/+4
2007-08-10lower-subreg.c (resolve_shift_zext): Don't adjust src_reg_num for wordmode op...Andreas Krebbel1-2/+3
2007-08-07re PR rtl-optimization/32776 (ICE RTL check: expected code 'reg', have 'conca...Ian Lance Taylor1-15/+7
2007-08-07lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL note, just del...Ian Lance Taylor1-0/+9
2007-08-07lower-subreg.c (resolve_subreg_use): Remove assertion.Andreas Krebbel1-2/+167
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-4/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-19/+15
2007-06-01re PR rtl-optimization/31455 (lower subreg causes a performance regression in...Ian Lance Taylor1-0/+12
2007-05-22lower-subreg.c (decompose_multiword_subregs): If we change an insn, call remo...Ian Lance Taylor1-0/+4
2007-03-10lower-subreg.c: Include except.h.Steven Bosscher1-2/+47
2007-02-16lower-subreg.c (move_eh_region_note): New static function.Ian Lance Taylor1-8/+48
2007-02-13re PR middle-end/30751 (internal compiler error: in extract_insn, at recog.c:...Ian Lance Taylor1-1/+18
2007-02-08* lower-subreg.c (simple_move): Reject PARTIAL_INT modes.Ian Lance Taylor1-0/+5
2007-02-06lower-subreg.c (simple_move_operand): Reject CONST.Ian Lance Taylor1-2/+9
2007-02-03lower-subreg.c (simple_move_operand): New static function, broken out of simp...Ian Lance Taylor1-22/+49
2007-02-02* lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.Ian Lance Taylor1-3/+4
2007-02-01lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the high part of ...Ian Lance Taylor1-1/+18
2007-02-01lower-subreg.c: New file.Ian Lance Taylor1-0/+1130