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/existing-fp8
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
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
2015-10-08
Move sqrt and cbrt simplifications to match.pd
Richard Sandiford
1
-143
/
+6
2015-10-07
Cache reals for 1/4, 1/6 and 1/9
Richard Sandiford
1
-25
/
+6
2015-10-05
Add a build_real_truncate helper function
Richard Sandiford
1
-29
/
+14
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
1
-7
/
+7
2015-10-01
builtins.c: Don't include gomp-constants.h.
Nathan Sidwell
1
-22
/
+0
2015-09-30
builtins.c: Add comment that no new simplifications shouldd be added here.
Richard Biener
1
-0
/
+4
2015-09-29
builtins.c (expand_builtin_acc_on_device): Delete.
Nathan Sidwell
1
-43
/
+23
2015-09-17
Handle alignment in __atomic_is_lock_free
Jonathan Wakely
1
-2
/
+14
2015-08-24
genflags.c (gen_macro): Delete.
Richard Sandiford
1
-8
/
+5
2015-08-24
builtins.c (expand_cmpstrn): Rename to...
Richard Sandiford
1
-79
/
+63
2015-08-24
builtins.c (expand_cmpstr, [...]): New functions.
Richard Sandiford
1
-67
/
+72
2015-08-24
target-insns.def (movstr): New pattern.
Richard Sandiford
1
-7
/
+2
2015-08-21
add default for CONSTANT_ALIGNMENT
Trevor Saunders
1
-4
/
+2
2015-08-18
re PR middle-end/36757 (__builtin_signbit should be type-generic)
Francois-Xavier Coudert
1
-9
/
+5
2015-08-10
[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...
Thomas Schwinge
1
-6
/
+6
2015-08-02
c.opt (-Wframe-address): New warning option.
Martin Sebor
1
-12
/
+16
2015-07-30
builtins.c (HAVE_atomic_clear, [...]): Delete.
Richard Sandiford
1
-12
/
+0
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
lto-streamer.h: Don't include target.h and alloc-pool.h.
Andrew MacLeod
1
-1
/
+0
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+3
2015-07-05
target-insns.def (clear_cache): New targetm instruction pattern.
Richard Sandiford
1
-13
/
+14
[next]