aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-07invoke.texi (Wsuggest-attribute=cold): Document.Jan Hubicka1-1/+18
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-10/+5
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
2017-03-13Do not warn -Wsuggest-attribute=noreturn for main.chkp (PR middle-end/78339).Martin Liska1-1/+7
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR ipa/77905 (ICE at -Os and above in both 32-bit and 64-bit modes on x86_...Jakub Jelinek1-1/+2
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek1-0/+2
2016-05-19Fix memory leak in ipa-pure-constMartin Liska1-6/+8
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka1-50/+52
2016-05-02re PR rtl-optimization/70467 (Useless "and [esp],-1" emitted on AND with uint...Jakub Jelinek1-2/+4
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-5/+14
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-24/+64
2016-04-13re PR c++/70641 (ICE on valid code at -O1 and above on x86_64-linux-gnu: veri...Jakub Jelinek1-1/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03ipa-pure-const.c (ignore_edge_for_pure_const): New function.Jan Hubicka1-11/+23
2015-12-03ipa-pure-const.c (ignore_edge): Rename to ...Jan Hubicka1-22/+36
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-8/+24
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-24/+8
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
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-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-27re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka1-0/+104
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-3/+21
2014-11-26re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger1-3/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-5/+5
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-5/+5
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-3/+58
2014-11-13re PR ipa/63838 (ipa-pure-const miscomputes can_throw)Jakub Jelinek1-14/+4
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-10-21State cleanups from jit branchDavid Malcolm1-48/+65
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+2
2014-08-25IPA C++ refactoring 4/NMartin Liska1-11/+11
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-23/+10
2014-07-24IPA C++ refactoring 1/NMartin Liska1-25/+26
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-25IPA REF refactoringMartin Liska1-4/+4
2014-06-04re PR ipa/61340 (ipa-pure-const.c, ipa-reference.c: possible missing switch c...Martin Jambor1-0/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-48/+45
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+3