summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
Commit message (Expand)AuthorAgeFilesLines
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+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
* re PR tree-optimization/58946 (internal compiler error: in operator[], at vec...Jakub Jelinek2013-11-041-29/+42
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* re PR tree-optimization/58775 (reassoc1 causes an ICE with some bool arithmetic)Jakub Jelinek2013-10-231-363/+420
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+8
* tree-ssa-reassoc.c: Include rtl.h and tm_p.h.Zhenqiang Chen2013-10-151-69/+153
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-6/+6
* 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-2/+2
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58364 (likely wrong code bug)Jakub Jelinek2013-09-091-1/+8
* re PR tree-optimization/57370 (compiler hangs in reassoc)Easwaran Raman2013-09-041-12/+13
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-19/+38
* Fix typos.Mike Stump2013-07-211-1/+1
* re PR tree-optimization/57442 (ICE in appears_later_in_bb, at tree-ssa-reasso...Easwaran Raman2013-05-291-1/+1
* re PR tree-optimization/57337 (416.gamess ICE on x86 after r199048)Easwaran Raman2013-05-281-1/+30
* re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum)Easwaran Raman2013-05-211-1/+5
* tree-ssa-reassoc.c (find_insert_point): New function.Easwaran Raman2013-05-181-20/+147
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-8/+22
* re PR tree-optimization/57000 (ICE with -Ofast and -frounding-math)Richard Biener2013-04-191-1/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* re PR middle-end/56559 (ICE in propagate_op_to_single_use, at tree-ssa-reasso...Jakub Jelinek2013-03-071-1/+2
* re PR tree-optimization/56321 (ICE:segfault in midend for -funsafe-math-optim...Richard Biener2013-02-181-3/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-184/+167
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-3/+3
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* re PR tree-optimization/19105 (fold does not spot anti-range test)Jakub Jelinek2012-10-311-30/+627
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-4/+4
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-12/+12
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-2/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-38/+17
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-1/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-7/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* re PR tree-optimization/53774 (Reassociator generates non-canonical addition)Richard Guenther2012-06-271-25/+11
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* tree-ssa-reassoc.c (bip_map): Remove decl.Bill Schmidt2012-05-181-178/+104
* re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)Bill Schmidt2012-05-161-3/+67
* re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt2012-04-181-26/+52
* re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt2012-04-181-18/+120
* re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt2012-04-161-3/+30