aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/system_clock.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-11/+3
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle1-5/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-04-29Simplify SYSTEM_CLOCK implementation.Janne Blomqvist1-57/+34
2013-04-28Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist1-1/+1
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist1-6/+56
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-03re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil1-15/+16
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-1/+1
2011-04-15PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist1-8/+12
2011-02-05PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist1-2/+71
2011-01-31Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist1-85/+26
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-09system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert1-0/+2
2009-12-19Increase clock resolution for system_clock_8.Janne Blomqvist1-6/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2007-12-01stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute.Francois-Xavier Coudert1-4/+0
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-2/+1
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-1/+0
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-78/+53
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-05-15system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger1-12/+24
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-5/+14
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-4/+12
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-1/+0
2004-05-22check.c (gfc_check_system_clock): New function.Steven G. Kargl1-0/+200