aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18postreload-gcse.c (gcse_after_reload_main): Make it static.Kazu Hirata1-1/+1
2005-12-21patch for PR rtl-optimization/25130Steven Bosscher1-4/+12
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-31re PR target/23095 (ICE in regstack compensate_edge)Steven Bosscher1-0/+10
2005-07-26postreload-gcse.c (alloc_mem): Start CUID numbering at 1.Dale Johannesen1-1/+1
2005-07-25re PR rtl-optimization/23043 ([m68k-linux] bootstrap error on m68k-linux)Andreas Schwab1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+36
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-29cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata1-1/+1
2005-04-27postreload-gcse.c (hash_scan_set): Remove bogus assertion.Andrew Haley1-3/+0
2005-04-12> 2005-04-12 Mostafa Hagog <mustafa@il.ibm.com> > > * postreload-gcse.c...Mostafa Hagog1-5/+31
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-27/+18
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-31postreload-gcse.c: Include target.h.J"orn Rennecke1-0/+5
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-1/+0
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-9/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-3/+5
2004-09-21re PR rtl-optimization/17482 (GCSE after reload replacing changing instructions)Steven Bosscher1-158/+106
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-11/+22
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-22/+11
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-0/+1379