aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+6
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-9/+8
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-6/+4
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-10re PR middle-end/55921 (Crash in verify_ssa for asm to side-steps complex pes...Jakub Jelinek1-1/+37
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-25/+19
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-2/+6
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-2/+2
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-8/+2
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-2/+2
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-4/+4
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-1/+0
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-6/+5
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+2
2011-06-09Revert r174848,174849Xinliang David Li1-6/+3
2011-06-09Gator cleanupDavid Li1-3/+6
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-6/+3
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther1-1/+5
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther1-26/+8
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-13/+13
2009-10-27tree-complex.c (expand_complex_div_wide): Check for INTEGER_CST, not TREE_CON...Richard Guenther1-2/+2
2009-09-24re PR middle-end/41435 (GCC doesn't fold complex int division)Kaveh R. Ghazi1-2/+6
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-2/+4
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor1-0/+1
2009-05-08re PR c/24581 (Complex arithmetic on special cases is incorrect.)Joseph Myers1-1/+4
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-4/+10
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-19/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-29re PR middle-end/36191 (can't use complex in a eh region if non-call-exceptio...Jakub Jelinek1-4/+7
2008-10-01re PR tree-optimization/35737 (ICE with __builtin_setjmp and complex variable)Richard Henderson1-1/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-371/+440
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-05-08tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola1-7/+15
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-5/+9
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-1/+2
2008-02-17re PR middle-end/35227 (gcc ICEs for functions with unused complex argument)Richard Guenther1-7/+6
2007-12-13re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou1-0/+11
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+2