Age | Commit message (Expand) | Author | Files | Lines |
2014-05-13 | target.def (mode_switching): New hook vector. | Christian Bruel | 1 | -0/+2 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -8/+7 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -0/+2 |
2013-11-09 | target.def (can_use_doloop_p): New hook. | Richard Sandiford | 1 | -0/+1 |
2013-04-10 | Improve cstore code generation on 64-bit sparc. | David S. Miller | 1 | -0/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-07-25 | tm.texi: Regenerate. | Bill Schmidt | 1 | -0/+8 |
2012-07-13 | tm.texi: Regenerate. | Bill Schmidt | 1 | -0/+7 |
2012-06-13 | targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us... | Bill Schmidt | 1 | -1/+2 |
2012-02-10 | re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4.... | Bill Schmidt | 1 | -1/+2 |
2012-01-17 | re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure) | Jakub Jelinek | 1 | -1/+2 |
2011-06-16 | re PR middle-end/46500 (target.h includes tm.h) | Joern Rennecke | 1 | -2/+46 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -35/+0 |
2011-04-06 | tm.texi.in: Document C target hooks as separate from general target hooks. | Joseph Myers | 1 | -3/+0 |
2011-01-14 | re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call) | Richard Guenther | 1 | -0/+3 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 1 | -0/+35 |
2010-10-07 | Move enum unwind_info_type from target.h to coretypes.h. | Richard Henderson | 1 | -10/+0 |
2010-09-28 | Hookize TARGET_UNWIND_INFO et al. | Richard Henderson | 1 | -0/+10 |
2010-07-04 | tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume... | Ira Rosen | 1 | -0/+1 |
2010-06-29 | re PR other/44034 (target hooks are hard to maintain) | Joern Rennecke | 1 | -1203/+5 |
2010-06-29 | tm.texi (TARGET_OPTION_OVERRIDE): Document. | Joern Rennecke | 1 | -0/+3 |
2010-06-29 | calls.c, [...]: Call targetm.calls.function_arg... | Nathan Froyd | 1 | -0/+20 |
2010-06-29 | reginfo.c (init_reg_sets_1): Adjust comments. | Nathan Froyd | 1 | -0/+5 |
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/+4 |
2010-06-07 | tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation. | Ira Rosen | 1 | -3/+20 |
2010-06-05 | target.h (struct gcc_target): Add memory_move_cost field. | Anatoly Sokolov | 1 | -0/+3 |
2010-06-04 | final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p. | Nathan Froyd | 1 | -0/+10 |
2010-05-28 | c-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST ... | Kai Tietz | 1 | -0/+3 |
2010-05-25 | invoke.texi: Document -Ofast. | Richard Guenther | 1 | -0/+3 |
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/+4 |
2010-05-07 | configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp... | Steven Bosscher | 1 | -0/+8 |
2010-05-05 | re PR testsuite/43758 (19 new GCC HEAD@158360 regressions) | Jason Merrill | 1 | -0/+4 |
2010-05-03 | tm.texi (defmac SMALL_REGISTER_CLASSES): Remove. | Steven Bosscher | 1 | -0/+6 |
2010-05-02 | target.h (struct calls): Add function_value_regno_p field. | Anatoly Sokolov | 1 | -0/+4 |
2010-04-09 | target.h (builtin_conversion): Pass in input and output types. | Richard Guenther | 1 | -3/+3 |
2010-04-08 | Implement target hook for loop unrolling | Christian Borntraeger | 1 | -0/+6 |
2010-03-27 | PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree ... | Michael Meissner | 1 | -1/+1 |
2010-03-24 | re PR debug/43293 (Invalid unwind info for i?86 -fpic) | Jakub Jelinek | 1 | -1/+5 |
2010-01-19 | target.h (struct gcc_target): Change type of last argument to secondary_reloa... | Joern Rennecke | 1 | -1/+1 |
2009-11-25 | target.h (targetm.vectorize.builtin_vec_perm_ok): New. | Richard Henderson | 1 | -0/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -8/+8 |
2009-10-29 | re PR middle-end/37565 (__optimize__ attribute doesn't work correctly) | Steve Ellcey | 1 | -0/+5 |
2009-10-27 | target.h (have_conditional_execution): Add a new target hook function. | Wei Guozhi | 1 | -0/+3 |
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/+20 |
2009-10-17 | targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro if not def... | Anatoly Sokolov | 1 | -1/+1 |