summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/system_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Don't use Win32 functions on CYGWIN.NightStrike2017-03-151-4/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert2015-08-311-11/+3
* re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle2015-03-171-5/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Simplify SYSTEM_CLOCK implementation.Janne Blomqvist2013-04-291-57/+34
* Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist2013-04-281-1/+1
* PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2013-04-151-6/+56
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-2/+1
* re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil2012-12-031-15/+16
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-101-1/+1
* PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist2011-04-151-8/+12
* PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist2011-02-051-2/+71
* Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist2011-01-311-85/+26
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert2010-06-091-0/+2
* Increase clock resolution for system_clock_8.Janne Blomqvist2009-12-191-6/+5
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute.Francois-Xavier Coudert2007-12-011-4/+0
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-2/+1
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-061-1/+0
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-78/+53
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger2005-05-151-12/+24
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-121-5/+14
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-121-4/+12
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-061-1/+0
* check.c (gfc_check_system_clock): New function.Steven G. Kargl2004-05-221-0/+200