Age | Commit message (Expand) | Author | Files | Lines |
2013-01-24 | Remove zone allocator. | Diego Novillo | 1 | -4/+0 |
2013-01-18 | re PR tree-optimization/56029 (ICE: verify_gimple failed, location references... | Jakub Jelinek | 1 | -0/+1 |
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 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -7/+6 |
2012-08-07 | gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT. | Richard Guenther | 1 | -1/+3 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -12/+6 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -6/+1 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -1/+6 |
2012-06-17 | expmed.c (ceil_log2): Move from here... | Steven Bosscher | 1 | -1/+0 |
2012-05-11 | tree-pass.h (pass_rest_of_compilation, [...]): Remove. | Richard Guenther | 1 | -28/+0 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -22/+25 |
2012-02-24 | tree-phinodes.c (make_phi_node): Mark static. | Bernhard Reutner-Fischer | 1 | -1/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -2/+2 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -1/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+1 |
2010-04-30 | toplev.c: Include varray.h for statistics dumping. | Steven Bosscher | 1 | -1/+0 |
2010-03-06 | re PR debug/42897 (yet another ice in verify_ssa) | Alexandre Oliva | 1 | -0/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -2/+2 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -1/+9 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-12-11 | Fix testsuite/gfortran.dg/graphite/id-4.f90. | Sebastian Pop | 1 | -0/+13 |
2008-09-02 | backport: configure: Regenerate. | Sebastian Pop | 1 | -8/+14 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -119/+97 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -3/+3 |
2007-04-21 | tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs. | Andrew Pinski | 1 | -1/+0 |
2006-12-11 | * tree-scalar-evolution.c (scev_const_prop): | Diego Novillo | 1 | -5/+12 |
2006-05-08 | see.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-03 | re PR tree-optimization/27381 (ice on valid code with -O) | Andrew MacLeod | 1 | -5/+11 |
2006-02-23 | tree.h (PHI_ARG_NONZERO): Remove. | Jeff Law | 1 | -5/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -3/+3 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -4/+4 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -24/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -49/+18 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -4/+44 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -2/+2 |
2005-03-05 | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-03 | tree-phinodes.c (remove_phi_node): Clean up by factoring out calls to release... | Kazu Hirata | 1 | -24/+15 |
2004-12-02 | * tree-phinodes.c (remove_phi_arg_num): Fix a comment. | Kazu Hirata | 1 | -4/+4 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -7/+7 |
2004-11-25 | tree-phinodes.c (remove_phi_args): Replace phi_arg_from_edge with e->dest_idx. | Kazu Hirata | 1 | -5/+1 |
2004-11-23 | tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI... | Kazu Hirata | 1 | -17/+28 |
2004-11-23 | tree-phinode.c (make_phi_node): Use a new variable, capacity, to receive the ... | Kazu Hirata | 1 | -3/+4 |
2004-11-23 | tree-cfg.c (tree_execute_on_growing_pred): New. | Kazu Hirata | 1 | -32/+30 |
2004-11-22 | tree-phinodes.c (remove_phi_arg_num): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-11-22 | tree-flow.h: Remove the prototype for remove_phi_arg. | Kazu Hirata | 1 | -23/+15 |