aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-03-26ipa-pure-const.c (propagate_pure_const, [...]): Do not modify inline clones.Jan Hubicka1-31/+41
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-4/+4
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-7/+7
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13re PR tree-optimization/59077 (ipa-pure-const.c (better_state): comment and c...Marc Glisse1-0/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-28/+28
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-10/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+3
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-1/+58
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-14/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1