aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-11/+8
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-7/+8
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-104/+499
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-1/+1
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski1-14/+3
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+572