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
*
Tame a -Wunknown-attributes warning
Jonathan Roelofs
2016-01-13
1
-1
/
+1
*
Better comments in test. NFC
Marshall Clow
2016-01-13
1
-2
/
+3
*
Fix test for C++03 - lacking noexcept
Marshall Clow
2016-01-13
1
-0
/
+4
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
43
-112
/
+771
*
Update version to 3.9
Hans Wennborg
2016-01-13
1
-1
/
+1
*
[WebAssembly] Set std::numeric_limits's traps field for WebAssembly.
Dan Gohman
2016-01-13
2
-2
/
+4
*
One more missing std:: qualification from Jonathan
Marshall Clow
2016-01-12
1
-1
/
+2
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
59
-116
/
+175
*
Put the definition of _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK in the rig...
Marshall Clow
2016-01-12
1
-5
/
+5
*
Preemptively disable unsigned integer sanitization in 32 and 64 bit versions ...
Marshall Clow
2016-01-11
2
-2
/
+11
*
Revert "Remove visibility attributes from out-of-class method definitions in ...
Evgeniy Stepanov
2016-01-08
4
-86
/
+86
*
[libcxx] Set LC_ALL rather than LC_COLLATE to override collation.
Ahmed Bougacha
2016-01-07
1
-1
/
+1
*
Add explicit include directives; the file was getting implicitly included alr...
Marshall Clow
2016-01-05
4
-0
/
+4
*
Remove some test scaffolding that I added and then didn't need. No functional...
Marshall Clow
2016-01-05
1
-29
/
+0
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
7
-4
/
+235
*
[libcxx] Fix typo in darwin target_info.py introduced by r256621.
Ahmed Bougacha
2016-01-04
1
-1
/
+1
*
Print stacktrace with UBSAN
Eric Fiselier
2016-01-04
1
-0
/
+1
*
Remove unsafe "__as_link()" cast member function.
Eric Fiselier
2016-01-04
1
-27
/
+53
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
6
-202
/
+46
*
[libcxx] Fix for ALL undefined behavior in <list>.
Eric Fiselier
2015-12-30
2
-129
/
+165
*
Fix locale feature testing in test suite.
Eric Fiselier
2015-12-30
1
-8
/
+28
*
Revert r256606 due to compiler-rt sanitizer bot failures
Eric Fiselier
2015-12-30
2
-48
/
+27
*
Cleanup CMake for out-of-tree builds
Eric Fiselier
2015-12-30
2
-27
/
+48
*
Fix test failure in 32 bit mode
Eric Fiselier
2015-12-29
1
-4
/
+78
*
Mark LWG defect #2367 as complete
Eric Fiselier
2015-12-29
1
-1
/
+1
*
[libcxx] Fixing the Mac / Darwin build
Ben Craig
2015-12-29
1
-0
/
+1
*
[libcxx] Fixing silly mistake from last commit.
Ben Craig
2015-12-29
1
-1
/
+1
*
[libcxx] Fixing the Linux sanitizer builds
Ben Craig
2015-12-29
1
-1
/
+2
*
[libcxx] Refactoring target_info.py
Ben Craig
2015-12-29
2
-182
/
+173
*
[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...
Eric Fiselier
2015-12-23
4
-9
/
+189
*
Fix type in tuple test. Sorry for the noise
Eric Fiselier
2015-12-18
1
-2
/
+2
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
11
-14
/
+420
*
Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.
Eric Fiselier
2015-12-16
2
-2
/
+8
*
Make noexcept specifications on __hash_table definitions match their declarat...
Eric Fiselier
2015-12-16
1
-0
/
+2
*
Workaround nasty GCC bug that caused testsuite to hang
Eric Fiselier
2015-12-16
1
-1
/
+3
*
Remove unused _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS macro
Eric Fiselier
2015-12-15
1
-4
/
+0
*
[libcxx] Enable noexcept for GCC 4.6 and greater
Eric Fiselier
2015-12-15
1
-19
/
+15
*
Mark declarations of externally instantiated functions as inline so GCC doesn...
Eric Fiselier
2015-12-15
1
-2
/
+2
*
Fix various GCC mis-configurations for newer versions.
Eric Fiselier
2015-12-15
4
-9
/
+16
*
Update paths in libc++ build instructions. Patch from Jonathan Anderson.
Eric Fiselier
2015-12-14
1
-2
/
+2
*
Update how libc++/libc++abi link the tests. Follow up on r255559.
Eric Fiselier
2015-12-14
1
-3
/
+4
*
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...
Marshall Clow
2015-12-14
1
-7
/
+7
*
Missed this on the previous (255517) commit
Marshall Clow
2015-12-14
1
-0
/
+49
*
Fix a corner case that involved calling rethrow_if_nested with a type that ha...
Marshall Clow
2015-12-14
3
-53
/
+10
*
Add add_lvalue_ref tests for a few function types, with a note why not more
Marshall Clow
2015-12-14
1
-0
/
+36
*
Replace cmake check for printf with a check for fopen.
Evgeniy Stepanov
2015-12-10
1
-1
/
+1
*
Remove redundant _LIBCPP_ALWAYS_INLINE attribute from __convert_to_integral o...
Eric Fiselier
2015-12-10
1
-9
/
+9
*
Remove visibility attributes from out-of-class method definitions in iostreams.
Evgeniy Stepanov
2015-12-09
4
-86
/
+86
*
Add 3 more missing inline/visibility attributes.
Evgeniy Stepanov
2015-12-09
2
-0
/
+3
*
Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.
Eric Fiselier
2015-12-09
6
-12
/
+68
[next]