summaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
Commit message (Expand)AuthorAgeFilesLines
* cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2011-07-121-1/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+1
* cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL edges only...Eric Botcazou2011-06-021-3/+4
* function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou2011-06-021-2/+4
* postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd2011-04-131-0/+7
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher2010-01-031-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka2008-08-311-1/+1
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* [multiple changes]Kenneth Zadeck2008-05-071-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR target/35045 (gcc-4.3 generates wrong code on i386 with -O3)Michael Matz2008-02-021-12/+21
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-2/+2
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-3/+3
* postreload-gcse.c (reg_changed_after_insn_p): New function.Richard Sandiford2007-05-241-103/+38
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* postreload-gcse.c (gcse_after_reload_main): Make it static.Kazu Hirata2006-01-181-1/+1
* patch for PR rtl-optimization/25130Steven Bosscher2005-12-211-4/+12
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2005-11-051-1/+1
* re PR target/23095 (ICE in regstack compensate_edge)Steven Bosscher2005-07-311-0/+10
* postreload-gcse.c (alloc_mem): Start CUID numbering at 1.Dale Johannesen2005-07-261-1/+1
* re PR rtl-optimization/23043 ([m68k-linux] bootstrap error on m68k-linux)Andreas Schwab2005-07-251-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+36
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-1/+1
* postreload-gcse.c (hash_scan_set): Remove bogus assertion.Andrew Haley2005-04-271-3/+0
* > 2005-04-12 Mostafa Hagog <mustafa@il.ibm.com> > > * postreload-gcse.c...Mostafa Hagog2005-04-121-5/+31
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-27/+18
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* postreload-gcse.c: Include target.h.J"orn Rennecke2005-03-311-0/+5
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-1/+0
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-9/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-3/+5
* re PR rtl-optimization/17482 (GCSE after reload replacing changing instructions)Steven Bosscher2004-09-211-158/+106
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-11/+22
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-22/+11
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-3/+3