summaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-54/+24
* re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fm...Jeff Law2016-01-211-1/+6
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-12/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-11/+9
* remove more useless typedefsTrevor Saunders2015-08-191-4/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-12/+4
* target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford2015-07-051-5/+4
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* 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/+1
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-8/+8
* change local vars to rtx_insn *Trevor Saunders2015-05-021-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-1/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+7
* cfg.h: New.Andrew MacLeod2014-10-211-0/+1
* cfgrtl.h: New.Andrew MacLeod2014-10-201-0/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* single_set takes an insnDavid Malcolm2014-09-091-2/+3
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-2/+2
* Strengthen various insn emission functionsDavid Malcolm2014-08-261-1/+1
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-1/+1
* modulo-sched.c: Use rtx_insn in various placesDavid Malcolm2014-08-221-17/+19
* get_ebb_head_tail works with rtx_insnDavid Malcolm2014-08-221-10/+10
* remove has_executeTrevor Saunders2014-07-091-1/+0
* rtl.h (insn_location): Declare.Eric Botcazou2014-06-061-4/+3
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-15/+15
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-23/+24
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+5
* remove has_gateTrevor Saunders2014-04-171-1/+0
* modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it is newly allo...Felix Yang2014-01-061-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher2013-11-241-1/+4
* jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher2013-11-241-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-4/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-2/+3
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-2/+3
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-20/+37