summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR tree-optimization/63641 (Invalid shift leads to incorrect code on 32-bi...Jakub Jelinek2014-10-251-1/+1
* re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek2014-10-171-17/+371
* re PR tree-optimization/63302 (Code with 64-bit long long constants is miscom...Jakub Jelinek2014-10-171-2/+2
* tree-ssa-reassoc.c (optimize_range_tests_diff): Perform MINUS_EXPR in unsigne...Jakub Jelinek2014-10-151-1/+6
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-10/+7
* remove has_executeTrevor Saunders2014-07-091-1/+0
* allow storing values directly in hash tablesTrevor Saunders2014-06-241-17/+21
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-3/+3
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-3/+2
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-3/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* re PR tree-optimization/60844 (ICE in reassoc_stmt_dominates_stmt_p)Jakub Jelinek2014-04-161-5/+34
* re PR tree-optimization/59025 (Revision 203979 causes failure in CPU2006 benc...Jakub Jelinek2014-03-131-1/+28
* re PR tree-optimization/60502 (ICE reassociation and vector types.)Jakub Jelinek2014-03-121-2/+1
* re PR tree-optimization/60174 (ICE on ACATS cc3305a)Eric Botcazou2014-02-181-1/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+4
* re PR tree-optimization/59388 (ICE on valid code at -O1 and above on x86_64-l...Jakub Jelinek2013-12-061-3/+13
* re PR tree-optimization/59154 (internal compiler error: tree check: expected ...Jakub Jelinek2013-11-231-3/+9
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+7
* add auto_vecTrevor Saunders2013-11-221-7/+3
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-4/+4
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-2/+2
* 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