summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-011-1/+1
* [NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne2019-10-011-35/+35
* Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier2019-04-111-4/+29
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier2019-04-051-13/+43
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-29/+37
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-41/+29
* Fix build with GCC:Nick Lewycky2015-03-051-0/+4
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-1/+1
* Add some needed symbols in exception.cpp and eliminate dependence upon uncaug...Howard Hinnant2012-01-241-1/+1
* Implement vector new and delete functionalityMarshall Clow2011-06-101-0/+367
OpenPOWER on IntegriCloud