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
*
[CMake][libcxx] Move Python check to main CMake file
Petr Hosek
2017-01-10
2
-7
/
+9
*
Qualify some type names that I thought were fine, but some of the bots don't ...
Marshall Clow
2017-01-10
1
-2
/
+3
*
Fix up some mismatched SFINAE conditionsin shared_ptr; some used '_Tp*', othe...
Marshall Clow
2017-01-10
1
-15
/
+17
*
Mark tests as unsupported under libcpp-no-exceptions
Roger Ferrer Ibanez
2017-01-10
2
-2
/
+2
*
threading_support: delete the critical section
Saleem Abdulrasool
2017-01-10
1
-1
/
+1
*
[Chrono][Darwin] Include header for gettimeofday
Bruno Cardoso Lopes
2017-01-10
1
-1
/
+1
*
[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available
Michal Gorny
2017-01-09
1
-1
/
+12
*
Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`
Justin Bogner
2017-01-09
1
-0
/
+1
*
Swap two lines in __mutex_base. On systems with high clock rates, we could mi...
Marshall Clow
2017-01-09
1
-1
/
+1
*
Move _PairT declaration out of __hash_combine to avoid warning under C++98
Dimitry Andric
2017-01-09
1
-4
/
+5
*
Added XFAIL for the apple versions of clang as well
Marshall Clow
2017-01-09
6
-0
/
+6
*
[Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW
Bruno Cardoso Lopes
2017-01-09
1
-3
/
+45
*
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...
Marshall Clow
2017-01-09
8
-1
/
+208
*
[libcxx] Fix externally-threaded shared library builds after r291275.
Asiri Rathnayake
2017-01-09
1
-11
/
+12
*
Replace identifiers called `__out` because Windows.h #defines it.
Eric Fiselier
2017-01-07
5
-51
/
+58
*
Added "Michael Park" to `CREDITS.TXT`.
Michael Park
2017-01-07
1
-0
/
+4
*
[libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...
Eric Fiselier
2017-01-07
1
-6
/
+28
*
Ensure Sleep(...) isn't passed the value 0 on Windows
Eric Fiselier
2017-01-07
1
-1
/
+1
*
Explicitly specify MSVC mangling of iostream globals. Patch from Dave Lee
Eric Fiselier
2017-01-07
1
-10
/
+42
*
system_error: correct ELAST emulation on Windows
Saleem Abdulrasool
2017-01-07
1
-1
/
+1
*
provide Win32 native threading
Saleem Abdulrasool
2017-01-07
3
-9
/
+263
*
[libc++] Tolerate presence of __deallocate macro
Eric Fiselier
2017-01-07
9
-52
/
+21
*
thread: implement sleep_for on Windows
Saleem Abdulrasool
2017-01-07
1
-0
/
+7
*
[libc++] Correct macro name in documenation
Shoaib Meenai
2017-01-07
1
-1
/
+1
*
Add _LIBCPP_ABI_[ITANIUM|MICROSOFT] macros.
Eric Fiselier
2017-01-07
1
-0
/
+9
*
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
Stephan T. Lavavej
2017-01-07
5
-8
/
+8
*
Get all tuple tests passing on Windows
Eric Fiselier
2017-01-07
2
-2
/
+3
*
Fix linking of DLL's on Windows
Eric Fiselier
2017-01-07
3
-23
/
+63
*
Configure default ABI library as NONE on Windows
Eric Fiselier
2017-01-06
1
-1
/
+6
*
Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is manually defined
Eric Fiselier
2017-01-06
1
-4
/
+3
*
Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.
Eric Fiselier
2017-01-06
5
-32
/
+32
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
12
-50
/
+79
*
[libc++] Cleanup and document <__threading_support>
Eric Fiselier
2017-01-06
10
-46
/
+111
*
config_elast: fix typo (NFC)
Saleem Abdulrasool
2017-01-05
1
-1
/
+1
*
typeinfo: style adjustments for adding MS ABI RTTI
Saleem Abdulrasool
2017-01-05
1
-43
/
+62
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
3
-8
/
+43
*
Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...
Eric Fiselier
2017-01-05
4
-9
/
+14
*
Use C++11 static_assert in variant tests. Patch from Michael Park
Eric Fiselier
2017-01-05
2
-24
/
+24
*
Get tests linking on Windows.
Eric Fiselier
2017-01-05
1
-0
/
+6
*
[libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.
Eric Fiselier
2017-01-05
2
-68
/
+20
*
Fix test suite configuration when no lit.site.cfg is available
Eric Fiselier
2017-01-05
1
-3
/
+5
*
Get test-suite configuring on Windows with clang-cl
Eric Fiselier
2017-01-05
1
-9
/
+50
*
PR31540: install libc++abi headers into include/c++/v1 in build area.
Richard Smith
2017-01-05
1
-1
/
+9
*
Fix XPASS buildbot failure related to structured bindings
Eric Fiselier
2017-01-05
1
-1
/
+1
*
Fix PR26961 - Add default constructor to std::pointer_safety struct.
Eric Fiselier
2017-01-05
3
-2
/
+37
*
Fix std::pointer_safety type in ABI v2
Eric Fiselier
2017-01-05
6
-3
/
+98
*
Fix Sphinx build error caused by bad indentation
Eric Fiselier
2017-01-05
1
-1
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
69
-773
/
+774
*
Fix private inheritance in C++03 tuple_size
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Fix verify test on 32 bit systems
Eric Fiselier
2017-01-04
1
-1
/
+1
[next]