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
/
ipa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
ipa: Prevent materialization of clones with removed bodies (PR 92109)
Martin Jambor
1
-3
/
+8
2019-11-13
ipa.c (cgraph_build_static_cdtor): Pass optimization_default_node and target_...
Jan Hubicka
1
-1
/
+8
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-2
/
+2
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-9
/
+9
2019-08-20
re PR lto/91307 (-flto causes binary to vary)
Richard Biener
1
-6
/
+11
2019-02-13
Clean up MPX-related stuff.
Martin Liska
1
-6
/
+0
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-15
ipa.c (cgraph_build_static_cdtor_1): Add OPTIMIZATION and TARGET parameters.
Jan Hubicka
1
-3
/
+9
2018-11-20
re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)
Jan Hubicka
1
-28
/
+31
2018-11-09
Come up with -fipa-reference-addressable flag.
Martin Liska
1
-4
/
+7
2018-06-26
Introduce dump_location_t
David Malcolm
1
-7
/
+2
2018-06-08
Remove MPX
Martin Liska
1
-49
/
+7
2018-05-30
passes.c (ipa_write_summaries): Only modify statements if body is in memory.
Jan Hubicka
1
-6
/
+9
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-08-08
trans.c: Include header files.
Martin Liska
1
-1
/
+2
2017-07-07
ipa-comdats.c: Remove optimize check from gate.
Jan Hubicka
1
-13
/
+5
2017-05-23
cgraphunit.c (symbol_table::process_new_functions): Update.
Jan Hubicka
1
-44
/
+0
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-11
/
+9
2017-05-23
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-9
/
+9
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-1
/
+1
2017-05-19
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-20
cgraphunit.c (analyze_functions): Set node->definition to false to signal sym...
Richard Biener
1
-0
/
+7
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-1
/
+1
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-0
/
+1
2016-08-18
tree-pass.h (make_pass_materialize_all_clones): Declare.
Richard Biener
1
-0
/
+41
2016-07-21
function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...
Richard Biener
1
-0
/
+1
2016-07-13
ipa.c: remove static_{ctors,dtors} globals
Trevor Saunders
1
-20
/
+17
2016-03-10
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
Jan Hubicka
1
-16
/
+33
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-07
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-0
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-8
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-7
/
+5
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-12
/
+10
2015-08-27
ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
Richard Biener
1
-0
/
+1
2015-08-12
Revert "replace several uses of the anon namespace with GCC_FINAL"
Trevor Saunders
1
-6
/
+18
2015-08-11
replace several uses of the anon namespace with GCC_FINAL
Trevor Saunders
1
-18
/
+6
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+4
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-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-4
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-06-03
ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...
Ilya Enkovich
1
-1
/
+15
2015-05-24
ipa-utils.h (method_class_type): Remove.
Jan Hubicka
1
-1
/
+1
2015-02-17
ipa-visibility.c (function_and_variable_visibility): Only check locality if n...
Jan Hubicka
1
-1
/
+1
2015-02-14
ipa-chkp.c: Use iterate_direct_aliases.
Jan Hubicka
1
-8
/
+7
2015-02-11
ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...
Jan Hubicka
1
-1
/
+7
2015-02-11
re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)
Jan Hubicka
1
-4
/
+10
2015-02-05
re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)
Jan Hubicka
1
-0
/
+12
[next]