optabs-query.h (get_vcond_mask_icode): New.
[gcc.git] / gcc / tree-ssa-dom.c
2015-11-09 Martin LiskaFix memory leaks and use a pool_allocator
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-07 Jeff LawRe: [PATCH] Improve DOM's optimization of control state...
2015-10-07 Jeff Law[PATCH][PR tree-optimization/67816] Fix jump threading...
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-02 Jeff LawRe: [PATCH] Improve DOM's optimization of control state...
2015-09-30 Jeff Law[PATCH] Improve DOM's optimization of control statements
2015-09-20 Jeff Law[PATCH] Fix 47679 by improving jump threading
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-19 Jeff Law[PATCH] avail_expr_stack is no longer file scoped
2015-09-18 Jeff Law[PATCH] const_and_copies is no longer file scoped
2015-09-18 Jeff Law[PATCH] avail_exprs is no longer file scoped
2015-09-18 Jeff Law[PATCH] Break out phi-only cprop into its own file
2015-09-17 Jeff Law[PATCH] Pass in avail_expr_stack and setup edge_infos...
2015-09-16 Jeff Law[PATCH] Move code out of tree-ssa-dom into tree-ssa...
2015-09-15 Jeff Law[PATCH] More class-ification of DOM
2015-09-14 Jeff Law[PATCH] Minor DOM cleanup
2015-09-11 Jeff Law[PATCH] Another small cleanup to the const_and_copies...
2015-09-04 Jeff Law[PATCH] Minor cleanup of const_and_copies stack
2015-09-01 Alan LawrenceTidy tree-ssa-dom.c: Use dom_valueize more.
2015-08-19 Trevor Saundersremove useless typedefs
2015-08-12 Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11 Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-16 Richard Bienertree-ssa-dom.c (dom_valueize): New function.
2015-07-14 Richard Bienertree-ssa-dom.c (record_temporary_equivalences): Merge...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-02 Richard Bienertree-ssa-dom.c (build_and_record_new_cond): Add optiona...
2015-06-25 Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-13 Richard Bienerre PR tree-optimization/66123 (Array of labels as value...
2015-04-28 Jeff Law* tree-ssa-dom.c (record_equality); Fix comment typos.
2015-04-28 Jeff Lawre PR tree-optimization/65217 (__builtin_unreachable...
2015-04-27 Richard Bienertree-ssa-dom.c (record_equivalences_from_phis): Valueiz...
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-04-17 Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-04-15 Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-03-13 Richard Bienerre PR ipa/44563 (GCC uses a lot of RAM when compiling...
2015-03-03 Jeff Lawre PR tree-optimization/65241 (ICE (in remove_local_exp...
2015-02-18 Richard Bienerre PR tree-optimization/62217 (DOM confuses complete...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Marc Glissereal.h (HONOR_SNANS, [...]): Replace macros with 3...
2014-12-09 Richard Bienerre PR tree-optimization/64193 (Decreased performance...
2014-11-20 Richard Bienerre PR tree-optimization/63677 (Failure to constant...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-31 Richard Bienerbuiltins.c (fold_builtin_atomic_always_lock_free):...
2014-10-30 Richard Bienergenmatch.c (capture_info::walk_c_expr): Ignore capture...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-08-01 Andi KleenConvert tree-ssa-dom to inchash
2014-07-25 Andi KleenAdd an abstract incremental hash data type
2014-07-14 Richard Bienerre PR tree-optimization/61757 (genmodes failure with...
2014-07-10 Richard Bienerre PR tree-optimization/61757 (genmodes failure with...
2014-07-09 Trevor Saundersremove has_execute
2014-07-08 Richard Bienertree-ssa-dom.h (loop_depth_of_name): Remove.
2014-06-26 Richard Bienerre PR tree-optimization/61607 (DOM missed jump threadin...
2014-06-26 Richard Bienertree-ssa-dom.c (cprop_operand): Remove restriction...
2014-06-24 Trevor Saundersallow storing values directly in hash tables
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-06 Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-05-20 Eric Botcazoutree-ssa-dom.c (hashable_expr_equal_p): Also compare...
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-02-26 Bin Chengre PR tree-optimization/60280 (gcc.target/arm/ivopts...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-08 Diego NovilloRe-factor tree.h - Part 1.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-16 Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-09 Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26 Jeff Lawtree-flow.h (thread_through_all_blocks): Prototype...
2013-09-20 Jeff Law* tree-ssa-dom.c (record_temporary_equivalences): Add...
2013-09-19 Jeff Lawtree-ssa-dom.c (record_temporary_equivalences): New...
2013-09-18 Trevor Saunderscompare-elim.c (find_comparison_dom_walker): New class
2013-09-17 Jeff Lawpr58387.c: New test.
2013-09-13 Jeff LawRevert " * tree-ssa-dom.c (cprop_into_successor_...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-06 Jeff Lawtree-ssa-dom.c (cprop_into_successor_phis): Also propag...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-28 Richard Bienerre PR tree-optimization/57411 (ICE: verify_ssa failed...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-03 Jeff Lawre PR tree-optimization/56799 (Runfail after r197060...
2013-03-26 Jeff Lawtree-ssa-dom.c (record_equivalences_from_incoming_edge...
2013-03-25 Jeff Lawtree-ssa-dom.c (record_equivalences_from_incoming_edge...
next