summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR c/24581 (Complex arithmetic on special cases is incorrect.)Joseph Myers2009-05-081-1/+4
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-4/+10
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-3/+4
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-19/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/36191 (can't use complex in a eh region if non-call-exceptio...Jakub Jelinek2008-12-291-4/+7
* re PR tree-optimization/35737 (ICE with __builtin_setjmp and complex variable)Richard Henderson2008-10-011-1/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-371/+440
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-1/+1
* tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola2008-05-081-7/+15
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-5/+9
* tree.def (PAREN_EXPR): New tree code.Richard Guenther2008-02-211-1/+2
* re PR middle-end/35227 (gcc ICEs for functions with unused complex argument)Richard Guenther2008-02-171-7/+6
* re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou2007-12-131-0/+11
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-7/+9
* tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo2007-03-091-4/+4
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-8/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-8/+2
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-7/+4
* Revert:Kazu Hirata2007-01-021-4/+7
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-7/+4
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-33/+32
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-5/+5
* 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