Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | netbsd.h (ENABLE_EXECUTE_STACK): Remove. | Rainer Orth | 3 | -21/+3 |
2011-06-03 | linux.h (MD_UNWIND_SUPPORT): Remove. | Rainer Orth | 6 | -713/+1 |
2011-06-03 | t-osf5: Remove. | Rainer Orth | 2 | -53/+0 |
2011-05-25 | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 1 | -1/+1 |
2011-05-05 | elf.h (ENDFILE_SPEC): Add Ofast. | Michael Matz | 3 | -3/+3 |
2011-05-04 | * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB) | Rainer Orth | 1 | -20/+0 |
2011-05-03 | alpha.c (alpha_init_builtins): Call build_function_type_list instead of build... | Nathan Froyd | 1 | -2/+2 |
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 | 4 | -12/+8 |
2011-04-21 | target.def (cannot_force_const_mem): Add a mode argument. | Richard Sandiford | 1 | -1/+1 |
2011-04-20 | vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine. | Eric Botcazou | 1 | -1/+0 |
2011-04-20 | vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld. | Tristan Gingold | 1 | -1/+6 |
2011-04-18 | fix doubled-word typos in comments and strings: e.g., s/in in/in/ | Jim Meyering | 1 | -2/+2 |
2011-04-11 | linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER. | Joseph Myers | 1 | -2/+2 |
2011-04-08 | alpha.c (alpha_emit_xfloating_libcall): Call use_reg. | Nathan Froyd | 1 | -1/+1 |
2011-04-06 | * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define. | Rainer Orth | 1 | -1/+5 |
2011-03-31 | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 5 | -23/+5 |
2011-03-30 | reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc... | Jeff Law | 1 | -1/+1 |
2011-03-29 | alpha.c (alpha_sr_alias_set): Don't define. | Uros Bizjak | 1 | -18/+6 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -13/+0 |
2011-03-28 | alpha.md (addtf3): Change mode of operands to TFmode. | Uros Bizjak | 1 | -12/+12 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -0/+13 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 1 | -13/+0 |
2011-03-24 | alpha: Use byte-manipulation helper expanders more often. | Richard Henderson | 1 | -22/+26 |
2011-03-24 | alpha: Remove all big-endian code. | Richard Henderson | 2 | -812/+160 |
2011-03-24 | alpha: Unify movdi patterns with enabled attribute. | Richard Henderson | 1 | -71/+13 |
2011-03-24 | alpha: Unify SF, DF, QI, HI, SI mode moves with enabled attribute. | Richard Henderson | 2 | -196/+93 |
2011-03-24 | alpha: Cleanup sign extension patterns. | Richard Henderson | 1 | -154/+63 |
2011-03-24 | alpha: Unify zero_extend patterns with attribute enabled. | Richard Henderson | 2 | -100/+48 |
2011-03-24 | alpha: Revert change to input_operand for 32-bit vms. | Richard Henderson | 1 | -1/+2 |
2011-03-22 | Avoid !TARGET_ABI_OPEN_VMS in favor of a positive test for TARGET_ABI_OSF. | Richard Henderson | 2 | -23/+25 |
2011-03-22 | Remove alpha-winnt code from the backend. | Richard Henderson | 4 | -104/+13 |
2011-03-22 | alpha.c (alpha_handle_option): Access target_flags via opts pointer. | Joseph Myers | 1 | -8/+6 |
2011-03-22 | Remove alpha-unicosmk code from the backend. | Richard Henderson | 6 | -1464/+103 |
2011-03-22 | target.def (handle_option): Take gcc_options and cl_decoded_option pointers a... | Joseph Myers | 1 | -1/+11 |
2011-03-22 | MAINTAINERS (crx port, [...]): Remove. | Joseph Myers | 1 | -49/+0 |
2011-03-21 | alpha.md (unspec): New define_c_enum. | Uros Bizjak | 1 | -60/+60 |
2011-03-21 | alpha.c (alpha_pad_noreturn): Do not emit an unop between a call and its CALL... | Uros Bizjak | 1 | -3/+13 |
2011-03-21 | ChangeLog gcc/ | Kai Tietz | 1 | -3/+4 |
2011-03-03 | explow.c (emit_stack_save): Remove 'after' parameter. | Richard Henderson | 1 | -1/+1 |
2011-02-22 | osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option. | Joseph Myers | 1 | -1/+1 |
2011-02-15 | re PR pch/14940 (PCH largefile test fails on various platforms) | Rainer Orth | 2 | -0/+151 |
2011-02-01 | elf.opt: New. | Joseph Myers | 1 | -0/+30 |
2011-01-31 | osf5.opt: New. | Joseph Myers | 1 | -0/+42 |
2011-01-14 | alpha.md (umk_mismatch_args): Don't put a mode on set. | Mike Stump | 1 | -7/+7 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-30 | re PR target/47063 (ada fails to build for alpha64-dec-vms) | Joern Rennecke | 1 | -2/+2 |
2010-12-20 | linux.h (OPTION_GLIBC): Define differently if SINGLE_LIBC. | Joseph Myers | 1 | -0/+4 |
2010-12-09 | freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}. | Joseph Myers | 2 | -3/+3 |
2010-12-02 | freebsd.h (LINK_SPEC): Don't handle -Wl,. | Joseph Myers | 1 | -1/+0 |