aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-10/+7
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-17/+21
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-3/+3
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+2
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-16re PR tree-optimization/60844 (ICE in reassoc_stmt_dominates_stmt_p)Jakub Jelinek1-5/+34
2014-03-13re PR tree-optimization/59025 (Revision 203979 causes failure in CPU2006 benc...Jakub Jelinek1-1/+28
2014-03-12re PR tree-optimization/60502 (ICE reassociation and vector types.)Jakub Jelinek1-2/+1
2014-02-18re PR tree-optimization/60174 (ICE on ACATS cc3305a)Eric Botcazou1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+4
2013-12-06re PR tree-optimization/59388 (ICE on valid code at -O1 and above on x86_64-l...Jakub Jelinek1-3/+13
2013-11-23re PR tree-optimization/59154 (internal compiler error: tree check: expected ...Jakub Jelinek1-3/+9
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+7
2013-11-22add auto_vecTrevor Saunders1-7/+3
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-4/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+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-11-04re PR tree-optimization/58946 (internal compiler error: in operator[], at vec...Jakub Jelinek1-29/+42
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23re PR tree-optimization/58775 (reassoc1 causes an ICE with some bool arithmetic)Jakub Jelinek1-363/+420
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-15tree-ssa-reassoc.c: Include rtl.h and tm_p.h.Zhenqiang Chen1-69/+153
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-6/+6
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-2/+2
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09re PR tree-optimization/58364 (likely wrong code bug)Jakub Jelinek1-1/+8
2013-09-04re PR tree-optimization/57370 (compiler hangs in reassoc)Easwaran Raman1-12/+13
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+38
2013-07-21Fix typos.Mike Stump1-1/+1
2013-05-29re PR tree-optimization/57442 (ICE in appears_later_in_bb, at tree-ssa-reasso...Easwaran Raman1-1/+1
2013-05-28re PR tree-optimization/57337 (416.gamess ICE on x86 after r199048)Easwaran Raman1-1/+30
2013-05-21re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum)Easwaran Raman1-1/+5
2013-05-18tree-ssa-reassoc.c (find_insert_point): New function.Easwaran Raman1-20/+147
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-8/+22
2013-04-19re PR tree-optimization/57000 (ICE with -Ofast and -frounding-math)Richard Biener1-1/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1