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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Typo in GCC no RTTI detection. Fixes PR#24901. Thanks to Bernhard Rosenkr...
Marshall Clow
2015-09-22
1
-1
/
+1
*
Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...
Dimitry Andric
2015-09-22
1
-0
/
+7
*
Remove possible trailing padding from aligned_storage. Patch from Yiran Wang
Eric Fiselier
2015-09-22
1
-2
/
+2
*
The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...
Marshall Clow
2015-09-22
1
-0
/
+1
*
Check in the test for PR#24890 that I forgot in previous commit
Marshall Clow
2015-09-22
1
-0
/
+18
*
Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an...
Marshall Clow
2015-09-22
1
-2
/
+3
*
Fix <atomic> with -pedantic-errors
Eric Fiselier
2015-09-22
1
-1
/
+1
*
Add endianness configuration block for GCC.
Dan Albert
2015-09-16
1
-0
/
+10
*
Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...
Marshall Clow
2015-09-15
2
-1
/
+2
*
Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...
Marshall Clow
2015-09-15
19
-21
/
+21
*
Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow
2015-09-08
11
-4
/
+1360
*
make common_type SFINAE-friendly and support void. Patch from Agustin Berge.
Eric Fiselier
2015-09-08
2
-24
/
+95
*
Cleanup BuildingLibcxx.rst and remove TODO
Eric Fiselier
2015-09-06
1
-3
/
+3
*
Fix another bad link in the new docs
Eric Fiselier
2015-09-06
1
-2
/
+2
*
Try to fix links for libcxx.llvm.org/docs again.
Eric Fiselier
2015-09-06
1
-27
/
+15
*
Try and fix links again. Seems to be a sphinx version issue.
Eric Fiselier
2015-09-05
1
-12
/
+12
*
Try and fix broken bugzilla link
Eric Fiselier
2015-09-05
1
-1
/
+1
*
Cleanup new documentation index and transfer more information from www/index....
Eric Fiselier
2015-09-05
1
-37
/
+53
*
Remove test commit.
Tanya Lattner
2015-09-05
1
-1
/
+1
*
Test temporary commit.
Tanya Lattner
2015-09-05
1
-1
/
+1
*
Test commit for builder
Eric Fiselier
2015-09-05
2
-0
/
+4
*
Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs going
Eric Fiselier
2015-09-05
1
-0
/
+34
*
Try building docs again.
Eric Fiselier
2015-09-05
1
-1
/
+0
*
Test commit for sphinx docs try2
Eric Fiselier
2015-09-04
1
-0
/
+1
*
Test commit to see if libcxx.llvm.org/docs builds
Eric Fiselier
2015-09-04
1
-1
/
+1
*
Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCP...
Marshall Clow
2015-09-03
1
-72
/
+43
*
Remove unused code. NFC
Marshall Clow
2015-08-31
1
-12
/
+0
*
Move __lazy_* metafunctions to type traits and add tests
Eric Fiselier
2015-08-31
4
-26
/
+200
*
Suppress clang warnings in some tests
Eric Fiselier
2015-08-30
9
-28
/
+55
*
Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier
2015-08-30
2
-2
/
+1
*
Fix most GCC warnings during build. Only -Wattribute left.
Eric Fiselier
2015-08-28
2
-4
/
+5
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
4
-3
/
+12
*
Remove empty file that arcanist created
Eric Fiselier
2015-08-28
1
-0
/
+0
*
[libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode
Eric Fiselier
2015-08-28
1
-2
/
+9
*
[libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier
2015-08-28
39
-603
/
+356
*
Fix bug in test_allocator<void> that used the wrong value to represent object...
Eric Fiselier
2015-08-28
1
-2
/
+2
*
[libcxx] Optimize away unneeded length calculation in basic_string::compare(c...
Eric Fiselier
2015-08-28
1
-2
/
+10
*
Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs
2015-08-27
2
-0
/
+4
*
Remove a switch statement, and replace with a bunch of ifs to silence a warni...
Marshall Clow
2015-08-27
1
-11
/
+2
*
[libcxx] Remove installation rules on Darwin when it would overwrite the syst...
Eric Fiselier
2015-08-26
3
-15
/
+38
*
[libcxx] Add special warning flag detection logic to compiler.py
Eric Fiselier
2015-08-26
2
-6
/
+30
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
5
-415
/
+271
*
Refactor flaky shared_mutex tests
Eric Fiselier
2015-08-26
4
-22
/
+39
*
Remove XFAIL in test. The bug causing it has been fixed.
Eric Fiselier
2015-08-26
1
-5
/
+0
*
Mark test as XFAIL with MSAN until D12311 gets committed
Eric Fiselier
2015-08-25
1
-0
/
+5
*
Refactor and fix more flaky shared_mutex tests
Eric Fiselier
2015-08-25
6
-37
/
+123
*
Move test/std/utilities/date.time to proper stable name utilities/time/date.time
Eric Fiselier
2015-08-24
5
-0
/
+0
*
Misc drive-by cleanups. NFC
Jonathan Roelofs
2015-08-24
4
-3
/
+5
*
Add release goals to TODO.txt
Eric Fiselier
2015-08-24
1
-0
/
+10
*
Fix a crasher found by libFuzzer
Marshall Clow
2015-08-24
2
-0
/
+25
[next]