index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t
Martin Storsjö
2020-02-04
1
-4
/
+69
*
[libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...
Martin Storsjö
2020-01-14
1
-1
/
+2
*
[libcxx] Omit unneeded locale fallbacks on Android 21+
Shoaib Meenai
2019-11-25
1
-0
/
+2
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
2
-4
/
+4
*
[libc++] Remove empty header xlocale/xlocale.h
Louis Dionne
2019-03-11
1
-0
/
+0
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
Fix Shadowing warning on Windows
Eric Fiselier
2018-10-01
1
-2
/
+2
*
[libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4
Jordan Rupprecht
2018-07-27
1
-1
/
+1
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
3
-57
/
+57
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
3
-57
/
+57
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
3
-57
/
+57
*
[Win32] Overload ==, != for locale_t and long long
Pirama Arumuga Nainar
2018-07-02
1
-0
/
+8
*
Condition usage of locale stdlib functions on Android API version
Peter Collingbourne
2018-05-16
1
-7
/
+8
*
support: add missing locale stubs for android L, M
Saleem Abdulrasool
2018-04-13
1
-0
/
+37
*
Stop using __strtonum_fallback on Android.
Dan Albert
2018-02-07
1
-1
/
+0
*
Allow to set locale on Windows.
Martin Storsjo
2017-11-23
1
-2
/
+67
*
Remove a broken win32 locale function redirection
Martin Storsjo
2017-11-21
1
-1
/
+0
*
Redirect strftime_l to the locale-ignorant strftime on mingw
Martin Storsjo
2017-09-06
1
-0
/
+4
*
PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+
James Y Knight
2017-06-14
1
-0
/
+3
*
Fix Libc++ build with MinGW64
Eric Fiselier
2017-05-31
1
-7
/
+8
*
Don't interfere with the __builtin_foo namespace under MSVC
Eric Fiselier
2017-05-10
1
-156
/
+0
*
[libc++] Refactor Windows support headers.
Eric Fiselier
2017-05-10
4
-88
/
+41
*
Fix DLL import/export on Win32 locale helpers
Eric Fiselier
2017-05-08
1
-3
/
+4
*
[libcxx] Direct support for Fuchsia
Petr Hosek
2017-04-13
1
-0
/
+23
*
[libc++] Drop support for CRTs older than VS 2015
Shoaib Meenai
2017-04-07
2
-15
/
+0
*
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-06
1
-2
/
+2
*
Refactor bitscan64 check
Saleem Abdulrasool
2017-01-04
1
-3
/
+2
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
1
-8
/
+6
*
locale: update ctype access for MSVC CRT 14+
Saleem Abdulrasool
2017-01-02
1
-1
/
+5
*
[libc++] Add missing locale aliases
Shoaib Meenai
2016-09-29
1
-2
/
+3
*
[libc++] Remove math_win32.h
Shoaib Meenai
2016-09-24
1
-117
/
+0
*
Fix signatures of fallback tow(upper|lower)_l.
Dan Albert
2016-09-19
1
-2
/
+2
*
Replace __ANDROID__ with __BIONIC__.
Dan Albert
2016-09-19
1
-2
/
+2
*
[libc++] Avoid <memory> include in locale_win32.h
Shoaib Meenai
2016-09-15
1
-5
/
+1
*
support: clean up MSVC support
Saleem Abdulrasool
2016-09-08
1
-20
/
+2
*
Implement LWG issue 1169. num_get not fully compatible with strto*
Eric Fiselier
2016-06-19
2
-5
/
+26
*
Reorganize locale extension fallbacks. NFCI
Ben Craig
2016-05-20
5
-207
/
+225
*
Split locale management out of locale_win32. NFCI
Ben Craig
2016-03-09
2
-18
/
+35
*
Split locale management out of newlib/xlocale.h. NFCI
Ben Craig
2016-02-18
2
-30
/
+53
*
Split locale management out of ibm/xlocale.h. NFCI
Ben Craig
2016-02-18
2
-56
/
+86
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
1
-0
/
+58
*
cmath: account for MSVCRT 12.0 changes
Saleem Abdulrasool
2015-02-28
1
-1
/
+3
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-93
/
+3
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-0
/
+2
*
Fix win32 support header for mingw32.
Dan Albert
2014-10-06
1
-0
/
+3
*
Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
2014-09-19
3
-165
/
+261
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-0
/
+192
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
3
-0
/
+27
*
80 cols fixes.
Yaron Keren
2014-01-04
1
-99
/
+123
*
Implement the functions: clz, clzl, clzll, ctz, ctzl, and ctzll
Yaron Keren
2014-01-04
1
-27
/
+88
[next]