summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*tbsaunde2015-09-201-27/+27
* PR middle-end/67512mpolacek2015-09-091-1/+2
* remove more useless typedefstbsaunde2015-08-191-2/+2
* Avoid recomputing the defining predicate chains for the same PHIppalka2015-08-031-25/+46
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-16/+5
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+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-3/+0
* * tree-sra.c (dump_dereferences_table): Avoid -Wformat-securityjakub2015-02-121-1/+1
* 2015-01-26 Richard Biener <rguenther@suse.de>rguenth2015-01-261-1/+2
* 2015-01-16 Richard Biener <rguenther@suse.de>rguenth2015-01-161-9/+78
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-37/+37
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+5
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-2/+6
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* add a hash_set based on hash_tabletbsaunde2014-08-021-45/+33
* remove has_executetbsaunde2014-07-091-2/+0
* 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>jye22014-05-081-13/+31
* Merge from trunk.rsandifo2014-04-221-68/+66
|\
| * pass cfun to pass::executetbsaunde2014-04-171-65/+65
| * pass current function to opt_pass::gate ()tbsaunde2014-04-171-2/+2
| * remove has_gatetbsaunde2014-04-171-2/+0
* | Merge from trunk.rsandifo2014-04-171-1/+0
|\ \ | |/
| * * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.ebotcazou2014-04-161-1/+0
* | Merge in trunk.mrs2014-04-021-39/+26
|\ \ | |/
| * PR middle-end/59223mpolacek2014-02-271-1/+1
| * PR tree-optimization/56490jakub2014-02-211-38/+25
* | Merge in trunk.mrs2014-02-101-37/+50
|\ \ | |/
| * PR tree-opt/59924rth2014-02-031-37/+50
* | Merge in trunk.mrs2014-01-031-653/+826
|\ \ | |/
| * Fix PR/59303 -- uninit analysis enhancementdavidxl2014-01-031-652/+825
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge in trunk.mrs2013-12-131-2/+2
|\ \ | |/
| * Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* | Remove INT_CST_LT and INT_CST_LE.rsandifo2013-12-101-4/+4
* | Merge with trunk.rsandifo2013-12-041-0/+4
|\ \ | |/
| * * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* | Merge from trunk.rsandifo2013-11-201-8/+9
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-8/+9
* | Merge in trunk.mrs2013-11-161-0/+1
|\ \ | |/
| * * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* | Merge in trunk.mrs2013-11-041-1/+4
|\ \ | |/
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+4
* | Make ordered comparisons enforce the same type rules as equality comparisons.rsandifo2013-10-291-3/+2
|/
* gcc/rsandifo2013-09-301-1/+1
* gcc/rsandifo2013-09-281-4/+4
* 2013-09-17 Andrew MacLeod <amacleod@redhat.com>amacleod2013-09-171-25/+214