summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+6
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-36/+70
* * tree-complex.c (expand_complex_operations_1): Fix typo.Thomas Quinot2013-07-051-1/+1
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+6
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-9/+8
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-6/+4
* tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2013-03-211-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/55921 (Crash in verify_ssa for asm to side-steps complex pes...Jakub Jelinek2013-01-101-1/+37
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-25/+19
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-2/+6
* tree.h (SSA_VAR_P): Simplify.Richard Guenther2012-08-091-2/+2
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-8/+2
* tree-flow.h (make_rename_temp): Remove.Richard Guenther2012-08-021-2/+2
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-4/+4
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-1/+0
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-6/+5
* 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