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
/
__locale
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Fix build breakage on mips
Mikhail Maltsev
2019-08-20
1
-1
/
+1
*
[libc++] Keep __regex_word in sync with ctype_base
Mikhail Maltsev
2019-06-14
1
-0
/
+13
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
1
-0
/
+3
*
Fix and speedup __libcpp_locale_guard on Windows
Thomas Anderson
2019-03-27
1
-19
/
+33
*
Work around dllimport bug with exclude_from_explicit_instantiation.
Eric Fiselier
2019-03-08
1
-0
/
+3
*
Fix the build with gcc when `-Wredundant-decls` is passed
Dimitry Andric
2019-02-20
1
-2
/
+0
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-8
/
+8
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-84
/
+84
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-84
/
+84
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-84
/
+84
*
support: add missing locale stubs for android L, M
Saleem Abdulrasool
2018-04-13
1
-5
/
+1
*
Allow to set locale on Windows.
Martin Storsjo
2017-11-23
1
-1
/
+27
*
Fix libcxx build with glibc 2.26+ by removing xlocale.h include.
Eric Fiselier
2017-08-03
1
-1
/
+1
*
Fix Libc++ build with MinGW64
Eric Fiselier
2017-05-31
1
-2
/
+2
*
Refactor <locale> RAII guards to aid upcoming Windows locale changes.
Eric Fiselier
2017-05-08
1
-0
/
+19
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+1
*
[libcxx] Direct support for Fuchsia
Petr Hosek
2017-04-13
1
-1
/
+3
*
[libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-1
/
+4
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-8
/
+8
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
1
-1
/
+1
*
[libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Eric Fiselier
2016-09-15
1
-6
/
+6
*
Add attribute noreturn to functions that throw
Aditya Kumar
2016-08-27
1
-0
/
+2
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-5
/
+2
*
Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris
2015-11-24
1
-6
/
+2
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
1
-3
/
+9
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
1
-0
/
+4
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
1
-7
/
+1
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
1
-7
/
+20
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-0
/
+1
*
Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...
Marshall Clow
2015-01-11
1
-1
/
+1
*
Include newlib-specific locales in __locale
Sergey Dmitrouk
2014-12-12
1
-0
/
+2
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-1
/
+3
*
Make Android's ctype_base::mask unsigned.
Dan Albert
2014-07-31
1
-1
/
+1
*
Fix ctype_base::xdigit for Android.
Dan Albert
2014-07-23
1
-0
/
+5
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-3
/
+12
*
Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...
Marshall Clow
2014-03-11
1
-1
/
+1
*
Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...
Marshall Clow
2013-11-19
1
-6
/
+6
*
Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>
Marshall Clow
2013-10-21
1
-1
/
+1
*
G M: Restore the ability for libcxx to compile again on mingw 64.
Howard Hinnant
2013-09-17
1
-1
/
+1
*
Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.
Howard Hinnant
2013-08-30
1
-1
/
+1
*
Xing Xue: Some minor changes for IBM XLC++/AIX.
Howard Hinnant
2013-08-29
1
-1
/
+1
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-6
/
+6
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-2
/
+4
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-12
/
+12
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-1
/
+1
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
1
-2
/
+10
*
Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-03-29
1
-5
/
+7
*
Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...
Marshall Clow
2013-03-18
1
-6
/
+6
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
[next]