Age | Commit message (Expand) | Author | Files | Lines |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -17/+17 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-08-31 | expmed.c (store_bit_field): Update to patch from 2001-08-27: move adjustment ... | Roman Zippel | 1 | -9/+9 |
2001-08-27 | expmed.c (store_bit_field): Ignore adjustment to bitpos and use bitnum to dec... | Roman Zippel | 1 | -3/+3 |
2001-08-24 | expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero. | Zack Weinberg | 1 | -33/+18 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-22 | expmed.c (CODE_FOR_insv, gen_insv): Provide defaults. | Richard Henderson | 1 | -15/+17 |
2001-08-22 | expmed.c (mode_for_extraction): New function. | Zack Weinberg | 1 | -32/+70 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-08 | dbxout.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-07-09 | expmed.c (store_fixed_bit_field): Don't use a mode bigger than the mode of th... | Andrew Haley | 1 | -2/+7 |
2001-07-02 | emit-rtl.c (adjust_address): New function. | Richard Kenner | 1 | -24/+14 |
2001-05-22 | combine.c (gen_binary): Use swap_commutative_operands_p | Jan Hubicka | 1 | -2/+1 |
2001-04-12 | expmed.c (store_bit_field): Truncate CONST_INTs. | Alexandre Oliva | 1 | -6/+14 |
2001-04-03 | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 1 | -13/+20 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -2/+0 |
2001-01-31 | expmed.c (extract_bit_field): allow non-integral modes if we want to extract ... | DJ Delorie | 1 | -0/+9 |
2001-01-21 | expmed.c (synth_mult, [...]): Guard uses of shift_cost, shiftadd_cost and shi... | J"orn Rennecke | 1 | -32/+59 |
2001-01-01 | function.c (expand_function_end): Properly handle DECL_RESULT and copy when p... | Richard Kenner | 1 | -1/+9 |
2000-12-28 | expmed.c (store_bit_field): Fix last patch. | Andreas Jaeger | 1 | -1/+1 |
2000-12-28 | expmed.c (store_bit_field): Correctly compute smallest mode that is sufficien... | Alan Lehotsky | 1 | -1/+1 |
2000-12-16 | * expmed.c (expand_mult): Write REG_EQUAL note with proper mode. | Richard Kenner | 1 | -2/+12 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 1 | -4/+4 |
2000-11-06 | expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer s... | Denis Chertykov | 1 | -1/+1 |
2000-10-24 | Fixes for C++ structure layout breakage. | Jim Wilson | 1 | -15/+17 |
2000-10-19 | Minor corrections in comments. | Chandrakala Chavva | 1 | -4/+3 |
2000-10-18 | Adding new option -ftrapv. | Chandrakala Chavva | 1 | -13/+33 |
2000-09-25 | expmed.c (store_bit_field): Adjust last change to not consider any word-sized... | Richard Henderson | 1 | -6/+6 |
2000-09-15 | expmed.c (store_bit_field): Consider naturally aligned memory for direct refe... | Richard Henderson | 1 | -12/+15 |
2000-08-12 | tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an... | Geoff Keating | 1 | -0/+5 |
2000-08-07 | expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P. | Richard Henderson | 1 | -3/+0 |
2000-07-03 | expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when mode instea... | Geoff Keating | 1 | -2/+2 |
2000-06-24 | Vector conversions support | Bernd Schmidt | 1 | -1/+2 |
2000-05-04 | simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | Jason Merrill | 1 | -5/+6 |
2000-04-18 | expmed.c (emit_store_flag): If comparing two-word integer with zero, can opti... | Richard Kenner | 1 | -0/+23 |
2000-04-10 | expmed.c (init_expmed): Don't free objects we make. | Richard Kenner | 1 | -8/+0 |
2000-03-30 | expmed.c (store_bit_field, [...]): Fix more cases of alignment in bytes. | Richard Kenner | 1 | -12/+11 |
2000-03-30 | * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits. | Richard Kenner | 1 | -2/+2 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 1 | -17/+14 |
2000-03-26 | expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX. | Richard Kenner | 1 | -1/+1 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -58/+71 |
2000-02-25 | Copyright fixes. | Jeff Law | 1 | -1/+2 |
2000-02-18 | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 1 | -1/+1 |
2000-02-10 | combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi... | Richard Kenner | 1 | -12/+17 |
2000-02-10 | Fix ia64 compiler problem with gcc.c-torture/compile/920410-1.c. | Jim Wilson | 1 | -28/+26 |
2000-01-24 | rtl.def: Add unordered fp comparisions. | Richard Henderson | 1 | -1/+2 |
2000-01-14 | eh-common.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -20/+20 |
2000-01-04 | expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters to default de... | David Edelsohn | 1 | -7/+10 |
2000-01-04 | Update copyrights | Jeff Law | 1 | -1/+1 |
2000-01-02 | system.h (CEIL): Define. | Mark Mitchell | 1 | -2/+0 |