aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-07re PR middle-end/56559 (ICE in propagate_op_to_single_use, at tree-ssa-reasso...Jakub Jelinek1-1/+2
2013-02-18re PR tree-optimization/56321 (ICE:segfault in midend for -funsafe-math-optim...Richard Biener1-3/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-184/+167
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-3/+3
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-31re PR tree-optimization/19105 (fold does not spot anti-range test)Jakub Jelinek1-30/+627
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-38/+17
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-7/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0