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
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-2
/
+3
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-1
/
+1
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
1
-2
/
+2
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
1
-2
/
+2
*
Distinguish between library and language support for aligned allocation.
Eric Fiselier
2018-10-11
1
-3
/
+3
*
Remove redundant null pointer check in operator delete
Fangrui Song
2018-10-01
1
-5
/
+3
*
[cxx2a] Fix warning triggered by r343285
Vitaly Buka
2018-09-29
1
-1
/
+0
*
Revert r342936 "Remove redundant null pointer check in operator delete"
Louis Dionne
2018-09-25
1
-3
/
+5
*
Remove redundant null pointer check in operator delete
Fangrui Song
2018-09-25
1
-5
/
+3
*
[libc++] Remove race condition in std::async
Louis Dionne
2018-08-24
1
-4
/
+1
*
[libc++][C++17] Elementary string conversions for integral types
Zhihao Yuan
2018-08-01
1
-0
/
+233
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
7
-8
/
+0
*
Code cleanup - change naked 'throw' expressions to call helpre function '__th...
Marshall Clow
2018-07-30
1
-33
/
+11
*
Implement <filesystem>
Eric Fiselier
2018-07-27
4
-516
/
+485
*
Be more consistent about which bool value means an error occurred
Eric Fiselier
2018-07-26
1
-6
/
+6
*
Cleanup the last_write_time internals
Eric Fiselier
2018-07-26
2
-17
/
+26
*
Fix attribute placement WRT extern C
Eric Fiselier
2018-07-26
1
-2
/
+2
*
[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...
Eric Fiselier
2018-07-26
1
-0
/
+55
*
[libc++] Follow-up to r337968: use an explicit cast as suggested by Eric
Alex Lorenz
2018-07-25
1
-2
/
+4
*
Fix GCC build in C++14 w/o c++14 constexpr
Eric Fiselier
2018-07-25
1
-1
/
+1
*
Fix failing test under C++14
Eric Fiselier
2018-07-25
1
-2
/
+2
*
[libc++] Follow-up to r337960: specify lambda's return type to avoid
Alex Lorenz
2018-07-25
1
-1
/
+1
*
Make <experimental/filesystem> compile with gcc 4.8.5
Eric Fiselier
2018-07-25
1
-2
/
+2
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
4
-188
/
+250
*
[windows] Fix warning about comparing ints of different signs
Martin Storsjo
2018-07-25
1
-2
/
+3
*
Fix bugs in create_directory implementation.
Eric Fiselier
2018-07-25
1
-2
/
+4
*
Make <experimental/filesystem> explicitly require C++11.
Eric Fiselier
2018-07-25
1
-2
/
+0
*
Ensure path::iterator and PathParser share the same enumeration values.
Eric Fiselier
2018-07-25
1
-11
/
+10
*
Handle DT_UNKNOWN correctly during directory iteration.
Eric Fiselier
2018-07-23
1
-1
/
+4
*
Recommit "Use possibly cached directory entry values when performing recursiv...
Eric Fiselier
2018-07-23
1
-3
/
+4
*
Revert "Use possibly cached directory entry values when performing recursive ...
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Cleanup unnecessary conversions in filesystem.
Eric Fiselier
2018-07-23
1
-2
/
+2
*
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
[next]