aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-31expmed.c (extract_bit_field): allow non-integral modes if we want to extract ...DJ Delorie1-0/+9
2001-01-21expmed.c (synth_mult, [...]): Guard uses of shift_cost, shiftadd_cost and shi...J"orn Rennecke1-32/+59
2001-01-01function.c (expand_function_end): Properly handle DECL_RESULT and copy when p...Richard Kenner1-1/+9
2000-12-28expmed.c (store_bit_field): Fix last patch.Andreas Jaeger1-1/+1
2000-12-28expmed.c (store_bit_field): Correctly compute smallest mode that is sufficien...Alan Lehotsky1-1/+1
2000-12-16* expmed.c (expand_mult): Write REG_EQUAL note with proper mode.Richard Kenner1-2/+12
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-4/+4
2000-11-06expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer s...Denis Chertykov1-1/+1
2000-10-24Fixes for C++ structure layout breakage.Jim Wilson1-15/+17
2000-10-19Minor corrections in comments.Chandrakala Chavva1-4/+3
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-13/+33
2000-09-25expmed.c (store_bit_field): Adjust last change to not consider any word-sized...Richard Henderson1-6/+6
2000-09-15expmed.c (store_bit_field): Consider naturally aligned memory for direct refe...Richard Henderson1-12/+15
2000-08-12tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an...Geoff Keating1-0/+5
2000-08-07expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.Richard Henderson1-3/+0
2000-07-03expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when mode instea...Geoff Keating1-2/+2
2000-06-24Vector conversions supportBernd Schmidt1-1/+2
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-5/+6
2000-04-18expmed.c (emit_store_flag): If comparing two-word integer with zero, can opti...Richard Kenner1-0/+23
2000-04-10expmed.c (init_expmed): Don't free objects we make.Richard Kenner1-8/+0
2000-03-30expmed.c (store_bit_field, [...]): Fix more cases of alignment in bytes.Richard Kenner1-12/+11
2000-03-30* expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.Richard Kenner1-2/+2
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-17/+14
2000-03-26expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.Richard Kenner1-1/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-58/+71
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+1
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-12/+17
2000-02-10Fix ia64 compiler problem with gcc.c-torture/compile/920410-1.c.Jim Wilson1-28/+26
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-1/+2
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-20/+20
2000-01-04expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters to default de...David Edelsohn1-7/+10
2000-01-04Update copyrightsJeff Law1-1/+1
2000-01-02system.h (CEIL): Define.Mark Mitchell1-2/+0
2000-01-01Avoid losing pending stack adjusts.Bernd Schmidt1-1/+3
1999-10-26expmed.c (extract_bit_field): Allow for the case of non-integer objects that ...Geoff Keating1-10/+20
1999-09-23Use cbranch patterns when availableBernd Schmidt1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-25/+30
1999-09-06Merge in gcc2-ss-010999Jeff Law1-27/+46
1999-09-02combine.c (simplify_shift_const): Remove extra semicolon.Finn Hakansson1-1/+1
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-10/+8
1999-08-02Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1-5/+3
1999-08-01rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1-3/+5
1999-06-27* expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.David Edelsohn1-1/+3
1999-04-17c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1-0/+1
1999-03-25rtl.texi (RTX_FRAME_RELATED_P): Add documentation.Andrew Macleod1-24/+20
1999-03-19Warning fixes:Kaveh R. Ghazi1-2/+2
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-4/+1
1998-12-08loop.c (strength_reduce): If scan_start points to the loop exit test...J"orn Rennecke1-0/+21