aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-9/+7
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+6
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-5/+2
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme1-0/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+2
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+7
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+70
2013-07-05* tree-complex.c (expand_complex_operations_1): Fix typo.Thomas Quinot1-1/+1
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