summaryrefslogtreecommitdiff
path: root/gcc/dse.c
Commit message (Expand)AuthorAgeFilesLines
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-8/+8
* df-scan.c (df_scan_free_ref_vec, [...]): New macros.Kenneth Zadeck2008-06-301-35/+21
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-11/+14
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* [multiple changes]Kenneth Zadeck2008-05-071-1/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-3/+3
* re PR rtl-optimization/35838 (FAIL: 22_locale/num_get/get/char/16.cc executio...Richard Sandiford2008-04-171-2/+3
* dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead of size of positions...H.J. Lu2008-04-111-2/+1
* re PR middle-end/35897 (DSE doesn't support targets with wide registers)H.J. Lu2008-04-111-10/+25
* Removal of Return with Depressed Stack Pointer supportEric Botcazou2008-04-071-9/+3
* re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford2008-03-221-87/+66
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn2008-02-261-3/+19
* dse.c (find_shift_sequence): Always choose an integer mode for new_mode.Richard Sandiford2007-11-091-6/+6
* dse.c (struct insn_info): Add 'frame_read' field.Eric Botcazou2007-10-151-3/+60
* dse.c (find_shift_sequence): Reinstate "<= UNITS_PER_WORD" condition.Richard Sandiford2007-10-121-1/+1
* re PR rtl-optimization/33638 (wrong code with -O2 -fforce-addr)Eric Botcazou2007-10-111-38/+25
* re PR rtl-optimization/33653 (volatile memory access optimized away)Michael Matz2007-10-041-1/+1
* dse.c (find_shift_sequence): No-op rework of control flow.Richard Sandiford2007-09-201-56/+48
* dse.c (find_shift_sequence): Temporarily revert to forbidding word shifts.Richard Sandiford2007-09-181-1/+1
* df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have ...Richard Sandiford2007-09-171-2/+0
* dse.c (find_shift_sequence): Allow word as well as subword shifts.Richard Sandiford2007-09-161-11/+20
* dse.c (find_shift_sequence): New function.Eric Christopher2007-09-141-57/+232
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-2/+2
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-17/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-3/+4
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-10/+10
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-8/+8
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-0/+3108