summaryrefslogtreecommitdiff
path: root/gcc/dse.c
Commit message (Expand)AuthorAgeFilesLines
* Squash commit of EH in gimpleRichard Henderson2009-09-141-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+5
* re PR rtl-optimization/40924 (miscompiles with -O3 (seemingly related to attr...Jakub Jelinek2009-08-051-49/+67
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor2009-06-191-8/+8
* re PR middle-end/40035 (ICE when cross-compiling with -Os)Ben Elliston2009-05-141-0/+1
* re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)Jakub Jelinek2009-04-241-15/+49
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-2/+2
* dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2009-03-181-9/+9
* re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: ...Uros Bizjak2008-12-291-0/+1
* re PR middle-end/31150 (Not promoting an whole array to be static const)Jakub Jelinek2008-12-231-111/+553
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-5/+78
* re PR middle-end/37135 (code size increase for struct assignment)Jakub Jelinek2008-11-241-0/+23
* re PR target/37382 (ICE in extract_insn: <var_decl 0x7fda26ff4b40 swig_module...Jakub Jelinek2008-09-111-6/+6
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-3/+5
* re PR rtl-optimization/36929 (internal compiler error: Segmentation fault)Andreas Schwab2008-07-301-12/+9
* 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