aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-5/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+6
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-4/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-0/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-120/+116
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-28/+9
2014-04-17remove has_gateTrevor Saunders1-5/+0
2014-02-20re PR middle-end/60221 (gcc -fexceptions generates unnecessary cleanup code)Richard Biener1-2/+3
2014-02-10re PR tree-optimization/60115 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-8/+28
2014-02-05re PR middle-end/57499 (ICE when noreturn destructor returns after throw with...Jakub Jelinek1-2/+5
2014-01-31re PR middle-end/60004 (Conditional return within transaction causes ICE)Richard Henderson1-3/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+62
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-11/+2
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-11/+11
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-85/+176
2013-07-21Fix typos.Mike Stump1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-2/+2
2013-05-14re PR middle-end/57235 (ICE verify_ssa failied)Richard Biener1-1/+15
2013-05-07re PR tree-optimization/57190 (verify_ssa failed: SSA_NAME_OCCURS_IN_ABNORMAL...Richard Biener1-0/+5
2013-05-02tree-eh.c (cleanup_empty_eh_merge_phis): Remove rename_virts bitmap and its h...Richard Biener1-28/+2
2013-04-30re PR middle-end/57107 (tree check fail in unlink_stmt_vdef)Richard Biener1-10/+38
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-6/+29
2013-04-08re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-9/+58
2013-03-25re PR c++/56694 (Internal compiler error when compiling OpenMP code)Richard Biener1-1/+2
2013-03-05re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher1-64/+92
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-38/+36
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-10/+10
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+5
2012-11-01tree-eh.c (do_return_redirection): Set location for jump statement.Dehao Chen1-0/+7
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-5/+5
2012-10-10tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen1-0/+12
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1