<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/src/__support/time/linux/clock_gettime.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Reapply "[libc][windows] start time API implementation (#117775)" (#118886)</title>
<updated>2024-12-05T23:21:03+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-12-05T23:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e6cf5d2863b77895ae7183952514bedd9e8dde16'/>
<id>e6cf5d2863b77895ae7183952514bedd9e8dde16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[libc][windows] start time API implementation (#117775)"</title>
<updated>2024-12-05T20:43:06+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-12-05T20:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9fd052a1223c19245664922c68c101a79cb694f0'/>
<id>9fd052a1223c19245664922c68c101a79cb694f0</id>
<content type='text'>
This reverts commit 0adff0af20c7d9bae8bd8bdf402506c10369ead1.

Breaks the GPU build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0adff0af20c7d9bae8bd8bdf402506c10369ead1.

Breaks the GPU build
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][windows] start time API implementation (#117775)</title>
<updated>2024-12-05T19:08:27+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-12-05T19:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0adff0af20c7d9bae8bd8bdf402506c10369ead1'/>
<id>0adff0af20c7d9bae8bd8bdf402506c10369ead1</id>
<content type='text'>
Add a `clock_gettime` emulation layer and use it to implement the `time`
entrypoint.

For windows, the monotonic clock is emulated using `QPC`.
The realtime clock is emulated using `GetSystemTimePreciseAsFileTime`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a `clock_gettime` emulation layer and use it to implement the `time`
entrypoint.

For windows, the monotonic clock is emulated using `QPC`.
The realtime clock is emulated using `GetSystemTimePreciseAsFileTime`.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] fix clock_gettime symbols being undefined (#117224)</title>
<updated>2024-11-21T21:36:18+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-11-21T21:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1b413c8aa41e31f0c1e3ce5b37369f66d6554931'/>
<id>1b413c8aa41e31f0c1e3ce5b37369f66d6554931</id>
<content type='text'>
`clock_gettime` being a header library discards the dependency chain
behind it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`clock_gettime` being a header library discards the dependency chain
behind it.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] add timeout and clock conversion utilities (#91905)</title>
<updated>2024-05-13T23:00:19+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-05-13T23:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b342d18a8f0240342ea5c461145e78c6e3af92cc'/>
<id>b342d18a8f0240342ea5c461145e78c6e3af92cc</id>
<content type='text'>
This PR:

- Make `clock_gettime` a header-only library
- Add `clock_conversion` header library to allow conversion between
clocks relative to the time of call
- Add `timeout` header library to manage the absolute timeout used in
POSIX's timed locking/waiting APIs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR:

- Make `clock_gettime` a header-only library
- Add `clock_conversion` header library to allow conversion between
clocks relative to the time of call
- Add `timeout` header library to manage the absolute timeout used in
POSIX's timed locking/waiting APIs</pre>
</div>
</content>
</entry>
<entry>
<title>Reland "[libc][NFC] adjust time related implementations"" (#91687)</title>
<updated>2024-05-10T19:32:04+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-05-10T19:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d8e73752a5f4f79ef4293d8f446c03062010233d'/>
<id>d8e73752a5f4f79ef4293d8f446c03062010233d</id>
<content type='text'>
Reverts llvm/llvm-project#91657 and Relands #91485</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#91657 and Relands #91485</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[libc][NFC] adjust time related implementations" (#91657)</title>
<updated>2024-05-09T21:27:59+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-05-09T21:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5a0e0b659fb5c652c66a083224bf300b4ae32452'/>
<id>5a0e0b659fb5c652c66a083224bf300b4ae32452</id>
<content type='text'>
Reverts llvm/llvm-project#91485. It breaks GPU and fuchisa.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#91485. It breaks GPU and fuchisa.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] adjust time related implementations (#91485)</title>
<updated>2024-05-09T20:34:45+00:00</updated>
<author>
<name>Schrodinger ZHU Yifan</name>
<email>yifanzhu@rochester.edu</email>
</author>
<published>2024-05-09T20:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ac928fea8d561261133e0337a2777fcda99f7ba'/>
<id>8ac928fea8d561261133e0337a2777fcda99f7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
