summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
AgeCommit message (Expand)Author
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-07-05* tree-complex.c (expand_complex_operations_1): Fix typo.Thomas Quinot
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-10re PR middle-end/55921 (Crash in verify_ssa for asm to side-steps complex pes...Jakub Jelinek
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09Revert r174848,174849Xinliang David Li
2011-06-09Gator cleanupDavid Li
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-27tree-complex.c (expand_complex_div_wide): Check for INTEGER_CST, not TREE_CON...Richard Guenther
2009-09-24re PR middle-end/41435 (GCC doesn't fold complex int division)Kaveh R. Ghazi
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor
2009-05-08re PR c/24581 (Complex arithmetic on special cases is incorrect.)Joseph Myers
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther