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
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-3
/
+3
*
[libc++] Unconditionally enable the __pad_and_output optimization
Louis Dionne
2019-04-18
1
-6
/
+0
*
add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...
Marshall Clow
2019-02-01
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...
Petr Hosek
2019-01-13
1
-0
/
+6
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-0
/
+1
*
[libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne
2018-11-21
1
-2
/
+2
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-0
/
+17
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-88
/
+88
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-88
/
+88
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-88
/
+88
*
Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.
Eric Fiselier
2018-03-29
1
-7
/
+8
*
Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...
Marshall Clow
2017-09-12
1
-1
/
+1
*
[locale] Avoid copy of __atoms when char_type is char
Aditya Kumar
2017-06-14
1
-6
/
+66
*
Add some const_casts in places where we were implicitly casting away constnes...
Marshall Clow
2017-06-14
1
-2
/
+3
*
Fix Libc++ build with MinGW64
Eric Fiselier
2017-05-31
1
-8
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-6
/
+10
*
Refactor <locale> RAII guards to aid upcoming Windows locale changes.
Eric Fiselier
2017-05-08
1
-3
/
+0
*
Fix DLL import for __time_get_c_storage member functions.
Eric Fiselier
2017-05-08
1
-0
/
+16
*
Ensure showbase does not overflow do_put buffers
Dimitry Andric
2017-05-06
1
-0
/
+4
*
Fix new warnings emitted by GCC 7
Eric Fiselier
2017-05-05
1
-1
/
+1
*
Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...
Eric Fiselier
2017-04-19
1
-3
/
+3
*
[libc++] Explicitly mark specializations as dllexport
Shoaib Meenai
2017-04-03
1
-4
/
+4
*
[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-3
/
+6
*
[libc++] Mark some std::num_get method templates inline
Shoaib Meenai
2017-03-02
1
-3
/
+3
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-16
/
+16
*
[libc++] Make __num_get_float hidden
Shoaib Meenai
2016-12-24
1
-0
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-1
/
+2
*
[libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Eric Fiselier
2016-09-15
1
-36
/
+36
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-6
/
+6
*
Fix PR28079 - std::wstring_convert move constructor broken.
Eric Fiselier
2016-06-26
1
-1
/
+1
*
Implement LWG issue 1169. num_get not fully compatible with strto*
Eric Fiselier
2016-06-19
1
-3
/
+28
*
Fix PR21428 for long. Buffer was one byte too small in octal formatting case....
Eric Fiselier
2016-04-29
1
-1
/
+1
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
1
-260
/
+21
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-3
/
+6
*
Remove a switch statement, and replace with a bunch of ifs to silence a warni...
Marshall Clow
2015-08-27
1
-11
/
+2
*
[libcxx] Disable -Wnon-virtual-dtor warning in <locale>
Eric Fiselier
2015-08-18
1
-0
/
+3
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-19
/
+17
*
Add support for kfreebsd. Thanks to Jan Henke
Sylvestre Ledru
2015-03-19
1
-1
/
+1
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
1
-11
/
+12
*
Also use LC_C_LOCALE on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+1
*
Fix PR21428. Buffer was one byte too small in octal formatting case. Add test
Marshall Clow
2015-01-26
1
-1
/
+1
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-5
/
+5
*
PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...
Marshall Clow
2014-10-27
1
-0
/
+2
*
Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
2014-09-19
1
-4
/
+10
*
Change Windows decoration on some base classes
Saleem Abdulrasool
2014-07-16
1
-2
/
+2
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-7
/
+7
*
Fix bug 19740; round-tripping a pointer through a stream doesn't work
Marshall Clow
2014-05-21
1
-3
/
+3
*
Fix typos
Alp Toker
2014-05-15
1
-3
/
+3
*
Avoid signed vs unsigned compare warnings. From Dimitry Andric.
Joerg Sonnenberger
2014-02-07
1
-4
/
+4
[next]