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
/
builtins.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-31
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-13
/
+6
2007-01-31
optabs.h (enum optab_index): Add new OTI_isinf.
Uros Bizjak
1
-0
/
+4
2007-01-30
builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle...
Uros Bizjak
1
-3
/
+89
2007-01-28
builtins.c (expand_builtin_memset): Fix typo in my last patch.
Jan Hubicka
1
-1
/
+2
2007-01-28
expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...
Jan Hubicka
1
-9
/
+24
2007-01-26
builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.
Kaveh R. Ghazi
1
-0
/
+12
2007-01-25
re PR middle-end/30447 (Evaluate complex math functions at compile-time)
Kaveh R. Ghazi
1
-22
/
+7
2007-01-25
builtins.c (fold_builtin_carg): New.
Kaveh R. Ghazi
1
-0
/
+26
2007-01-24
builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way.
Richard Guenther
1
-2
/
+7
2007-01-20
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-0
/
+7
2007-01-19
builtins.c (expand_builtin_cexpi): Fall back to expanding via cexp in case si...
Richard Guenther
1
-4
/
+21
2007-01-11
builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...
Roger Sayle
1
-27
/
+29
2007-01-08
tree.h (build_int_cst_wide_type): Export.
Richard Guenther
1
-7
/
+6
2007-01-08
builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
Richard Guenther
1
-6
/
+4
2007-01-08
tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...
Richard Guenther
1
-3
/
+5
2006-12-26
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-5
/
+17
2006-12-14
re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...
Richard Guenther
1
-0
/
+64
2006-12-13
builtins.c (expand_builtin_cexpi): Fix typo.
Richard Guenther
1
-1
/
+1
2006-12-13
re PR tree-optimization/17687 (sincos tree representation causes extra addres...
Richard Guenther
1
-4
/
+130
2006-12-11
value-prof.c (tree_stringops_transform): New.
Jan Hubicka
1
-6
/
+3
2006-12-07
builtins.c (expand_builtin_pow): Adjust predicates for pow to cbrt expansion ...
Richard Guenther
1
-3
/
+8
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-12
/
+14
2006-12-04
cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.
Jan Hubicka
1
-2
/
+6
2006-12-02
builtins.c, [...]: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2006-11-30
re PR middle-end/30028 (bcopy is wrongly converted to memcpy)
Jan Hubicka
1
-1
/
+1
2006-11-28
Privatize SSA variables into gimple_df.
Jan Hubicka
1
-1
/
+1
2006-11-28
builtins.c: Include tree-flow.h.
Jan Hubicka
1
-42
/
+50
2006-11-27
re PR fortran/25620 (Missed optimization with power)
Richard Guenther
1
-23
/
+100
2006-11-26
builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.
Kaveh R. Ghazi
1
-0
/
+14
2006-11-23
real.h (real_isinteger): Declare.
Manuel López-Ibáñez
1
-9
/
+1
2006-11-18
builtins.c (integer_valued_real_p): Handle fmin/fmax.
Kaveh R. Ghazi
1
-10
/
+39
2006-11-12
builtins.c (fold_builtin_cosh): New.
Kaveh R. Ghazi
1
-4
/
+25
2006-11-11
Oops, commited wrong variant of patch in last commit, this is the diff
Jan Hubicka
1
-1
/
+0
2006-11-11
extended.texi (__builtin_expect): We no longer require second argument to be ...
Jan Hubicka
1
-142
/
+5
2006-11-11
builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().
Kaveh R. Ghazi
1
-19
/
+12
2006-11-10
builtins.c (do_mpfr_arg3): New.
Kaveh R. Ghazi
1
-0
/
+70
2006-11-08
tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...
Roger Sayle
1
-13
/
+4
2006-11-02
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-0
/
+62
2006-11-01
extend.texi (__builtin_bswap32): Document.
Eric Christopher
1
-0
/
+97
2006-10-30
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-0
/
+6
2006-10-30
builtins.c (expand_builtin_mathfn_3): Correct coding style.
Roger Sayle
1
-2
/
+1
2006-10-30
builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc ...
Roger Sayle
1
-3
/
+5
2006-10-29
builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot...
Kaveh R. Ghazi
1
-16
/
+21
2006-10-29
builtins.c (expand_builtin_mathfn): Expand nearbyint as rint in case -fno-tra...
Richard Guenther
1
-1
/
+4
2006-10-29
genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.
Richard Guenther
1
-32
/
+25
2006-10-29
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-29
/
+152
2006-10-28
re PR target/28806 (lround is not expanded inline to SSE conversion sequence)
Richard Guenther
1
-0
/
+5
2006-10-27
builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...
Jan Hubicka
1
-1
/
+1
2006-10-25
re PR middle-end/29335 (transcendental functions with constant arguments shou...
Kaveh R. Ghazi
1
-27
/
+56
2006-10-25
optabs.h (enum optab_index): Remove OTI_lrint.
Richard Guenther
1
-33
/
+25
[next]