Age | Commit message (Expand) | Author | Files | Lines |
2005-05-26 | opt-functions.awk (var_type): New function. | Richard Sandiford | 3 | -16/+5 |
2005-05-25 | common.opt (-Wattributes): New. | DJ Delorie | 1 | -2/+3 |
2005-05-24 | ia64intrin.h: Define nothing for C++: overloaded builtins have been ported to... | Paolo Carlini | 1 | -91/+2 |
2005-05-19 | re PR target/21657 (TLS reference miscompiled) | Richard Henderson | 1 | -1/+0 |
2005-05-18 | re PR target/21632 (ICE with small model attribute on ia64) | Richard Henderson | 1 | -2/+1 |
2005-05-16 | re PR target/21556 (TLS failures on 4.0 branch) | Richard Henderson | 1 | -18/+18 |
2005-05-15 | re PR target/21551 (ia64 bootstrap failed) | H.J. Lu | 1 | -0/+2 |
2005-05-11 | re PR target/21412 (ICE loading TLS address) | Richard Henderson | 5 | -179/+521 |
2005-05-10 | ia64.c (ia64_expand_atomic_op): New. | Richard Henderson | 3 | -36/+205 |
2005-05-10 | sync.md (sync_add<I48MODE>): Fix arguments for no return value pattern. | Richard Henderson | 1 | -5/+7 |
2005-05-09 | * config/ia64/ia64.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-05-08 | ia64.c (ia64_override_options): Don't set ia64_flag_var_tracking and clear fl... | Jakub Jelinek | 1 | -5/+7 |
2005-05-07 | * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define. | Joseph Myers | 1 | -0/+3 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-27 | Fix issues brought up by Nathan's assertify patch for the ia64 backend. | James E Wilson | 1 | -67/+36 |
2005-04-27 | tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o... | Paolo Bonzini | 1 | -2/+0 |
2005-04-27 | ia64.c (ia64_encode_addr_area): Use gcc_assert and gcc_unreachable as appropr... | Nathan Sidwell | 5 | -278/+242 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2 | -8/+8 |
2005-04-19 | builtins.c (expand_builtin_sync_operation): Revert last change. | Richard Henderson | 2 | -28/+28 |
2005-04-18 | unwind-ia64.c (emergency_reg_state_free): Make an unsigned int. | James A. Morrison | 1 | -2/+2 |
2005-04-16 | re PR target/21051 (sync tests ICE on ia64) | Richard Henderson | 1 | -1/+1 |
2005-04-16 | re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at r... | Joseph Myers | 1 | -2/+2 |
2005-04-14 | ia64.h (enum fetchop_code): Remove. | Richard Henderson | 5 | -727/+164 |
2005-04-13 | re PR target/20924 (inline float divide does not set correct fpu status flags) | Steve Ellcey | 1 | -6/+6 |
2005-04-12 | Fix problem with FP reg r29 being corrupted on stack unwind. | James E Wilson | 1 | -0/+2 |
2005-03-31 | re PR target/20632 (GCC should avoid generating F- and B-unit NOPs) | Vladimir Makarov | 1 | -27/+33 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -1/+1 |
2005-03-30 | final.c (final): Remove prescan parameter. | Ian Lance Taylor | 1 | -1/+1 |
2005-03-18 | hooks.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-17 | config.gcc (ia64*-*-hpux*): Add extra_options. | Richard Henderson | 6 | -312/+207 |
2005-03-17 | re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwi... | H.J. Lu | 1 | -1/+0 |
2005-03-16 | patch to fix extraneous nop at function start, bug from David Mosberger | James E Wilson | 2 | -1/+18 |
2005-03-07 | hpux.h (LINK_SPEC): Add -z. | Joseph Myers | 2 | -1/+5 |
2005-02-28 | * config/alpha/t-osf4, config/arm/t-netbsd, config/ia64/t-hpux | Zack Weinberg | 1 | -1/+3 |
2005-02-25 | re PR target/19930 (gcc.dg/pr19402-2.c fails on ia64-hpux) | Steve Ellcey | 3 | -6/+15 |
2005-02-19 | mklibgcc.in: If libgcc_eh.a would be empty, put a dummy object inside. | Zack Weinberg | 1 | -7/+0 |
2005-02-19 | re PR other/19525 (In-build-directory multilib testing broken) | Richard Sandiford | 1 | -7/+10 |
2005-02-18 | Remove obsolete IA-64 -mb-step option. | James E Wilson | 2 | -148/+0 |
2005-02-18 | re PR target/19886 (g++.dg/eh/registers1.C execution test fails) | Joseph Myers | 2 | -2/+7 |
2005-02-11 | * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define. | Joseph Myers | 1 | -0/+6 |
2005-02-11 | linux-unwind.h: Add exception clause to copyright. | David Daney | 1 | -1/+9 |
2005-01-31 | Fix typo in Richard Henderson's IA-64 vector patch. | James E Wilson | 1 | -1/+1 |
2005-01-27 | builtins.c (expand_builtin_copysign): New. | Richard Henderson | 2 | -0/+56 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-22 | genopinit.c (optabs): Use smin/smax for floating point too. | Richard Henderson | 1 | -6/+6 |
2005-01-18 | darwin.c, [...]: Update copyright. | Kazu Hirata | 7 | -7/+7 |
2005-01-17 | Fix ICE with long double after float HFA. | Jim Wilson | 1 | -5/+40 |
2005-01-13 | ia64.md (ashlti3, [...]): New. | Jan Beulich | 1 | -12/+67 |
2005-01-11 | ia64.md (zero_extendsidi2): Replace zxt4 by addp4. | Jan Beulich | 2 | -2/+16 |
2005-01-11 | varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL. | Alan Modra | 2 | -10/+27 |