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
/
target.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-10-09
re PR lto/41638 (Back-end builtins are mishandled)
Richard Guenther
1
-0
/
+6
2009-09-22
re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...
Richard Henderson
1
-1
/
+14
2009-09-15
New function for checking misalignment
Revital Eres
1
-0
/
+5
2009-08-26
hooks.h (hook_bool_const_int_const_int_true): Declare.
Anatoly Sokolov
1
-0
/
+4
2009-08-14
extend.texi (Symbol-Renaming Pragmas): redefine_extname is supported on all p...
Olatunji Ruwase
1
-3
/
+0
2009-08-06
Merge ARM/hard_vfp_branch to trunk
Richard Earnshaw
1
-0
/
+4
2009-08-01
expr.c (store_constructor): Use promote_decl_mode.
Paolo Bonzini
1
-2
/
+5
2009-06-30
target.h (struct gcc_target): Add frame_pointer_required field.
Anatoly Sokolov
1
-0
/
+3
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-1
/
+2
2009-05-28
re PR middle-end/33699 (missing optimization on const addr area store)
Adam Nemet
1
-1
/
+5
[next]