summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_globals.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-465/+0
* [asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2019-06-211-5/+2
* AddressSanitizer: fix for SPARC with GCCVitaly Buka2019-03-121-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Don't check ODR violations for particular types of globalsVitaly Buka2018-12-131-4/+9
* [asan] Remove use_odr_indicator runtime flagVitaly Buka2018-12-041-3/+1
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-4/+7
* [asan] Unpoison global metadata on dlclose.Benjamin Kramer2017-09-281-0/+3
* ASan allocates a global data initialization array at the tail end of eachDmitry Mikulin2017-09-271-0/+4
* [asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov2017-04-271-0/+20
* Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov2017-04-101-20/+0
* [asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov2017-04-061-0/+20
* Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov2017-03-201-20/+0
* [asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov2017-03-171-0/+20
* [asan/win] Skip incremental linker padding during unregistrationReid Kleckner2016-11-231-0/+5
* [asan/win] Fix incremental linking vs. global registrationReid Kleckner2016-11-231-1/+14
* [asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner2016-11-171-0/+1
* asan: allow __asan_{before,after}_dynamic_init without registered globalsDmitry Vyukov2016-09-051-3/+4
* Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas2016-08-171-12/+41
* [asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes2016-03-281-0/+19
* Test commit to verify repository access and fix a typo.Derek Bruening2016-03-221-1/+1
* [asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko2016-02-081-11/+74
* [asan] properly report an un-aligned global variable instead of just crashingKostya Serebryany2016-02-061-1/+10
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-2/+3
* [ASan] Print global registration site in init-order-checker reports.Alexey Samsonov2015-04-221-15/+18
* [ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov2015-04-221-21/+12
* [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit()Timur Iskhodzhanov2015-03-021-14/+0
* [asan] add suppressions for odr violationsKostya Serebryany2015-02-251-1/+3
* [asan] when registering globals, use the same unwinder as we use for malloc, ...Kostya Serebryany2015-02-231-1/+1
* [ASan/Win] Work around PR22545 - unregister globals when using the MD runtimeTimur Iskhodzhanov2015-02-201-0/+14
* [ASan] Print out a diagnostic when a global is unregisteredTimur Iskhodzhanov2015-02-111-0/+2
* [ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov2014-12-171-4/+4
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-1/+1
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-4/+38
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-38/+4
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-4/+38
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-1/+6
* [asan] when reporting an ODR violation, also print the stack traces where the...Kostya Serebryany2014-06-201-3/+34
* [asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany2014-04-281-1/+2
* [asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany2014-04-251-0/+12
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-4/+2
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-1/+1
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-241-0/+15
* [ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov2013-04-191-8/+22
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-281-2/+2
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-281-44/+49
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-16/+11
* [ASan] mark local function as staticAlexey Samsonov2013-03-251-1/+1
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-051-2/+2
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-1/+0
OpenPOWER on IntegriCloud