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
*
cxa_demangle: make demangler's parsing functions overridable
Pavel Labath
2018-10-16
2
-303
/
+363
*
NFC: Fix a -Wsign-conversion warning
Erik Pilkington
2018-10-15
1
-5
/
+11
*
Override libcxxabi's .clang-format in the demangle directory
Erik Pilkington
2018-10-11
1
-0
/
+2
*
Use C++03 friendly version of alignof
Eric Fiselier
2018-10-11
1
-1
/
+1
*
Update libc++abi's detection of aligned allocation after r344207.
Eric Fiselier
2018-10-11
2
-4
/
+4
*
[libcxxabi] Allow building with sanitizers enabled
Louis Dionne
2018-10-10
2
-0
/
+26
*
Blind attempt to fix linker errors when building libc++abit w/o exceptions.
Marshall Clow
2018-10-10
1
-0
/
+5
*
Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...
Marshall Clow
2018-10-10
5
-34
/
+42
*
Port llvm r342166 to libcxxabi demangler
Pavel Labath
2018-10-10
1
-19
/
+16
*
[NFC][unwind] Improve error message when a type has more than one RTTIs
Louis Dionne
2018-10-09
1
-2
/
+3
*
Update docs to reference new libc++ mailing lists.
Eric Fiselier
2018-09-22
1
-3
/
+3
*
Fix incorrectly aligned exceptions in 32 bit builds.
Eric Fiselier
2018-09-22
1
-0
/
+3
*
[libc++abi] is_strcmp parameter to is_equal is unused for WIN32
Pirama Arumuga Nainar
2018-09-21
1
-0
/
+1
*
add a quick link to libc++
Sylvestre Ledru
2018-09-20
1
-0
/
+1
*
Merge Demangle change in r342330 to libcxxabi.
Nico Weber
2018-09-15
2
-31
/
+15
*
Port my recent changes from LLVM copy of the demangler:
Richard Smith
2018-08-24
1
-24
/
+74
*
Port LLVM r340203 (and r340205) to libcxxabi.
Richard Smith
2018-08-20
2
-4835
/
+5273
*
Factor Node creation out of the demangler. No functionality change intended.
Richard Smith
2018-08-16
1
-72
/
+94
*
[libcxxabi] Fix test_exception_address_alignment test for ARM
Yvan Roux
2018-08-16
1
-1
/
+2
*
[itanium demangler] Add llvm::itaniumFindTypesInMangledName()
Erik Pilkington
2018-08-13
1
-0
/
+6
*
Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0
Martin Storsjo
2018-08-11
1
-1
/
+1
*
[itanium demangler] Support dot suffixes on block invocation functions
Erik Pilkington
2018-08-02
2
-0
/
+4
*
Update version to 8.0.0svn
Hans Wennborg
2018-08-01
1
-1
/
+1
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
2
-2
/
+0
*
[demangler] Fix an oss-fuzz bug from r338138
Erik Pilkington
2018-07-28
1
-0
/
+8
*
[demangler] Support for reference collapsing
Erik Pilkington
2018-07-27
2
-45
/
+60
*
[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared
Sam Clegg
2018-07-25
1
-7
/
+7
*
[CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build
Petr Hosek
2018-07-25
1
-1
/
+1
*
Fix dangling reference in test
Eric Fiselier
2018-07-25
1
-1
/
+1
*
[CMake] Option to control whether shared/static library is installed
Petr Hosek
2018-07-24
2
-6
/
+17
*
Reland "[CMake] Support statically linking dependencies only to shared or sta...
Petr Hosek
2018-07-24
2
-8
/
+22
*
[demangler] call terminate() if allocation failed
Erik Pilkington
2018-07-23
2
-4
/
+17
*
Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0
Martin Storsjo
2018-07-23
1
-0
/
+25
*
Revert "[CMake] Support statically linking dependencies only to shared or sta...
Petr Hosek
2018-07-23
2
-24
/
+9
*
[CMake] Support statically linking dependencies only to shared or static library
Petr Hosek
2018-07-23
2
-9
/
+24
*
Add GCC 9 to XFAILs list for test
Eric Fiselier
2018-07-22
1
-1
/
+1
*
Merge changes to ItaniumDemangle over to libcxxabi.
Zachary Turner
2018-07-20
4
-155
/
+343
*
[CMake] Set per-runtime library directory suffix in runtimes build
Petr Hosek
2018-07-10
1
-1
/
+1
*
[demangler] Avoid alignment warning
Serge Pavlov
2018-07-05
1
-1
/
+1
*
Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and ...
Erik Pilkington
2018-07-03
1
-2
/
+1
*
Some buildbots were choking on std::max_align_t, try using the global alias.
Erik Pilkington
2018-07-03
1
-1
/
+1
*
[demangler] Fix a MSVC alignment warning.
Erik Pilkington
2018-07-03
1
-1
/
+2
*
[libc++abi] Look for __config instead of vector
Shoaib Meenai
2018-06-30
1
-1
/
+1
*
[libc++abi] Limit libc++ header search to specified paths
Shoaib Meenai
2018-06-30
1
-0
/
+1
*
Support for multiarch runtimes layout
Petr Hosek
2018-06-28
1
-7
/
+10
*
[CMake] Convert paths to the right form in standalone builds on Windows
Martin Storsjo
2018-06-20
2
-3
/
+7
*
Update copyright year to 2018.
Paul Robinson
2018-06-18
1
-1
/
+1
*
Fix libcxxabi tests after clang r334924
Vitaly Buka
2018-06-18
1
-1
/
+1
*
Fix libcxx tests after clang r334677.
Vitaly Buka
2018-06-18
1
-1
/
+2
*
private_typeinfo: limit is_dst_type_derived_from_static_type optimization
Eric Fiselier
2018-05-18
2
-32
/
+84
[next]