summaryrefslogtreecommitdiff
path: root/gcc/target.h
AgeCommit message (Expand)Author
2020-05-05add vec_info * parameters where neededRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-12-06[C++] Pass type uses through the verify_type_context hookRichard Sandiford
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek
2019-09-30Add a target hook for getting an ABI from a function typeRichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford
2018-01-02Remove vec_perm_const optabRichard Sandiford
2017-12-14poly_int: add poly-int.hRichard Sandiford
2017-10-17target.h (enum vect_cost_for_stmt): Add vec_gather_load and vec_scatter_storeJan Hubicka
2017-09-25Change permute index type to unsigned shortRichard Sandiford
2017-09-14Use vec<> for constant permute masksRichard Sandiford
2017-04-04re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-11-06[Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIOJames Greenhalgh
2014-11-01[Patch 1/7] Hookize *_BY_PIECES_PJames Greenhalgh
2014-05-13target.def (mode_switching): New hook vector.Christian Bruel
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-07-25tm.texi: Regenerate.Bill Schmidt
2012-07-13tm.texi: Regenerate.Bill Schmidt
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt
2012-01-17re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure)Jakub Jelinek
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers
2011-01-14re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Richard Guenther
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers
2010-10-07Move enum unwind_info_type from target.h to coretypes.h.Richard Henderson
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen