Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 9 | -15/+9 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 4 | -4/+4 |
2012-12-05 | tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation. | Steven Bosscher | 1 | -1/+2 |
2012-06-24 | output.h: (current_function_is_leaf... | Steven Bosscher | 1 | -1/+1 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -2/+2 |
2011-11-02 | Move libgcc2 to toplevel libgcc | Rainer Orth | 1 | -5/+0 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -2/+3 |
2011-08-05 | Makefile.in (FPBIT_FUNCS, [...]): Remove. | Rainer Orth | 1 | -12/+1 |
2011-07-09 | pdp11.md (define_c_enum "unspecv"): New. | Richard Henderson | 3 | -178/+240 |
2011-07-07 | common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't default based on TARG... | Joseph Myers | 1 | -0/+2 |
2011-06-16 | re PR middle-end/46500 (target.h includes tm.h) | Joern Rennecke | 1 | -4/+6 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -52/+0 |
2011-04-21 | alpha.c (struct machine_function): Use rtx, not struct rtx_def *. | Joseph Myers | 1 | -1/+1 |
2011-04-21 | target.def (legitimate_constant_p): New hook. | Richard Sandiford | 2 | -6/+12 |
2011-04-04 | pdp11.h (IRA_COVER_CLASSES): Delete. | Richard Sandiford | 1 | -10/+0 |
2011-03-31 | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 1 | -4/+1 |
2011-03-22 | pdp11.c (pdp11_handle_option): Access target_flags via opts pointer. | Joseph Myers | 1 | -5/+3 |
2011-03-22 | target.def (handle_option): Take gcc_options and cl_decoded_option pointers a... | Joseph Myers | 1 | -4/+12 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2 | -2/+2 |
2010-12-31 | re PR target/47135 (pdp11.c: incompatible type for TARGET_PRINT_OPERAND_PUNCT... | Joern Rennecke | 1 | -1/+1 |
2010-12-31 | pdp11.h (PRINT_OPERAND): Delete. | Paul Koning | 3 | -26/+55 |
2010-12-30 | pdp11.md (movmemhi, movmemhi1): Correct constraints. | Paul Koning | 2 | -200/+121 |
2010-12-29 | pdp11-protos.h (pdp11_asm_output_var): Declare. | Paul Koning | 3 | -10/+19 |
2010-12-28 | pdp11.md: Correct length attribute for float literal case. | Paul Koning | 1 | -24/+24 |
2010-12-09 | pdp11-protos.h (output_move_double, [...]): Delete. | Paul Koning | 3 | -523/+344 |
2010-12-07 | pdp11.c (output_addr_const_pdp11): Output negative values with sign rather th... | Paul Koning | 1 | -12/+13 |
2010-12-07 | pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define. | Paul Koning | 1 | -0/+13 |
2010-12-02 | pdp11.c (output_jump): Map unsigned to signed opcodes if CC_NO_OVERFLOW is set. | Paul Koning | 1 | -55/+36 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-11-22 | target.def (conditional_register_usage): Define. | Nathan Froyd | 2 | -32/+37 |
2010-11-21 | * config/mips/pdp11.md (negsi2): Fix wrong code. | Paul Koning | 1 | -2/+3 |
2010-11-21 | pdp11.c (pdp11_legitimate_address_p): New function. | Paul Koning | 2 | -113/+113 |
2010-11-20 | pdp11-protos.h (pdp11_initial_elimination_offset, [...]): New functions. | Paul Koning | 4 | -44/+110 |
2010-11-18 | pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame pointer. | Paul Koning | 1 | -3/+2 |
2010-11-18 | pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN. | Paul Koning | 3 | -6/+2 |
2010-11-16 | re PR java/46386 (negative shift count in build_constants_constructor for 16 ... | Joern Rennecke | 1 | -4/+0 |
2010-11-09 | pdp11.md (lshrsi3, lshrhi3): Use add for decrement. | Paul Koning | 1 | -2/+2 |
2010-11-09 | pdp11.c (pdp11_assemble_integer): Clean up fix for output of byte values. | Paul Koning | 1 | -4/+2 |
2010-11-08 | * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code. | Paul Koning | 1 | -9/+61 |
2010-11-08 | * config/pdp11/pdp11.md (negsi2): Fix wrong code. | Paul Koning | 1 | -2/+1 |
2010-11-08 | pdp11.c (pdp11_assemble_integer): Mask byte values to 8 bits. | Paul Koning | 1 | -4/+5 |
2010-11-05 | re PR target/44750 (pdp-11 fails to build) | Joern Rennecke | 1 | -2/+4 |
2010-11-04 | re PR target/44750 (pdp-11 fails to build) | Joern Rennecke | 2 | -9/+19 |
2010-11-01 | pdp11.md: Use iterators. | Paul Koning | 1 | -187/+26 |
2010-11-01 | pdp11.c (pdp11_return_in_memory): Return vector and complex modes in memory. | Paul Koning | 1 | -7/+5 |
2010-10-31 | pdp11.md: Change output operands to disallow immediate operands. | Paul Koning | 2 | -51/+58 |
2010-10-29 | * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>. | Paul Koning | 1 | -1/+1 |
2010-10-29 | * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE. | Paul Koning | 1 | -7/+7 |
2010-10-29 | pdp11.md (andhi3, andqi3): Fix wrong code error. | Paul Koning | 1 | -57/+32 |
2010-10-29 | pdp11.c (output_move_quad): Fix ICE for CPU register to register move. | Paul Koning | 1 | -6/+0 |