Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -45/+33 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-05-08 | re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c) | Thomas Preud'homme | 1 | -13/+31 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -5/+4 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -65/+65 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -2/+2 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-04-16 | tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P. | Eric Botcazou | 1 | -1/+0 |
2014-02-27 | re PR middle-end/59223 (-Wmaybe-uninitialized and -Wuninitialized relationships) | Marek Polacek | 1 | -1/+1 |
2014-02-21 | re PR tree-optimization/56490 (-Wall triggering infinite loop) | Jakub Jelinek | 1 | -38/+25 |
2014-02-03 | re PR tree-optimization/59924 (uninit memory hog) | Richard Henderson | 1 | -37/+50 |
2014-01-03 | Fix PR/59303 -- uninit analysis enhancement | Xinliang David Li | 1 | -652/+825 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -2/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -8/+9 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+4 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-17 | tree-flow.h (ssa_undefined_value_p): Remove prototype. | Andrew MacLeod | 1 | -25/+214 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -17/+36 |
2013-05-24 | re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow) | Richard Biener | 1 | -9/+4 |
2013-05-07 | re PR tree-optimization/57149 (wrong -Wmaybe-uninitialized warning with -Os) | Jakub Jelinek | 1 | -4/+17 |
2013-04-26 | re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous}... | Jakub Jelinek | 1 | -1/+15 |
2013-03-02 | PR/56490 | Xinliang David Li | 1 | -1/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -2/+2 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -5/+5 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -144/+134 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -4/+4 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -6/+7 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -4/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2011-08-11 | re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th... | Richard Guenther | 1 | -1/+2 |
2011-07-19 | tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand... | Richard Guenther | 1 | -9/+7 |
2011-05-23 | fix pr48988 | David Li | 1 | -0/+2 |
2011-04-26 | Implement -Wno-maybe-uninitialized | Xinliang David Li | 1 | -1/+1 |
2011-04-09 | Fix PR48484 | Xinliang David Li | 1 | -3/+1 |
2011-03-15 | Fix pr47837 | Xinliang David Li | 1 | -0/+160 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-10-15 | uninit var analysis enhancement | Xinliang David Li | 1 | -42/+145 |
2010-10-12 | fix pr/45972 | Xinliang David Li | 1 | -0/+3 |
2010-08-18 | tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts, use operand helpers. | Richard Guenther | 1 | -17/+7 |
2010-07-19 | Fix PR44932 | Xinliang David Li | 1 | -6/+44 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |