Age | Commit message (Expand) | Author | Files | Lines |
2009-05-14 | tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc... | Paolo Bonzini | 3 | -11/+9 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 5 | -252/+71 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -1/+1 |
2009-04-22 | defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default. | Paolo Bonzini | 1 | -2/+0 |
2009-04-21 | ABOUT-GCC-NLS, [...]: Add copyright and license notices. | Joseph Myers | 1 | -0/+18 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2 | -29/+19 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2 | -2/+3 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -3/+4 |
2008-08-06 | alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -8/+8 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 2 | -4/+4 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 1 | -15/+15 |
2007-11-22 | mmix.c (mmix_encode_section_info): Remove duplicate line in my edit of the la... | Hans-Peter Nilsson | 1 | -1/+0 |
2007-11-22 | mmix.c (mmix_encode_section_info): Use alloca to avoid writing into string al... | Tom Tromey | 1 | -6/+3 |
2007-09-25 | mmix.h (FUNCTION_INCOMING_ARG_REGNO_P): Don't define bogus target macro. | Hans-Peter Nilsson | 3 | -10/+24 |
2007-09-25 | mmix.md ("*cmpcc_folded"): In condition, gate with REG_P tests before REGNO a... | Hans-Peter Nilsson | 1 | -1/+2 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 2 | -8/+8 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 7 | -34/+27 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -11/+11 |
2006-04-18 | * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove reference to flag_strengt... | Nick Clifton | 1 | -1/+0 |
2005-12-07 | alpha.c (alpha_start_function): Use switch_to_section. | Richard Sandiford | 1 | -3/+3 |
2005-10-30 | mmix.c (mmix_intval): Correct handling of DFmode constants for hosts with lon... | Hans-Peter Nilsson | 1 | -13/+7 |
2005-07-03 | c-common.h (GCC_DIAG_STYLE): Define. | Joseph Myers | 1 | -2/+2 |
2005-06-26 | defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined. | Jakub Jelinek | 1 | -1/+1 |
2005-06-25 | Update FSF address. | R. Kelley Cook | 8 | -16/+16 |
2005-06-05 | re PR target/21914 (mmix-knuth-mmixware testsuite failure: compile/20030703-1.c) | Hans-Peter Nilsson | 1 | -4/+4 |
2005-05-27 | c-pch.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-05-04 | predicates.md: New file. | Hans-Peter Nilsson | 4 | -154/+175 |
2005-05-02 | mmix.opt: New file. | Hans-Peter Nilsson | 3 | -87/+103 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 2 | -2/+3 |
2005-04-26 | mips.c (mips_legitimize_tls_address): Use gcc_unreachable. | Nathan Sidwell | 3 | -7/+6 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+1 |
2004-12-30 | mmix.h (ASM_OUTPUT_INTERNAL_LABEL): Define. | Hans-Peter Nilsson | 3 | -0/+13 |
2004-12-28 | re PR target/18321 (mmix-knuth-mmixware testsuite failure: gcc.c-torture/comp... | Hans-Peter Nilsson | 1 | -5/+1 |
2004-11-28 | re PR target/18331 (mmix-knuth-mmixware testsuite failure: execute/ieee/fp-cm... | Hans-Peter Nilsson | 1 | -4/+34 |
2004-11-13 | re PR target/18347 (mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c) | Hans-Peter Nilsson | 2 | -11/+16 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -1/+1 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 2 | -14/+0 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 2 | -2/+2 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -3/+3 |
2004-07-13 | target.h (struct gcc_target): Add calls.pass_by_reference. | Richard Henderson | 3 | -21/+8 |
2004-07-13 | builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference. | Richard Henderson | 1 | -23/+9 |
2004-07-13 | target-def.h (TARGET_MUST_PASS_IN_STACK): New. | Richard Henderson | 2 | -4/+4 |
2004-07-08 | mmix-protos.h (mmix_expand_builtin_va_arg): Remove. | Richard Henderson | 3 | -109/+14 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -5/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+0 |
2004-04-08 | explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of PROMOTE_FOR_CAL... | Paul Brook | 1 | -5/+3 |
2004-03-15 | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-03-11 | c-typeck.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |