summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_debugging.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-146/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-1/+2
* [asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas2016-09-091-59/+55
* Convert AsanLocateAddress to Get*AddressInformation functions.Filipe Cabecinhas2016-08-181-40/+40
* Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas2016-08-171-1/+7
* Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas2016-08-151-1/+4
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-2/+2
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-2/+2
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-7/+4
* [ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov2014-10-011-6/+6
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+70
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-70/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+70
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+74
OpenPOWER on IntegriCloud