| Commit message (Expand) | Author | Age | Files | Lines |
* | builtins.c (expand_builtin_thread_pointer): New. | Chung-Lin Tang | 2012-10-11 | 2 | -39/+3 |
* | re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD... | Georg-Johann Lay | 2012-09-26 | 1 | -2/+3 |
* | hooks.c (hook_int_rtx_mode_as_bool_0): New function. | Oleg Endo | 2012-09-05 | 1 | -1/+1 |
* | Convert MEMBER_TYPE_FORCES_BLK to target hook | H.J. Lu | 2012-08-17 | 2 | -9/+18 |
* | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 2012-05-05 | 1 | -3/+5 |
* | Move libgcc2 to toplevel libgcc | Rainer Orth | 2011-11-02 | 3 | -189/+0 |
* | Move libgcc1 to toplevel libgcc | Rainer Orth | 2011-11-02 | 4 | -5002/+0 |
* | Move crtstuff support to toplevel libgcc | Rainer Orth | 2011-11-02 | 5 | -110/+0 |
* | Move shlib support to toplevel libgcc | Rainer Orth | 2011-11-02 | 2 | -5/+0 |
* | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 2011-08-18 | 1 | -3/+3 |
* | Makefile.in (UNWIND_H): Remove. | Rainer Orth | 2011-08-05 | 3 | -597/+2 |
* | target.def (class_max_nregs): New hook. | Anatoly Sokolov | 2011-07-20 | 1 | -9/+0 |
* | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 2011-07-19 | 1 | -2/+2 |
* | re PR middle-end/46500 (target.h includes tm.h) | Joern Rennecke | 2011-06-16 | 1 | -8/+9 |
* | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 2011-06-15 | 1 | -19/+0 |
* | linux.h (MD_UNWIND_SUPPORT): Remove. | Rainer Orth | 2011-06-03 | 3 | -103/+2 |
* | xtensa.c (xtensa_init_builtins): Call build_function_type_list instead of bui... | Nathan Froyd | 2011-05-03 | 1 | -1/+1 |
* | target.def (legitimate_constant_p): New hook. | Richard Sandiford | 2011-04-21 | 2 | -4/+11 |
* | target.def (cannot_force_const_mem): Add a mode argument. | Richard Sandiford | 2011-04-21 | 1 | -1/+11 |
* | linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER. | Joseph Myers | 2011-04-11 | 1 | -2/+2 |
* | alpha.c (alpha_emit_xfloating_libcall): Call use_reg. | Nathan Froyd | 2011-04-08 | 1 | -3/+1 |
* | re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer... | Joseph Myers | 2011-03-31 | 2 | -7/+2 |
* | reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc... | Jeff Law | 2011-03-30 | 1 | -1/+1 |
* | [multiple changes] | Vladimir Makarov | 2011-03-29 | 1 | -5/+0 |
* | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 2011-03-28 | 1 | -0/+5 |
* | [multiple changes] | Vladimir Makarov | 2011-03-27 | 1 | -5/+0 |
* | xtensa.h (REGISTER_MOVE_COST, [...]): Remove macros. | Anatoly Sokolov | 2011-02-12 | 2 | -20/+35 |
* | elf.opt: New. | Joseph Myers | 2011-02-08 | 1 | -0/+30 |
* | xtensa.h (PREFERRED_RELOAD_CLASS, [...]): Remove. | Anatoly Sokolov | 2011-02-03 | 3 | -16/+36 |
* | xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove. | Anatoly Sokolov | 2011-01-20 | 3 | -23/+28 |
* | linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional. | Joseph Myers | 2011-01-14 | 1 | -6/+5 |
* | xtensa.h (XTENSA_LIBCALL_VALUE, [...]): Remove macros. | Anatoly Sokolov | 2011-01-13 | 2 | -29/+27 |
* | xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove. | Anatoly Sokolov | 2011-01-07 | 3 | -10/+6 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 2 | -2/+2 |
* | elf.h (SIZE_TYPE, [...]): Define. | Joseph Myers | 2010-12-13 | 2 | -0/+16 |
* | nto.h (MD_EXEC_PREFIX, [...]): Define. | Joseph Myers | 2010-12-09 | 1 | -3/+0 |
* | arc.h (ASM_SPEC): Remove %{v}. | Joseph Myers | 2010-12-09 | 2 | -4/+2 |
* | freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}. | Joseph Myers | 2010-12-09 | 1 | -2/+2 |
* | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 2010-12-01 | 1 | -1/+0 |
* | tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove. | Joseph Myers | 2010-11-21 | 1 | -3/+1 |
* | xtensa.c (function_arg_boundary): Really rename to... | Nathan Froyd | 2010-11-17 | 1 | -1/+1 |
* | builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary. | Nathan Froyd | 2010-11-16 | 3 | -8/+6 |
* | re PR target/46438 (xtensa-elf --enable-werror-always build fails) | Joern Rennecke | 2010-11-12 | 1 | -6/+5 |
* | xtensa: Convert to fma. | Richard Henderson | 2010-11-12 | 3 | -16/+13 |
* | cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__... | Nathan Froyd | 2010-10-23 | 1 | -7/+0 |
* | target.h (enum opt_levels, [...]): New. | Joseph Myers | 2010-10-22 | 2 | -20/+16 |
* | alpha.c (alpha_build_builtin_va_list): Use TYPE_STUB_DECL instead of TREE_CHAIN. | Nathan Froyd | 2010-10-22 | 1 | -1/+1 |
* | opt-functions.awk (static_var): Update comment. | Joseph Myers | 2010-09-30 | 1 | -3/+0 |
* | target.def (target_option.optimization): New hook. | Joseph Myers | 2010-09-16 | 2 | -12/+16 |
* | tm.texi.in (OVERRIDE_OPTIONS): Remove documentation. | Joseph Myers | 2010-09-16 | 3 | -7/+8 |