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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup name qualification in the filesystem internals.
Eric Fiselier
2018-07-23
3
-118
/
+118
*
Use possibly cached directory entry values when performing recursive director...
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Work around various GCC 4.9 build errors
Eric Fiselier
2018-07-23
2
-9
/
+14
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
3
-373
/
+494
*
Workaround bug in GCC trunk.
Eric Fiselier
2018-07-22
1
-4
/
+4
*
Harden copy_file even more.
Eric Fiselier
2018-07-22
1
-5
/
+7
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
1
-79
/
+279
*
adjust incorrect comment
Eric Fiselier
2018-07-20
1
-1
/
+2
*
Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...
Eric Fiselier
2018-07-20
1
-2
/
+2
*
cleanup test assertion inside library
Eric Fiselier
2018-07-20
1
-6
/
+0
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
3
-202
/
+393
*
Fix PR38160 - init_priority attribute not supported by GCC on Apple.
Eric Fiselier
2018-07-16
1
-1
/
+12
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-2
/
+2
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-2
/
+2
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-2
/
+2
*
Configure ELAST for MinGW
Pirama Arumuga Nainar
2018-06-28
1
-2
/
+2
*
Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...
Marshall Clow
2018-05-29
1
-1
/
+1
*
Fix locale test data for GLIBC 2.27 and newer.
Eric Fiselier
2018-04-04
1
-0
/
+1
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
2
-476
/
+647
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-8
/
+11
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-3
/
+3
*
Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...
Nico Weber
2018-02-06
1
-4
/
+29
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
1
-10
/
+20
*
Put the exception classes for experimental::optional and experimental::any ba...
Marshall Clow
2018-02-01
2
-0
/
+39
*
Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...
Marshall Clow
2018-02-01
1
-7
/
+0
*
Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...
Marshall Clow
2018-02-01
1
-6
/
+0
*
libcxx: Use vcruntime declarations for typeinfo on Windows.
Peter Collingbourne
2018-01-26
2
-3
/
+4
*
libcxx: Rename vasprintf function to __libcpp_vasprintf.
Peter Collingbourne
2018-01-23
2
-2
/
+4
*
libcxx: Move Windows threading support into a .cpp file.
Peter Collingbourne
2018-01-23
1
-0
/
+275
*
libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...
Peter Collingbourne
2018-01-18
1
-3
/
+3
*
libcxx: Stop using private MSVC macros in the exception implementation.
Peter Collingbourne
2018-01-17
2
-43
/
+17
*
Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...
Marshall Clow
2018-01-11
1
-2
/
+2
*
Make std::experimental::filesystem::remove and remove_all return false or 0 i...
Ekaterina Vaartis
2018-01-11
1
-4
/
+11
*
[libcxx] Suppress unused warning on apple.
Don Hinton
2017-12-25
1
-0
/
+1
*
[libcxx] Add WebAssembly support
Sam Clegg
2017-12-16
1
-1
/
+1
*
[libcxx] Support getentropy as a source of randomness for std::random_device
Petr Hosek
2017-12-01
1
-2
/
+27
*
Allow to set locale on Windows.
Martin Storsjo
2017-11-23
1
-15
/
+1
*
Fix PR35078 - recursive directory iterator's increment method throws incorrec...
Eric Fiselier
2017-10-30
1
-9
/
+28
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
3
-19
/
+101
*
[libc++] Replace __sync_* functions with __libcpp_atomic_* functions
Weiming Zhao
2017-09-19
7
-12
/
+34
*
typeinfo: provide a partial implementation for Win32
Saleem Abdulrasool
2017-09-15
2
-4
/
+69
*
Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...
Marshall Clow
2017-09-12
1
-3
/
+3
*
[libc++] Don't hardcode namespace in manual mangling
Shoaib Meenai
2017-08-07
1
-8
/
+12
*
Rename a couple variables to eliminate a shadow warning. No functionality change
Marshall Clow
2017-08-02
1
-11
/
+11
*
Rework libcxx strerror_r handling.
James Y Knight
2017-07-19
1
-26
/
+46
*
Remove <__refstring> header; Move it into source directory.
Eric Fiselier
2017-07-12
2
-1
/
+128
*
Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"
Eric Fiselier
2017-07-12
3
-11
/
+8
*
[libc++] Refactoring __sync_* builtins; NFC (Reland)
Weiming Zhao
2017-07-10
3
-8
/
+11
*
Revert "[libc++] Refactoring __sync_* builtins; NFC"
Weiming Zhao
2017-07-10
3
-10
/
+8
*
[libc++] Refactoring __sync_* builtins; NFC
Weiming Zhao
2017-07-10
3
-8
/
+10
[next]