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