Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-27[libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht
2018-07-12[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-07-02[Win32] Overload ==, != for locale_t and long longPirama Arumuga Nainar
2018-05-17Condition usage of locale stdlib functions on Android API versionPeter Collingbourne
2018-04-13support: add missing locale stubs for android L, MSaleem Abdulrasool
2018-02-08Stop using __strtonum_fallback on Android.Dan Albert
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-11-22Remove a broken win32 locale function redirectionMartin Storsjo
2017-09-06Redirect strftime_l to the locale-ignorant strftime on mingwMartin Storsjo
2017-06-14PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+James Y Knight
2017-06-01Fix Libc++ build with MinGW64Eric Fiselier
2017-05-11Don't interfere with the __builtin_foo namespace under MSVCEric Fiselier
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2017-05-08Fix DLL import/export on Win32 locale helpersEric Fiselier
2017-04-14[libcxx] Direct support for FuchsiaPetr Hosek
2017-04-07[libc++] Drop support for CRTs older than VS 2015Shoaib Meenai
2017-01-07Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier
2017-01-04Refactor bitscan64 checkSaleem Abdulrasool
2017-01-04clean up use of _WIN32Saleem Abdulrasool
2017-01-02locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool
2016-09-29[libc++] Add missing locale aliasesShoaib Meenai
2016-09-24[libc++] Remove math_win32.hShoaib Meenai
2016-09-19Fix signatures of fallback tow(upper|lower)_l.Dan Albert
2016-09-19Replace __ANDROID__ with __BIONIC__.Dan Albert
2016-09-15[libc++] Avoid <memory> include in locale_win32.hShoaib Meenai
2016-09-08support: clean up MSVC supportSaleem Abdulrasool
2016-06-19Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier
2016-05-20Reorganize locale extension fallbacks. NFCIBen Craig
2016-03-09Split locale management out of locale_win32. NFCIBen Craig
2016-02-18Split locale management out of newlib/xlocale.h. NFCIBen Craig
2016-02-18Split locale management out of ibm/xlocale.h. NFCIBen Craig
2015-11-09Add initial support for the MUSL C library.Vasileios Kalintiris
2015-02-28cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool
2015-01-24Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier
2014-11-26Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier
2014-10-07Fix win32 support header for mingw32.Dan Albert
2014-09-20Support newlib as libc++'s C library [locale part]Jonathan Roelofs
2014-07-10Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2014-01-0480 cols fixes.Yaron Keren
2014-01-04Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzllYaron Keren
2013-11-19Patch by Xing Xue to improve libc++ support for AIXMarshall Clow
2013-11-19This patch implements snprintf_l function in a way similar to the other Yaron Keren
2013-11-16Windows.h is not required.Yaron Keren
2013-10-06Yaron Keren: Add missing comment.Howard Hinnant
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-30Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant