Age | Commit message (Expand) | Author | Files | Lines |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-04 | Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU... | Thomas Schwinge | 1 | -2/+2 |
2022-11-04 | Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR' | Thomas Schwinge | 1 | -0/+4 |
2022-09-02 | STABS: remove -gstabs and -gxcoff functionality | Martin Liska | 1 | -4/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | re PR target/87927 (ICE: segmentation fault with patchable_function_entry att... | Jozef Lawrynowicz | 1 | -0/+15 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-06-25 | Makefile.in (TARGET_DEF): Add target-insns.def. | Richard Sandiford | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -6/+2 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -4/+0 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -0/+4 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 1 | -4/+0 |
2011-03-24 | system.h (FUNCTION_ARG, [...]): Poison. | Nathan Froyd | 1 | -1/+1 |
2010-06-29 | re PR other/44034 (target hooks are hard to maintain) | Joern Rennecke | 1 | -1019/+6 |
2010-06-29 | tm.texi (TARGET_OPTION_OVERRIDE): Document. | Joern Rennecke | 1 | -0/+5 |
2010-06-29 | calls.c, [...]: Call targetm.calls.function_arg... | Nathan Froyd | 1 | -0/+19 |
2010-06-29 | reginfo.c (init_reg_sets_1): Adjust comments. | Nathan Froyd | 1 | -1/+3 |
2010-06-27 | target.h (struct gcc_target): Add register_move_cost field. | Anatoly Sokolov | 1 | -0/+5 |
2010-06-16 | * target.h (struct asm_out):Add declare_constant_name field. | Anatoly Sokolov | 1 | -0/+5 |
2010-06-07 | tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation. | Ira Rosen | 1 | -1/+2 |
2010-06-05 | target.h (struct gcc_target): Add memory_move_cost field. | Anatoly Sokolov | 1 | -0/+5 |
2010-06-04 | final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p. | Nathan Froyd | 1 | -1/+16 |
2010-05-28 | c-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST ... | Kai Tietz | 1 | -0/+5 |
2010-05-25 | invoke.texi: Document -Ofast. | Richard Guenther | 1 | -0/+2 |
2010-05-19 | hooks.h (hook_tree_tree_tree_bool_null): Rename to... | Nathan Froyd | 1 | -1/+1 |
2010-05-12 | target.h (struct gcc_target): Add mode_dependent_address_p field. | Anatoly Sokolov | 1 | -0/+5 |
2010-05-07 | configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp... | Steven Bosscher | 1 | -0/+10 |
2010-05-05 | re PR testsuite/43758 (19 new GCC HEAD@158360 regressions) | Jason Merrill | 1 | -0/+2 |
2010-05-03 | tm.texi (defmac SMALL_REGISTER_CLASSES): Remove. | Steven Bosscher | 1 | -1/+6 |
2010-05-02 | target.h (struct calls): Add function_value_regno_p field. | Anatoly Sokolov | 1 | -0/+2 |
2010-04-08 | Implement target hook for loop unrolling | Christian Borntraeger | 1 | -0/+2 |
2010-03-24 | re PR debug/43293 (Invalid unwind info for i?86 -fpic) | Jakub Jelinek | 1 | -1/+6 |
2009-11-25 | target.h (targetm.vectorize.builtin_vec_perm_ok): New. | Richard Henderson | 1 | -1/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -2/+2 |
2009-10-30 | target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE. | Nathan Sidwell | 1 | -1/+1 |
2009-10-29 | re PR middle-end/37565 (__optimize__ attribute doesn't work correctly) | Steve Ellcey | 1 | -0/+3 |
2009-10-27 | target.h (have_conditional_execution): Add a new target hook function. | Wei Guozhi | 1 | -0/+2 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -0/+16 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -0/+27 |
2009-10-09 | re PR lto/41638 (Back-end builtins are mishandled) | Richard Guenther | 1 | -0/+2 |
2009-09-22 | system.h (TRAMPOLINE_TEMPLATE, [...]): Poison. | Richard Henderson | 1 | -11/+2 |
2009-09-22 | re PR target/41246 (should "sorry" when regparm=3 and nested functions are en... | Richard Henderson | 1 | -2/+20 |