aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)Author
2014-11-03Merge branches/gcc-4_8-branch rev 216856Christophe Lyon
2014-09-092014-09-09 Richard Biener <rguenther@suse.de>Richard Biener
2014-06-20Merge branches/gcc-4_8-branch rev 210799.Yvan Roux
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-06Merge from branches/gcc-4_8-branch up to rev 207411.Christophe Lyon
2014-01-23 PR middle-end/58809Marek Polacek
2014-01-13Merge from branches/gcc-4_8-branch up to rev 206350.Christophe Lyon
2013-12-11Merge from branches/gcc-4_8-branch up to rev 205577.Christophe Lyon
2013-12-02Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries
2013-11-182013-11-18 Richard Biener <rguenther@suse.de>Richard Biener
2013-10-15Merge from branches/gcc-4_8-branch up to rev 203510.Christophe Lyon
2013-09-30 PR middle-end/58564Jakub Jelinek
2013-09-24Merge from branches/gcc-4_8-branch up to rev 202762.Christophe Lyon
2013-09-17[gcc/]Kyrylo Tkachov
2013-09-11 PR tree-optimization/58385Jakub Jelinek
2013-09-092013-09-09 Richard Biener <rguenther@suse.de>Richard Biener
2013-07-022013-07-02 Rob Savoye <rob.savoye@linaro.org>Christophe Lyon
2013-05-17 PR tree-optimization/57051Jakub Jelinek
2013-05-03 Backported from mainlineJakub Jelinek
2013-04-12 PR tree-optimization/56918Jakub Jelinek
2013-04-11 PR tree-optimization/56899Jakub Jelinek
2013-02-26 PR tree-optimization/56448Jakub Jelinek
2013-02-08 PR tree-optimization/56250Jakub Jelinek
2013-02-01 * fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if theEric Botcazou
2013-01-30gcc/Georg-Johann Lay
2013-01-21 PR tree-optimization/56051Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-08 PR middle-end/55851Jakub Jelinek
2013-01-042013-01-04 Richard Biener <rguenther@suse.de>Richard Biener
2013-01-03 PR tree-optimization/55832Jakub Jelinek
2012-12-06 PR c++/55137Jakub Jelinek
2012-11-292012-11-29 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-11-282012-11-28 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-11-26 * fold-const.c (const_binop): Adjust comment.Eric Botcazou
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-17 PR tree-optimization/55236Jakub Jelinek
2012-11-13 PR tree-optimization/55281Jakub Jelinek
2012-11-07 PR middle-end/55219Eric Botcazou
2012-11-042012-11-05 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-10-302012-10-30 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-10-232012-10-23 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-10-19PR54945Marek Polacek
2012-10-11 * fold-const.c (fold_unary_loc): Handle REDUC_MIN_EXPR,Jakub Jelinek
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl
2012-10-092012-10-09 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2012-09-28 PR tree-optimization/54713Jakub Jelinek
2012-09-272012-09-27 Dehao Chen <dehao@google.com>Dehao Chen
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-19 * fold-const.c (fold_truth_andor) Remove duplicated check onBin Cheng