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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
2015-07-31
1
-2
/
+3
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
1
-0
/
+591
*
Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since tha...
Marshall Clow
2015-07-30
1
-1
/
+1
*
Fix typo in unused variable name.
Nick Lewycky
2015-07-29
1
-1
/
+1
*
Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...
Marshall Clow
2015-07-29
1
-8
/
+32
*
Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...
Marshall Clow
2015-07-28
1
-165
/
+64
*
Cleanup C++03 __invoke for Bullets 3 and 4.
Eric Fiselier
2015-07-28
2
-19
/
+9
*
Get C++03 __invoke working for bullet 5 of INVOKE.
Eric Fiselier
2015-07-28
1
-27
/
+16
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
1
-0
/
+8
*
Merge C++03 and C++11 implementations of mem_fn and __mem_fn.
Eric Fiselier
2015-07-22
2
-199
/
+35
*
Remove almost everything in <__functional_base_03>
Eric Fiselier
2015-07-22
2
-377
/
+94
*
Remove more commented out code. That is what version control is for.
Eric Fiselier
2015-07-22
1
-236
/
+0
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
2
-309
/
+37
*
Fix initializer list order in <regex> to be correct
Eric Fiselier
2015-07-22
1
-3
/
+3
*
Implement the default searcher for std::experimental::search.
Marshall Clow
2015-07-20
1
-0
/
+133
*
Implement the plugin-based version of std::search. There are no searchers yet...
Marshall Clow
2015-07-20
1
-0
/
+6
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
1
-5
/
+0
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
1
-4
/
+4
*
Remove unused typedefs in random and regex
Eric Fiselier
2015-07-18
2
-6
/
+0
*
Enable and fix warnings during the build.
Eric Fiselier
2015-07-18
5
-19
/
+27
*
Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
2015-07-18
1
-0
/
+2
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
1
-0
/
+7
*
Bump libc++ version # to 3.8
Marshall Clow
2015-07-17
1
-1
/
+1
*
Set the libc++ version # to 3.7. Will bump to 3.8 soon
Marshall Clow
2015-07-16
1
-1
/
+1
*
Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...
Marshall Clow
2015-07-16
1
-7
/
+7
*
Implement n4169 - Add invoke function template
Eric Fiselier
2015-07-14
1
-0
/
+9
*
Fix PR24114 - std::atomic for non-Clang is not a literal type
Eric Fiselier
2015-07-14
1
-1
/
+2
*
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...
Marshall Clow
2015-07-14
1
-0
/
+16
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
12
-285
/
+263
*
[libcxx] LWG2420 bits for bind<void> - Patch from K-Ballo
Eric Fiselier
2015-07-10
2
-6
/
+10
*
Use __is_identifier to detect __decltype and not the clang version.
Eric Fiselier
2015-07-10
1
-24
/
+19
*
The rest of N4279 and LWG#2464 - for unordered_map
Marshall Clow
2015-07-07
1
-0
/
+131
*
Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...
Marshall Clow
2015-07-07
1
-0
/
+131
*
[libcxx] Add atomic_support.h header to src that handles needed atomic operat...
Eric Fiselier
2015-07-07
2
-3
/
+18
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-19
/
+17
*
Noticed that std::allocator<const T> was missing the definition for is_always...
Marshall Clow
2015-07-01
1
-0
/
+1
*
K-ballo pointed out that I missed one of the specializations of packaged_task...
Marshall Clow
2015-06-30
1
-1
/
+1
*
Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...
Marshall Clow
2015-06-30
1
-2
/
+2
*
Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...
Marshall Clow
2015-06-30
1
-2
/
+2
*
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
2015-06-30
1
-19
/
+94
*
Make support for thread-unsafe C functions optional.
Ed Schouten
2015-06-24
5
-0
/
+14
*
Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361
Marshall Clow
2015-06-22
1
-2
/
+2
*
Fix illegal chars that snuck into <memory>
Marshall Clow
2015-06-19
1
-1
/
+1
*
Fix ASAN bot; missing bookkeeping in r240136.
Marshall Clow
2015-06-19
1
-0
/
+1
*
Fix PR#18843. Thanks to Howard for the fix
Marshall Clow
2015-06-19
1
-1
/
+4
*
Delete dead code. NFCI
Jonathan Roelofs
2015-06-17
1
-4
/
+0
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
1
-12
/
+20
*
Cleanup result_of tests and fix issues with the C++03 result_of.
Eric Fiselier
2015-06-13
1
-5
/
+8
*
Fix PR12999 - unordered_set::insert calls operator new when no insert occurs
Eric Fiselier
2015-06-13
1
-2
/
+39
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
8
-49
/
+42
[next]