aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-21Fix sparc builtin_memcpy miscompilation.Jim Wilson1-1/+12
1998-10-13function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimizat...Richard Henderson1-7/+29
1998-10-13Warning fixes:Kaveh R. Ghazi1-3/+4
1998-10-09expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1-4/+58
1998-10-04expmed.c (expand_divmod): Don't widen for computing remainder if we seem to h...Torbjorn Granlund1-4/+16
1998-09-23Add comment provided by Jim Wilson.Nick Clifton1-0/+4
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1-23/+55
1998-08-21expmed.c (make_tree): Sign extend even if TREE_UNSIGNED...David S. Miller1-1/+3
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-3/+13
1998-06-24expr.c (get_memory_rtx): New function.John Carr1-1/+1
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-2/+2
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-47/+98
1998-04-16expr.c (store_constructor_field): Add prototype.Jeff Law1-0/+9
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+7
1998-04-03dummy commit before mergeJeff Law1-4/+10
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-93/+101