aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-17/+3
2002-07-20simplify-rtx.c (simplify_relational_operation): Optimize abs(x) < 0.0 (and ab...Roger Sayle1-0/+22
2002-07-12simplify-rtx.c (simplify_subreg): Handle floating point CONST_DOUBLEs.J"orn Rennecke1-0/+20
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke1-1/+18
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke1-9/+47
2002-06-18simd-1.c: New.Aldy Hernandez1-0/+18
2002-06-10simplify-rtx.c (simplify_replace_rtx): Allow replacement of matching registers.Roger Sayle1-6/+11
2002-06-07simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form (ne (comp ...Roger Sayle1-0/+21
2002-05-25simplify-rtx.c (simplify_gen_relational): Simplify the RTX (cond (compare x y...Roger Sayle1-0/+4
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-23/+23
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-200/+59
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-3/+3
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff1-2/+2
2002-03-07Add 2002 to the copyright dates.Richard Sandiford1-1/+1
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-30/+33
2002-03-06reload1.c (reload): Unshare all rtl after reload is done.Ulrich Weigand1-9/+11
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-79/+1
2002-02-21emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...Richard Henderson1-23/+40
2002-02-20combine.c (do_SUBST): Sanity check substitutions of CONST_INTs...Alexandre Oliva1-4/+9
2002-01-11mmintrin.h: New file.Richard Henderson1-0/+9
2002-01-07simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.Jakub Jelinek1-2/+8
2002-01-03simplify-rtx.c (simplify_binary_operation): If gen_lowpart_common fails, use ...Jakub Jelinek1-1/+8
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-20simplify-rtx.c (simplifi_binary_operation): If DIV has narrower mode than op0...Jakub Jelinek1-1/+4
2001-12-12recog.c (validate_replace_rtx_1): Use simplify_gen_binary instead of plus_con...Corey Minyard1-9/+22
2001-11-14dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka1-1/+12
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-1/+1
2001-10-19simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg field is di...Jakub Jelinek1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-09-07loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson1-114/+195
2001-09-06* simplify-rtx.c (simplify_binary_operation): Revert last change.Richard Henderson1-22/+0
2001-09-06simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.Richard Henderson1-0/+22
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-3/+1
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-144/+187
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-1/+1
2001-07-26simplify-rtx.c (avoid_constant_pool_reference): Export.Richard Henderson1-2/+1
2001-07-24simplify-rtx.c (avoid_constant_pool_reference): Coerce the retrieved constant...Richard Henderson1-4/+22
2001-07-19* tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.Steve Ellcey1-3/+3
2001-07-19simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from old and new op...Alexandre Oliva1-12/+29
2001-07-17combine.c (combine_simplify_rtx): Attempt to simplify a*(b/c) as (a*b)/c for ...Jan Hubicka1-118/+160
2001-07-11* simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.Richard Sandiford1-0/+3
2001-07-11simplify-rtx.c: (simplify_subreg) Fix typo in commentDavid Billinghurst1-1/+1
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-6/+6
2001-07-09[multiple changes]Richard Kenner1-23/+5
2001-07-02+ * simplify-rtx.c (simplify_rtx): Use swap_commutative_operands_p.Jeffrey A Law1-8/+1
2001-06-29simplify-rtx.c (simplify_subreg): When simplifying a CONCAT...DJ Delorie1-1/+6