Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-09-07 | tree-flow.h (const_block_stmt_iterator): Remove. | Diego Novillo | 1 | -1/+1 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 1 | -15/+10 |
2007-09-05 | builtins.def (BUILT_IN_VA_ARG_PACK): New built-in. | Jakub Jelinek | 1 | -0/+7 |
2007-09-05 | Add target hook invoked when cfun changes. | Sandra Loosemore | 1 | -0/+1 |
2007-09-05 | fold-const.c (all_ones_mask_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+3 |
2007-09-01 | c-common.c (const_strip_array_types): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2007-08-28 | tree.h (struct tree_function_decl): Increase size of function_code bitfield. | Richard Guenther | 1 | -4/+4 |
2007-08-28 | tree.h (DECL_DISREGARD_INLINE_LIMITS): New. | Richard Guenther | 1 | -5/+18 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+3 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 1 | -5/+5 |
2007-08-20 | langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove. | Richard Guenther | 1 | -0/+1 |
2007-08-20 | tree.c (WALK_SUBTREE): Call walk_tree_1. | Richard Guenther | 1 | -2/+14 |
2007-08-17 | tree.h (struct tree_label_decl): Removed old "java" fields. | Tom Tromey | 1 | -8/+0 |
2007-08-16 | c-common.c (const_strip_array_types): New. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -1/+4 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -6/+7 |
2007-08-09 | tree.h (fixed_zerop): Declare as taking a const_tree. | Michael Matz | 1 | -1/+1 |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -2/+224 |
2007-08-01 | tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH. | Zdenek Dvorak | 1 | -0/+2 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -25/+67 |
2007-07-28 | calls.c (special_function_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -12/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -10/+10 |
2007-07-25 | expr.c (handled_component_p): Constify. | Kaveh R. Ghazi | 1 | -50/+50 |
2007-07-25 | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-25 | coretypes.h (const_bitmap, [...]): New. | Kaveh R. Ghazi | 1 | -31/+31 |
2007-07-12 | re PR target/25413 (wrong alignment or incorrect address computation in vecto... | Dorit Nuzman | 1 | -0/+6 |
2007-07-12 | builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL. | Geoffrey Keating | 1 | -4/+2 |
2007-07-12 | re PR tree-optimization/32663 (revision 126369 went into an infinite loop) | Daniel Berlin | 1 | -6/+0 |
2007-07-10 | re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL) | Geoffrey Keating | 1 | -18/+14 |
2007-07-03 | * tree.h (DECL_ALIGN): Back out previous change. | Geoffrey Keating | 1 | -1/+1 |
2007-07-03 | * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL. | Geoffrey Keating | 1 | -1/+1 |
2007-07-02 | tree.h (alias_sets_might_conflict_p): Rename into alias_sets_must_conflict_p. | Eric Botcazou | 1 | -1/+1 |
2007-06-27 | re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re... | Richard Guenther | 1 | -0/+1 |
2007-06-23 | re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const) | Richard Guenther | 1 | -1/+7 |
2007-06-21 | re PR middle-end/20623 (ICE: fold check: original tree changed by fold with -... | Sebastian Pop | 1 | -0/+1 |
2007-06-20 | re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing) | Adam Nemet | 1 | -0/+5 |
2007-06-13 | basic-block.h: Remove the prototype for free_basic_block_vars. | Kazu Hirata | 1 | -3/+0 |
2007-06-12 | re PR libstdc++/29286 (placement new does not change the dynamic type as it s... | Ian Lance Taylor | 1 | -0/+13 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -2/+1 |
2007-06-11 | really remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 1 | -2/+1 |
2007-06-10 | tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL. | Zdenek Dvorak | 1 | -0/+6 |
2007-05-19 | re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time) | Kaveh R. Ghazi | 1 | -0/+1 |
2007-05-02 | re PR bootstrap/31776 (Bootstrap fails with "error: conflicting types for str... | Brooks Moses | 1 | -0/+1 |