| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/asan to .cpp | Nico Weber | 2019-08-01 | 1 | -465/+0 |
* | [asan] Avoid two compiler-synthesized calls to memset & memcpy | Reid Kleckner | 2019-06-21 | 1 | -5/+2 |
* | AddressSanitizer: fix for SPARC with GCC | Vitaly Buka | 2019-03-12 | 1 | -0/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [asan] Don't check ODR violations for particular types of globals | Vitaly Buka | 2018-12-13 | 1 | -4/+9 |
* | [asan] Remove use_odr_indicator runtime flag | Vitaly Buka | 2018-12-04 | 1 | -3/+1 |
* | [sanitizer] Remove reserving constructor from InternalMmapVector | Vitaly Buka | 2018-05-07 | 1 | -4/+7 |
* | [asan] Unpoison global metadata on dlclose. | Benjamin Kramer | 2017-09-28 | 1 | -0/+3 |
* | ASan allocates a global data initialization array at the tail end of each | Dmitry Mikulin | 2017-09-27 | 1 | -0/+4 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt). | Evgeniy Stepanov | 2017-04-27 | 1 | -0/+20 |
* | Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)." | Evgeniy Stepanov | 2017-04-10 | 1 | -20/+0 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt). | Evgeniy Stepanov | 2017-04-06 | 1 | -0/+20 |
* | Revert r298174, r298173, r298169, r298159. | Evgeniy Stepanov | 2017-03-20 | 1 | -20/+0 |
* | [asan] Fix dead stripping of globals on Linux (compiler-rt) | Evgeniy Stepanov | 2017-03-17 | 1 | -0/+20 |
* | [asan/win] Skip incremental linker padding during unregistration | Reid Kleckner | 2016-11-23 | 1 | -0/+5 |
* | [asan/win] Fix incremental linking vs. global registration | Reid Kleckner | 2016-11-23 | 1 | -1/+14 |
* | [asan] Create a .ASAN$G(A-Z) section for global registration | Reid Kleckner | 2016-11-17 | 1 | -0/+1 |
* | asan: allow __asan_{before,after}_dynamic_init without registered globals | Dmitry Vyukov | 2016-09-05 | 1 | -3/+4 |
* | Split DescribeAddressIfGlobal between a function that gets all the informatio... | Filipe Cabecinhas | 2016-08-17 | 1 | -12/+41 |
* | [asan] Add runtime support for __asan_(un)register_image_globals | Ryan Govostes | 2016-03-28 | 1 | -0/+19 |
* | Test commit to verify repository access and fix a typo. | Derek Bruening | 2016-03-22 | 1 | -1/+1 |
* | [asan] Introduce new approach for ODR violation detection based on odr indica... | Maxim Ostapenko | 2016-02-08 | 1 | -11/+74 |
* | [asan] properly report an un-aligned global variable instead of just crashing | Kostya Serebryany | 2016-02-06 | 1 | -1/+10 |
* | [compiler-rt] Apply modernize-use-nullptr fixes in sanitizers | Vedant Kumar | 2015-10-01 | 1 | -2/+3 |
* | [ASan] Print global registration site in init-order-checker reports. | Alexey Samsonov | 2015-04-22 | 1 | -15/+18 |
* | [ASan] Refactor functions searching/describing globals. NFC. | Alexey Samsonov | 2015-04-22 | 1 | -21/+12 |
* | [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit() | Timur Iskhodzhanov | 2015-03-02 | 1 | -14/+0 |
* | [asan] add suppressions for odr violations | Kostya Serebryany | 2015-02-25 | 1 | -1/+3 |
* | [asan] when registering globals, use the same unwinder as we use for malloc, ... | Kostya Serebryany | 2015-02-23 | 1 | -1/+1 |
* | [ASan/Win] Work around PR22545 - unregister globals when using the MD runtime | Timur Iskhodzhanov | 2015-02-20 | 1 | -0/+14 |
* | [ASan] Print out a diagnostic when a global is unregistered | Timur Iskhodzhanov | 2015-02-11 | 1 | -0/+2 |
* | [ASan] Introduce SetCanPoisonMemory() function. | Alexey Samsonov | 2014-12-17 | 1 | -4/+4 |
* | Change StackDepot interface to use StackTrace more extensively | Alexey Samsonov | 2014-10-26 | 1 | -1/+1 |
* | [compiler-rt] recommit of r218481: ASan debugging API for report info extract... | Kuba Brecka | 2014-09-26 | 1 | -4/+38 |
* | [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux | Kuba Brecka | 2014-09-26 | 1 | -38/+4 |
* | [compiler-rt] ASan debugging API for report info extraction and locating addr... | Kuba Brecka | 2014-09-25 | 1 | -4/+38 |
* | [ASan] Use metadata to pass source-level information from Clang to ASan. | Alexey Samsonov | 2014-08-02 | 1 | -1/+6 |
* | [asan] when reporting an ODR violation, also print the stack traces where the... | Kostya Serebryany | 2014-06-20 | 1 | -3/+34 |
* | [asan] split detect_odr_violation into two: =2 detects all ODR violations, =1... | Kostya Serebryany | 2014-04-28 | 1 | -1/+2 |
* | [asan] implement an experimental detector of ODR violations. Not tested yet o... | Kostya Serebryany | 2014-04-25 | 1 | -0/+12 |
* | Introduce an operator new for LowLevelAllocator, and convert most users to it. | Peter Collingbourne | 2013-10-24 | 1 | -4/+2 |
* | [Sanitizer] Rename InternalVector to InternalMmapVector | Alexey Samsonov | 2013-06-14 | 1 | -1/+1 |
* | Disable init-order checking before destructors are run. | Alexey Samsonov | 2013-05-24 | 1 | -0/+15 |
* | [ASan] Make init-order checker allow access to already initialized globals. | Alexey Samsonov | 2013-04-19 | 1 | -8/+22 |
* | Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ... | Timur Iskhodzhanov | 2013-03-28 | 1 | -2/+2 |
* | [ASan] Speed-up initialization-order checking: create and use fast versions o... | Alexey Samsonov | 2013-03-28 | 1 | -44/+49 |
* | [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po... | Alexey Samsonov | 2013-03-26 | 1 | -16/+11 |
* | [ASan] mark local function as static | Alexey Samsonov | 2013-03-25 | 1 | -1/+1 |
* | [asan] Fix nonsensical reports of partial right OOB. | Evgeniy Stepanov | 2013-02-05 | 1 | -2/+2 |
* | [ASan] Split ASan interface header into private and public parts. Add a test ... | Alexey Samsonov | 2013-01-31 | 1 | -1/+0 |