Age | Commit message (Expand) | Author | Files | Lines |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -24/+0 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 1 | -0/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+2 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -2/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-28 | lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE... | Jan Hubicka | 1 | -2/+0 |
2013-07-13 | print-tree.c (debug_vec_tree): Use debug_raw. | Jason Merrill | 1 | -5/+31 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -28/+144 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-10 | re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ... | Kai Tietz | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+5 |
2012-08-24 | print-tree.c (print_node): Don't check TREE_LANG_FLAG_* on TREE_VEC or SSA_NAME. | Jason Merrill | 1 | -14/+18 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+2 |
2012-05-10 | cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use. | Richard Guenther | 1 | -3/+0 |
2012-03-16 | tree.h (TREE_VECTOR_CST_ELTS): Remove. | Richard Guenther | 1 | -7/+4 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+2 |
2011-05-27 | move TS_STATEMENT_LIST to be a substructure of TS_TYPED | Nathan Froyd | 1 | -1/+0 |
2011-05-25 | print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED. | Jason Merrill | 1 | -1/+1 |
2011-04-13 | tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common. | Nathan Froyd | 1 | -5/+0 |
2011-04-13 | ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH... | Nathan Froyd | 1 | -1/+2 |
2010-09-27 | * print-tree.c (print_node): Print in-constant-pool. | Jie Zhang | 1 | -0/+2 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-27 | print-tree.c (debug_vec_tree): New fn. | Jason Merrill | 1 | -2/+39 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-01-21 | tree.h (TYPE_TRANSPARENT_UNION): Replace with ... | Janis Johnson | 1 | -2/+3 |
2009-11-30 | tree-dump.c (dump_option_value_in): Add TDF_NOUID. | Richard Guenther | 1 | -6/+29 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -13/+13 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -0/+5 |
2009-10-17 | * print-tree.c (print_node): Fix string for DECL_STRUCT_FUNCTION. | Eric Botcazou | 1 | -1/+1 |
2009-09-24 | cgraphunit.c (cgraph_lower_function): Revert last change. | Jakub Jelinek | 1 | -2/+2 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -0/+2 |
2009-08-25 | hwint.h (HOST_LONG_FORMAT): New macro | Douglas B Rupp | 1 | -2/+3 |
2009-06-29 | re PR middle-end/38212 (restrict implementation causes wrong-code) | Richard Guenther | 1 | -4/+0 |
2009-05-22 | re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing) | Richard Guenther | 1 | -2/+0 |
2009-05-05 | tree.h: Remove DECL_BY_REFERENCE from private_flag comment. | Jakub Jelinek | 1 | -0/+4 |
2009-04-28 | tree.h (SSA_NAME_VALUE): Remove. | Richard Guenther | 1 | -4/+1 |
2008-11-04 | * print-tree.c (print_node): Use code instead of TREE_CODE (node). | Jakub Jelinek | 1 | -49/+49 |
2008-11-04 | print-tree.c (print_node): Don't print DECL_INITIAL for PARM_DECL. | Jakub Jelinek | 1 | -1/+3 |
2008-10-05 | re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block) | Dodji Seketeli | 1 | -0/+6 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -9/+9 |
2008-07-29 | c-decl.c (merge_decls): Do not handle DECL_INLINE. | Jan Hubicka | 1 | -2/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -21/+4 |
2008-07-26 | cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE. | Jan Hubicka | 1 | -2/+2 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+14 |
2008-05-16 | invoke.text (-fdump-tree-*-verbose): New option. | Kenneth Zadeck | 1 | -15/+26 |