summaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-2/+2
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-2/+2
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* re PR rtl-optimization/64317 (Ineffective allocation of PIC base register)Jeff Law2015-03-221-9/+109
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+6
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-4/+5
* cfgrtl.h: New.Andrew MacLeod2014-10-201-0/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-2/+3
* Convert edge_def.insns.r to rtx_insn *David Malcolm2014-08-251-2/+2
* postreload-gcse.c: Use rtx_insn in various placesDavid Malcolm2014-08-221-31/+31
* remove has_executeTrevor Saunders2014-07-091-1/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-12/+13
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+6
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-3/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-18/+35
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-70/+72
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...Steven Bosscher2012-10-161-4/+3
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-4/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford2012-01-241-2/+1
* cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2011-07-121-1/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+1
* cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL edges only...Eric Botcazou2011-06-021-3/+4
* function.h (struct stack_usage): Remove dynamic_alloc_count field.Eric Botcazou2011-06-021-2/+4
* postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd2011-04-131-0/+7
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher2010-01-031-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka2008-08-311-1/+1