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
2016-05-13
builtins.c (expand_builtin_memcmp): Do not emit the call here.
Eric Botcazou
1
-45
/
+14
2016-05-03
PR c++/66561 - __builtin_LINE at al. should yield constant expressions
Martin Sebor
1
-0
/
+42
2016-05-03
re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...
Jakub Jelinek
1
-0
/
+84
2016-04-08
PR70117, ppc long double isinf
Alan Modra
1
-11
/
+89
2016-03-29
re PR middle-end/70424 (Pointer derived from integer gets reduced alignment)
Richard Biener
1
-1
/
+1
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-1
/
+1
2016-01-05
re PR c/69104 (invalid atomic memory order not diagnosed)
Marek Polacek
1
-16
/
+26
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-04
re PR rtl-optimization/68636 (unnecessary unaligned load on mips o32)
Richard Biener
1
-0
/
+4
2015-12-02
PR 68432: Add a target hook to control size/speed optab choices
Richard Sandiford
1
-1
/
+2
2015-11-17
Extend tree-call-cdce to calls whose result is used
Richard Sandiford
1
-331
/
+0
2015-11-17
Short-cut generation of simple built-in functions
Richard Sandiford
1
-1
/
+1
2015-11-17
Extend mathfn_built_in to handle combined_fn
Richard Sandiford
1
-109
/
+121
2015-11-17
Extend fold_const_call to combined_fn
Richard Sandiford
1
-4
/
+5
2015-11-17
Add internal bitcount functions
Richard Sandiford
1
-0
/
+2
2015-11-17
Add internal math functions
Richard Sandiford
1
-0
/
+58
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-3
/
+3
2015-11-07
Move #undef DEF_BUILTIN* to builtins.def
Richard Sandiford
1
-1
/
+0
2015-11-07
Move const char * -> int/fp folds to fold-const-call.c
Richard Sandiford
1
-99
/
+6
2015-11-07
Move constant bitop and bswap folds to fold-const-call.c
Richard Sandiford
1
-107
/
+0
2015-11-07
Handle constant fp classifications in fold-const-call.c
Richard Sandiford
1
-23
/
+0
2015-11-07
Move c_getstr to fold-const.c
Richard Sandiford
1
-21
/
+0
2015-11-02
Move constant folds for maths functions to new file
Richard Sandiford
1
-1016
/
+69
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-5
/
+0
2015-10-30
Allow real_format to be passed to more real.h functions
Richard Sandiford
1
-1
/
+1
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-15
/
+13
2015-10-27
Move ldexp, scalbn and scalbln folds to match.pd
Richard Sandiford
1
-14
/
+6
2015-10-27
Rename logb and significand folds
Richard Sandiford
1
-8
/
+4
2015-10-27
Move fmin and fmax folds to match.pd
Richard Sandiford
1
-47
/
+6
2015-10-27
Split constant handling out of fold_builtin_fma
Richard Sandiford
1
-10
/
+6
2015-10-27
Remove constant handling from fold_builtin_{,f}abs
Richard Sandiford
1
-4
/
+0
2015-10-27
Move copysign folds to match.pd
Richard Sandiford
1
-41
/
+10
2015-10-27
Move signbit folds to match.pd
Richard Sandiford
1
-36
/
+5
2015-10-27
Move expN folds to match.pd
Richard Sandiford
1
-44
/
+9
2015-10-27
Move powi folds to match.pd
Richard Sandiford
1
-48
/
+10
2015-10-27
Move pow folds to match.pd
Richard Sandiford
1
-121
/
+21
2015-10-27
Move hypot folds to match.pd
Richard Sandiford
1
-34
/
+4
2015-10-26
Move int rounding folds to match.pd
Richard Sandiford
1
-177
/
+36
2015-10-26
Move cexp simplifications to match.pd
Richard Sandiford
1
-69
/
+4
2015-10-23
Move fold_trunc_transparent_mathfn to match.pd
Richard Sandiford
1
-240
/
+44
2015-10-22
Move tan simplifications to match.pd
Richard Sandiford
1
-29
/
+3
2015-10-22
Move more cproj simplifications to match.pd
Richard Sandiford
1
-45
/
+14
2015-10-21
Move cabs simplifications to match.pd
Richard Sandiford
1
-77
/
+5
2015-10-21
Remove fold_strip_sign_ops
Richard Sandiford
1
-110
/
+19
2015-10-19
gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.
Richard Biener
1
-27
/
+0
2015-10-11
remove unneeded #if for HARD_FRAME_POINTER_IS_ARG_POINTER
Trevor Saunders
1
-3
/
+1
2015-10-11
always define FRAME_ADDR_RTX
Trevor Saunders
1
-4
/
+0
2015-10-11
always define DYNAMIC_CHAIN_ADDRESS
Trevor Saunders
1
-2
/
+0
2015-10-11
always define SETUP_FRAME_ADDRESSES
Trevor Saunders
1
-5
/
+0
2015-10-11
always define INITIAL_FRAME_ADDRESS_RTX
Trevor Saunders
1
-22
/
+19
[next]