Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2020-11-30[libcxxabi] Add macro for changing functions to support the relative vtables ABILeonard Chan
2020-07-22[libc++] Add static_assert to make sure rate limiter doesn't use locksLouis Dionne
2020-04-22[libc++/abi] Provide an option to turn on forgiving dynamic_cast when buildin...Louis Dionne
2020-04-21[libc++abi] Add a rate limiter when logging dynamic_cast errorsLouis Dionne
2019-10-01[libc++abi] Remove redundant #include of <string.h>Louis Dionne
2019-08-12Remove outdated comment about clang not populating src2dst_offsetBenjamin Kramer
2019-05-29Update private_typeinfo's `is_equal` implementation after r361913Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-09[NFC][unwind] Improve error message when a type has more than one RTTIsLouis Dionne
2018-09-21[libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar
2018-05-18private_typeinfo: limit is_dst_type_derived_from_static_type optimizationEric Fiselier
2018-05-18private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier
2017-11-13Remove excess whitespace from syslog message; NFCStephan Bergmann
2017-06-12private_typeinfo: add missing field initializersSaleem Abdulrasool
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-03[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-09-24annotate more function visibilitySaleem Abdulrasool
2016-07-19[libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith
2016-01-20Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-20Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier
2016-01-20Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-15Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-05-01Disallow conversions from function pointers to void*.Eric Fiselier
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-04-07[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier
2015-04-03[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2015-03-05Fix build with GCC:Nick Lewycky
2015-02-05Enable -Wundef.Dan Albert
2014-11-24[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier
2014-09-08Remove an unused typedef from __class_type_info::search_below_dstAlexander Potapenko
2014-02-06Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow
2014-02-05Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow
2013-11-23On Windows, typeids are different between DLLs and EXEs, so comparingYaron Keren
2013-11-22Comment correction. syslog() syntax is:Yaron Keren
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-11-15Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant
2012-09-29Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant
2012-09-28Improve the diagnostic messages on dynamic_cast.Howard Hinnant
2012-09-28Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-09Enable/silence -Wmissing-field-initializers.Howard Hinnant
2012-02-24Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant
2012-02-03Work on restricting symbol visibility.Howard Hinnant
2012-02-02Changed a TODO to a 'maybe some time in the future'.Howard Hinnant
2012-02-02Removed DEBUG statements.Howard Hinnant