summaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+8
* remove has_executeTrevor Saunders2014-07-091-1/+0
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-4/+4
* re PR sanitizer/61095 (miscompile: tsan is broken in gcc trunk, works in 4.9)Richard Sandiford2014-05-071-1/+2
* Merge in wide-int.Kenneth Zadeck2014-05-061-42/+35
* pass cfun to pass::executeTrevor Saunders2014-04-171-34/+35
* remove has_gateTrevor Saunders2014-04-171-1/+0
* re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener2014-04-041-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener2013-11-291-3/+3
* tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford2013-11-281-25/+22
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* tree.c (tree_ctz): New function.Jakub Jelinek2013-10-311-2/+2
* gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek2013-10-311-0/+60
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+6
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon2013-09-241-3/+3
* gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah2013-09-231-4/+94
* tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...Andrew MacLeod2013-09-121-0/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+34
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-2/+2
* Remove zone allocator.Diego Novillo2013-01-241-4/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-19/+17
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-6/+25
* tree.h (SSA_VAR_P): Simplify.Richard Guenther2012-08-091-1/+3
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-3/+15
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-1/+2
* tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.Richard Guenther2012-07-311-7/+0
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-10/+4
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor2012-05-031-2/+57
* tree-ssanames.c (release_dead_ssa_names): Compact the SSA version namespace a...Richard Guenther2012-04-051-6/+25
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* tree-flow.h (struct gimple_df): Make free_ssanames a VEC.Nathan Froyd2011-04-131-20/+8
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+1
* tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther2010-09-221-7/+5
* tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther2010-08-121-9/+33
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0