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-prop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
[PR 78365] Prudent type handling in IPA VR-prop
Martin Jambor
1
-4
/
+10
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-25
re PR ipa/78515 (ICE: in fold_binary_loc, at fold-const.c:8999 with -Os -mavx...
Richard Biener
1
-21
/
+29
2016-11-18
Add SET_DECL_MODE
Richard Sandiford
1
-1
/
+1
2016-11-13
pr78268.C: New test.
Kugan Vivekanandarajah
1
-12
/
+81
2016-11-10
revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
Kugan Vivekanandarajah
1
-77
/
+12
2016-11-09
Handle unary pass-through jump functions for ipa-vrp
Kugan Vivekanandarajah
1
-12
/
+77
2016-11-09
Fix ice in set_value_range
Kugan Vivekanandarajah
1
-1
/
+4
2016-10-21
ADDR_EXPR and nonnull
Kugan Vivekanandarajah
1
-0
/
+8
2016-10-17
Use get/set_ptr_nonnull in ipa-vrp
Kugan Vivekanandarajah
1
-16
/
+41
2016-10-09
ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...
Prathamesh Kulkarni
1
-0
/
+3
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-2
/
+2
2016-10-09
ipa-cp.c (ipcp_alignment_lattice): Remove.
Prathamesh Kulkarni
1
-169
/
+60
2016-09-27
Fix ipa-vrp convert value_range
Kugan Vivekanandarajah
1
-6
/
+16
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-6
/
+173
2016-09-16
Add inline functions for various bitwise operations.
Jason Merrill
1
-1
/
+1
2016-08-26
Patch for performing interprocedural bitwise constant propagation.
Prathamesh Kulkarni
1
-4
/
+159
2016-08-09
re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...
Richard Biener
1
-1
/
+1
2016-05-18
Allow constant global VAR_DECLs in constant jump functions
Martin Jambor
1
-1
/
+4
2016-05-18
Const parameters are always unmodified
Martin Jambor
1
-0
/
+5
2016-05-18
Indirect inlining of targets from references of global constants
Martin Jambor
1
-21
/
+158
2016-05-18
Respect --param ipa-max-agg-items=0
Martin Jambor
1
-0
/
+3
2016-03-29
re PR middle-end/70424 (Pointer derived from integer gets reduced alignment)
Richard Biener
1
-2
/
+2
2016-01-22
ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
Kugan Vivekanandarajah
1
-3
/
+0
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-16
ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do not speculate to...
Jan Hubicka
1
-4
/
+8
2015-12-11
Add an asssert and testcase for PR 68064
Martin Jambor
1
-0
/
+1
2015-12-10
re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)
Jeff Law
1
-5
/
+6
2015-11-09
Fix memory leaks in IPA.
Martin Liska
1
-5
/
+15
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-8
/
+22
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-14
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-12
/
+11
2015-10-20
Correctly fill up cgraph_node::local.versionable flag.
Martin Liska
1
-0
/
+1
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-27
/
+27
2015-09-16
Share memory blocks between pool allocators
Mikhail Maltsev
1
-1
/
+1
2015-07-16
re PR ipa/66896 (ipa-prop.c:2479 runtime error: member call on null pointer o...
Martin Liska
1
-4
/
+8
2015-07-16
Add new object_allocator and clean-up allocator usage.
Martin Liska
1
-1
/
+1
2015-07-16
Give struct param_aa_atatus and struct func_body_info an ipa_ prefix.
Martin Jambor
1
-32
/
+33
2015-07-15
gimple-pretty-print.h: Don't include pretty-print.h.
Andrew MacLeod
1
-2
/
+0
2015-07-15
Limit AA walking when inlining analysis examines parameters
Paolo Bonzini
1
-74
/
+11
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-2
/
+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-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
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-06-01
Change use to type-based pool allocator in ipa-prop.c
Martin Liska
1
-12
/
+8
2015-06-01
Change use to type-based pool allocator in ipa-prop.c.
Martin Liska
1
-16
/
+7
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-1
/
+1
2015-04-12
re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)
Jan Hubicka
1
-3
/
+23
[next]