summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* Undo accidental GET_MODE_BITSIZE damage.James E Wilson2003-11-111-11/+4
* Fix bootstrap failure.Graham Stott2003-10-251-0/+2
* genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg2003-10-251-4/+9
* expmed.c (store_bit_field): Don't search for an integer mode unless we need t...Richard Sandiford2003-09-261-5/+4
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-3/+1
* re PR rtl-optimization/1823 (-ftrapv aborts with pointer difference due to di...Roger Sayle2003-09-051-1/+1
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.Roger Sayle2003-08-041-1/+24
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-160/+79
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* ChangeLog.1: Fix a typo.Kazu Hirata2003-06-231-1/+1
* re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)Richard Henderson2003-06-121-7/+15
* expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p...Olivier Hainque2003-04-211-19/+19
* * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.Richard Kenner2003-04-181-2/+6
* expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka2003-02-221-5/+12
* cfgloopmanip.c (create_preheader): Initialize src to avoid warning.Andreas Schwab2003-01-281-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey2002-12-091-1/+0
* expmed.c (store_bit_field): Use int_mode_for_mode to find corresponding mode ...J"orn Rennecke2002-12-021-1/+3
* * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.Steve Ellcey2002-10-311-0/+1
* * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.John David Anglin2002-09-291-26/+15
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.David S. Miller2002-06-241-2/+5
* * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.Richard Henderson2002-06-171-0/+7
* expmed.c (init_expmed): Remove duplicate init of 'reg'.David S. Miller2002-06-131-4/+3
* emit-rtl.c: Likewise.Kazu Hirata2002-06-031-12/+12
* expmed.c (const_mult_add_overflow_p): New.Eric Botcazou2002-05-301-0/+38
* re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115)Richard Henderson2002-04-251-1/+2
* Generate constant for shift once.Tom Rix2002-04-221-4/+3
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-7/+8
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-2/+4
* emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff2002-03-191-7/+6
* expmed.c (store_bit_field): Reset alias set for memory.Aldy Hernandez2002-03-131-0/+18
* expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory...Jakub Jelinek2002-03-051-1/+2
* expmed.c (store_bit_field): Prevent generation of CONCATs...Richard Henderson2002-03-011-11/+12
* Index: ChangeLogGeoffrey Keating2002-02-271-1/+1
* expmed.c (store_bit_field): Try to simplify the subreg before generating a ne...Eric Christopher2002-02-221-41/+50
* re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek2002-02-211-16/+9
* expmed.c (store_bit_field): Do not store bit fields using SUBREG operations i...Diego Novillo2002-02-201-4/+7
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-1/+19
* re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars)Jakub Jelinek2002-02-021-9/+6
* * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.Zack Weinberg2002-01-301-0/+4
* expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata2002-01-161-10/+1
* cse.c: Fix formatting.Kazu Hirata2002-01-051-7/+7
* expmed.c (emit_store_flag): Extract updated comparison code from the return v...Jeff Law2001-12-171-5/+6
* expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in which there is ...Richard Henderson2001-12-111-1/+10
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-2/+2
* * expmed.c (extract_bit_field): Don't create invalid SUBREGs.Geoffrey Keating2001-11-201-8/+13