[flang] Add stopped_images to list of intrinsics and add test
[platform/upstream/llvm.git] / libc /
2022-08-02 Siva Chandra Reddy[libc] Add GNU extension functions pthread_setname_np...
2022-08-01 Tue Ly[libc][doc] Update implementation status of tanhf.
2022-08-01 Kirill Okhotnikov[libc][math] Build fail fix: obsolete header.
2022-08-01 Kirill Okhotnikov[libc][math] Added tanhf function.
2022-08-01 Guillaume Chatelet[libc][NFC] Use STL case for utility
2022-08-01 Guillaume Chatelet[libc][NFC] Use STL case for limits
2022-08-01 Guillaume Chatelet[libc][NFC] Use STL case for functional
2022-08-01 Guillaume ChateletReland [libc][NFC] Use STL case for array
2022-08-01 Guillaume ChateletRevert "[libc][NFC] Use STL case for array"
2022-08-01 Guillaume Chatelet[libc][NFC] Use STL case for array
2022-08-01 Siva Chandra Reddy[libc][NFC] Mark a constructor of StringView to be...
2022-08-01 Siva Chandra Reddy[libc][NFC] Make the buffer size of the integer to...
2022-08-01 Siva Chandra Reddy[libc][NFC] Mark a few methods of StringView to constexpr.
2022-07-31 Tue Ly[libc][doc] Update implementation status of exp2f,...
2022-07-30 Siva Chandra Reddy[libc] Compile integration tests with -ffreestanding...
2022-07-30 Tue Ly[libc] Implement cosf function that is correctly rounde...
2022-07-29 Kirill Okhotnikov[libc][math] Added sinhf function.
2022-07-29 Kirill Okhotnikov[libc][math] Added coshf function.
2022-07-29 Guillaume Chatelet[libc] Fix prototype_test_gen
2022-07-29 Guillaume Chatelet[libc] Fix prototype_test_gen
2022-07-29 Guillaume ChateletFix typo in FPUtil/aarch64/FMA.h
2022-07-29 Guillaume Chatelet[libc][NFC] Use STL case for type_traits
2022-07-28 Kirill Okhotnikov[libc][math] Universal exp function for cosh/sinh calcu...
2022-07-28 Kirill Okhotnikov[libc][math] Improved performance of exp2f function.
2022-07-27 Tue Ly[libc] Change sinf range reduction to mod pi/16 to...
2022-07-26 Tue Ly[libc] Use nearest_integer instructions to improve...
2022-07-26 Tue Ly[libc] Use nearest_integer instructions to improve...
2022-07-25 Siva Chandra Reddy[libc][Obvious] Use the correct StringView constructor...
2022-07-25 Siva Chandra Reddy[libc] Add dirent.h functions opendir, readdir, closedi...
2022-07-25 Siva Chandra Reddy[libc] Add a simple StringStream class.
2022-07-25 Tue Ly[libc] Raise FE_INVALID for sinf with +- inf inputs.
2022-07-22 Michael Jones[libc][nfc] move printf inf/nan to separate function
2022-07-22 Alex Brachet[libc] Don't call user comparator function for equal...
2022-07-22 Tue Ly[libc] Temporarily disable arm32's sinf, cosf, sincosf...
2022-07-22 Tue Ly[libc] Implement sinf function that is correctly rounde...
2022-07-22 Tue Ly[libc] Add float type and flag for nearest_integer...
2022-07-21 Siva Chandra Reddy[libc] Add a convenience class and function for integer...
2022-07-19 Siva Chandra Reddy[libc] Add a method `find_last_of` to StringView.
2022-07-18 Michael Jones[libc] fix strtofloatingpoint on rare edge case
2022-07-18 Jeff Bailey[libc] Fix API for remove_{prefix, suffix}
2022-07-17 Kazu HirataEnsure newlines at the end of files (NFC)
2022-07-15 Michael Jones[libc] add rounding modes to printf float conv
2022-07-15 Michael Jones[libc][arm32] add string stdlib & math entrypoints
2022-07-14 Siva Chandra[libc] Enable a few stdlib and time functions on aarch64.
2022-07-14 Siva Chandra[libc] Enable few stdio functions on aarch64.
2022-07-14 Siva Chandra[libc] Enable few pthread and threads functions on...
2022-07-14 Siva Chandra Reddy[libc] Add implementations of pthread_equal and pthread...
2022-07-14 Tue Ly[libc] Add nearest integer instructions to fputil.
2022-07-14 Jeff BaileyAdd support for three more string_view functions
2022-07-13 Siva Chandra Reddy[libc][NFC] Make all integration tests depend on the...
2022-07-13 Siva Chandra Reddy[libc] Linux threads - Setup TLS area of a new thread...
2022-07-13 Alex Brachet[libc] Specify rounding mode for strto[f|d] tests
2022-07-13 Alex Brachet[libc][NFC] Make explicit casts for gcc
2022-07-13 Alex Brachet[libc] Add explicit casts for gcc
2022-07-13 Alex Brachet[libc] Reset rounding mode after fsetround tests
2022-07-13 Siva Chandra Reddy[libc][NFC] Move thread platform data pointer to thread...
2022-07-12 Guillaume Chatelet[libc][utils] Add more methods to StringView
2022-07-11 Michael Jones[libc] clean up printf error codes
2022-07-11 Alex Brachet[libc] Add imaxabs
2022-07-11 Siva Chandra Reddy[libc][NFC] Make thread_detach_test an integration...
2022-07-11 Siva Chandra Reddy[libc] Linux threads - Set CLEAR_TID addr to 0 when...
2022-07-10 Siva Chandra Reddy[libc] Linux threads - store a ptr to the thread attrib...
2022-07-09 Siva Chandra Reddy[libc][NFC] Remove the now used thread_attrib target.
2022-07-08 Michael Jones[libc] add printf hexadecimal float conversion
2022-07-08 Michael Jones[libc] add dependencies to generic sqrt tests
2022-07-07 Michael Jones[libc][nfc] update get_explicit_mantissa
2022-07-07 Alex Brachet[libc] Make div test names unique
2022-07-07 Alex Brachet[libc][NFC] Make explicit casts
2022-07-04 Jeff BaileyUse add_llvm_install_targets for install-llvmlibc
2022-07-04 Tue Ly[libc] Add a separate algorithm_test.
2022-07-01 Kirill Okhotnikov[libc][math] Improved ExhaustiveTest performance.
2022-07-01 Guillaume ChateletRevert "[reland] algorithm_test.cpp"
2022-07-01 Guillaume Chatelet[reland] algorithm_test.cpp
2022-06-30 Tue Ly[libc][Obvious] Do not add __NO_ to targets with FLAG__...
2022-06-29 Guillaume ChateletRevert "[libc][test] Remove dependency on sstream in...
2022-06-29 Guillaume Chatelet[libc][test] Remove dependency on sstream in algorithm_...
2022-06-28 Michael Jones[libc] add integer writing to printf
2022-06-28 Michael Jones[libc] disable algorithm_test.cpp temporarily
2022-06-28 Michael Jones[libc] Fix compile options for algorithm test
2022-06-28 Guillaume Chatelet[libc] Disable use of inlined builtins for tests
2022-06-28 Guillaume Chatelet[libc] Fix missing static_cast
2022-06-28 Guillaume Chatelet[libc] Use ASSERT_ instead of EXPECT_ in memcmp tests
2022-06-28 Guillaume Chatelet[libc][mem*] Introduce Algorithms for new mem framework
2022-06-27 Michael Jones[libc] add printf oct conversion
2022-06-27 Kirill Okhotnikov[libc][docs] Added fmod performance results.
2022-06-27 Siva Chandra Reddy[libc] Add a simple arm32 config.
2022-06-27 Siva Chandra Reddy[libc][NFC] Make the support thread library an object...
2022-06-25 Siva Chandra Reddy[libc] Add compound assignment and pre-increment operat...
2022-06-25 Siva Chandra Reddy[libc][Obvious] Compare values of the same type in...
2022-06-25 Siva Chandra Reddy[libc][Obvious] Fix incorrect nested namespace name.
2022-06-25 Siva Chandra Reddy[libc] Add a cacheline size of arm target.
2022-06-24 Kirill Okhotnikov[libc][math] Fix broken compilation due to __builtin_in...
2022-06-24 Kirill Okhotnikov[libc][math] Fix broken aarch64 due to clz refactoring.
2022-06-24 Kirill Okhotnikov[libc][math] fmod/fmodf implementation.
2022-06-24 Siva Chandra Reddy[libc] Add Uint128 type as a fallback when __uint128_t...
2022-06-24 Siva Chandra Reddy[libc][NFC] Remove the templatization from the linux...
2022-06-23 Siva Chandra Reddy[libc] Revert "Eliminate the internal header library...
2022-06-23 Siva Chandra Reddy[libc][NFC] Eliminate the internal header library target.
2022-06-23 Siva Chandra Reddy[libc][NFC] Convert pthread tests which create threads...
2022-06-23 Siva Chandra Reddy[libc][NFC] Convert threads unittests in to integration...
next