summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex ty...Daniel Berlin2006-06-191-3/+4
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-1/+1
* re PR middle-end/26869 (Segfault in find_lattice_value() for complex operands.)Richard Guenther2006-04-241-0/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+5
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-8/+8
* re PR middle-end/24362 (internal compiler error: in extract_component, at tre...Andrew Pinski2005-10-281-0/+1
* cfg.c, [...]: Fix comment typos.Kazu Hirata2005-07-291-1/+1
* re PR tree-optimization/22504 (benchmark - galgel fails at runtime with misco...Steven Bosscher2005-07-261-2/+2
* re PR middle-end/22626 (ICE with optimization turned on while trying to exand...Richard Henderson2005-07-251-1/+4
* re PR tree-optimization/22623 (type mismatch between an SSA_NAME and its symbol)Richard Henderson2005-07-231-1/+1
* re PR tree-optimization/22504 (benchmark - galgel fails at runtime with misco...Richard Henderson2005-07-211-126/+207
* re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...Daniel Berlin2005-07-191-2/+4
* re PR tree-optimization/22356 (mis-match types in cplxlower)Andrew Pinski2005-07-081-0/+1
* [multiple changes]Daniel Berlin2005-06-301-18/+49
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-complex.c (init_dont_simulate_again): Clear DONT_SIMULATE_AGAIN for cont...Richard Henderson2005-06-181-6/+13
* re PR tree-optimization/22022 (ACATS ICE cxg1002 tree_split_edge, at tree-cfg...Richard Henderson2005-06-161-0/+6
* re PR tree-optimization/22035 (complex float comparison broken)Richard Henderson2005-06-161-8/+54
* re PR tree-optimization/21994 (complex throwing functions cause ICE)Richard Henderson2005-06-121-28/+56
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-71/+857
* Makefile.in (tree-vect-generic.o): New.Richard Henderson2005-06-021-483/+6
* re PR tree-optimization/21639 (poisoned ggc memory used for -ftree-vectorize)Dorit Naishlos2005-05-291-1/+1
* tree-complex.c (expand_vector_operations_1): Do not build VIEW_CONVERT_EXPR's...Paolo Bonzini2005-04-271-3/+4
* tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini2005-04-271-67/+90
* tree-complex.c (expand_vector_operations): Call update_stmt_if_modified.Paolo Bonzini2005-04-111-1/+4
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-8/+9
* tree-complex.c (expand_complex_libcall): New.Richard Henderson2005-02-111-2/+51
* re PR middle-end/19609 (real and imaginary part interchanged when flags_compl...Richard Henderson2005-01-251-59/+96
* c-opts.c, [...]: Update copyright.Kazu Hirata2005-01-241-1/+1
* re PR middle-end/19486 (flags_complex_divide_method=1 doesn't work)Richard Henderson2005-01-231-2/+2
* re PR middle-end/17957 (vector type node used after garbage-collected)Andrew Pinski2004-11-251-11/+19
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak2004-10-161-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+4
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-11/+8
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+4
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+1
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-7/+8
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-104/+499
* tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski2004-06-091-1/+1
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski2004-05-141-14/+3
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+572