aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)Author
2004-01-23alias.c, [...]: Update copyright.Kazu Hirata
2004-01-01expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka
2003-12-08Fix IA-64 glibc ICE PR target/13132James E Wilson
2003-11-11Undo accidental GET_MODE_BITSIZE damage.James E Wilson
2003-10-25Fix bootstrap failure.Graham Stott
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg
2003-09-26expmed.c (store_bit_field): Don't search for an integer mode unless we need t...Richard Sandiford
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell
2003-09-05re PR rtl-optimization/1823 (-ftrapv aborts with pointer difference due to di...Roger Sayle
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata
2003-08-04fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.Roger Sayle
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata
2003-06-12re PR middle-end/10475 (ICE in subreg_highpart_offset for code with long long)Richard Henderson
2003-04-21expmed.c (extract_bit_field): Reverse operands of && condition to prevent a p...Olivier Hainque
2003-04-18* expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.Richard Kenner
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka
2003-01-28cfgloopmanip.c (create_preheader): Initialize src to avoid warning.Andreas Schwab
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey
2002-12-02expmed.c (store_bit_field): Use int_mode_for_mode to find corresponding mode ...J"orn Rennecke
2002-10-31* expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.Steve Ellcey
2002-09-29* expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.John David Anglin
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-06-24sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the 32-bit ABI libfuncs to NULL.David S. Miller
2002-06-17* expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.Richard Henderson
2002-06-13expmed.c (init_expmed): Remove duplicate init of 'reg'.David S. Miller
2002-06-03emit-rtl.c: Likewise.Kazu Hirata
2002-05-30expmed.c (const_mult_add_overflow_p): New.Eric Botcazou
2002-04-25re PR c/2035 (ICE in extract_bit_field, at expmed.c:1115)Richard Henderson
2002-04-22Generate constant for shift once.Tom Rix
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff
2002-03-13expmed.c (store_bit_field): Reset alias set for memory.Aldy Hernandez
2002-03-05expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory...Jakub Jelinek
2002-03-01expmed.c (store_bit_field): Prevent generation of CONCATs...Richard Henderson
2002-02-27Index: ChangeLogGeoffrey Keating
2002-02-22expmed.c (store_bit_field): Try to simplify the subreg before generating a ne...Eric Christopher
2002-02-21re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek
2002-02-20expmed.c (store_bit_field): Do not store bit fields using SUBREG operations i...Diego Novillo
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez
2002-02-02re PR c/5304 (gcc-20011231 generates incorrect divmod code for chars)Jakub Jelinek
2002-01-30* expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.Zack Weinberg
2002-01-16expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata
2002-01-05cse.c: Fix formatting.Kazu Hirata
2001-12-17expmed.c (emit_store_flag): Extract updated comparison code from the return v...Jeff Law