summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
Commit message (Expand)AuthorAgeFilesLines
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-4/+2
* Revert r174848,174849Xinliang David Li2011-06-091-6/+3
* Gator cleanupDavid Li2011-06-091-3/+6
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-6/+3
* re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther2010-09-071-1/+5
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther2010-01-131-26/+8
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-13/+13
* tree-complex.c (expand_complex_div_wide): Check for INTEGER_CST, not TREE_CON...Richard Guenther2009-10-271-2/+2
* re PR middle-end/41435 (GCC doesn't fold complex int division)Kaveh R. Ghazi2009-09-241-2/+6
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-2/+4
* tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor2009-05-201-0/+1
* 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