Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-10-11 | linux-atomic.c (__sync_val_compare_and_swap_4): Return actual_oldval. | John David Anglin | 1 | -7/+8 |
2010-10-11 | re PR middle-end/45862 (SUPPORTS_WEAK is documented as a C expression, used a... | John David Anglin | 1 | -5/+7 |
2010-10-09 | pa-protos.h (function_arg): Delete. | Nathan Froyd | 3 | -24/+28 |
2010-10-02 | re PR target/45820 (FAIL: gcc.c-torture/compile/pr45728.c at -O1 and above) | John David Anglin | 1 | -46/+21 |
2010-09-28 | Hookize TARGET_UNWIND_INFO et al. | Richard Henderson | 1 | -1/+1 |
2010-09-08 | re PR target/45250 (FAIL: tr1/5_numerical_facilities/special_functions/01_ass... | John David Anglin | 6 | -65/+143 |
2010-08-30 | Stack usage support | Eric Botcazou | 1 | -0/+2 |
2010-08-24 | pa.c (hppa_register_move_cost, [...]): New. | Anatoly Sokolov | 3 | -40/+90 |
2010-08-22 | re PR boehm-gc/34544 (pthread_default_stacksize_np failed.) | John David Anglin | 5 | -17/+91 |
2010-08-11 | linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with 'unsigned short' and 'unsi... | John David Anglin | 1 | -36/+36 |
2010-08-09 | builtins.c (fold_builtin_next_arg): Use stdarg_p. | Nathan Froyd | 2 | -6/+2 |
2010-07-17 | re PR target/44805 (FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c executio... | John David Anglin | 1 | -2/+3 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-04 | gcc/ | Richard Sandiford | 1 | -3/+9 |
2010-07-03 | re PR target/44597 (FAIL: gcc.c-torture/execute/builtin-prefetch-2.c compilat... | John David Anglin | 2 | -122/+13 |
2010-07-03 | re PR target/44705 (FAIL: gcc.dg/pr44674.c (internal compiler error)) | John David Anglin | 1 | -3/+1 |
2010-07-02 | re PR target/43958 (FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCAPED ... | Richard Guenther | 1 | -5/+4 |
2010-06-30 | re PR middle-end/44566 (configuration with multiple targets / backends is not... | Joern Rennecke | 1 | -5/+6 |
2010-06-29 | reginfo.c (init_reg_sets_1): Adjust comments. | Nathan Froyd | 1 | -8/+0 |
2010-06-25 | pa.h (MODIFY_TARGET_NAME): Remove. | Joseph Myers | 1 | -10/+1 |
2010-06-21 | re PR target/39690 (ld: An unknown relocation type 8) | John David Anglin | 1 | -0/+11 |
2010-06-18 | re PR target/43740 (FAIL: gcc.dg/tree-ssa/20031015-1.c (internal compiler err... | John David Anglin | 1 | -4/+0 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -7/+5 |
2010-05-29 | re PR target/44165 (5/15/2010 snapshot build failure on hppa Linux) | John David Anglin | 1 | -1/+1 |