Age | Commit message (Expand) | Author | Files | Lines |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -1/+0 |
2012-09-06 | score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and score_legitimize_address... | Chen Liqin | 1 | -27/+0 |
2012-09-05 | hooks.c (hook_int_rtx_mode_as_bool_0): New function. | Oleg Endo | 2 | -2/+4 |
2012-06-24 | output.h: (current_function_is_leaf... | Steven Bosscher | 1 | -2/+2 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | integrate.c: Remove. | Steven Bosscher | 1 | -1/+0 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -3/+3 |
2011-12-24 | score.h (REGISTER_MOVE_COST, [...]): Remove. | Anatoly Sokolov | 3 | -13/+8 |
2011-11-02 | Move crtstuff support to toplevel libgcc | Rainer Orth | 3 | -207/+0 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 2 | -2/+4 |
2011-08-05 | soft-fp: Move to ../libgcc. | Rainer Orth | 2 | -66/+0 |
2011-07-20 | target.def (class_max_nregs): New hook. | Anatoly Sokolov | 1 | -5/+0 |
2011-07-01 | config.gcc (score-*-elf): Remove score7.o. | Chen Liqin | 4 | -2209/+1541 |
2011-06-16 | re PR middle-end/46500 (target.h includes tm.h) | Joern Rennecke | 2 | -11/+10 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -45/+0 |
2011-04-21 | target.def (legitimate_constant_p): New hook. | Richard Sandiford | 1 | -2/+0 |
2011-03-31 | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 1 | -4/+2 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -12/+0 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -0/+12 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 1 | -12/+0 |
2011-03-22 | score.c (score_handle_option): Don't assert that global structures are in use. | Joseph Myers | 2 | -23/+20 |
2011-03-22 | target.def (handle_option): Take gcc_options and cl_decoded_option pointers a... | Joseph Myers | 1 | -2/+12 |
2011-03-11 | config.gcc (score-*-elf): add extra_parts .., update tmake_file, extra_objs. | Chen Liqin | 16 | -5198/+377 |
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 |