summaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
Commit message (Expand)AuthorAgeFilesLines
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* expr.h (expand_shift): Rename to ...Richard Guenther2011-04-291-2/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR middle-end/46292 (FAIL: gcc.c-torture/execute/vector-shift2.c compilati...Uros Bizjak2010-11-041-3/+8
* re PR middle-end/44569 (ICE in simplify_subreg for debug insn with CONCATN)Uros Bizjak2010-10-301-2/+10
* lower-subreg.c (resolve_shift_zext): Delete conditional code for WORDS_BIG_EN...Paul Koning2010-10-191-7/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt2010-07-291-0/+4
* lower-subreg.c (subreg_context): New static bitmap.Bernd Schmidt2010-07-141-1/+10
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman2009-11-281-3/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* Squash commit of EH in gimpleRichard Henderson2009-09-141-25/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+42
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/35854 (life passes dump option still documented)Kenneth Zadeck2009-01-291-1/+1
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-3/+3
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-2/+1
* Remove libcall notes.Steven Bosscher2008-06-171-86/+8
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-1/+1
* rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck2008-05-141-27/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* re PR middle-end/33667 (RTL sharing with divmod)Michael Matz2007-10-051-1/+1
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-5/+4
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-4/+5
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* re PR middle-end/33029 (libgcc2.c:1890: internal compiler error: in local_cpr...Steven Bosscher2007-09-051-2/+4
* lower-subreg.c (resolve_shift_zext): Don't adjust src_reg_num for wordmode op...Andreas Krebbel2007-08-101-2/+3
* re PR rtl-optimization/32776 (ICE RTL check: expected code 'reg', have 'conca...Ian Lance Taylor2007-08-071-15/+7
* lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL note, just del...Ian Lance Taylor2007-08-071-0/+9
* lower-subreg.c (resolve_subreg_use): Remove assertion.Andreas Krebbel2007-08-071-2/+167
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-4/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-19/+15
* re PR rtl-optimization/31455 (lower subreg causes a performance regression in...Ian Lance Taylor2007-06-011-0/+12
* lower-subreg.c (decompose_multiword_subregs): If we change an insn, call remo...Ian Lance Taylor2007-05-221-0/+4
* lower-subreg.c: Include except.h.Steven Bosscher2007-03-101-2/+47
* lower-subreg.c (move_eh_region_note): New static function.Ian Lance Taylor2007-02-161-8/+48
* re PR middle-end/30751 (internal compiler error: in extract_insn, at recog.c:...Ian Lance Taylor2007-02-131-1/+18
* * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.Ian Lance Taylor2007-02-081-0/+5
* lower-subreg.c (simple_move_operand): Reject CONST.Ian Lance Taylor2007-02-061-2/+9
* lower-subreg.c (simple_move_operand): New static function, broken out of simp...Ian Lance Taylor2007-02-031-22/+49
* * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.Ian Lance Taylor2007-02-021-3/+4
* lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the high part of ...Ian Lance Taylor2007-02-011-1/+18
* lower-subreg.c: New file.Ian Lance Taylor2007-02-011-0/+1130