summaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-2/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-22/+15
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-5/+5
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-27/+27
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-42/+42
* Integrate lexical block into source_location.Dehao Chen2012-09-191-9/+9
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2