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
/
tree-stdarg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
re PR tree-optimization/69162 (ICE in create_tmp_var, at gimple-expr.c:468)
Jakub Jelinek
1
-3
/
+6
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-10
tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call.
Ilya Enkovich
1
-0
/
+6
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-2
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-4
/
+3
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-7
/
+8
2015-10-08
[PATCH] [3/n] Fix minor SSA_NAME leaks
Jeff Law
1
-0
/
+2
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-6
/
+6
2015-08-12
Revert "replace several uses of the anon namespace with GCC_FINAL"
Trevor Saunders
1
-4
/
+12
2015-08-11
replace several uses of the anon namespace with GCC_FINAL
Trevor Saunders
1
-12
/
+4
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-19
/
+5
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-09
Handle location in expand_ifn_va_arg_1
Tom de Vries
1
-0
/
+4
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-05-18
Move array-type va_list handling to build_va_arg
Tom de Vries
1
-9
/
+5
2015-05-13
Gimplify va_arg ap based on do_deref
Tom de Vries
1
-1
/
+8
2015-05-12
Don't take address of ap unless necessary
Tom de Vries
1
-7
/
+10
2015-04-28
Evaluate side-effects in expand_ifn_va_arg_1
Tom de Vries
1
-0
/
+2
2015-04-17
Postpone expanding va_arg until pass_stdarg
Tom de Vries
1
-13
/
+171
2015-04-17
Factor optimize_va_list_gpr_fpr_size out of pass_stdarg::execute
Tom de Vries
1
-43
/
+51
2015-02-20
tree-streamer.c (preload_common_nodes): Don't preload TI_VA_LIST* for offload...
Bernd Schmidt
1
-0
/
+7
2015-02-18
Add fstdarg-opt
Tom de Vries
1
-2
/
+3
2015-02-09
re PR target/64979 (stdarg optimization not able to find escape sites in phi ...
Jakub Jelinek
1
-15
/
+32
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-3
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-19
Merger of git branch "gimple-classes-v2-option-3"
David Malcolm
1
-10
/
+9
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+3
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+6
2014-07-09
remove has_execute
Trevor Saunders
1
-1
/
+0
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-49
/
+47
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-13
/
+6
2014-04-17
remove has_gate
Trevor Saunders
1
-1
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-3
/
+3
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-1
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+5
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+1
2013-11-18
decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.
Richard Sandiford
1
-5
/
+5
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-1
/
+1
2013-11-18
decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.
Richard Sandiford
1
-5
/
+5
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+2
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+6
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-2
/
+2
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-08-23
re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...
Marc Glisse
1
-8
/
+8
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-17
/
+35
2013-02-05
re PR tree-optimization/56205 (stdarg pass confused by jump threading)
Jakub Jelinek
1
-0
/
+31
[next]