Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | common-target-def.h, [...]: New files. | Joseph Myers | 1 | -2/+3 |
2011-06-03 | linux.h (MD_UNWIND_SUPPORT): Remove. | Rainer Orth | 4 | -509/+3 |
2011-05-25 | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 1 | -1/+1 |
2011-05-05 | Fix comment and update config/pa/pa.h (left off previous commit) | Steve Ellcey | 1 | -0/+5 |
2011-05-05 | config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options for 11.31. | Steve Ellcey | 4 | -2/+61 |
2011-04-21 | alpha.c (struct machine_function): Use rtx, not struct rtx_def *. | Joseph Myers | 2 | -3/+3 |
2011-04-21 | target.def (legitimate_constant_p): New hook. | Richard Sandiford | 2 | -31/+40 |
2011-04-21 | target.def (cannot_force_const_mem): Add a mode argument. | Richard Sandiford | 1 | -1/+10 |
2011-04-20 | pa.c (pa_init_builtins): Call build_function_type_list instead of build_funct... | Nathan Froyd | 1 | -1/+1 |
2011-04-16 | predicates.md: Reorganize and simplify predicates. | John David Anglin | 4 | -528/+386 |
2011-04-11 | linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER. | Joseph Myers | 1 | -2/+2 |
2011-04-08 | re PR target/48366 (ICE in extract_constrain_insn_cached, at recog.c:2024) | John David Anglin | 3 | -20/+30 |
2011-03-31 | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 1 | -4/+0 |
2011-03-30 | reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc... | Jeff Law | 1 | -4/+4 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 2 | -26/+0 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 2 | -0/+26 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 2 | -26/+0 |
2011-03-27 | re PR target/48288 (ld: Unsatisfied symbol "__iordi3" in file /test/gnu/gcc/o... | John David Anglin | 2 | -8/+12 |
2011-03-22 | pa-hpux.opt (flag_pa_unix): New Variable entry. | Joseph Myers | 7 | -81/+102 |
2011-03-22 | target.def (handle_option): Take gcc_options and cl_decoded_option pointers a... | Joseph Myers | 1 | -3/+13 |
2011-03-10 | pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT when _HPUX_SOURCE is ... | John David Anglin | 1 | -1/+3 |
2011-03-03 | explow.c (emit_stack_save): Remove 'after' parameter. | Richard Henderson | 1 | -2/+2 |
2011-02-18 | config.gcc (hppa[12]*-*-hpux11*): Set extra_parts. | John David Anglin | 4 | -1/+94 |
2011-02-07 | config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts. | John David Anglin | 5 | -86/+19 |
2011-02-03 | pa-hpux10.opt: New. | Joseph Myers | 2 | -1/+29 |
2011-01-26 | bfin.h (ASM_SPEC): Remove %{Ym,*}. | Joseph Myers | 1 | -1/+1 |
2011-01-26 | bfin.h (ASM_SPEC): Remove %{Yd,*}. | Joseph Myers | 1 | -2/+3 |
2011-01-18 | extend.texi: Mention __float128 support on hppa HP-UX. | John David Anglin | 4 | -5/+142 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 5 | -6/+6 |
2010-12-30 | pa.md: Add ",*" condition to 64-bit add/subtract boolean patterns. | John David Anglin | 1 | -9/+9 |
2010-12-22 | c-aux-info.c (gen_formal_list_for_type): Use prototype_p. | Nathan Froyd | 1 | -1/+1 |
2010-12-18 | re PR target/46915 (Wrong code is generated for conditional branch followed b... | John David Anglin | 1 | -33/+73 |
2010-12-09 | pa32-linux.h (WCHAR_TYPE, [...]): Define. | Joseph Myers | 1 | -1/+8 |
2010-12-09 | arc.h (ASM_SPEC): Remove %{v}. | Joseph Myers | 1 | -1/+1 |
2010-12-09 | freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}. | Joseph Myers | 1 | -1/+1 |
2010-12-09 | bfin.h (ASM_SPEC): Remove %{n} and %{T}. | Joseph Myers | 1 | -1/+1 |
2010-12-08 | re PR middle-end/46671 (ICE in default_no_named_section, at varasm .c:5994) | John David Anglin | 1 | -0/+26 |
2010-12-02 | freebsd.h (LINK_SPEC): Don't handle -Wl,. | Joseph Myers | 1 | -2/+2 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-11-26 | pa.md (negdf2): Condition on !flag_signed_zeros instead of flag_unsafe_math_o... | John David Anglin | 1 | -48/+47 |
2010-11-25 | target.def (supports_split_stack, [...]): Take gcc_options parameters. | Joseph Myers | 1 | -1/+2 |
2010-11-22 | target.def (conditional_register_usage): Define. | Nathan Froyd | 3 | -31/+24 |
2010-11-21 | tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove. | Joseph Myers | 1 | -9/+1 |
2010-11-17 | re PR target/46512 (crtstuff.c:563:1: internal compiler error: Segmentation f... | Nathan Froyd | 1 | -3/+2 |
2010-11-16 | pa: Use the FMA rtx code. | Richard Henderson | 1 | -231/+19 |
2010-11-16 | arc.c: Delete pasto. | Nathan Froyd | 1 | -1/+1 |
2010-11-16 | builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary. | Nathan Froyd | 2 | -14/+17 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 3 | -10/+10 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 2 | -3/+9 |
2010-10-16 | avr.h (PREFERRED_RELOAD_CLASS): Remove. | Anatoly Sokolov | 2 | -7/+1 |