Age | Commit message (Expand) | Author | Files | Lines |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -0/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-04-27 | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 1 | -7/+9 |
2007-03-09 | tree-pass.h (TODO_update_smt_usage): Remove. | Diego Novillo | 1 | -4/+4 |
2007-02-16 | re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO... | Roger Sayle | 1 | -8/+8 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -8/+2 |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -7/+4 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -4/+7 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -7/+4 |
2006-12-05 | tree-vrp.c (pass_vrp): Remove PROP_smt_usage. | Daniel Berlin | 1 | -1/+1 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -33/+32 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -5/+5 |
2006-06-19 | re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex ty... | Daniel Berlin | 1 | -3/+4 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-04-24 | re PR middle-end/26869 (Segfault in find_lattice_value() for complex operands.) | Richard Guenther | 1 | -0/+2 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -3/+5 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -2/+2 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -8/+8 |
2005-10-28 | re PR middle-end/24362 (internal compiler error: in extract_component, at tre... | Andrew Pinski | 1 | -0/+1 |
2005-07-29 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-26 | re PR tree-optimization/22504 (benchmark - galgel fails at runtime with misco... | Steven Bosscher | 1 | -2/+2 |
2005-07-25 | re PR middle-end/22626 (ICE with optimization turned on while trying to exand... | Richard Henderson | 1 | -1/+4 |
2005-07-23 | re PR tree-optimization/22623 (type mismatch between an SSA_NAME and its symbol) | Richard Henderson | 1 | -1/+1 |
2005-07-21 | re PR tree-optimization/22504 (benchmark - galgel fails at runtime with misco... | Richard Henderson | 1 | -126/+207 |
2005-07-19 | re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_... | Daniel Berlin | 1 | -2/+4 |
2005-07-08 | re PR tree-optimization/22356 (mis-match types in cplxlower) | Andrew Pinski | 1 | -0/+1 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -18/+49 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | tree-complex.c (init_dont_simulate_again): Clear DONT_SIMULATE_AGAIN for cont... | Richard Henderson | 1 | -6/+13 |
2005-06-16 | re PR tree-optimization/22022 (ACATS ICE cxg1002 tree_split_edge, at tree-cfg... | Richard Henderson | 1 | -0/+6 |
2005-06-16 | re PR tree-optimization/22035 (complex float comparison broken) | Richard Henderson | 1 | -8/+54 |
2005-06-12 | re PR tree-optimization/21994 (complex throwing functions cause ICE) | Richard Henderson | 1 | -28/+56 |
2005-06-09 | re PR tree-optimization/20610 (Real by complex multiplications perform unnece... | Richard Henderson | 1 | -71/+857 |
2005-06-02 | Makefile.in (tree-vect-generic.o): New. | Richard Henderson | 1 | -483/+6 |
2005-05-29 | re PR tree-optimization/21639 (poisoned ggc memory used for -ftree-vectorize) | Dorit Naishlos | 1 | -1/+1 |
2005-04-27 | tree-complex.c (expand_vector_operations_1): Do not build VIEW_CONVERT_EXPR's... | Paolo Bonzini | 1 | -3/+4 |
2005-04-27 | tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o... | Paolo Bonzini | 1 | -67/+90 |
2005-04-11 | tree-complex.c (expand_vector_operations): Call update_stmt_if_modified. | Paolo Bonzini | 1 | -1/+4 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -1/+1 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -8/+9 |
2005-02-11 | tree-complex.c (expand_complex_libcall): New. | Richard Henderson | 1 | -2/+51 |
2005-01-25 | re PR middle-end/19609 (real and imaginary part interchanged when flags_compl... | Richard Henderson | 1 | -59/+96 |
2005-01-24 | c-opts.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-23 | re PR middle-end/19486 (flags_complex_divide_method=1 doesn't work) | Richard Henderson | 1 | -2/+2 |
2004-11-25 | re PR middle-end/17957 (vector type node used after garbage-collected) | Andrew Pinski | 1 | -11/+19 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-16 | re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2) | Zdenek Dvorak | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -4/+4 |