summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-0/+62
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-2/+2
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+8
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-081-11/+2
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-11/+11
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-85/+176
* Fix typos.Mike Stump2013-07-211-1/+1
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-2/+2
* re PR middle-end/57235 (ICE verify_ssa failied)Richard Biener2013-05-141-1/+15
* re PR tree-optimization/57190 (verify_ssa failed: SSA_NAME_OCCURS_IN_ABNORMAL...Richard Biener2013-05-071-0/+5
* tree-eh.c (cleanup_empty_eh_merge_phis): Remove rename_virts bitmap and its h...Richard Biener2013-05-021-28/+2
* re PR middle-end/57107 (tree check fail in unlink_stmt_vdef)Richard Biener2013-04-301-10/+38
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-6/+29
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-081-9/+58
* re PR c++/56694 (Internal compiler error when compiling OpenMP code)Richard Biener2013-03-251-1/+2
* re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher2013-03-051-64/+92
* 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
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-38/+36
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-10/+10
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+5
* tree-eh.c (do_return_redirection): Set location for jump statement.Dehao Chen2012-11-011-0/+7
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-5/+5
* tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen2012-10-101-0/+12
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-1/+1
* re PR middle-end/54649 (Go bootstrap failed)Dehao Chen2012-09-211-2/+9
* Integrate lexical block into source_location.Dehao Chen2012-09-191-2/+2
* tree-eh.c (goto_queue_node): New field.Dehao Chen2012-09-151-12/+26
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-3/+3
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-10/+6
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-5/+2
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-2/+5
* tree-eh.c (lower_try_finally_switch): Really put the location of the last sta...Eric Botcazou2012-06-291-3/+2
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-4/+4
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-46/+42
* re PR rtl-optimization/53011 (ice in verify_loop_structure: bad sizes)Richard Guenther2012-04-171-0/+15
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-2/+2
* tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther2012-04-051-2/+2
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+3
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-01-261-4/+15
* re PR tree-optimization/48794 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Michael Matz2012-01-261-1/+27
* re PR middle-end/51644 (va_list vs. warning: ‘noreturn’ function does ret...Jakub Jelinek2011-12-211-1/+14
* re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek2011-12-131-6/+80