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
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to bring peace to -Werror buildbots.
Richard Smith
2016-07-19
1
-0
/
+6
*
[libcxxabi] When catching an exception of type nullptr_t with a handler of
Richard Smith
2016-07-19
6
-27
/
+130
*
Fix arc config to use https
Eric Fiselier
2016-07-18
1
-1
/
+1
*
libc++abi: add a top level option for using CompilerRT
Saleem Abdulrasool
2016-07-15
2
-1
/
+7
*
Fix [libcxxabi] Fix warning about uninitialized const member.
Eric Fiselier
2016-06-15
1
-1
/
+2
*
Fix warning about uninitialized const member. NFC
Eric Fiselier
2016-06-15
1
-0
/
+1
*
[libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wr...
Eric Fiselier
2016-06-15
2
-4
/
+4
*
Suppress warnings about the operations currently under test.
Eric Fiselier
2016-06-15
8
-0
/
+54
*
Partially revert r270816: build with -fvisibility=hidden.
Eric Fiselier
2016-06-02
2
-3
/
+0
*
[libcxxabi] Allow target flags to affect configuration tests.
Eric Fiselier
2016-06-02
3
-11
/
+33
*
[libcxxabi][test] Add missing return statement.
Asiri Rathnayake
2016-06-01
1
-1
/
+1
*
Missed part of D16545 (static lib testing)
Ben Craig
2016-06-01
1
-11
/
+20
*
[CMake] Update to requiring CMake 3.4.3
Chris Bieneman
2016-05-31
1
-1
/
+1
*
[libcxxabi] Introduce a -fno-exceptions libc++abi libary variant
Asiri Rathnayake
2016-05-31
49
-17
/
+450
*
libc++abi: build with -fvisibility=hidden
Saleem Abdulrasool
2016-05-26
5
-3
/
+12
*
Allow explicit pthread opt-in
Ben Craig
2016-05-25
1
-0
/
+10
*
libc++abi: make __cxa_call_unexpected visible
Saleem Abdulrasool
2016-05-11
1
-1
/
+1
*
libc++abi: fix visibility of personalities
Saleem Abdulrasool
2016-05-04
1
-2
/
+3
*
Enable testing for static libc++abi
Ben Craig
2016-04-19
3
-11
/
+13
*
[CMake] Fix misleading error message in CMakeLists.txt.
Eugene Zelenko
2016-04-18
1
-1
/
+1
*
Respect LIBCXXABI_LIBDIR_SUFFIX before an install
Ben Craig
2016-04-18
1
-3
/
+3
*
Update copyright year to 2016.
Paul Robinson
2016-03-30
1
-1
/
+1
*
[libcxxabi] Disable cxa_thread_atexit_test if unavailable
Jonas Hahnfeld
2016-03-17
4
-0
/
+8
*
Reducing stack usage of test
Ben Craig
2016-03-04
1
-36
/
+36
*
[libcxxabi] Teach cxa_demangle about Hexagon's long double size
Ben Craig
2016-01-20
1
-1
/
+1
*
[libcxxabi] Make test tolerant of uncommon floating literal demanglings
Ben Craig
2016-01-20
1
-5
/
+62
*
Mark some tests as XFAIL with GCC due to compiler bugs
Eric Fiselier
2016-01-20
3
-0
/
+12
*
Fix link flags order in RUN command.
Eric Fiselier
2016-01-20
1
-1
/
+1
*
Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...
Eric Fiselier
2016-01-19
2
-17
/
+189
*
Revert r258222 because it's missing files. Will re-commit complete patch
Eric Fiselier
2016-01-19
1
-17
/
+17
*
Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...
Eric Fiselier
2016-01-19
1
-17
/
+17
*
Add missing license headers
Eric Fiselier
2016-01-19
2
-1
/
+18
*
Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.
Nico Weber
2016-01-15
2
-179
/
+17
*
[WebAssembly] Accomodate wasm's 128-bit long double.
Dan Gohman
2016-01-13
1
-1
/
+2
*
Add new tests for throwing incomplete pointer types
Eric Fiselier
2015-12-23
1
-18
/
+97
*
Fix PR25898 - Check for incomplete pointers types in can_catch(...)
Eric Fiselier
2015-12-23
2
-17
/
+100
*
Fix ARM __cxa_end_cleanup() and gc-sections.
Logan Chien
2015-12-22
1
-1
/
+1
*
[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...
Eric Fiselier
2015-12-14
2
-4
/
+6
*
Replace cmake check for printf with a check for fopen.
Evgeniy Stepanov
2015-12-10
1
-1
/
+1
*
.gitignore: ignore vim swap files
Saleem Abdulrasool
2015-12-04
1
-0
/
+4
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
10
-212
/
+264
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
10
-322
/
+243
*
c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool
2015-11-18
1
-8
/
+9
*
Fix LIBCXXABI_HAS_NO_THREADS configuration.
Eric Fiselier
2015-10-14
1
-8
/
+4
*
Configure for config site header
Eric Fiselier
2015-10-14
1
-0
/
+1
*
Add config.project_obj_root to the libc++abi testsuite
Eric Fiselier
2015-10-14
1
-0
/
+1
*
Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...
Marshall Clow
2015-10-12
2
-1
/
+3
*
Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...
Marshall Clow
2015-10-08
2
-2
/
+4
*
Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.
Nico Weber
2015-09-20
1
-0
/
+24
*
EH: fix register usage for SjLj
Saleem Abdulrasool
2015-09-20
1
-5
/
+8
[next]