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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow conversions from function pointers to void*.
Eric Fiselier
2015-05-01
1
-0
/
+16
*
libc++abi: move tests back
Saleem Abdulrasool
2015-04-24
6
-0
/
+771
*
libc++abi: remove the duplicated unwind content
Saleem Abdulrasool
2015-04-24
6
-771
/
+0
*
[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...
Eric Fiselier
2015-04-06
3
-12
/
+115
*
[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...
Eric Fiselier
2015-04-02
3
-4
/
+297
*
Let libc++'s LIT configuration setup our linker paths and env.
Eric Fiselier
2015-03-17
2
-18
/
+2
*
add option to tell LIT where to find the libc++ library when built out of tree
Eric Fiselier
2015-03-17
2
-2
/
+8
*
[libcxxabi] Build both static and shared versions of libc++abi by default.
Eric Fiselier
2015-03-03
1
-1
/
+1
*
Add remote testing support to the lit config
Jonathan Roelofs
2015-02-26
2
-0
/
+6
*
Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...
Eric Fiselier
2015-02-21
1
-0
/
+9
*
Fix libcxxabi's library and object root for tests.
Eric Fiselier
2015-02-11
3
-9
/
+14
*
Make test require 'linux' instead of 'linux2'
Eric Fiselier
2015-02-03
1
-1
/
+1
*
[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...
Eric Fiselier
2015-01-22
3
-46
/
+36
*
Enable backtrace_test for ARM.
Logan Chien
2015-01-22
1
-1
/
+0
*
Merge libc++abi's lit configuration with libc++'s
Jonathan Roelofs
2015-01-21
6
-288
/
+133
*
Rename all of the tests in preparation for merging lit configs with libcxx
Jonathan Roelofs
2015-01-21
40
-1
/
+1
*
[cmake/multilib] Teach libc++abi's CMake build to support multilib
Chandler Carruth
2014-12-29
3
-20
/
+17
*
[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.
Dan Albert
2014-12-18
2
-0
/
+35
*
Use the newer python syntax for exceptions
Justin Bogner
2014-12-13
1
-1
/
+1
*
Fix comment on end of #endif to match #if
Eric Fiselier
2014-11-25
1
-1
/
+1
*
Use lit.util.executeCommand instead of our own version
Eric Fiselier
2014-11-25
1
-20
/
+2
*
[libcxxabi] Refactor building and testing libc++abi without threads
Eric Fiselier
2014-11-24
5
-2
/
+25
*
[libcxxabi] Refactor test timing logic and disable by default.
Eric Fiselier
2014-11-24
7
-43
/
+69
*
Ensure llvm-sanitizer is found by the tests when using sanitizers.
Eric Fiselier
2014-11-21
1
-6
/
+22
*
[libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
2014-11-21
3
-12
/
+15
*
Add support for LLVM_USE_SANITIZER=Thread to test suite
Eric Fiselier
2014-11-18
1
-0
/
+3
*
Add -g -fno-omit-frame-pointer when compiling tests with sanitizers
Eric Fiselier
2014-11-14
1
-0
/
+1
*
Move ARM failure from FIXME to XFAIL
Renato Golin
2014-11-07
1
-5
/
+1
*
Add support for UNSUPPORTED tag to lit
Eric Fiselier
2014-11-06
1
-1
/
+12
*
Disable backtrace libcxxabi test on ARM
Renato Golin
2014-11-05
1
-0
/
+5
*
Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')
Eric Fiselier
2014-10-23
1
-3
/
+3
*
Only link the tests against -ldl on linux
Eric Fiselier
2014-10-23
1
-1
/
+1
*
[libcxxabi] Add support for running libc++abi tests with sanitizers
Eric Fiselier
2014-10-23
2
-0
/
+26
*
Adding ABI support for __cxa_throw_bad_array_new_length.
Aaron Ballman
2014-09-11
1
-0
/
+38
*
s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...
Jonathan Roelofs
2014-09-05
1
-3
/
+3
*
Add missing include to a test case.
Dan Albert
2014-08-29
1
-0
/
+1
*
Make _Unwind_Backtrace() work on ARM.
Dan Albert
2014-08-29
1
-0
/
+61
*
Add support for building and testing the unwinder.
Dan Albert
2014-07-11
3
-1
/
+17
*
Add lit configs for libcxxabi tests.
Dan Albert
2014-07-10
3
-0
/
+274
*
Add test case for inherited exceptions
Jonathan Roelofs
2014-06-03
1
-0
/
+165
*
Add EH test case checking that handlers in noexcept functions can still unwind
Jonathan Roelofs
2014-05-31
1
-0
/
+34
*
Add EH test cases corresponding to C++ ABI # 15.3.3
Jonathan Roelofs
2014-05-31
1
-0
/
+444
*
PR19091: Track whether we're demangling a function template specialization to
Richard Smith
2014-05-12
1
-0
/
+2
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-0
/
+8
*
Check exception specification with __cplusplus.
Logan Chien
2014-05-10
1
-1
/
+1
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
1
-3
/
+13
*
Try harder to get the compiler to use float registers in different
Joerg Sonnenberger
2014-05-04
1
-8
/
+26
*
Don't use bash features.
Joerg Sonnenberger
2014-05-03
1
-16
/
+16
*
Add unwind test case that checks restoring of float registers (such as on AAr...
Nick Kledzik
2014-04-29
1
-0
/
+239
*
Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
Anders Carlsson
2014-02-17
1
-0
/
+1
[next]