Daily bump.
[gcc.git] / libgfortran / generated /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-18 Harald AnlaufPR libfortran/97063 - Wrong result for vector (step...
2020-09-28 Tobias Burnuslibgfortran/m4/unpack.m4: Silence -Wmaybe-uninitialized
2020-09-03 Harald AnlaufPR fortran/96890 - Wrong answer with intrinsic IALL
2020-05-29 Jakub Jelineklibgfortran: Export forgotten _gfortran_{,m,s}findloc...
2020-05-21 H.J. Lulibgfortran: Use __builtin_cpu_is/__builtin_cpu_supports
2020-01-01 Jakub JelinekUpdate copyright years.
2019-05-17 Jakub Jelinekre PR fortran/54613 ([F08] Add FINDLOC plus support...
2019-01-12 Jakub Jelinekre PR libfortran/88807 (misleading indentation warnings...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-31 Thomas Koenigre PR fortran/82995 (Segmentation fault passing optiona...
2018-10-28 Thomas Koenigre PR fortran/54613 ([F08] Add FINDLOC plus support...
2018-09-16 Thomas Koenigre PR fortran/37802 (Improve wording for matmul bound...
2018-08-25 Thomas Koenigre PR fortran/86704 (Segmentation fault when using...
2018-06-01 Steven G. Karglre PR fortran/85816 (nested spread fails with "Integer...
2018-05-08 Thomas Koenigre PR fortran/54613 ([F08] Add FINDLOC plus support...
2018-04-06 Thomas Koenigre PR libfortran/85253 (asan detects heap-buffer-overfl...
2018-02-12 Thomas Koeniglibgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension...
2018-01-31 Janne BlomqvistUse pointer sized array indices.
2018-01-30 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2018-01-15 Thomas Koenigre PR fortran/54613 ([F08] Add FINDLOC plus support...
2018-01-07 Thomas Koeniglibgfortran.h (GFC_DTYPE_COPY): New macro.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-03 Thomas Koenigre PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should...
2017-11-24 Janne BlomqvistPR 36313 Replace int with gfc_charlen_type, take 3
2017-11-23 Thomas Koenigre PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should...
2017-11-22 Thomas Koenigre PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should...
2017-07-31 Thomas Koenigre PR fortran/81581 (runtime checks for DIM argument...
2017-07-09 Thomas Koenigeoshift2.c (eoshift2): Use memcpy for innermost copy...
2017-06-24 Thomas Koenigre PR fortran/52473 (CSHIFT slow - inline it?)
2017-06-18 Thomas Koenigre PR fortran/52473 (CSHIFT slow - inline it?)
2017-06-06 Thomas Koenigre PR fortran/80975 (matmul for zero-length arrays)
2017-05-25 Thomas Koenigre PR libfortran/78379 (Processor-specific versions...
2017-05-15 Thomas Koenigre PR fortran/80765 (178.galgel in SPEC CPU 2000 fails...
2017-05-10 Thomas Koenigre PR target/80687 (VLA usage in libgfortran; nvptx...
2017-05-08 Thomas Koenigre PR libfortran/80602 (Reduce stack usage for blocked...
2017-03-17 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-03-15 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-03-10 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-03-02 Thomas Koenigmatmul.m4 (matmul_'rtype_code`): Avoid race condition...
2017-03-02 Thomas Koenigre PR libfortran/78379 (Processor-specific versions...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... random.c: Do not include <sys/types.h> header.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-12-19 Janne BlomqvistRemove unused functions, take 2.
2016-12-03 Thomas Koenigre PR libfortran/78379 (Processor-specific versions...
2016-11-15 Jerry DeLisle[multiple changes]
2016-01-04 Jakub JelinekUpdate copyright years.
2015-08-26 Francois-Xavier... re PR fortran/29600 ([F03] MINLOC and MAXLOC take an...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-09-30 Janne BlomqvistFix -Wmaybe-uninitialized warnings.
2014-08-20 Steven G. Karglre PR libfortran/62188 (Array bounds overrun in bessel_...
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2012-10-28 Tobias Burnusbessel.m4: Remove useless statement.
2012-04-10 Michael Matzcshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-10 Tobias Burnuslibgfortran.h (descriptor_dimension, [...]): Rename...
2011-09-10 Thomas Koenigre PR fortran/49479 (reshape / optionals / zero sized...
2011-09-01 Thomas Koenigbessel_r4.c: Regenerated.
2011-08-28 Thomas Koenigre PR fortran/48066 (Segfault with SUM of zero-sized...
2011-07-05 Thomas Koenigmemory.c (internal_malloc_size): If size is zero, alloc...
2011-06-28 Thomas Koenigre PR fortran/49479 (reshape / optionals / zero sized...
2011-04-12 Janne BlomqvistCleanup memsize types
2011-03-12 Thomas Koenigre PR fortran/48066 (Segfault with SUM of zero-sized...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-11-16 Francois-Xavier... re PR fortran/32049 (Support on x86_64 also kind=16)
2010-10-21 Thomas Koenigre PR fortran/46007 (wrong code for SHAPE in a scalariz...
2010-09-06 Tobias Burnusre PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)
2010-09-05 Tobias Burnusbessel.m4: Fix printf warning by casting to (long int).
2010-08-28 Francois-Xavier... mtype.m4 (upcase, [...]): New macros.
2010-08-27 Tobias Burnusre PR fortran/33197 (Fortran 2008: math functions)
2010-08-21 Tobias Burnusre PR fortran/36158 (Transformational function BESSEL_Y...
2009-11-28 Jakub Jelinekpack_generic.c (pack_internal): Remove unused zero_size...
2009-08-30 Thomas Koenigpack.m4 (pack_'rtype_code`): Use count_0 for counting...
2009-07-24 Jakub Jelinekre PR fortran/40643 (maxloc/minloc: Wrong result for...
2009-07-19 Thomas Koenig[multiple changes]
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-01-21 Daniel Kraftre PR fortran/38887 (run-time abort for MVBITS with...
2008-11-23 Thomas Koenigre PR libfortran/38234 (In Reshape, SOURCE can be bigge...
2008-11-22 Thomas Koenigre PR libfortran/38225 (RESHAPE bounds with multi-dimen...
2008-11-18 Thomas Koenigre PR fortran/38135 (RESHAPE gives wrong result)
2008-10-21 Thomas Koenigre PR libfortran/34670 (bounds checking for array intri...
2008-10-16 Thomas Koenigre PR libfortran/34670 (bounds checking for array intri...
2008-10-15 Thomas Koenigre PR libfortran/34670 (bounds checking for array intri...
2008-09-07 Thomas Koenigre PR fortran/37203 (Check ORDER= of RESHAPE)
2008-09-06 Tobias Burnuslibgfortran.h (likely,unlikely): New makros.
2008-08-14 Thomas Koenigre PR libfortran/36886 (misaligment for cshift of chara...
2008-07-21 Thomas Koenigre PR libfortran/36773 (zero-sized arrays with cshift...
2008-07-07 Thomas Koenigre PR fortran/36341 (MATMUL: Bounds check missing)
2008-06-13 Tobias Burnusre PR fortran/36518 (libgfortran: "warning: format...
2008-05-28 Francois-Xavier... re PR fortran/36319 (Segfault with wide characters...
2008-05-18 Thomas Koenigin_pack.m4 (internal_pack_'rtype_code`): Destination...
2008-05-04 Thomas Koenigre PR fortran/35995 (ANY, ALL, and COUNT errors for...
2008-05-04 Thomas Koenigre PR fortran/35990 (run-time abort for PACK of run...
2008-04-30 Thomas Koenigre PR fortran/35993 (wrong answer for all array intrins...
2008-04-25 Thomas Koenigre PR fortran/35960 (run time abort with assignment...
next