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.def
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-23
builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
Marek Polacek
1
-1
/
+1
2014-04-30
gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
Marek Polacek
1
-1
/
+1
2014-04-28
re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...
Richard Biener
1
-0
/
+8
2014-02-07
re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...
Richard Biener
1
-0
/
+1
2014-01-29
re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)
Jakub Jelinek
1
-1
/
+0
2014-01-24
Replace flag_enable_cilkplus with flag_cilkplus.
Balaji V. Iyer
1
-1
/
+1
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-11-29
revert: cgraph.h (varpool_node): Add need_bounds_init field.
Ilya Enkovich
1
-9
/
+0
2013-11-04
builtins.def (ATTR_NOTHROWCALL_LEAF_LIST): Define.
Ian Lance Taylor
1
-0
/
+6
2013-10-30
builtin-types.def (BT_FN_VOID_CONST_PTR): New.
Ilya Enkovich
1
-0
/
+9
2013-10-29
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
Balaji V. Iyer
1
-0
/
+10
2013-08-30
Merge ubsan into trunk.
Marek Polacek
1
-1
/
+2
2013-08-28
* builtins.def (free): Declare leaf.
Jan Hubicka
1
-1
/
+1
2013-08-19
builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin.
Peter Bergner
1
-0
/
+3
2013-08-19
target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.
Alexander Ivchenko
1
-69
/
+75
2013-06-28
Implemented Jason Merrill's suggestions on Array Notation C++.
Balaji V. Iyer
1
-3
/
+3
2013-05-28
Implemented Cilk Plus Array Notation for C Compiler.
Balaji V. Iyer
1
-0
/
+7
2013-05-07
calls.c (special_function_p): setjmp-like functions are leaf.
Richard Biener
1
-1
/
+1
2013-04-19
re PR tree-optimization/56982 (Bad optimization with setjmp())
Richard Biener
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-03
sanitizer.def: Add Address Sanitizer builtins.
Jakub Jelinek
1
-1
/
+1
2012-11-22
builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.
Dmitry Vyukov
1
-0
/
+13
2012-10-20
builtins.def (BUILT_IN_UNREACHABLE): Make ATTR_CONST_NORETURN_NOTHROW_LEAF_LIST.
Jan Hubicka
1
-1
/
+1
2012-10-11
builtins.c (expand_builtin_thread_pointer): New.
Chung-Lin Tang
1
-0
/
+11
2012-10-01
builtins.def (ATTR_MATHFN_FPROUNDING): Do not use no-vops with -frounding-math.
Richard Guenther
1
-1
/
+1
2012-09-14
builtin-types.def (BT_FN_CONST_STRING): Add.
Richard Guenther
1
-0
/
+5
2012-05-14
attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.
Bernd Schmidt
1
-6
/
+6
2012-04-11
re PR target/52624 (missing __builtin_bswap16)
Eric Botcazou
1
-0
/
+1
2012-01-27
compiler: Use new __builtin_init_heap_trampoline.
Ian Lance Taylor
1
-1
/
+2
2012-01-25
re PR lto/51698 ([trans-mem] TM runtime and application with LTO)
Aldy Hernandez
1
-1
/
+1
2011-12-15
builtins.def (BUILT_IN_STPNCPY_CHK): New definition.
Romain Geissler
1
-0
/
+1
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+13
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-2
/
+5
2011-10-07
re PR middle-end/50527 (inconsistent vla align)
Tom de Vries
1
-0
/
+1
2011-08-12
builtins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin definitions.
Uros Bizjak
1
-0
/
+12
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
1
-1
/
+2
2011-06-21
Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
Bernd Schmidt
1
-0
/
+4
2010-12-01
tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...
Jan Hubicka
1
-2
/
+4
2010-10-06
builtins.def (BUILT_IN_CALLOC, [...]): Mark as leaf.
Jakub Jelinek
1
-20
/
+20
2010-09-28
builtin-attrs.def (ATTR_LEAF): New attribute.
Jan Hubicka
1
-206
/
+206
2010-07-23
builtins.def (BUILT_IN_ARGS_INFO): Remove.
Nathan Froyd
1
-1
/
+0
2010-04-20
builtins.c (build_complex_cproj, [...]): New.
Kaveh R. Ghazi
1
-3
/
+3
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-1
/
+1
2009-09-28
except.h (struct eh_region_d): Add use_cxa_end_cleanup.
Richard Henderson
1
-0
/
+1
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-0
/
+6
2009-06-11
re PR c/39252 (Request new feature __builtin_unreachable ())
David Daney
1
-0
/
+1
2009-04-15
builtins.def (va_start, [...]): Fix my previous commit.
Jan Hubicka
1
-3
/
+3
2009-04-15
* builtins.def (va_start, va_end, va_copy): Mark nothrow.
Jan Hubicka
1
-3
/
+3
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2008-06-18
targhooks.h (struct gcc_target): New member unwind_word_mode.
Ulrich Weigand
1
-1
/
+1
[next]