llvm-capstone/libcxx
Eric Fiselier d981977d5a Add design docs for upcoming file_time_type change.
In upcoming changes to filesystem I plan to change file_time_type
to use __int128_t as its underlying representation, in order
to allow it to have a range and resolution at least that of
the timespec struct.

There was some pushback against this decision, so I drafted
a document explaining the problems, potential solutions, and
the rational for the decision.

However, it's probably easier to let people read the generated
HTML rather than the raw restructured text. For this reason
I'm commiting the design documents before hand, so they can
be available during any subsequent discussion or code review.

llvm-svn: 337880
2018-07-25 02:53:53 +00:00
..
benchmarks Add new string benchmarks 2018-07-10 04:11:22 +00:00
cmake [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone build 2018-07-24 15:49:29 +00:00
docs Add design docs for upcoming file_time_type change. 2018-07-25 02:53:53 +00:00
fuzzing Wrote my own version of is_permutation; that was dominating the timings 2018-01-19 03:17:45 +00:00
include Stop wrapping __has_include in another macro 2018-07-24 12:40:56 +00:00
lib [CMake] Option to control whether shared/static library is installed 2018-07-24 23:27:51 +00:00
src Handle DT_UNKNOWN correctly during directory iteration. 2018-07-23 22:58:46 +00:00
test Stop wrapping __has_include in another macro 2018-07-24 12:40:56 +00:00
utils Remove BUILD file from google-benchmark 2018-07-10 13:25:26 +00:00
www Mark <span> as complete 2018-07-25 01:55:25 +00:00
.arcconfig [libcxx] Set up .arcconfig to point to new Diffusion CXX repository 2017-12-04 17:55:28 +00:00
.clang-format
.gitignore
appveyor-reqs-install.cmd Update Clang version on Appveyor bots 2018-04-04 04:33:09 +00:00
appveyor.yml
CMakeLists.txt [CMake] Option to control whether shared/static library is installed 2018-07-24 23:27:51 +00:00
CREDITS.TXT Try again, this time with the correct address 2017-12-29 19:26:53 +00:00
LICENSE.TXT
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 2018-06-12 03:10:02 +00:00
TODO.TXT