Daily bump.
[gcc.git] / gcc / modulo-sched.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-05 Roman Zhuykovmodulo-sched: Carefully process loop counter initializa...
2020-09-01 Richard Bienerrtl-optimization/96812 - remap dependence info on RTL...
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-03-27 Roman Zhuykovmodulo-sched: fix bootstrap compare-debug issue
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-13 Roman Zhuykovmodulo-sched: fix branch rescheduling issue (PR92591)
2019-12-13 Roman Zhuykovmodulo-sched: fix parameters usage and their ranges
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-04-23 Roman Zhuykovmodulo-sched: prevent division by zero (PR87979)
2019-04-23 Roman Zhuykovmodulo-sched: fix branch scheduling issue (PR84032)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-09-21 Martin LiskaRemove arc profile histogram in non-LTO mode.
2018-01-09 Jakub Jelinekre PR target/83507 (ICE in internal_dfa_insn_code_...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-16 Jan Hubickare PR rtl-optimization/82849 (ICE on valid code since...
2017-10-19 Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-07-01 Jan Hubickacfg.c (scale_bbs_frequencies): New function.
2017-06-29 Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-04 Jan Hubickai386.c (make_resolver_func): Update.
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-02-05 Jan Hubickare PR tree-optimization/79347 (vect_do_peeling is messi...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-07-26 Trevor Saundersuse auto_sbitmap in various places
2016-01-21 Jeff Lawre PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-08-19 Trevor Saundersremove more useless typedefs
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-05 Richard Sandifordtarget-insns.def (doloop_begin, doloop_end): New target...
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
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-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-09 Jason Merrillbitmap.c, [...]: Add space between string literal and...
2015-05-02 Trevor Saunderschange local vars to rtx_insn *
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21 Andrew MacLeodcfg.h: New.
2014-10-20 Andrew MacLeodcfgrtl.h: New.
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-09 David Malcolmsingle_set takes an insn
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-26 David MalcolmStrengthen various insn emission functions
2014-08-25 David MalcolmStrengthen haifa_sched_info callbacks and 3 scheduler...
2014-08-22 David Malcolmmodulo-sched.c: Use rtx_insn in various places
2014-08-22 David Malcolmget_ebb_head_tail works with rtx_insn
2014-07-09 Trevor Saundersremove has_execute
2014-06-06 Eric Botcazourtl.h (insn_location): Declare.
2014-05-26 Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
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-01-06 Felix Yangmodulo-sched.c (schedule_reg_moves): Clear distance1_us...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-24 Steven Bosscherre PR bootstrap/59279 (r205337 breaks bootstrap with...
2013-11-24 Steven Bosscherjump.c (reset_insn_reg_label_operand_notes): New functi...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-09 Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-09-09 Richard Sandifordalias.c (addr_side_effect_eval): Use gen_int_mode with...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-08-16 Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-17 Steven Bosschercfglayout.h: Remove.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-02-04 Jakub Jelinekre PR rtl-optimization/52095 (ICE compiling gcc.dg...
2011-12-13 Revital EresSMS: Add missing free operation in mark_loop_unsched
2011-10-30 Revital EresFix marking of SMSed loops as BB_DISABLE_SCHEDULE
2011-10-11 Richard Sandifordmodulo-sched.c: Fix comment typo.
2011-10-10 Richard Sandifordmodulo-sched.c (ps_reg_move_info): Add num_consecutive_...
2011-10-10 Richard Sandifordmodulo-sched.c (ps_insn): Adjust comment.
2011-10-10 Richard Sandifordmodulo-sched.c (ps_insn): Replace node field with an...
2011-10-10 Richard Sandifordmodulo-sched.c (undo_replace_buff_elem): Delete.
2011-09-30 Revital EresSMS: Support instructions with REG_INC_NOTE
2011-09-30 Revital EresSMS: Avoid generating redundant reg-moves
2011-09-13 Revital EresSMS: Minor misc. fixes
2011-08-08 Richard Sandifordmodulo-sched.c (get_sched_window): Use a table for...
next