Age | Commit message (Expand) | Author | Files | Lines |
2010-04-09 | target.h (builtin_conversion): Pass in input and output types. | Richard Guenther | 1 | -1/+2 |
2010-03-27 | PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree ... | Michael Meissner | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -6/+6 |
2009-10-27 | target.h (have_conditional_execution): Add a new target hook function. | Wei Guozhi | 1 | -0/+10 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -0/+56 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -0/+45 |
2009-10-17 | targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro if not def... | Anatoly Sokolov | 1 | -2/+7 |
2009-09-24 | cgraphunit.c (cgraph_lower_function): Revert last change. | Jakub Jelinek | 1 | -1/+1 |
2009-09-23 | tm.texi (STATIC_CHAIN, [...]): Remove. | Richard Henderson | 1 | -7/+12 |
2009-09-22 | system.h (TRAMPOLINE_TEMPLATE, [...]): Poison. | Richard Henderson | 1 | -30/+0 |
2009-09-22 | re PR target/41246 (should "sorry" when regparm=3 and nested functions are en... | Richard Henderson | 1 | -0/+63 |
2009-09-15 | New function for checking misalignment | Revital Eres | 1 | -0/+17 |
2009-08-12 | tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2. | Paolo Bonzini | 1 | -0/+2 |
2009-08-06 | Merge ARM/hard_vfp_branch to trunk | Richard Earnshaw | 1 | -0/+6 |
2009-08-01 | expr.c (store_constructor): Use promote_decl_mode. | Paolo Bonzini | 1 | -0/+21 |
2009-07-10 | targhooks.c (default_target_can_inline_p): Rename from default_target_option_... | DJ Delorie | 1 | -1/+1 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -3/+1 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -3/+5 |
2009-06-09 | targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns... | Ian Lance Taylor | 1 | -3/+3 |
2009-05-14 | tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc... | Paolo Bonzini | 1 | -0/+16 |
2009-05-04 | tm.texi (LEGITIMIZE_ADDRESS): Revise documentation. | Paolo Bonzini | 1 | -0/+7 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -0/+6 |
2009-04-25 | target.h (struct gcc_target): Add case_values_threshold field. | Anatoly Sokolov | 1 | -1/+15 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-09-20 | tm.texi (TARGET_IRA_COVER_CLASSES): Define. | Richard Sandiford | 1 | -0/+9 |
2008-08-30 | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 1 | -0/+13 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+34 |
2008-07-16 | c-pch.c (get_ident): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -9/+9 |
2008-07-09 | target.h (struct gcc_target): Add hard_regno_scratch_ok field. | Anatoly Sokolov | 1 | -0/+6 |
2008-06-18 | targhooks.h (struct gcc_target): New member unwind_word_mode. | Ulrich Weigand | 1 | -1/+7 |
2008-05-08 | 2008-05-07 Kai Tietz <kai,tietz@onevision.com> | Kai Tietz | 1 | -4/+0 |
2007-10-16 | target.h (unspec_may_trap_p): New target hook. | Paolo Bonzini | 1 | -0/+20 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -6/+7 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 1 | -8/+8 |
2007-08-20 | c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ... | Chao-ying Fu | 1 | -0/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-12 | re PR target/25413 (wrong alignment or incorrect address computation in vecto... | Dorit Nuzman | 1 | -0/+16 |
2007-07-06 | libgcc2.h (word_type): Type definition removed. | Andreas Krebbel | 1 | -0/+12 |
2007-07-03 | cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants. | Uros Bizjak | 1 | -0/+7 |
2007-06-18 | re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math) | Uros Bizjak | 1 | -0/+1 |
2007-06-16 | targhooks.c (default_builtin_reciprocal): New default target hook. | Uros Bizjak | 1 | -0/+9 |
2007-05-28 | targhooks.c (default_narrow_bitfield): Remove. | Kazu Hirata | 1 | -14/+0 |
2007-05-24 | re PR target/27067 (Compile errors with multiple inheritance where the stdcal... | Danny Smith | 1 | -0/+7 |
2007-03-09 | re PR target/26090 (IA-64 creates DT_TEXTREL binaries) | Richard Henderson | 1 | -1/+10 |
2007-03-06 | c-common.c (targetcm): Add. | Mike Stump | 1 | -0/+8 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -2/+2 |
2007-02-11 | tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook. | Tehila Meyzels | 1 | -0/+9 |
2007-02-05 | tree-vectorizer.h (vectorizable_function): Add argument type argument, change... | Richard Guenther | 1 | -1/+2 |
2006-11-27 | target.h (struct gcc_target): Add builtin_vectorized_function target hook. | Richard Guenther | 1 | -0/+9 |
2006-04-17 | target.h (struct gcc_target): Add mode_rep_extended. | Adam Nemet | 1 | -0/+9 |