summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
Commit message (Expand)AuthorAgeFilesLines
* * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.rth2001-09-071-114/+195
* * simplify-rtx.c (simplify_binary_operation): Revert last change.rth2001-09-061-22/+0
* * simplify-rtx.c (simplify_binary_operation): Simplify contentsrth2001-09-061-0/+22
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-3/+1
* * sbitmap.c: Fix comment formatting.kazu2001-08-171-2/+2
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * toplev.c (set_float_handler): Make static.zack2001-08-121-144/+187
* * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,danglin2001-08-031-1/+1
* * simplify-rtx.c (avoid_constant_pool_reference): Export.rth2001-07-261-2/+1
* * simplify-rtx.c (avoid_constant_pool_reference): Coercerth2001-07-241-4/+22
* * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.rth2001-07-191-3/+3
* 2001-07-19 Alexandre Oliva <aoliva@redhat.com>kazu2001-07-191-12/+29
* * combine.c (combine_simplify_rtx): Attempt to simplifyhubicka2001-07-171-118/+160
* * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.rsandifo2001-07-111-0/+3
* 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>kazu2001-07-111-1/+1
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-6/+6
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-23/+5
* + * simplify-rtx.c (simplify_rtx): Use swap_commutative_operands_p.law2001-07-021-8/+1
* * simplify-rtx.c (simplify_subreg): When simplifying a CONCAT, atdj2001-06-291-1/+6
* * simplify-rtx.c (simplify_rtx): Canonicalize commutative expressionslaw2001-06-281-1/+19
* * simplify-rtx.c (simplify_subreg): Allow volatile memoryhubicka2001-06-121-1/+5
* * simplify-rtx.c (simplify_subreg): Fix offset calculationm.hayes2001-06-111-2/+2
* * simplify-rtx.c (simplify_subreg): Fix verification ofhubicka2001-06-081-1/+1
* * simplify-rtx.c (simplify_subreg): Fix combining ofhubicka2001-06-041-25/+47
* * rtlanal.c (operand_preference): Fix preference for objects.hubicka2001-06-041-3/+3
* * simplify_rtx.c (simplify_subreg): Keep subregs on return values,hubicka2001-06-041-4/+20
* * simplify-rtx.c (simplify_subreg): Fix CONCAT simplification;hubicka2001-05-241-2/+2
* * combine.c (gen_binary): Use swap_commutative_operands_prth2001-05-221-2/+1
* * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.hubicka2001-05-171-12/+18
* * cse.c (fold_rtx): Use simplify_subreg.hubicka2001-05-171-7/+50
* * simplify-rtx.c (simplify_subreg): Avoid creating of incorrect subregs.hubicka2001-05-171-0/+4
* * simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.hubicka2001-05-171-2/+3
* * simplify-rtx.c (simplify_subreg): Break out from ...hubicka2001-05-171-0/+194
* 2001-05-04 Lars Brinkhoff <lars@nocrew.org>geoffk2001-05-051-0/+7
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-4/+4
* * rtl.h (simplify_gen_relational): Add cmp_mode parameter.hubicka2001-04-281-3/+33
* 2001-04-04 Diego Novillo <dnovillo@redhat.com>dnovillo2001-04-051-4/+12
* Brad's -ffast-math breakup.rth2001-03-071-15/+15
* * rtlanal.c (find_reg_equal_equiv_note): New function.kenner2001-02-131-7/+128
* * cselib.c: New file, from simplify-rtx.c.kenner2001-02-121-1335/+1
* * combine.c (nonzero_bits, case PLUS): If pointers extend unsignedkenner2001-02-061-2/+10
* Fix obvious bug in previous commitdj2001-01-241-3/+3
* * combine.c (combine_simplify_rtx): If the modes are all VOIDmode,dj2001-01-241-0/+2
* * jump.c (jump_optimize_1): Use reversed_comparison_codehubicka2001-01-081-5/+12
* * simplify-rtx.c (simplify_relational_operation): Always simplifyhubicka2001-01-071-0/+8
* * simplify-rtx.c (cfc_args): add "unordered" field.hubicka2001-01-051-4/+44
* Plug a memory leak.bernds2000-12-131-0/+2
* * flow.c (make_edge): Early out, if no flags to set.rth2000-11-301-8/+27
* Ignore SETs that are anything except REG or MEM, but look inside STRICT_LOW_P...bernds2000-11-281-8/+21