aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-10/+30
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-30/+10
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
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-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+8
2015-02-18re PR gcov-profile/64634 (gcov reports catch(...) as not executed)Jakub Jelinek1-3/+13
2015-02-11re PR sanitizer/65000 (ICE in in expand_builtin_eh_common, at except.c:2072)Richard Henderson1-0/+11
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-4/+4
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-119/+160
2014-11-03tree-eh.c (operation_could_trap_helper_p): Handle conversions like ordinary o...Richard Biener1-5/+0
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-14re PR ada/62019 (gnat.dg/weak2.adb fails everywhere)Eric Botcazou1-16/+10
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-3/+2
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-30/+8
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-37/+23
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+4
2014-07-24IPA C++ refactoring 2/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
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