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-inline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...
Richard Guenther
1
-0
/
+4
2016-05-18
ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...
Jan Hubicka
1
-1
/
+1
2016-05-17
re PR ipa/71146 (error: __builtin_unreachable or __builtin_trap call with arg...
Marek Polacek
1
-0
/
+1
2016-05-16
* tree-inline.c (expand_call_inline): recurse after inlining thunk.
Jan Hubicka
1
-0
/
+1
2016-05-10
Handle memory leak in tree-inline.c.
Martin Liska
1
-1
/
+1
2016-05-08
cgraph.c (thunk_adjust): Export.
Jan Hubicka
1
-1
/
+37
2016-05-04
tree-inline.c (expand_call_inline): Fix path dealing with making lhs of call ...
Jan Hubicka
1
-1
/
+6
2016-05-03
gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.
Richard Biener
1
-5
/
+18
2016-04-19
gimple-walk.h (struct walk_stmt_info): Add stmt member.
Richard Biener
1
-10
/
+6
2016-04-04
re PR middle-end/70457 (ICE (segfault) in gimple_expand_builtin_pow on powerp...
Bill Schmidt
1
-1
/
+1
2016-03-29
re PR c++/70353 (ICE on __PRETTY_FUNCTION__ in a constexpr function)
Jason Merrill
1
-1
/
+2
2016-03-16
re PR middle-end/70199 (Crash at -O2 when using labels.)
Richard Henderson
1
-36
/
+9
2016-03-05
re PR c++/70084 (va_arg ((ap), int) regression on s390*-*)
Jakub Jelinek
1
-1
/
+6
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-1
/
+1
2016-01-15
Avoid extraneous remapping in copy_gimple_seq_and_replace_locals
Martin Jambor
1
-4
/
+24
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-22
re PR ipa/67811 ([TM] ICE with try-block in transaction)
Richard Henderson
1
-6
/
+8
2015-12-18
re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...
Jakub Jelinek
1
-16
/
+113
2015-12-10
tree-inline.c (duplicate_remap_omp_clause_seq): New function.
Martin Jambor
1
-0
/
+46
2015-11-21
re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch betwee...
Jakub Jelinek
1
-3
/
+4
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
1
-4
/
+1
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-0
/
+2
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-15
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-11
/
+11
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-8
/
+4
2015-10-13
builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.
Jakub Jelinek
1
-3
/
+12
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
1
-2
/
+3
2015-09-24
[tree-inline][obvious] Delete redundant count_insns_seq
Kyrylo Tkachov
1
-15
/
+2
2015-09-22
[PATCH tree-inline] Do not say "called from here" with UNKNOWN_LOCATION
Manuel López-Ibáñez
1
-12
/
+21
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-41
/
+41
2015-07-23
gimple-fold.c (fold_gimple_cond): Do not require folding results to pass vali...
Richard Biener
1
-1
/
+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
/
+2
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-19
/
+5
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-25
hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
Richard Sandiford
1
-2
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-09
re PR tree-optimization/66413 (ICE at -Os and above with -g enabled on x86_64...
Richard Biener
1
-1
/
+1
2015-06-09
Reset inlined debug variables at the end of the inlined function
Alexandre Oliva
1
-0
/
+56
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-04-21
cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.
Richard Biener
1
-2
/
+1
2015-04-17
Set PROP_gimple_lva for functions without IFN_VA_ARG
Tom de Vries
1
-0
/
+8
2015-03-13
re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...
Richard Biener
1
-5
/
+6
2015-03-10
re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...
Richard Biener
1
-1
/
+3
2015-01-16
re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)
Ilya Enkovich
1
-1
/
+1
2015-01-15
Merge current set of OpenACC changes from gomp-4_0-branch.
Thomas Schwinge
1
-1
/
+1
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-4
/
+10
2015-01-14
re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)
Richard Biener
1
-3
/
+7
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+10
[next]