Age | Commit message (Expand) | Author | Files | Lines |
2008-07-02 | Implement WG21 N2672, Initializer List proposed wording | Jason Merrill | 1 | -0/+7 |
2008-06-28 | tree.c (build_varargs_function_type_list): New. | Kai Tietz | 1 | -0/+1 |
2008-06-21 | tree.h (enum tree_code): Include all-tree.def, not tree.def. | Ian Lance Taylor | 1 | -5/+4 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -3/+44 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-05-26 | re PR tree-optimization/36329 (latent problem with tree inlining) | Eric Botcazou | 1 | -1/+1 |
2008-05-25 | tree.h: Update the table of flags used on tree nodes. | Eric Botcazou | 1 | -64/+122 |
2008-05-25 | Delete get_inner_array_type. Use strip_array_types instead. | Alan Modra | 1 | -1/+1 |
2008-05-14 | optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_... | Kenneth Zadeck | 1 | -3/+1 |
2008-05-13 | tree.h (init_phinodes, [...]): Move ... | Diego Novillo | 1 | -22/+0 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -6/+15 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -37/+1 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -22/+37 |
2008-05-01 | tree.h (TYPE_NONALIASED_COMPONENT): Expand comment. | Eric Botcazou | 1 | -3/+17 |
2008-04-27 | targhooks.h (default_emutls_var_fields, [...]): Declare. | Nathan Sidwell | 1 | -1/+1 |
2008-04-23 | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 1 | -13/+2 |
2008-04-11 | tree.h (struct tree_base): Added a new flag default_def_flag. | Oleg Ryjkov | 1 | -2/+3 |
2008-04-08 | fold-canst.c (tree_call_nonnegative_warnv_p): New. | Rafael Avila de Espindola | 1 | -0/+3 |
2008-04-07 | Removal of Return with Depressed Stack Pointer support | Eric Botcazou | 1 | -10/+2 |
2008-04-03 | c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete. | Paolo Bonzini | 1 | -2/+0 |
2008-03-28 | fold-const.c (tree_unary_nonnegative_warnv_p): Make it public. | Rafael Avila de Espindola | 1 | -0/+10 |
2008-03-18 | tree-pretty-print.c: Include predict.h. | Jan Hubicka | 1 | -0/+6 |
2008-03-06 | tree.def (BIT_FIELD_REF): Constrain result type and its precision. | Richard Guenther | 1 | -6/+0 |
2008-03-05 | tree-ssa-structalias.c (get_constraint_for_component_ref): Use ranges_overlap_p. | Richard Guenther | 1 | -14/+7 |
2008-02-28 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -8/+0 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -16/+3 |
2008-02-26 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -0/+8 |
2008-02-25 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -6/+0 |
2008-02-25 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -0/+6 |
2008-02-20 | tree.h (fold_real_zero_addition_p): Declare. | Richard Guenther | 1 | -0/+2 |
2008-02-08 | re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross... | Richard Sandiford | 1 | -0/+2 |
2008-01-21 | re PR c++/34196 (uninitialized variable warning in dead exception region) | Jason Merrill | 1 | -1/+8 |
2008-01-18 | re PR c++/33407 (C++ operator new and new expression do not change dynamic type) | Ian Lance Taylor | 1 | -3/+11 |
2007-12-19 | tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter. | Richard Sandiford | 1 | -1/+1 |
2007-12-15 | dwarf2out.c (reference_to_unused): Don't emit strings in initializers just be... | Alexandre Oliva | 1 | -2/+2 |
2007-11-26 | PR 34081/C++ | Andreas Krebbel | 1 | -1/+1 |
2007-11-25 | tree.h (struct tree_block): Move locus member next to flags. | Richard Guenther | 1 | -1/+2 |
2007-11-19 | re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1)) | Eric Botcazou | 1 | -1/+0 |
2007-11-16 | re PR tree-optimization/33870 (miscompiles sqlite) | Richard Guenther | 1 | -8/+6 |
2007-11-13 | pr 33870 | Diego Novillo | 1 | -5/+12 |
2007-11-07 | tree.h (struct tree_struct_field_tag): Move field in_nested_struct ... | Diego Novillo | 1 | -4/+5 |
2007-11-07 | re PR tree-optimization/33870 (miscompiles sqlite) | Diego Novillo | 1 | -0/+6 |
2007-11-06 | re PR target/33579 (INIT_PRIORITY is broken) | Mark Mitchell | 1 | -4/+3 |
2007-10-29 | 2007-09-23 Razya Ladelsky | Razya Ladelsky | 1 | -0/+2 |
2007-10-14 | c-common.h: Remove the prototype for c_expand_body. | Kazu Hirata | 1 | -1/+0 |
2007-10-06 | Revert: | Eric Botcazou | 1 | -2/+1 |
2007-09-23 | tree.h (block_nonartificial_location): New prototype. | Jakub Jelinek | 1 | -0/+1 |
2007-09-22 | re PR c++/19407 (vector keyword in typedef inside template struct ignored) | Jason Merrill | 1 | -0/+2 |
2007-09-22 | re PR tree-optimization/33146 (ICE in build_polynomial_chrec, at tree-chrec.h... | Richard Guenther | 1 | -1/+3 |
2007-09-13 | Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro... | Michael Meissner | 1 | -0/+62 |