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
*
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
*
Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.
Eric Fiselier
2015-09-01
2
-2
/
+2
*
Fix or disable C++11 tests in C++03 mode
Eric Fiselier
2015-08-20
4
-22
/
+14
*
[libcxxabi] Add "install-libcxxabi" target.
Eric Fiselier
2015-08-19
1
-2
/
+10
*
[AArch64] Quick fix for cxa demangler
Renato Golin
2015-08-19
1
-1
/
+1
*
Revert r243752, it broke running tests on OS X (PR24491).
Nico Weber
2015-08-18
1
-5
/
+0
*
Update to new lists.llvm.org
Tanya Lattner
2015-08-05
2
-4
/
+4
*
[libc++abi] Allow use just compiled clang++ for tests
Renato Golin
2015-07-31
1
-0
/
+5
*
[libcxxabi][mips] Correct float_data::mangled_size for all ABI's.
Daniel Sanders
2015-07-30
1
-1
/
+3
*
[libcxxabi] Add -funwind-tables to the test compilation options.
Daniel Sanders
2015-07-27
1
-0
/
+1
*
Remove include directive for the unused libunwind_ext.h.
Logan Chien
2015-07-12
1
-4
/
+0
*
fallback_malloc: silence conversion warning (NFC)
Saleem Abdulrasool
2015-06-03
1
-4
/
+4
*
fallback_malloc: silence qual-cast warning (NFC)
Saleem Abdulrasool
2015-06-03
1
-1
/
+1
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
3
-6
/
+46
*
libcxx: Switch to use __gnu_unwind_frame() for libunwind.
Logan Chien
2015-05-29
1
-32
/
+2
*
Make sure !empty() before calling String::front().
Chaoren Lin
2015-05-26
1
-4
/
+7
*
LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and fin...
Anton Korobeynikov
2015-05-09
1
-2
/
+3
*
Typos
Anton Korobeynikov
2015-05-08
1
-2
/
+2
*
Fix "TODO" and provide the configure-time options to find libunwind.
Anton Korobeynikov
2015-05-08
1
-5
/
+30
*
Disallow conversions from function pointers to void*.
Eric Fiselier
2015-05-01
2
-3
/
+23
*
Fix syntax error in CMake created when a variable is not defined.
Eric Fiselier
2015-04-29
1
-2
/
+2
*
libc++abi: work around layering violation
Saleem Abdulrasool
2015-04-28
2
-1
/
+5
*
libc++abi: try harder to force the LLVM unwinder on ARM
Saleem Abdulrasool
2015-04-28
1
-8
/
+3
*
libc++abi: enable LLVM unwinder by default for ARM
Saleem Abdulrasool
2015-04-27
1
-1
/
+6
*
libc++abi: remove unused variable
Saleem Abdulrasool
2015-04-27
1
-2
/
+1
*
libc++abi: clear up some -Wqual-cast warnings
Saleem Abdulrasool
2015-04-27
2
-3
/
+2
*
libc++abi: silence some warnings
Saleem Abdulrasool
2015-04-27
1
-1
/
+1
*
libc++abi: remove build infrastructure for unwind
Saleem Abdulrasool
2015-04-25
1
-5
/
+3
*
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
32
-12473
/
+2
*
Declare __cxa_new_handler as extern "C", or it declares a new variable
Reid Kleckner
2015-04-15
1
-1
/
+1
*
[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...
Eric Fiselier
2015-04-06
4
-17
/
+118
*
[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...
Eric Fiselier
2015-04-02
5
-4
/
+395
*
Revert r228351 - Dont install header files.
Eric Fiselier
2015-04-01
1
-7
/
+0
*
Also use dl_iterate_phdr() on CloudABI.
Ed Schouten
2015-03-31
1
-1
/
+1
*
Don't print debugging messages to stdout.
Ed Schouten
2015-03-19
1
-18
/
+18
*
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
3
-2
/
+9
*
Update copyright year to 2015.
Renato Golin
2015-03-12
1
-1
/
+1
*
Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs
Eric Fiselier
2015-03-10
1
-1
/
+1
*
[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()
Eric Fiselier
2015-03-10
1
-12
/
+20
*
Unwind: define more interfaces more often
Saleem Abdulrasool
2015-03-09
1
-40
/
+36
*
Unwind: always define unwind APIs
Saleem Abdulrasool
2015-03-09
1
-4
/
+0
*
Unwind: remove unnecessary check
Saleem Abdulrasool
2015-03-07
1
-1
/
+0
[next]