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
2013-03-25
re PR rtl-optimization/56434 (document that __attribute__((__malloc__)) assum...
Richard Biener
1
-1
/
+1
2013-03-23
calls.c (expand_call): Add missing guard to code handling return of non-BLKmo...
Eric Botcazou
1
-0
/
+2
2013-01-11
re PR tree-optimization/55890 (calling a builtin func through a cast triggers...
Tom de Vries
1
-1
/
+3
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-11-29
re PR middle-end/55321 (Ada bootstrap failure on armv5tel-linux-gnueabi)
Eric Botcazou
1
-2
/
+15
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-13
/
+9
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-2
/
+2
2012-10-21
re PR rtl-optimization/44194 (struct returned by value generates useless stores)
Eric Botcazou
1
-3
/
+0
2012-10-20
re PR middle-end/54315 (unnecessary copy of return value for union)
Eric Botcazou
1
-10
/
+0
2012-10-16
rtl.h (get_call_rtx_from): New prototype.
Steven Bosscher
1
-7
/
+2
2012-09-16
calls.c (expand_call): Use emit_group_move for PARALLEL->PARALLEL moves.
Richard Sandiford
1
-1
/
+7
2012-09-14
re PR rtl-optimization/44194 (struct returned by value generates useless stores)
Eric Botcazou
1
-10
/
+2
2012-08-09
calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...
Steven Bosscher
1
-1
/
+1
2012-05-29
rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
Michael Matz
1
-14
/
+10
2012-05-29
expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.
Michael Matz
1
-2
/
+0
2012-05-14
attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.
Bernd Schmidt
1
-1
/
+52
2012-05-05
rtl.h (plus_constant, [...]): Merge into a single plus_constant function.
Richard Sandiford
1
-20
/
+19
2012-03-26
toplev.c (check_global_declaration_1): Do not call assemble_external.
Steven Bosscher
1
-6
/
+1
2012-02-06
re PR middle-end/52047 ([trans-mem] ICE: SIGSEGV in execute_tm_mark (trans-me...
Patrick Marlier
1
-1
/
+1
2012-02-06
re PR target/52129 (wrong code to pass parameters to tail call function)
Jakub Jelinek
1
-0
/
+5
2012-01-05
re PR debug/51762 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2231)
Jakub Jelinek
1
-1
/
+6
2011-12-21
tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and ...
Jakub Jelinek
1
-1
/
+1
2011-12-12
re PR middle-end/51510 (gcc for arm-linux-gnueabi ICEs on gcc.c-torture/execu...
Jakub Jelinek
1
-3
/
+5
2011-12-05
re PR middle-end/51323 (g++ confuses this with function argument in optimized...
Jakub Jelinek
1
-15
/
+131
2011-11-26
re PR middle-end/50074 (gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC)
Joern Rennecke
1
-0
/
+2
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-2
/
+83
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-4
/
+9
2011-09-22
re PR middle-end/50113 (soft-float MIPS64 compiler is miscompiling ggc-page.c)
Richard Sandiford
1
-11
/
+20
2011-09-12
re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...
Jakub Jelinek
1
-5
/
+6
2011-08-18
rtl.h (set_src_cost, [...]): New functions.
Richard Sandiford
1
-1
/
+1
2011-08-04
re PR middle-end/49968 (ICE in calls.c:3141 / assert after emit_stack_restore)
Richard Henderson
1
-8
/
+2
2011-08-02
re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)
Richard Henderson
1
-0
/
+13
2011-08-01
Declare size only if BLOCK_REG_PADDING is defined.
H.J. Lu
1
-0
/
+2
2011-08-01
calls.c (emit_library_call_value_1): Support padding for libcall arguments an...
Julian Brown
1
-2
/
+39
2011-07-27
params.h (ALLOW_STORE_DATA_RACES): New.
Aldy Hernandez
1
-2
/
+2
2011-07-19
rtl.texi (MEM_SIZE_KNOWN_P): Document.
Richard Sandiford
1
-2
/
+2
2011-07-08
re PR middle-end/49519 (Revision 175272 miscompiled 447.dealII in SPEC CPU 2006)
Kirill Yukhin
1
-0
/
+8
2011-07-05
Promote the function argument before checking non-legitimate constant.
H.J. Lu
1
-6
/
+6
2011-06-24
re PR rtl-optimization/49429 (dse.c change (r175063) causes execution failures)
Easwaran Raman
1
-1
/
+8
2011-06-16
re PR middle-end/46500 (target.h includes tm.h)
Joern Rennecke
1
-28
/
+33
2011-06-06
re PR tree-optimization/49243 (attribute((returns_twice)) doesn't work)
Mikael Pettersson
1
-0
/
+2
2011-06-04
re PR debug/48333 (-fcompare-debug failure (length) - "memmove" x "__builtin_...
Alexandre Oliva
1
-1
/
+14
2011-05-25
common.opt (flag_stack_usage_info): New variable.
Eric Botcazou
1
-3
/
+3
2011-05-04
calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...
Andreas Krebbel
1
-2
/
+3
2011-04-29
expr.h (expand_shift): Rename to ...
Richard Guenther
1
-6
/
+2
2011-04-21
tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...
Richard Guenther
1
-1
/
+1
2011-04-21
target.def (legitimate_constant_p): New hook.
Richard Sandiford
1
-3
/
+4
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-10
/
+5
2011-03-16
emit-rtl.c (try_split): Don't call copy_call_info debug hook.
Jakub Jelinek
1
-6
/
+0
[next]