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
/
cgraphunit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-03
re PR c++/68184 (Exception from a virtual function does not get caught)
Jan Hubicka
1
-0
/
+1
2015-12-01
re PR middle-end/68582 (-Wunused-function doesn't warn about unused static __...
Marek Polacek
1
-1
/
+1
2015-11-04
Pass manager: add support for termination of pass list
Martin Liska
1
-4
/
+6
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-10
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-14
/
+11
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-25
/
+14
2015-10-19
Fix PR68002, add -fkeep-static-functions
Joost VandeVondele
1
-1
/
+1
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-3
/
+3
2015-09-16
Move check_global_declaration from toplev.c to cgraphunit.c
Manuel López-Ibáñez
1
-1
/
+64
2015-09-02
cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external in new cal...
Charles Baylis
1
-0
/
+1
2015-08-28
cgraphunit.c (symbol_table::compile): Move early debug generation and finish...
Richard Biener
1
-10
/
+13
2015-08-27
passes.c (rest_of_decl_compilation): Guard early_global_decl call with !seen_...
Richard Biener
1
-10
/
+10
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-14
/
+5
2015-06-29
Wunused-parameter warnings are given from cgraph::finalize_function,
Manuel López-Ibáñez
1
-4
/
+0
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-09
gcc-plugin.h: Move decls to plugin.h and include it.
Andrew MacLeod
1
-0
/
+3
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-4
/
+0
2015-06-08
Don't dump low gimple functions in gimple dump
Tom de Vries
1
-1
/
+0
2015-06-08
Add debug msg to dump_file in add_new_function
Tom de Vries
1
-0
/
+17
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-6
/
+47
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-05-24
ipa-utils.h (method_class_type): Remove.
Jan Hubicka
1
-3
/
+2
2015-05-05
Fix indentation issues seen by -Wmisleading-indentation
David Malcolm
1
-8
/
+8
2015-04-21
cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.
Richard Biener
1
-4
/
+4
2015-04-08
tree-chkp.h (chkp_insert_retbnd_call): New.
Ilya Enkovich
1
-0
/
+13
2015-04-03
cgraphunit.c (cgraph_node::expand_thunk): Don't expand instrumentation thunks.
Ilya Enkovich
1
-0
/
+4
2015-03-19
re PR ipa/65465 (Internal compiler error: in build2_stIat)
Martin Liska
1
-1
/
+2
2015-02-28
re PR ipa/65236 (IPA ICF causes miscompilation in Chromium built with -Os)
Jan Hubicka
1
-0
/
+8
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-0
/
+1
2015-02-12
re PR rtl-optimization/32219 (optimizer causes wrong code in pic/hidden/weak ...
H.J. Lu
1
-2
/
+6
2015-02-11
Handle noreturn function thunk creation.
Martin Liska
1
-3
/
+4
2015-02-10
re PR ipa/64982 (Many g++ failures on x86_64-apple-darwin14 with -m32.)
Jan Hubicka
1
-0
/
+8
2015-02-08
re PR ipa/63566 (i686 bootstrap fails: ICE RTL flag check: INSN_UID used with...
Jan Hubicka
1
-4
/
+17
2015-02-06
re PR ipa/64896 (ICE in get_address_mode, at rtlanal.c:5442)
Jakub Jelinek
1
-4
/
+9
2015-01-29
re PR ipa/64801 (kernel build failure due to ICF)
Jan Hubicka
1
-12
/
+41
2015-01-27
re PR ipa/64776 (FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_...
Jakub Jelinek
1
-5
/
+9
2015-01-14
cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
Ilya Verbin
1
-2
/
+2
2015-01-09
re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...
Bernd Schmidt
1
-0
/
+3
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-09
IPA ICF: target and optimization flags comparison.
Martin Liska
1
-26
/
+26
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-22
symbol_summary is used for inline_summary.
Martin Liska
1
-1
/
+1
2014-12-22
ipa-prop uses symbol_summary class.
Martin Liska
1
-0
/
+1
2014-12-15
* cgraphunit.c (analyze_functions): Always analyze targets of aliases.
Jan Hubicka
1
-0
/
+1
2014-12-15
cgraphunit.c (analyze_functions): Do not analyze extern inline funtions when ...
Jan Hubicka
1
-4
/
+25
2014-12-11
re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...
Jan Hubicka
1
-6
/
+4
2014-11-28
cgraphunit.c (ipa_passes): Handle flag_generate_offload.
Ilya Verbin
1
-4
/
+4
2014-11-19
Merger of git branch "gimple-classes-v2-option-3"
David Malcolm
1
-3
/
+3
[next]