Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-18 | ifcvt.c: Include except.h. | Richard Henderson | 1 | -2/+2 | |
* ifcvt.c: Include except.h. (block_has_only_trap): Break out from find_cond_trap. (find_cond_trap): Use it. Always delete the trap block. (merge_if_block): Allow then block null. Be less simplistic about what insns can end a block. * Makefile.in (ifcvt.o): Depend on except.h. * gcc.c-torture/compile/iftrap-1.c: New. * gcc.dg/iftrap-1.c: Adjust for ia64. * gcc.dg/iftrap-2.c: New. From-SVN: r52489 | |||||
2001-07-24 | * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument. | Jason Merrill | 1 | -1/+1 | |
From-SVN: r44302 | |||||
2001-07-18 | * gcc.dg/iftrap-1.c: Fix target line. | Andreas Jaeger | 1 | -1/+1 | |
From-SVN: r44099 | |||||
2001-07-14 | ifcvt.c (find_cond_trap): New. | Richard Henderson | 1 | -0/+38 | |
* ifcvt.c (find_cond_trap): New. (find_if_header): Call it. (merge_if_block): Relax existing jump sanity check. * jump.c (jump_optimize_1): Remove conditional trap handling. * gcc.dg/iftrap-1.c: New. From-SVN: r44006 |