Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 3 | -5/+3 |
2010-11-22 | target.def (conditional_register_usage): Define. | Nathan Froyd | 2 | -8/+12 |
2010-11-21 | tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove. | Joseph Myers | 1 | -4/+1 |
2010-11-16 | re PR target/44762 (score/predicates.md warnings) | Joern Rennecke | 9 | -107/+107 |
2010-11-01 | common.opt (R, [...]): New. | Joseph Myers | 1 | -5/+0 |
2010-10-28 | * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete. | Nathan Froyd | 1 | -21/+0 |
2010-10-23 | cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__... | Nathan Froyd | 1 | -8/+0 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 2 | -3/+9 |
2010-10-08 | score-protos.h (score_function_arg): Delete. | Nathan Froyd | 6 | -29/+29 |
2010-10-04 | flags.h (g_switch_value, [...]): Remove. | Joseph Myers | 3 | -9/+8 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -3/+1 |
2010-09-16 | tm.texi.in (OVERRIDE_OPTIONS): Remove documentation. | Joseph Myers | 7 | -22/+23 |
2010-07-30 | common.opt (-G): Don't define option here. | Joseph Myers | 1 | -2/+7 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 3 | -0/+3 |
2010-06-29 | reginfo.c (init_reg_sets_1): Adjust comments. | Nathan Froyd | 1 | -2/+0 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2 | -2/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 3 | -3/+0 |
2009-11-04 | defaults.h (CONSTANT_ADDRESS_P): Provide a default definition. | Nick Clifton | 1 | -3/+0 |
2009-09-22 | score-protos.h (score_initialize_trampoline): Remove. | Richard Henderson | 7 | -67/+91 |
2009-08-26 | hooks.h (hook_bool_const_int_const_int_true): Declare. | Anatoly Sokolov | 2 | -8/+14 |
2009-08-19 | method.c (use_thunk): Call free_after_compilation after assemble_end_function. | Jakub Jelinek | 2 | -2/+0 |
2009-08-01 | expr.c (store_constructor): Use promote_decl_mode. | Paolo Bonzini | 3 | -11/+6 |
2009-06-30 | target.h (struct gcc_target): Add frame_pointer_required field. | Anatoly Sokolov | 1 | -5/+0 |
2009-05-26 | Makefile.in (COMPILER, [...]): Define. | Ian Lance Taylor | 1 | -3/+3 |
2009-05-15 | frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS. | Paolo Bonzini | 3 | -3/+3 |
2009-05-14 | tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc... | Paolo Bonzini | 6 | -20/+15 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 8 | -155/+21 |
2009-05-04 | tm.texi (LEGITIMIZE_ADDRESS): Revise documentation. | Paolo Bonzini | 7 | -45/+36 |
2009-04-22 | defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default. | Paolo Bonzini | 1 | -4/+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 | -40/+18 |
2009-03-31 | re PR c/448 (<stdint.h>-related issues (C99 issues)) | Joseph Myers | 1 | -1/+3 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 7 | -7/+7 |
2008-12-01 | score.h (IRA_COVER_CLASSES): Define. | Chen Liqin | 1 | -0/+12 |
2008-08-31 | frv.c (frv_rtx_costs): Update forward declaration. | Jan Hubicka | 4 | -6/+8 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 6 | -9/+14 |
2008-08-30 | optabs.c (expand_abs_nojump): Update BRANCH_COST call. | Jan Hubicka | 1 | -1/+1 |
2008-08-12 | defaults.h (TARGET_FLOAT_FORMAT): Remove. | Ulrich Weigand | 1 | -2/+0 |
2008-08-06 | alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 6 | -56/+56 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+2 |
2008-05-08 | 2008-05-07 Kai Tietz <kai,tietz@onevision.com> | Kai Tietz | 1 | -1/+1 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 3 | -11/+11 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 3 | -4/+4 |
2008-04-03 | re PR target/35795 (Revision 133787 breaks ia64) | Jan Hubicka | 2 | -0/+2 |
2008-03-27 | sourcebuild.texi, [...]: Revert automatic dependency patch. | Tom Tromey | 1 | -5/+11 |
2008-03-25 | x-solaris (host-solaris.o): Update. | Tom Tromey | 1 | -11/+5 |
2007-10-18 | Because we merge score3 and score7 into the same backend, | Chen Liqin | 21 | -3233/+7831 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |