summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-08-11 Richard Biener <rguenther@suse.de>wschmidt2016-08-111-0/+1
* use auto_sbitmap in various placestbsaunde2016-07-261-2/+1
* df: make df_problem instances "const"dmalcolm2016-04-271-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-6/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-3/+2
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-9/+9
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+2
* Use std::swap instead of manual swaps.miyuki2015-06-221-4/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-0/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012015-04-211-13/+6
* Update copyright years.jakub2015-01-051-1/+1
* gcc/rsandifo2014-11-121-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-16/+10
* df-*.c: Use rtx_insndmalcolm2014-08-221-2/+2
* Convert DF_REF_INSN to a function for nowdmalcolm2014-08-191-0/+6
* remove has_executetbsaunde2014-07-091-3/+0
* gcc/rsandifo2014-06-151-12/+7
* gcc/rsandifo2014-06-151-41/+19
* pass cfun to pass::executetbsaunde2014-04-171-3/+12
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-16/+2
* remove has_gatetbsaunde2014-04-171-3/+0
* 2014-01-17 Richard Biener <rguenther@suse.de>rguenth2014-01-171-39/+202
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-12/+14
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-9/+9
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-4/+4
* Eliminate n_edges macrodmalcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-4/+4
* gcc/rsandifo2013-09-281-8/+8
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-54/+107
* Fix typos.mrs2013-07-211-1/+1
* * df-core.c (df_find_def): Compare register numbers.steven2013-04-121-3/+3
* * df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC insteadsteven2013-03-231-5/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+5
* This patch normalizes more bitmap function names.crowl2012-11-011-5/+5
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-12/+51
* gcc/steven2012-07-161-1/+0
* gcc/steven2012-07-081-0/+37