aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-icf-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-21ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...Jan Hubicka1-1/+9
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-16/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-16revert: ipa-icf-gimple.c (func_checker::compare_operand): Compare only empty ...Jan Hubicka1-3/+14
2015-10-16ipa-icf-gimple.c (func_checker::compare_operand): Compare only empty construc...Jan Hubicka1-14/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-14/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-15re PR ipa/65765 (Compiling Firefox with GCC 5 leads to broken javascript engi...Jakub Jelinek1-1/+5
2015-04-12re PR middle-end/65747 (ICE (in compare_ssa_name, at ipa-icf-gimple.c:134) on...Jakub Jelinek1-2/+2
2015-03-13ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...Jan Hubicka1-22/+49
2015-03-05re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener1-0/+17
2015-03-02re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener1-0/+19
2015-03-01re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...Martin Liska1-51/+7
2015-03-01ipa-icf-gimple.c (func_checker::compare_operand): Fix handling of OBJ_TYPE_REF.Jan Hubicka1-12/+17
2015-03-01ICF is more strict about non-common function and varMartin Liska1-0/+3
2015-02-25ICF: Validate correctly hard register variables.Martin Liska1-0/+7
2015-01-19re PR ipa/64668 (internal compiler error: in compare_ssa_name, at ipa-icf-gim...Martin Liska1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-14IPA ICF: handle IMAGPART_EXPR and REALPART_EXPR.Martin Liska1-1/+13
2015-01-12re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939)Martin Liska1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-09IPA ICF: compare_operand is split to multiple functions.Martin Liska1-109/+138
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-23Fix for PR ipa/63851 and ipa/63852.Martin Liska1-0/+3
2014-12-19re PR ipa/63569 (Wrong code with volatile and ICF)Martin Liska1-0/+3
2014-12-10re PR ipa/63909 (ICE: SIGSEGV in ipa_icf_gimple::func_checker::compare_bb())Martin Liska1-15/+10
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-18/+24
2014-11-11ipa-icf-gimple.c (func_checker::compare_bb): Fix comment typo.Jakub Jelinek1-6/+33
2014-11-07re PR tree-optimization/63747 (icf mis-compares switch gimple)Martin Liska1-0/+13
2014-10-30re PR tree-optimization/63574 (ICE building libjava (segfault) on arm-linux-g...Martin Liska1-1/+6
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-20re PR tree-optimization/63583 (ICF does not check that the template strings a...Martin Liska1-0/+3
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+897