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
/
calls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-16
PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self
Martin Sebor
1
-17
/
+41
2017-12-16
Revert accidental commit
Richard Sandiford
1
-5
/
+3
2017-12-16
Add a gen_int_shift_amount helper function
Richard Sandiford
1
-3
/
+5
2017-11-22
re PR c++/60336 (empty struct value is passed differently in C and C++)
Marek Polacek
1
-11
/
+24
2017-11-21
re PR tree-optimization/82945 (add warning for passing non-strings to functio...
Martin Sebor
1
-52
/
+0
2017-11-21
PR tree-optimization/82945 - add warning for passing non-strings to functions...
Martin Sebor
1
-0
/
+208
2017-10-19
asan.c (handle_builtin_alloca): Deal with all alloca variants.
Eric Botcazou
1
-16
/
+9
2017-10-13
Make more use of subreg_lowpart_offset
Richard Sandiford
1
-13
/
+2
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-11
/
+9
2017-10-02
Fix mismatched precisions in tree arithmetic
Richard Sandiford
1
-3
/
+2
2017-09-21
Make more use of simplify_gen_binary
Richard Sandiford
1
-10
/
+2
2017-09-12
Turn SLOW_UNALIGNED_ACCESS into a target hook
Richard Sandiford
1
-2
/
+2
2017-09-05
Make more use of int_mode_for_size
Richard Sandiford
1
-4
/
+5
2017-09-04
Turn FUNCTION_ARG_PADDING into a target hook
Richard Sandiford
1
-10
/
+13
2017-09-04
PR82045: Avoid passing machine modes through "..."
Richard Sandiford
1
-55
/
+15
2017-08-30
Add a partial_subreg_p predicate
Richard Sandiford
1
-2
/
+1
2017-08-30
[17/77] Add an int_mode_for_size helper function
Richard Sandiford
1
-3
/
+6
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-08-03
re PR driver/81650 (gcc -m32 mishandles -Walloc-size-larger-than=922337203685...
Jakub Jelinek
1
-12
/
+18
2017-06-09
builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.
Jan Hubicka
1
-0
/
+2
2017-05-12
Patch for RTL expand bug affecting aarch64 vector code.
Jim Wilson
1
-2
/
+3
2017-05-04
re PR tree-optimization/80612 (ICE in get_range_info, at tree-ssanames.c:375)
Marek Polacek
1
-1
/
+1
2017-05-01
calls.c (combine_pending_stack_adjustment_and_call): Remove unnecessary unadj...
Nathan Sidwell
1
-7
/
+2
2017-03-29
re PR ada/80146 (ICE in copy_to_mode_reg, at explow.c:612)
Andreas Schwab
1
-0
/
+3
2017-03-14
re PR c/79936 (ICE with -Walloc-size-larger-than=32767)
Martin Sebor
1
-0
/
+3
2017-02-13
Replace XALLOCAVEC with XCNEWVEC (PR c/79471).
Martin Liska
1
-2
/
+2
2017-01-10
PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...
Martin Sebor
1
-135
/
+139
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-21
re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...
Jakub Jelinek
1
-95
/
+0
2016-12-14
PR c/78673 - sprintf missing attribute nonnull on destination argument
Martin Sebor
1
-0
/
+95
2016-12-08
PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...
Martin Sebor
1
-1
/
+340
2016-12-06
Put back blank line
Eric Botcazou
1
-0
/
+1
2016-12-06
re PR middle-end/78700 (gccgo testcases stack.go, recover.go, crypto/tls fails)
Eric Botcazou
1
-7
/
+3
2016-11-29
[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtime
Jiong Wang
1
-1
/
+3
2016-10-16
re PR ada/37139 (DEP prevents using Ada tasking)
Eric Botcazou
1
-16
/
+85
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-09-16
Add inline functions for various bitwise operations.
Jason Merrill
1
-3
/
+3
2016-08-09
[PATCH][PR64971]Convert function pointer to Pmode when emit call.
Renlin Li
1
-3
/
+12
2016-08-03
re PR middle-end/71876 (longjmp is miscompiled with -ffreestanding)
Bernd Edlinger
1
-37
/
+14
2016-07-21
016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
1
-6
/
+2
2016-07-21
016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
1
-5
/
+37
2016-05-20
calls.c: fix warning on targets without REG_PARM_STACK_SPACE
David Malcolm
1
-1
/
+1
2016-05-20
Implement CALL_EXPR_MUST_TAIL_CALL
David Malcolm
1
-16
/
+107
2016-05-20
Introduce can_implement_as_sibling_call_p
David Malcolm
1
-38
/
+76
2016-05-10
re PR tree-optimization/70876 (ICE in chkp_find_bounds: Unexpected tree code ...
Ilya Enkovich
1
-0
/
+10
2016-03-18
* calls.c (load_register_parameters): Fix zero size sibcall logic.
Jason Merrill
1
-3
/
+3
2016-03-12
re PR ada/70017 (c52103x and c52104x test failure on s390x)
Eric Botcazou
1
-2
/
+2
2016-01-15
PR 69246: Invalid REG_ARGS_SIZE for sibcalls
Richard Sandiford
1
-3
/
+10
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-04
re PR tree-optimization/68680 (On-stack VLA does not cause instrumentation wi...
Jakub Jelinek
1
-6
/
+14
[next]