index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
targhooks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
target.def (class_max_nregs): New hook.
Anatoly Sokolov
1
-0
/
+13
2011-07-12
tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
Bernd Schmidt
1
-0
/
+7
2011-06-16
re PR middle-end/46500 (target.h includes tm.h)
Joern Rennecke
1
-12
/
+12
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-58
/
+0
2011-05-04
calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...
Andreas Krebbel
1
-1
/
+1
2011-04-10
Remove doubled up words.
Mike Stump
1
-3
/
+4
2011-04-06
tm.texi.in: Document C target hooks as separate from general target hooks.
Joseph Myers
1
-8
/
+0
2011-03-29
[multiple changes]
Vladimir Makarov
1
-9
/
+0
2011-03-28
re PR bootstrap/48307 (Bootstrap failure)
Vladimir Makarov
1
-0
/
+9
2011-03-27
[multiple changes]
Vladimir Makarov
1
-9
/
+0
2011-03-24
system.h (FUNCTION_ARG, [...]): Poison.
Nathan Froyd
1
-14
/
+0
2011-03-22
target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...
Joseph Myers
1
-1
/
+12
2011-03-21
expr.h (prepare_operand): Move to...
Richard Sandiford
1
-2
/
+1
2011-01-14
re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)
Richard Guenther
1
-0
/
+29
2010-12-10
re PR middle-end/46674 (Weak alias is mistakenly optimized away)
Dave Korn
1
-0
/
+11
2010-12-07
Makefile.in: Add $(TARGET_H) to the regrename.o rule.
Yao Qi
1
-0
/
+7
2010-12-01
common.opt (main_input_filename, [...]): New Variable entries.
Joseph Myers
1
-0
/
+111
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-25
target.def (supports_split_stack, [...]): Take gcc_options parameters.
Joseph Myers
1
-3
/
+3
2010-11-24
targhooks.c (default_except_unwind_info): Remove MUST_USE_SJLJ_EXCEPTIONS case.
Nathan Froyd
1
-6
/
+0
2010-11-16
builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.
Nathan Froyd
1
-0
/
+7
2010-11-03
re PR bootstrap/44335 (gcc-4.6-20100529 java bootstrap failure on arm-linux-g...
Joern Rennecke
1
-0
/
+13
2010-10-27
tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
Steve Ellcey
1
-0
/
+10
2010-10-22
target.h (enum opt_levels, [...]): New.
Joseph Myers
1
-0
/
+5
2010-10-17
target.def (preferred_output_reload_class): New hook.
Anatoly Sokolov
1
-0
/
+13
2010-10-11
target.def (preferred_reload_class): New hook.
Anatoly Sokolov
1
-0
/
+13
2010-10-07
target.def (autovectorize_vector_sizes): New target hook.
Richard Guenther
1
-0
/
+9
2010-10-07
target.def (units_per_simd_word): Rename to ...
Richard Guenther
1
-3
/
+3
2010-10-06
tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
Anatoly Sokolov
1
-4
/
+0
2010-09-28
Hookize TARGET_UNWIND_INFO et al.
Richard Henderson
1
-0
/
+69
2010-09-16
tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
Joseph Myers
1
-8
/
+0
2010-09-14
Turn UNITS_PER_SIMD_WORD into a target hook.
H.J. Lu
1
-0
/
+9
2010-09-02
target.def (class_likely_spilled_p): New hook.
Anatoly Sokolov
1
-0
/
+12
2010-08-19
target.def (function_arg, [...]): Remove const qualifier on CUMULATIVE_ARGS p...
Nathan Froyd
1
-6
/
+4
2010-08-11
target.def (output_addr_const_extra): New hook.
Anatoly Sokolov
1
-0
/
+15
2010-07-28
i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
Kai Tietz
1
-0
/
+10
2010-07-08
final.c (final_scan_insn): Replace TARGET_UNWIND_INFO macro check by unwind_e...
Kai Tietz
1
-10
/
+0
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-04
gcc/
Richard Sandiford
1
-2
/
+3
2010-07-04
optabs.h (optab_handler, [...]): Turn into inline functions that return an in...
Richard Sandiford
1
-1
/
+1
2010-07-04
tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...
Ira Rosen
1
-1
/
+4
2010-06-30
re PR middle-end/44566 (configuration with multiple targets / backends is not...
Joern Rennecke
1
-11
/
+12
2010-06-29
tm.texi (TARGET_OPTION_OVERRIDE): Document.
Joern Rennecke
1
-0
/
+8
2010-06-29
calls.c, [...]: Call targetm.calls.function_arg...
Nathan Froyd
1
-0
/
+43
2010-06-29
reginfo.c (init_reg_sets_1): Adjust comments.
Nathan Froyd
1
-0
/
+8
2010-06-27
target.h (struct gcc_target): Add register_move_cost field.
Anatoly Sokolov
1
-0
/
+15
2010-06-12
targhooks.c (default_function_value): Don't use FUNCTION_OUTGOING_VALUE.
Anatoly Sokolov
1
-5
/
+0
2010-06-07
tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.
Ira Rosen
1
-0
/
+30
2010-06-05
target.h (struct gcc_target): Add memory_move_cost field.
Anatoly Sokolov
1
-0
/
+14
2010-06-04
final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p.
Nathan Froyd
1
-0
/
+40
[next]